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
@analogjs/vite-plugin-angular ^1.21.1 -> ^1.22.5 age confidence
@analogjs/vitest-angular (source) ^1.21.1 -> ^1.22.5 age confidence
@angular-devkit/build-angular ^20.3.2 -> ^20.3.8 age confidence
@angular/animations (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/cli ^20.3.2 -> ^20.3.8 age confidence
@angular/common (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/compiler (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/compiler-cli (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/core (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/forms (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/platform-browser (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/platform-browser-dynamic (source) ^20.3.1 -> ^20.3.9 age confidence
@angular/router (source) ^20.3.1 -> ^20.3.9 age confidence
@material/web ^2.4.0 -> ^2.4.1 age confidence
@remix-run/dev (source) ^2.17.1 -> ^2.17.2 age confidence
@remix-run/node (source) ^2.17.1 -> ^2.17.2 age confidence
@remix-run/react (source) ^2.17.1 -> ^2.17.2 age confidence
@remix-run/serve (source) ^2.17.1 -> ^2.17.2 age confidence
@sveltejs/package (source) ^2.5.3 -> ^2.5.4 age confidence
@tanstack/angular-store (source) ^0.7.7 -> ^0.8.0 age confidence
@tanstack/config (source) 0.20.2 -> 0.22.0 age confidence
@tanstack/devtools-event-client (source) ^0.3.3 -> ^0.3.4 age confidence
@tanstack/devtools-ui (source) ^0.4.3 -> ^0.4.4 age confidence
@tanstack/pacer (source) ^0.15.3 -> ^0.16.0 age confidence
@tanstack/react-devtools (source) ^0.7.0 -> ^0.8.0 age confidence
@tanstack/react-query (source) ^5.89.0 -> ^5.90.6 age confidence
@tanstack/react-router (source) 1.131.50 -> 1.134.12 age confidence
@tanstack/react-start (source) 1.131.50 -> 1.134.12 age confidence
@tanstack/react-store (source) ^0.7.7 -> ^0.8.0 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
@tanstack/svelte-form (source) ^1.23.0 -> ^1.23.8 age confidence
@tanstack/svelte-store (source) ^0.7.7 -> ^0.8.0 age confidence
@tanstack/vue-store (source) ^0.7.7 -> ^0.8.0 age confidence
@testing-library/jest-dom ^6.8.0 -> ^6.9.1 age confidence
arktype (source) ^2.1.22 -> ^2.1.25 age confidence
dayjs (source) ^1.11.18 -> ^1.11.19 age confidence
devalue ^5.3.2 -> ^5.4.2 age confidence
effect (source) ^3.17.14 -> ^3.19.0 age confidence
eslint (source) 9.36.0 -> 9.39.1 age confidence
goober ^2.1.16 -> ^2.1.18 age confidence
isbot (source) ^5.1.30 -> ^5.1.32 age confidence
jsdom ^27.0.0 -> ^27.1.0 age confidence
knip (source) ^5.63.1 -> ^5.67.1 age confidence
next (source) 15.5.3 -> 15.5.6 age confidence
nx (source) 21.5.3 -> 21.6.8 age confidence
pnpm (source) 10.17.0 -> 10.20.0 age confidence
publint (source) ^0.3.13 -> ^0.3.15 age confidence
sherif ^1.6.1 -> ^1.8.0 age confidence
solid-js (source) ^1.9.9 -> ^1.9.10 age confidence
svelte (source) ^5.39.4 -> ^5.43.3 age confidence
svelte-check ^4.3.1 -> ^4.3.3 age confidence
typescript54 (source) 5.9.2 -> 5.9.3 age confidence
typescript55 (source) 5.9.2 -> 5.9.3 age confidence
typescript56 (source) 5.9.2 -> 5.9.3 age confidence
typescript57 (source) 5.9.2 -> 5.9.3 age confidence
vite (source) ^7.1.6 -> ^7.1.12 age confidence
vite-plugin-solid ^2.11.8 -> ^2.11.10 age confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.22.5

Compare Source

Bug Fixes
  • vite-plugin-angular: expand optimization for Angular packages (484553c)
TanStack/store (@​tanstack/angular-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/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

v0.20.3

Compare Source

Patch Changes
TanStack/pacer (@​tanstack/pacer)

v0.16.0

Compare Source

Minor Changes
    • feat:Added AsyncRetryer class and asyncRetry function with exponential/linear/fixed backoff strategies, jitter support, timeout controls (maxExecutionTime, maxTotalExecutionTime), lifecycle callbacks (onRetry, onSuccess, onError, onLastError, onSettled, onAbort, onExecutionTimeout, onTotalExecutionTimeout), dynamic options, and built-in retry integration via asyncRetryerOptions for all async utilities (AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) (#​54)
    • feat: Added getAbortSignal() method to all async utilities (AsyncRetryer, AsyncBatcher, AsyncDebouncer, AsyncQueuer, AsyncRateLimiter, AsyncThrottler) to enable true cancellation of underlying async operations (like fetch requests) when abort() is called
    • feat: Added asyncBatcherOptions, asyncDebouncerOptions, asyncQueuerOptions, asyncRateLimiterOptions, asyncRetryerOptions, asyncThrottlerOptions, debouncerOptions, queuerOptions, rateLimiterOptions, throttlerOptions utility functions for sharing common options between different pacer utilities
    • fix: Fixed async-throtter trailing edge behavior when long executions were awaited.
    • breaking: standardized reset, cancel and abort API behaviors with consistent naming and behavior across all async utilities. Canceling no longer aborts, new dedicated abort method is provided for aborting ongoing executions.
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
TanStack/query (@​tanstack/react-query)

v5.90.6

Compare Source

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

v1.134.12

Compare Source

Version 1.134.12 - 11/4/25, 2:52 AM

Changes
Fix
  • solid-router: implement navigation transitions (#​5691) (76c4f61) by Birk Skyum
Chore
Ci
  • apply automated fixes (attempt 2/3) (19b0083) by autofix-ci[bot]
  • apply automated fixes (834c077) by autofix-ci[bot]
Other
Packages

v1.134.9

Compare Source

v1.134.4

Compare Source

v1.133.36

Compare Source

Version 1.133.36 - 10/29/25, 1:10 AM

Changes
Fix
Packages

v1.133.35

Compare Source

Version 1.133.35 - 10/28/25, 9:34 PM

Changes

Refactor
  • router-core: more stable url decoding (#​5663) (915de64) by Nico Lynzaad
Test
Docs
  • solid-start: fix ssr start-basic-solid-query (#​5666) (215ae1f) by Birk Skyum

Packages

v1.133.32

Compare Source

v1.133.28

Compare Source

Version 1.133.28 - 10/25/25, 10:51 PM

Changes
Fix
Test
  • solid-router: add basepath-file-based e2e suite (#​5623) (54e0be8) by Birk Skyum
  • solid-router: un-skip link tests (#​5621) (08d78c1) by Birk Skyum
  • solid-router: fix timing in loaders test (#​5622) (735c1e3) by Birk Skyum
  • solid-start: sync server-routes e2e to react (#​5618) (b5c96d4) by Birk Skyum
  • solid: add params.spec.ts to start/router (#​5617) (3ce120b) by Birk Skyum
  • solid-router: sync unit tests from react-router (#​5614) (f4a544f) by Birk Skyum
  • solid-router: add sentry e2e (#​5612) (a068c43) by Birk Skyum
Ci
  • apply automated fixes (c6183ad) by autofix-ci[bot]
Docs
Other
Packages

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: 2bb893e

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 Oct 6, 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 2bb893e

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ❌ Failed 35s View ↗
nx run-many --target=build --exclude=examples/** ❌ Failed 4s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-05 06:10:32 UTC

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 24 times, most recently from 8edf203 to f5d72e5 Compare October 13, 2025 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bf71105 to f2cb596 Compare October 13, 2025 21:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 26 times, most recently from 4de4774 to 51b1c4f Compare November 3, 2025 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fbe40f9 to a140387 Compare November 4, 2025 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a140387 to 2bb893e Compare November 5, 2025 06:08
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