Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@commitlint/parse (source) ^20.0.0 -> ^20.2.0 age confidence
@eslint/js (source) ^9.37.0 -> ^9.39.2 age confidence
@stylistic/eslint-plugin (source) ^5.4.0 -> ^5.6.1 age confidence
@tanstack/query-core (source) ^5.90.2 -> ^5.90.12 age confidence
@types/react (source) ^19.2.6 -> ^19.2.7 age confidence
@vitejs/plugin-react (source) ^5.1.1 -> ^5.1.2 age confidence
@vitejs/plugin-vue (source) ^6.0.2 -> ^6.0.3 age confidence
eslint (source) ^9.37.0 -> ^9.39.2 age confidence
jsdom ^27.2.0 -> ^27.3.0 age confidence
nx (source) 22.1.3 -> 22.3.0 age confidence
pnpm (source) 10.24.0 -> 10.26.0 age confidence
publint (source) ^0.3.15 -> ^0.3.16 age confidence
react (source) ^19.2.1 -> ^19.2.3 age confidence
react-dom (source) ^19.2.1 -> ^19.2.3 age confidence
tsdown (source) ^0.17.0 -> ^0.18.1 age confidence
type-fest ^5.2.0 -> ^5.3.1 age confidence
typescript-eslint (source) ^8.46.0 -> ^8.50.0 age confidence
vite (source) ^7.2.4 -> ^7.3.0 age confidence
vitest (source) ^4.0.13 -> ^4.0.16 age confidence
vue (source) ^3.5.24 -> ^3.5.25 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/parse)

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/parse

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

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.6.1

Compare Source

Bug Fixes
  • computed-property-spacing: guard with node.type instead of computed check (#​1054) (c486861)

v5.6.0

Compare Source

Features
Bug Fixes
  • type-generic-spacing: ignore spaces after new in TSConstructorType (#​1044) (aa0c6ac)
Documentation
  • no-extra-parens: add missing ] in various examples. (#​1048) (88248cf)
  • quotes: update deprecated options to latest and add tips (#​1026) (dc949f8)
Build Related
Chores

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.12

Compare Source

Patch Changes
  • fix: update react and nextJs (#​9944)

v5.90.11

Compare Source

Patch Changes
  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#​9886)

v5.90.10

Compare Source

Patch Changes
  • fix(types): allow QueryFilters union with different lengths (#​9878)

  • Fix streamedQuery to avoid returning undefined when the stream yields no values (#​9876)

v5.90.9

Compare Source

Patch Changes
  • fix(types): do not drop readonly for partial QueryFilter matching (#​9872)

v5.90.8

Compare Source

Patch Changes
  • fix: allow partial query keys in QueryFilters (#​9686)

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.2

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.3

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
eslint/eslint (eslint)

v9.39.2

Compare Source

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

jsdom/jsdom (jsdom)

v27.3.0

Compare Source

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
nrwl/nx (nx)

v22.3.0

Compare Source

22.3.0 (2025-12-17)
🚀 Features
  • angular: support angular v21 (#​33378)
  • angular: add migration to set isolateModules: true to jest tsconfig files (#​33889)
  • angular: add migration to replace jest-preset-angular/setup-jest imports (#​33899)
  • core: add NX_DEFAULT_OUTPUT_STYLE env var (#​33493, #​27490)
  • core: add CnwError class for typed error handling in create-nx-workspace (#​33839)
  • core: add hints and status messages to the tui (#​33838)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#​33821, #​32591)
  • js: improve SWC compilation error logging (#​33297)
  • misc: support prettier v3 (#​33898, #​30801)
  • nx-plugin: allow customizing the location of the companion E2E project (#​32073, #​32069)
  • rspack: add support for cssFilename config #​32498 (#​32506, #​32498)
  • testing: add option to playwright preset to open html report (#​31282)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#​33833)
🩹 Fixes
  • angular: process only the in progress entry points in ng-packagr-lite's write bundles transform function (#​33784, #​3172, #​33560)
  • angular: collect known tsconfig files from non-buildable angular libraries in migration (#​33834, #​33705)
  • angular: improve error message when using esbuild-based build targets and generating cypress ct (#​33846, #​33329)
  • angular: install compatible vitest version for angular projects (#​33858, #​33770)
  • angular: ensure jest and jest-preset-angular are updated correctly for angular v21 (#​33896)
  • bundling: correct project path for createTmpTsConfig (#​31314, #​31522)
  • core: optimize pnpm lockfile parsing with pre-built indexes (#​33750, #​32669, #​32254, #​33751)
  • core: share visited Set across affected graph traversal (#​33756, #​32265)
  • core: set max listeners for process in task orchestrator (#​33596, #​32439)
  • core: exit with error when generator prompts fail (#​33691)
  • core: fix record stat on initial CNW call (#​33783)
  • core: ensure terminalOutput is always a string in task results (#​33782, #​32675)
  • core: improve node creation for pnpm parser (#​33788)
  • core: add pnpm/yarn support for CNW templates (#​33827)
  • core: swc register base url missing when using tsgo (#​33332)
  • core: pass more error detail for CNW (#​33844)
  • core: create all tables upfront when creating the database (#​33843)
  • core: improve performance of buildExplicitPackageJsonDependencies (#​33791)
  • core: do not invoke prettier with --write and --list-different when unsupported (#​33857, #​33658, #​31951)
  • core: preserve command output in TUI summary for non-cached tasks (#​33673)
  • core: update CNW messaging and remove cancel event from SIGINT (#​33872)
  • core: restore linkTaskDetails param for backwards compatibility (#​33874, #​33843)
  • core: include PNPM patches in externalDependencies hash computations (#​33551)
  • core: add back ability to create cache_outputs table without a foreign key (#​33880)
  • core: display task output in TUI when native command runner is disabled (#​33881, #​32803)
  • core: prevent pinning the same task in multiple panes in the tui (#​33863)
  • core: reduce error rate with dir validation and add more debugging data (#​33887)
  • core: improve database initialization error handling (#​33820)
  • core: invalidate sync generator cache on file changes and use up-to-date project graph (#​33780)
  • core: convert * to workspace:* for pnpm/yarn/bun in CNW (#​33893)
  • expo: set projectRoot to workspaceRoot for Expo SDK 54+ compatibility (#​33836, #​33597)
  • graph: serve full project graph when navigating from PDV (#​33897)
  • js: use Set for O(1) package.json root lookup (#​33757, #​32265)
  • js: recognize NodeNext as ESM (#​31508)
  • js: display pnpm publish errors without requiring --verbose (#​33837)
  • js: make CopyAssetsHandler per-file logs opt-in via verbose mode (#​33835, #​33521)
  • js: prevent crash when terminating task using the @nx/js:swc executor (#​33845, #​31938)
  • js: handle workspace packages when nx.name differs from package.json.name (#​33583, #​33582)
  • js: resolve nx binary from workspace root in node executor (#​33842, #​33776)
  • js: detect changes to pnpm.overrides and overrides in package.json (#​31914)
  • js: check package.json for name when project.json exists but has no name (#​31887)
  • js: adjusted stdout and stderr handling to support the latest @​swc/cli version (#​32685)
  • js: allow copying generated Prisma client (asset) from 'node_modules' (#​33822)
  • misc: send connectUrl in completion metadata (#​33878)
  • misc: use string type for fetchDepth in azure-pipelines.yml (#​33727)
  • module-federation: normalize workspace protocol versions in requiredVersion (#​33733, #​31397, #​33734)
  • module-federation: check port availability before starting remote proxies (#​33871, #​33470)
  • nest: ensure library is generated with correct outputPath for TS Soln #​32060 (#​33864, #​32060)
  • nextjs: accept fileName option to generate page (#​30013)
  • node: sourceMaps option to sourceMap in webpack config (#​33333)
  • node: use @​swc/helpers instead of tslib when compiler is swc (#​33885, #​31202)
  • react: update template comment to be valid css (#​33169, #​20192639)
  • release: {releaseGroupName} not interpolated in changelog tag/releaseTagPattern (#​33779)
  • repo: fix dotnet installation on Windows (#​33786)
  • repo: restore mise tools in e2e-matrix workflow (#​33785, #​33772)
  • repo: install nightly Rust for WASM build in publish workflow (#​33792, #​33772)
  • repo: use RUSTUP_TOOLCHAIN env var for WASM builds (#​33794)
  • repo: revert to older nightly Rust for WASM builds (#​33797)
  • repo: install correct Rust target for x86_64 macOS build (#​33853)
  • rspack: enable build mode for TypeScript checker in TS solution setups (#​33447)
  • storybook: conditionally include node imports only for non-angular frameworks (#​33728)
  • storybook: use helper to find correct version when pnpm catalogs are used (#​33900, #​29772)
  • testing: update jest ci target to forward top level args (#​31379)
  • vite: update worker configuration in generator to follow Vite's … (#​30465)
  • web: update e2e test regex for SWC decorator metadata (#​33892)
  • webpack: show webpack chunks when verbose (#​30960)
  • webpack: interpolate process.env more verbosely to reduce bundle size with DefinePlugin (#​30826)
❤️ Thank You

v22.2.7

Compare Source

22.2.7 (2025-12-16)

🚀 Features
  • nx-plugin: allow customizing the location of the companion E2E project (#​32073, #​32069)
🩹 Fixes
  • core: display task output in TUI when native command runner is disabled (#​33881, #​32803)
  • core: prevent pinning the same task in multiple panes in the tui (#​33863)
  • core: reduce error rate with dir validation and add more debugging data (#​33887)
  • node: use @​swc/helpers instead of tslib when compiler is swc (#​33885, #​31202)
  • web: update e2e test regex for SWC decorator metadata (#​33892)
❤️ Thank You

v22.2.6

Compare Source

22.2.6 (2025-12-16)
🩹 Fixes
  • core: include PNPM patches in externalDependencies hash computations (#​33551)
  • core: add back ability to create cache_outputs table without a foreign key (#​33880)
  • js: detect changes to pnpm.overrides and overrides in package.json (#​31914)
  • js: check package.json for name when project.json exists but has no name (#​31887)
  • js: adjusted stdout and stderr handling to support the latest @​swc/cli version (#​32685)
  • misc: use string type for fetchDepth in azure-pipelines.yml (#​33727)
  • nextjs: accept fileName option to generate page (#​30013)
❤️ Thank You

v22.2.5

Compare Source

22.2.5 (2025-12-15)
🩹 Fixes
  • core: create all tables upfront when creating the database (#​33843)
  • core: restore linkTaskDetails param for backwards compatibility (#​33874, #​33843)
  • misc: send connectUrl in completion metadata (#​33878)
❤️ Thank You

v22.2.4

Compare Source

22.2.4 (2025-12-15)
🚀 Features
  • js: improve SWC compilation error logging ([#​33297](

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 Pull requests that update a dependency file label Dec 8, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: cd9592d

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 Dec 8, 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 cd9592d

Command Status Duration Result
nx affected --targets=test:sherif,test:docs,tes... ❌ Failed 26s View ↗
nx run-many --target=build ✅ Succeeded 10s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-18 00:11:55 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 8, 2025

npm i https://pkg.pr.new/@tanstack/eslint-config@329
npm i https://pkg.pr.new/@tanstack/publish-config@329
npm i https://pkg.pr.new/@tanstack/typedoc-config@329
npm i https://pkg.pr.new/@tanstack/vite-config@329

commit: cd9592d

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from ad769bc to 61a9e4f Compare December 14, 2025 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 277ce6c to 629eb6e Compare December 17, 2025 02:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 629eb6e to cd9592d Compare December 18, 2025 00:10
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.

0 participants