Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint-react/eslint-plugin (source) ^2.8.4^2.12.2 age confidence
@faker-js/faker (source) ^10.2.0^10.3.0 age confidence
@tanstack/preact-devtools (source) ^0.9.9^0.9.10 age confidence
@tanstack/react-devtools (source) 0.9.40.9.5 age confidence
@tanstack/solid-devtools (source) 0.7.240.7.25 age confidence
@types/react (source) ^19.2.10^19.2.13 age confidence
@vitejs/plugin-react (source) ^5.1.2^5.1.3 age confidence
happy-dom ^20.4.0^20.5.3 age confidence
knip (source) ^5.82.1^5.83.1 age confidence
nx (source) ^22.4.4^22.4.5 age confidence
pnpm (source) 10.28.210.29.1 age confidence
tsdown (source) ^0.20.1^0.20.3 age confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v2.12.2

Compare Source

🐞 Fixes
  • Reduce the sensitivity of component detection to prevent false positives in certain rules, closes #​1488 by @​Rel1cx in #​1489

Full Changelog: Rel1cx/eslint-react@v2.12.1...v2.12.2

v2.12.1

Compare Source

🐞 Fixes
  • Check all union constituents and allow all types under React namespace in no-implicit-key by @​Rel1cx in #​1487

Full Changelog: Rel1cx/eslint-react@v2.12.0...v2.12.1

v2.12.0

Compare Source

🪄 Improvements
📝 Changes you should be aware of

ESLint v10 is now supported and used throughout the repository. The minimum required ESLint version remains v8.57.0, but the project now supports and is tested against ESLint v10.

Full Changelog: Rel1cx/eslint-react@v2.11.2...v2.12.0

v2.11.2

Compare Source

🐞 Fixes
  • Implement a more robust check to handle cases that getFullyQualifiedName cannot handle in no-implicit-key, closes #​1476 by @​Rel1cx in #​1480
🪄 Improvements
  • Bump esbuild, node types, jsdoc plugin

Full Changelog: Rel1cx/eslint-react@v2.11.1...v2.11.2

v2.11.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.11.0...v2.11.1

v2.11.0

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v2.10.1...v2.11.0

v2.10.1

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.10.0...v2.10.1

v2.10.0

Compare Source

📝 Changes you should be aware of
  1. The no-implicit-key rule has been updated to use type checking and moved from recommended to type-checked presets.
  2. The no-unnecessary-use-ref rule has been moved to removed rules, because the rule is hard to get right.

Full Changelog: Rel1cx/eslint-react@v2.9.4...v2.10.0

v2.9.4

Compare Source

🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.9.3...v2.9.4

v2.9.3

Compare Source

📝 Changes you should be aware of

The following rules have been deprecated and will be removed in the next major version:

  • no-default-props
  • no-prop-types
  • no-string-refs

For legacy codebases, use no-restricted-syntax as an alternative:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2

🐞 Fixes
🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.9.0...v2.9.2

v2.9.0

Compare Source

✨ New
🪄 Improvements
  • Move grouped docs from the global overview to per-plugin READMEs by @​Rel1cx in #​1449
📝 Changes you should be aware of

The no-non-async-server-functions rule has been migrated to rsc/function-definition. Please update your configuration accordingly if you are using it.

Full Changelog: Rel1cx/eslint-react@v2.8.4...v2.9.0

faker-js/faker (@​faker-js/faker)

v10.3.0

Compare Source

New Locales
Features
Changed Locales
Bug Fixes
TanStack/devtools (@​tanstack/preact-devtools)

v0.9.10

Compare Source

Patch Changes
TanStack/devtools (@​tanstack/react-devtools)

v0.9.5

Compare Source

Patch Changes
TanStack/devtools (@​tanstack/solid-devtools)

v0.7.25

Compare Source

Patch Changes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.3

Compare Source

capricorn86/happy-dom (happy-dom)

v20.5.3

Compare Source

v20.5.2

Compare Source

v20.5.1

Compare Source

v20.5.0

Compare Source

webpro-nl/knip (knip)

v5.83.1: Release 5.83.1

Compare Source

v5.83.0: Release 5.83.0

Compare Source

nrwl/nx (nx)

v22.4.5

Compare Source

22.4.5 (2026-02-03)
🚀 Features
  • nx-dev: add server-side page view tracking for docs (#​34283)
🩹 Fixes
  • core: handle multibyte UTF-8 characters in socket message consumption (#​34151)
  • core: resolve daemon client reconnect queue deadlock (#​34284)
  • core: nx should show help for run-one when using project short names (#​34303)
  • core: prevent command injection in getNpmPackageVersion (#​34309)
  • gradle: ensure that batch output is not overriden for atomized targets (#​34268)
  • gradle: enforce that only one gradle task can be passed into gradle executor (#​34269)
  • maven: include pom.xml and ancestor pom files as inputs for all targets (#​34291)
  • nx-dev: make headers and table options linkable (#​34267)
  • nx-dev: fix double-counting and exclude assets from page tracking (#​34286)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.29.1: pnpm 10.29.1

Compare Source

Minor Changes

  • The pnpm dlx / pnpx command now supports the catalog: protocol. Example: pnpm dlx shx@catalog:.
  • Support configuring auditLevel in the pnpm-workspace.yaml file #​10540.
  • Support bare workspace: protocol without version specifier. It is now treated as workspace:* and resolves to the concrete version during publish #​10436.

Patch Changes

  • Fixed pnpm list --json returning incorrect paths when using global virtual store #​10187.

  • Fix pnpm store path and pnpm store status using workspace root for path resolution when storeDir is relative #​10290.

  • Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #​10497.

  • Fixed a bug where catalogMode: strict would write the literal string "catalog:" to pnpm-workspace.yaml instead of the resolved version specifier when re-adding an existing catalog dependency #​10176.

  • Fixed the documentation URL shown in pnpm completion --help to point to the correct page at https://pnpm.io/completion #​10281.

  • Skip local file: protocol dependencies during pnpm fetch. This fixes an issue where pnpm fetch would fail in Docker builds when local directory dependencies were not available #​10460.

  • Fixed pnpm audit --json to respect the --audit-level setting for both exit code and output filtering #​10540.

  • update tar to version 7.5.7 to fix security issue

    Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842

  • Fix pnpm audit --fix replacing reference overrides (e.g. $foo) with concrete versions #​10325.

  • Fix shamefullyHoist set via updateConfig in .pnpmfile.cjs not being converted to publicHoistPattern #​10271.

  • pnpm help should correctly report if the currently running pnpm CLI is bundled with Node.js #​10561.

  • Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for node_modules/.bin, causing binaries to not be found when running commands like pnpm exec #​10457.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
rolldown/tsdown (tsdown)

v0.20.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.20.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Feb 9, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2026

⚠️ No Changeset found

Latest commit: 033d068

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud
Copy link

nx-cloud bot commented Feb 9, 2026

View your CI Pipeline Execution ↗ for commit 033d068

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ✅ Succeeded 4m 28s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 16s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-09 01:18:46 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 9, 2026

More templates

@tanstack/pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/pacer@152

@tanstack/pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/pacer-devtools@152

@tanstack/pacer-lite

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/pacer-lite@152

@tanstack/preact-pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/preact-pacer@152

@tanstack/preact-pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/preact-pacer-devtools@152

@tanstack/react-pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/react-pacer@152

@tanstack/react-pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/react-pacer-devtools@152

@tanstack/solid-pacer

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/solid-pacer@152

@tanstack/solid-pacer-devtools

npm i https://pkg.pr.new/TanStack/pacer/@tanstack/solid-pacer-devtools@152

commit: 033d068

@renovate
Copy link
Contributor Author

renovate bot commented Feb 9, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants