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
@analogjs/vite-plugin-angular ^1.21.1 -> ^1.21.2 age confidence
@analogjs/vitest-angular (source) ^1.21.1 -> ^1.21.2 age confidence
@angular-devkit/build-angular ^20.3.2 -> ^20.3.4 age confidence
@angular/animations (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/cli ^20.3.2 -> ^20.3.4 age confidence
@angular/common (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/compiler (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/compiler-cli (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/core (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/forms (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/platform-browser (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/platform-browser-dynamic (source) ^20.3.1 -> ^20.3.3 age confidence
@angular/router (source) ^20.3.1 -> ^20.3.3 age confidence
@sveltejs/package (source) ^2.5.3 -> ^2.5.4 age confidence
@tanstack/config (source) 0.20.2 -> 0.20.3 age confidence
@tanstack/devtools-ui (source) ^0.3.5 -> ^0.4.0 age confidence
@tanstack/react-devtools (source) ^0.7.0 -> ^0.7.2 age confidence
@tanstack/react-query (source) ^5.89.0 -> ^5.90.2 age confidence
@tanstack/react-router (source) ^1.131.50 -> ^1.132.47 age confidence
@tanstack/react-start (source) ^1.131.50 -> ^1.132.48 age confidence
@tanstack/svelte-form (source) ^1.23.0 -> ^1.23.5 age confidence
@testing-library/jest-dom ^6.8.0 -> ^6.9.1 age confidence
effect (source) ^3.17.14 -> ^3.18.4 age confidence
eslint (source) 9.36.0 -> 9.37.0 age confidence
goober ^2.1.16 -> ^2.1.18 age confidence
isbot (source) ^5.1.30 -> ^5.1.31 age confidence
knip (source) ^5.63.1 -> ^5.64.2 age confidence
next (source) 15.5.3 -> 15.5.4 age confidence
nx (source) 21.5.3 -> 21.6.3 age confidence
pnpm (source) 10.17.0 -> 10.18.1 age confidence
publint (source) ^0.3.13 -> ^0.3.14 age confidence
svelte (source) ^5.39.4 -> ^5.39.9 age confidence
svelte-check ^4.3.1 -> ^4.3.2 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.9 age confidence
vite-plugin-solid ^2.11.8 -> ^2.11.9 age confidence

Release Notes

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

v1.21.2

Compare Source

Bug Fixes
  • storybook-angular: don't mangle class names during the build (00d74d1)
angular/angular-cli (@​angular-devkit/build-angular)

v20.3.4

Compare Source

@​schematics/angular
Commit Type Description
c94bf7ff0 fix Out of the box support for PM2
465436c9f fix use bracket notation for process.env['pm_id']
@​angular-devkit/build-angular
Commit Type Description
bc6b63114 fix mark InjectionToken as pure for improved tree-shaking
@​angular/build
Commit Type Description
e510ff828 fix mark InjectionToken as pure for improved tree-shaking

v20.3.3

Compare Source

@​schematics/angular
Commit Type Description
b7f92da78 fix add __screenshots__/ to .gitignore
@​angular/ssr
Commit Type Description
a4c9a2007 fix avoid retaining rendered HTML in memory post-request
angular/angular (@​angular/animations)

v20.3.3

Compare Source

compiler
Commit Type Description
f51ab32fb3 fix recover template literals with broken expressions (#​64150)
core
Commit Type Description
542cd0019a fix do not rename ARIA property bindings to attributes (#​64089)
0e928fbc4a fix Fixes animations in conjunction with content projection (#​63776)
e5157bd933 fix prevents unintended early termination of leave animations and hoisting (#​64088)
migrations
Commit Type Description
1710cbd7d4 fix handle shorthand property declarations in NgModule (#​64160)
77b6305a4b fix skip migration for inputs with 'this' references (#​64142)

v20.3.2

Compare Source

compiler-cli
Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#​63904)
1d4f81c8ee fix resolve import alias in defer blocks (#​63966)
core
Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#​63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#​63921)
forms
Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#​64034)
migrations
Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#​63934)
3ebaeccb46 fix handle reused templates in control flow migration (#​63996)
sveltejs/kit (@​sveltejs/package)

v2.5.4

Compare Source

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

v0.20.3

Compare Source

Patch Changes
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/query (@​tanstack/react-query)

v5.90.2

Compare Source

Version 5.90.2 - 9/23/25, 7:37 AM

Changes

Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister

Packages

v5.90.1

Compare Source

Version 5.90.1 - 9/22/25, 6:41 AM

Changes
Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs
Packages
TanStack/router (@​tanstack/react-router)

v1.132.47

Compare Source

Version 1.132.47 - 10/6/25, 9:20 PM

Changes
Fix
  • navigate() respects rewrites when reloadDocument=true (#​5389) (2db746c) by Manuel Schiller
Examples
  • Add a new TanStack Start example for typed readable streams (#​5363) (42500ce) by fuko
Packages

v1.132.45

Compare Source

Version 1.132.45 - 10/6/25, 8:13 PM

Changes
Fix
Docs
  • server entry point (e8052ce) by Manuel Schiller
Packages

v1.132.41

Compare Source

Version 1.132.41 - 10/5/25, 9:13 PM

Changes

Fix

Packages

v1.132.37

Compare Source

Version 1.132.37 - 10/4/25, 8:41 PM

Changes
Fix
Other
Packages

v1.132.33

Compare Source

Version 1.132.33 - 10/3/25, 1:01 PM

Changes
Fix
Docs
Examples
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
Copy link

changeset-bot bot commented Oct 6, 2025

⚠️ No Changeset found

Latest commit: 7754741

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

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 7754741

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

☁️ Nx Cloud last updated this comment at 2025-10-07 02:10:52 UTC

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c8e6825 to abc49c8 Compare October 6, 2025 21:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abc49c8 to 7754741 Compare October 7, 2025 02:07
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