Skip to content

Conversation

@renovate
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.4 age confidence
@tanstack/devtools-ui (source) ^0.3.5 -> ^0.4.4 age confidence
@tanstack/devtools-utils (source) ^0.0.3 -> ^0.0.5 age confidence
@tanstack/react-devtools (source) 0.7.0 -> 0.8.0 age confidence
@tanstack/react-query (source) ^5.90.2 -> ^5.90.6 age confidence
@tanstack/react-store (source) ^0.7.7 -> ^0.8.0 age confidence
@tanstack/solid-devtools (source) 0.7.0 -> 0.7.13 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
@vitejs/plugin-react (source) ^5.0.4 -> ^5.1.0 age confidence
dayjs (source) ^1.11.18 -> ^1.11.19 age confidence
eslint (source) ^9.36.0 -> ^9.39.0 age confidence
eslint-plugin-unused-imports ^4.2.0 -> ^4.3.0 age confidence
goober ^2.1.16 -> ^2.1.18 age confidence
jsdom ^27.0.0 -> ^27.1.0 age confidence
knip (source) ^5.64.1 -> ^5.66.4 age confidence
nx (source) ^21.5.3 -> ^21.6.8 age confidence
pnpm (source) 10.17.1 -> 10.20.0 age confidence
publint (source) ^0.3.13 -> ^0.3.15 age confidence
react (source) ^19.1.1 -> ^19.2.0 age confidence
react-dom (source) ^19.1.1 -> ^19.2.0 age confidence
sherif ^1.6.1 -> ^1.8.0 age confidence
solid-js (source) ^1.9.9 -> ^1.9.10 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence
vite (source) ^7.1.7 -> ^7.1.12 age confidence
vite-plugin-solid ^2.11.8 -> ^2.11.10 age confidence

Release Notes

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-ui)

v0.4.4

Compare Source

Patch Changes
  • Add go to source functionality to devtools (#​56)

v0.4.3

Compare Source

Patch Changes
  • improve devtools shortcut handling (#​49)

v0.4.2

Compare Source

Patch Changes

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

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

v0.8.0

Compare Source

Minor Changes
  • added optional trigger component in config (#​228)

    removed trigger image setting completely

Patch Changes

v0.7.11

Compare Source

Patch Changes

v0.7.10

Compare Source

Patch Changes

v0.7.9

Compare Source

Patch Changes

v0.7.8

Compare Source

Patch Changes

v0.7.7

Compare Source

Patch Changes

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

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

Compare Source

Patch Changes
  • Fixed customTrigger causing empty button when not passed (#​253)

v0.7.12

Compare Source

Patch Changes

v0.7.11

Compare Source

Patch Changes

v0.7.10

Compare Source

Patch Changes

v0.7.9

Compare Source

Patch Changes

v0.7.8

Compare Source

Patch Changes

v0.7.7

Compare Source

Patch Changes

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
pnpm/pnpm (pnpm)

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:
      - [email protected] || 21.6.5
      - [email protected]

    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:
      - [email protected]
      - [email protected] || 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.

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.
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


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
@changeset-bot
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: cbeae02

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 16 times, most recently from b47d840 to 5e6004d Compare October 20, 2025 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from e7afb46 to 7dde376 Compare October 25, 2025 10:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 1060b21 to e7d5a46 Compare November 1, 2025 05:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7d5a46 to cbeae02 Compare November 1, 2025 17:59
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.

1 participant