Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@tanstack/devtools-ui (source) ^0.3.5 -> ^0.4.0 age confidence
@tanstack/devtools-utils (source) ^0.0.3 -> ^0.0.4 age confidence
@tanstack/react-devtools (source) 0.7.0 -> 0.7.2 age confidence
@tanstack/solid-devtools (source) 0.7.0 -> 0.7.2 age confidence
@testing-library/jest-dom ^6.8.0 -> ^6.9.1 age confidence
@types/react (source) ^19.1.15 -> ^19.2.1 age confidence
@types/react-dom (source) ^19.1.9 -> ^19.2.0 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.64.2 age confidence
nx (source) ^21.5.3 -> ^21.6.3 age confidence
pnpm (source) 10.17.1 -> 10.18.1 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.9 age confidence
vite-plugin-solid ^2.11.8 -> ^2.11.9 age confidence

Release Notes

TanStack/devtools (@​tanstack/devtools-ui)

v0.4.0

Compare Source

Minor Changes
  • Change the TanStackDevtools export (#​40)
TanStack/devtools (@​tanstack/react-devtools)

v0.7.2

Compare Source

Patch Changes

v0.7.1

Compare Source

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

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

Compare Source

nrwl/nx (nx)

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

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.9

Compare Source

Patch Changes
  • ce00b4b: Fix server-side testing with vitest/ssr

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

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: e9070ba

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 3 times, most recently from e0e6cac to 21696bc Compare October 6, 2025 15:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21696bc to e9070ba Compare October 6, 2025 22:30
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