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.1 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
eslint (source) ^9.37.0 -> ^9.39.1 age confidence
jsdom ^27.2.0 -> ^27.3.0 age confidence
nx (source) 22.1.3 -> 22.2.1 age confidence
pnpm (source) 10.24.0 -> 10.25.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.17.3 age confidence
type-fest ^5.2.0 -> ^5.3.1 age confidence
typescript-eslint (source) ^8.46.0 -> ^8.49.0 age confidence
vite (source) ^7.2.4 -> ^7.2.7 age confidence
vitest (source) ^4.0.13 -> ^4.0.15 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.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

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

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

Compare Source

22.2.1 (2025-12-11)
🚀 Features
🩹 Fixes
❤️ Thank You

v22.2.0

Compare Source

22.2.0 (2025-12-08)
🚀 Features
🩹 Fixes
  • angular-rspack: use CJS when serving applications for HMR #​33106 (#​33693, #​33106)
  • angular-rspack: ensure rebuild logs are only printed once (#​33694)
  • bundling: replace rollup-plugin-copy with nx copy assets plugin (#​33601, #​32398)
  • bundling: set buildLibsFromSource in normalize options for Rollup (#​33679)
  • core: don't presume a task is long running if its marked cacheable (#​33545, #​32610)
  • core: daemon command should exit at end (#​33547)
  • core: provide error when nested graph construction would occur invoked during createNodes (#​33541, #​29618)
  • core: filter out automated release commits in getCommitsRelevantToProjects (#​33482)
  • core: make daemon socket path unique per process to prevent race condition (#​33580, #​33491)
  • core: use nx-mcp for older nx versions instead of nx mcp (#​33553)
  • core: propagate continuous task failures to dependent tasks (#​33492)
  • core: kill child process tree in different running tasks (#​33636, #​32438, #​33460)
  • core: include create-nx-workspace in migration package group (#​33643, #​33585)
  • core: suppress git stderr output in parseGitOutput (#​33645, #​33330)
  • core: prevent Nx Console prompt from blocking non-interactive commands (#​33646, #​33552)
  • core: ensure perf logs are flushed before exit in graph command (#​33621)
  • core: nx-schema default value for preserveMatchingDependencyRanges should have changed in v22 (#​33587)
  • core: stop adding outdated vscode/cursor rule files to gitignore (#​33680)
  • core: sanitize project names for valid git tag names in nx release (#​33692, #​33262)
  • core: optimize bun lockfile parser (#​33623)
  • core: cnw sends correct selectedRepositoryName; prints instructions when user Ctrl+C (#​33699)
  • core: use Set for O(1) visited node lookup in hasPath (#​33754, #​32265)
  • docker: fix releasing non docker projects (#​33667)
  • gradle: do not add gradle plugin to plugins block if using version catalogs (#​33763)
  • graph: align exclude flag with others by using findMatchingProjects (#​33550)
  • graph: surface task graph client error via error toast (#​33600)
  • js: ensure copy-workspace-modules copies transitive workspace dependencies (#​33570)
  • linter: handle various flat config override structures (#​33548, #​31796)
  • linter: base eslint config should ignore out-tsc directories (#​33639)
  • linter: update generators to use ESLint v9 compatible versions (#​33633)
  • maven: remove incorrect threadSafe to parallelism mapping (#​33678)
  • misc: update output location of ai-migration files (#​33696)
  • nest: set moduleResolution to node to prevent TS5095 error (#​33607, #​33589)
  • nextjs: make migration to next 16 optional (#​33627)
  • node: set generatePackageJson:false for TS Solution workspaces (#​33606)
  • nuxt: do not import base eslint config for root project (#​33642)
  • nuxt: update preset test for v4 app directory structure (#​33648)
  • react: exclude tailwind from CSS modules syntax in component generator (#​33574)
  • react: update @​emotion/styled to latest version #​31252 (#​33690, #​31252)
  • release: ensure emoji is not repeated in breaking changes summary (#​33605)
  • release: interpolate releaseGroupName in getLatestGitTagForPattern (#​33674)
  • release: ensure --preid flag considers stable tags for version determination (#​33703, #​33343)
  • repo: enable wayland-data-control feature for arboard (#​33675)
  • storybook: remove STORYBOOK_PROJECT_ROOT when running automigrate to prevent hanging (#​33567, #​32492)
  • storybook: remove upper bound of migration requires (#​33613)
  • testing: remove declare global wrapper from cypress commands.ts template (#​33573, #​32930)
  • testing: remove --no-experimental-strip-types flag from @​nx/jest/plugin + migrate to jest.config.cts if needed (#​33657)
  • vite: generate .mts config files to force ESM (#​33518)
  • vite: vitest executor to return the async iterable #​33588 (#​33668, #​33588)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.25.0

Compare Source

publint/publint (publint)

v0.3.16

Compare Source

Patch Changes
  • Re-enable file existence checks for TS and TSX files if they do not use custom conditions. In v0.3.10, this was done unconditionally instead which missed catching possible file typos if only common conditions are used. (7b1408e)
facebook/react (react)

v19.2.3: 19.2.3 (December 11th, 2025)

Compare Source

React Server Components

v19.2.2: 19.2.2 (December 11th, 2025)

Compare Source

React Server Components
rolldown/tsdown (tsdown)

v0.17.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
sindresorhus/type-fest (type-fest)

v5.3.1

Compare Source


v5.3.0

Compare Source

Improvements
Fixes

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

v8.49.0

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](https://typescript-eslint.i


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 Dec 8, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: 1e54020

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 1e54020

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

☁️ Nx Cloud last updated this comment at 2025-12-12 03:51:53 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: 1e54020

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b0b734e to 4ea5ba8 Compare December 11, 2025 20:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ea5ba8 to 1e54020 Compare December 12, 2025 03: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