Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@faker-js/faker (source) ^10.0.0 -> ^10.1.0 age confidence
@tanstack/config (source) 0.20.3 -> 0.22.0 age confidence
@tanstack/devtools-event-client (source) ^0.3.2 -> ^0.3.3 age confidence
@tanstack/devtools-ui (source) ^0.3.5 -> ^0.4.2 age confidence
@tanstack/devtools-utils (source) ^0.0.3 -> ^0.0.4 age confidence
@tanstack/react-devtools (source) 0.7.0 -> 0.7.6 age confidence
@tanstack/react-query (source) ^5.90.2 -> ^5.90.3 age confidence
@tanstack/react-store (source) ^0.7.7 -> ^0.8.0 age confidence
@tanstack/solid-devtools (source) 0.7.0 -> 0.7.6 age confidence
@tanstack/solid-store (source) ^0.7.7 -> ^0.8.0 age confidence
@tanstack/store (source) ^0.7.7 -> ^0.8.0 age confidence
@testing-library/jest-dom ^6.8.0 -> ^6.9.1 age confidence
@types/react (source) ^19.1.15 -> ^19.2.2 age confidence
@types/react-dom (source) ^19.1.9 -> ^19.2.2 age confidence
eslint (source) ^9.36.0 -> ^9.37.0 age confidence
goober ^2.1.16 -> ^2.1.18 age confidence
knip (source) ^5.64.1 -> ^5.65.0 age confidence
nx (source) ^21.5.3 -> ^21.6.4 age confidence
pnpm (source) 10.17.1 -> 10.18.3 age confidence
publint (source) ^0.3.13 -> ^0.3.14 age confidence
react (source) ^19.1.1 -> ^19.2.0 age confidence
react-dom (source) ^19.1.1 -> ^19.2.0 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence
vite (source) ^7.1.7 -> ^7.1.10 age confidence
vite-plugin-solid ^2.11.8 -> ^2.11.9 age confidence

Release Notes

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

v10.1.0

Compare Source

New Locales
Bug Fixes
TanStack/config (@​tanstack/config)

v0.22.0

Compare Source

Minor Changes
  • feat: update to typedoc v0.28 (#​306)

  • BREAKING: typedoc output is no longer lower-cased due to API changes (#​306)

Patch Changes

v0.21.0

Compare Source

Minor Changes
  • feat: support for bundling dependencies (#​302)
Patch Changes
TanStack/devtools (@​tanstack/devtools-event-client)

v0.3.3

Compare Source

Patch Changes
  • Number of improvements to various parts of the DevTools: (#​162)
    • Update event client to allow users to disable it
    • Allow trigger to be completely hidden
    • Add a new package @tanstack/devtools-client to allow users to listen to events we emit from Vite.
    • Fix bugs inside of the DevTools like plugins being nuked on page refresh.
TanStack/devtools (@​tanstack/react-devtools)

v0.7.6

Compare Source

Patch Changes

v0.7.5

Compare Source

Patch Changes

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

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

v5.90.3

Compare Source

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

v0.8.0

Compare Source

Version 0.8.0 - 10/11/25, 12:03 AM

Changes
Feat
  • allow specifying comparator / equality function (#​244) (be4f045) by Alejandro Aburto S.
Fix
Chore
Packages
TanStack/devtools (@​tanstack/solid-devtools)

v0.7.6

Compare Source

Patch Changes

v0.7.5

Compare Source

Patch Changes

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

Patch Changes
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

eslint/eslint (eslint)

v9.37.0

Compare Source

cristianbote/goober (goober)

v2.1.18

Compare Source

What's Changed

Full Changelog: cristianbote/goober@v2.1.17...v2.1.18

v2.1.17

Compare Source

What's Changed

New Contributors

Full Changelog: cristianbote/goober@v2.1.16...v2.1.17

webpro-nl/knip (knip)

v5.65.0

Compare Source

v5.64.3

Compare Source

v5.64.2

Compare Source

nrwl/nx (nx)

v21.6.4

Compare Source

21.6.4 (2025-10-08)
🚀 Features
  • core: prompt for ai agent files on nx init (#​32889)
  • core: add --check=all flag to configure-ai-agents (#​32968)
  • nest: ensure dependencies are added to project's package.json #​32548 (#​32986, #​32548)
  • nx-cloud: update description on nx login and logout (#​31344)
  • vite: add buildable libs support for vitest (#​32973)
🩹 Fixes
❤️ Thank You

v21.6.3

Compare Source

21.6.3 (2025-10-02)

🩹 Fixes
  • core: improve provenance error with custom registry information (#​32903)
  • core: optimize task hashing with BFS and performance logging (#​32911)
  • core: tweak configure-ai-agents prompt (#​32914)
  • core: ensure nx is published with the correct dependency version for the native packages (#​32928, #​32898)
  • js: temporarily hash all external dependencies for tasks inferred by the @nx/js/typescript plugin (#​32912)
  • nx-dev: improve default zoom level of graph nodes in docs (#​32910)
  • nx-dev: provide message to check previous docs w/ empty migrations (#​32919)
  • nx-dev: watch for theme changes for project/task graph components (#​32885)
  • nx-dev: update credit pricing link to new docs page (#​32899)
❤️ Thank You
pnpm/pnpm (pnpm)

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.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.
publint/publint (publint)

v0.3.14

Compare Source

Patch Changes
  • Add a new warning when an entrypoint is exported as CJS-only, has a default export, and has the __esModule marker. This setup has different interpretations by bundlers and runtimes, and implicit handling detection that may not be obvious for both package authors and users, hence it is discouraged. (#​201)
facebook/react (react)

v19.2.0

Compare Source

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features
  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.
Notable changes
  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId
All Changes
React
React DOM
React Server Components
React Reconciler
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

vitejs/vite (vite)

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 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 Oct 6, 2025
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: 5416b4d

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 5e76bd2 to 37ded88 Compare October 11, 2025 02:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from eb0c4f3 to 84e1be5 Compare October 14, 2025 15:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 84e1be5 to 5416b4d Compare October 14, 2025 23:32
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