Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) ^9.37.0 -> ^9.39.1 age confidence
@stylistic/eslint-plugin (source) ^5.4.0 -> ^5.5.0 age confidence
@tanstack/query-core (source) ^5.90.2 -> ^5.90.7 age confidence
@types/react-dom (source) ^19.2.1 -> ^19.2.2 age confidence
@vitejs/plugin-react (source) ^5.0.4 -> ^5.1.0 age confidence
eslint (source) ^9.37.0 -> ^9.39.1 age confidence
globals ^16.4.0 -> ^16.5.0 age confidence
jsdom ^27.0.0 -> ^27.1.0 age confidence
nx (source) ^21.6.4 -> ^21.6.8 age confidence
pnpm (source) 10.18.2 -> 10.21.0 age confidence
publint (source) ^0.3.14 -> ^0.3.15 age confidence
sherif ^1.6.1 -> ^1.8.0 age confidence
simple-git (source) ^3.28.0 -> ^3.30.0 age confidence
type-fest ^5.0.1 -> ^5.2.0 age confidence
typescript-eslint (source) ^8.46.0 -> ^8.46.4 age confidence
vite (source) ^7.1.9 -> ^7.2.2 age confidence
vue (source) ^3.5.22 -> ^3.5.24 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.5.0

Compare Source

Features
  • comma-dangle: support TSFunctionType and TSDeclareFunction (#​1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#​1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#​997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#​996) (2b5a39f)
  • new rule list-style (#​895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#​1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#​1017) (b3a3acf)
  • update deps (#​1011) (9d5085c)
Bug Fixes
  • indent: correctly indent NewExpression in ConditionalExpression (#​994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#​1004) (f3faa54)
Documentation
Chores
TanStack/query (@​tanstack/query-core)

v5.90.7

Compare Source

Patch Changes
  • fix(core): only attach .then and .catch onto a promise if it gets dehydrated (#​9847)

v5.90.6

Compare Source

Patch Changes
  • Fixed isFetchedAfterMount in cases where initialData is applied (#​9743)

v5.90.5

Compare Source

Patch Changes
  • fix: observing "promise" needs to implicitly observe "data" (#​9772)

v5.90.4

Compare Source

Patch Changes
  • fix(types): remove duplicate Array condition in MutationKey type (#​9754)

v5.90.3

Compare Source

Patch Changes
  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#​9752)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.0

Compare Source

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#​930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

sindresorhus/globals (globals)

v16.5.0

Compare Source


jsdom/jsdom (jsdom)

v27.1.0

Compare Source

  • Improved CSS parsing by switching to @acemir/cssom, including support for nested selectors, nested declarations, layer statements, and improved at-rule validation. (acemir)
  • Fixed some selector cache invalidation issues where changes to attributes were not being picked up. (asamuzaK)
  • Fixed package.json "engines" field to reflect the new minimum Node.js versions needed to run jsdom, as noted in the changelog for v27.0.1.

v27.0.1

Compare Source

  • Fixed some regressions in CSS selectors. Most such regression fixes were done in a minor update of a dependency, and thus available for all fresh installs of v27.0.0. However, one related to class="" attribute changes is only possible with a new version of jsdom. (asamuzaK)
nrwl/nx (nx)

v21.6.8

Compare Source

21.6.8 (2025-10-30)
🚀 Features
  • bundling: add excludeFromExternal option to esbuild executor (#​32980)
❤️ Thank You

v21.6.7

Compare Source

21.6.7 (2025-10-28)

🚀 Features
  • gradle: add custom installation path to options (#​33187)
🩹 Fixes
  • core: improve db connection initialization and error messages (#​33054, #​28640, #​30856, #​32894)
  • core: do not remove wal files manually for existing databases (#​33143)
  • core: revert changes to the db connection initialization (#​33156)
  • core: continue execution when cloud client is unavailable (#​33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#​33203)
  • core: ensure daemon writes project graph cache to disk consistently (#​33217)
  • core: add accept header to http remote cache get (#​33093, #​33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#​33223)
  • misc: handle null exit codes from crashed child processes (#​33163, #​29204)
❤️ Thank You

v21.6.6

Compare Source

21.6.6 (2025-10-21)
🩹 Fixes
  • angular: improve message for unsupported typescript project references (#​33148)
  • angular: ensure ngpackagr tsconfig options set correctly based on version #​33081 (#​33150, #​33081)
  • angular-rspack: ensure root node_modules included when resolving packages (#​33144, #​33026)
  • core: improve db connection initialization and error messages (#​33054, #​28640, #​30856, #​32894)
  • core: prioritize in-progress tasks section visibility in tui (#​33053)
  • core: enhance tui summary output to fix misc issues (#​33057)
  • core: restore migrations used by nx repair (#​33124)
  • core: avoid changing existing project name if a project.json file is added to a project (#​33114)
  • core: do not remove wal files manually for existing databases (#​33143)
  • core: do not print flaky tasks guidance when nx cloud is already enabled (#​33149)
  • core: add wrappers for start and stop agent nx-cloud commands (#​33140)
  • core: revert changes to the db connection initialization (#​33156)
  • graph: prevent content from overflowing in the PDV component (#​33120)
  • linter: install correct deps in eslint convert to flat config generator (#​33078)
  • module-federation: ensure angular rspack module federation supports live reload (#​33137)
  • remix: ensure supported version of vite is used (#​33089)
  • vite: add logic to prevent overwriting generated package.json (#​30705, #​30312)
❤️ Thank You

v21.6.5

Compare Source

21.6.5 (2025-10-15)
🚀 Features
  • core: expose registerProjectGraphRecomputationListener from daemon client (#​33005)
🩹 Fixes
  • core: display bottom corner indicator of tui in progress section correctly (#​32985)
  • core: temporarily disable tui for run-one (#​33048)
  • core: ensure --help works properly with infix notation (#​32662)
  • nx-dev: update nextjs internal-link-checker to include astro urls (#​33045)
  • nx-dev: respect NX_DEV_URL in sitemap checker (#​33058)
  • nx-dev: handle null github data (#​33061)
  • react: dynamic module federation should not initialize remoteUrlDefinitions to empty object (#​33059, #​27927, #​33055, #​27793, #​27842)
  • ⚠️ release: ensure multilines in breaking changes are rendered by changelog renderer (#​33070, #​33014)
⚠️ Breaking Changes
  • release: The --legacy-peer-deps behavior is no longer forced.
❤️ Thank You
pnpm/pnpm (pnpm)

v10.21.0

Compare Source

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - nx@21.6.4 || 21.6.5
      - esbuild@0.25.1

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - nx@21.6.5
      - webpack@4.47.0 || 5.102.1

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.
publint/publint (publint)

v0.3.15

Compare Source

Patch Changes
  • Skip file existence checks when crawling subpath imports as they may be dev-only and not used after bundling or publish. This check may be improved in the future when publint can scan for files to see if the subpath imports are used. (0d72997)

  • Handle exports["default"] and exports['default'] for CJS_WITH_ESMODULE_DEFAULT_EXPORT rule (8285f77)

QuiiBz/sherif (sherif)

v1.8.0

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1.7.1...v1.8.0

v1.7.1

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1.7.0...v1.7.1

v1.7.0

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1.6.1...v1.7.0

steveukx/git-js (simple-git)

v3.30.0

Compare Source

Minor Changes
  • bc77774: Correctly identify current branch name when using git.status in a cloned empty repo.

    Previously git.status would report the current branch name as No. Thank you to @​MaddyGuthridge for identifying this issue.

v3.29.0

Compare Source

Minor Changes
  • 240ec64: Support for absolute paths on Windows when using git.checkIngore, previously Windows would report
    paths with duplicate separators \\\\ between directories.

    Following this change all paths returned from git.checkIgnore will be normalized through node:path,
    this should have no impact on non-windows users where the git binary doesn't wrap absolute paths with
    quotes.

    Thanks to @​Maxim-Mazurok for reporting this issue.

  • 9872f84: Support the use of git.branch(['--show-current']) to limit the branch list to only the current branch.

    Thanks to @​peterbe for pointing out the use-case.

  • 5736bd8: Change to biome for lint and format

sindresorhus/type-fest (type-fest)

v5.2.0

Compare Source

v5.1.0

Compare Source

New types
Improvements
Fixes
  • PartialDeep: Fix behavior with functions containing multiple call signatures (#​1259) 3bd9de6
  • IsEqual: Fix behaviour when instantiated with never and unknown (#​1251) 785549f
  • FixedLengthArray: Fix element type (#​1246) ee29ef7
  • is-equal: Fix handling with intersecting wrapped types (#​1231) 5af60a1

typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores

v7.1.12

Compare Source

Please refer to CHANGELOG.md for details.

v7.1.11

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.10

Compare Source

Bug Fixes

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 becomes conflicted, 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 Pull requests that update a dependency file label Nov 3, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 3, 2025

⚠️ No Changeset found

Latest commit: 3c495e3

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 Nov 3, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 3c495e3

Command Status Duration Result
nx affected --targets=test:eslint,test:types,te... ❌ Failed 28s View ↗
nx run-many --target=build ✅ Succeeded 9s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-10 19:51:47 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 3, 2025

@tanstack/config

npm i https://pkg.pr.new/@tanstack/config@312

@tanstack/eslint-config

npm i https://pkg.pr.new/@tanstack/eslint-config@312

@tanstack/publish-config

npm i https://pkg.pr.new/@tanstack/publish-config@312

@tanstack/typedoc-config

npm i https://pkg.pr.new/@tanstack/typedoc-config@312

@tanstack/vite-config

npm i https://pkg.pr.new/@tanstack/vite-config@312

commit: 3c495e3

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5b7e5bb to b05011f Compare November 10, 2025 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b05011f to 3c495e3 Compare November 10, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant