Skip to content

chore(deps): update all non-major dependencies#163

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#163
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@angular/build ^21.1.4^21.2.1 age confidence devDependencies patch
@angular/cli ^21.1.4^21.2.1 age confidence devDependencies patch
@angular/common (source) ^21.1.4^21.2.1 age confidence dependencies patch
@angular/compiler (source) ^21.1.4^21.2.1 age confidence dependencies patch
@angular/compiler-cli (source) ^21.1.4^21.2.1 age confidence devDependencies patch
@angular/core (source) ^21.1.4^21.2.1 age confidence devDependencies patch
@angular/core (source) ^21.1.4^21.2.1 age confidence dependencies patch
@angular/forms (source) ^21.1.4^21.2.1 age confidence dependencies patch
@angular/platform-browser (source) ^21.1.4^21.2.1 age confidence dependencies patch
@angular/router (source) ^21.1.4^21.2.1 age confidence dependencies patch
@changesets/cli (source) ^2.29.8^2.30.0 age confidence devDependencies minor
@size-limit/preset-small-lib ^12.0.0^12.0.1 age confidence devDependencies patch
@tanstack/angular-store (source) ^0.8.1^0.9.1 age confidence dependencies minor
@tanstack/devtools-event-client (source) ^0.4.0^0.4.1 age confidence dependencies patch
@tanstack/devtools-ui (source) ^0.4.4^0.5.0 age confidence dependencies minor
@tanstack/devtools-utils (source) ^0.3.0^0.3.2 age confidence dependencies patch
@tanstack/preact-devtools (source) ^0.9.10^0.9.15 age confidence dependencies patch
@tanstack/preact-store (source) ^0.10.2^0.11.1 age confidence dependencies minor
@tanstack/react-devtools (source) 0.9.50.9.10 age confidence devDependencies patch
@tanstack/react-store (source) ^0.8.1^0.9.1 age confidence dependencies minor
@tanstack/solid-devtools (source) 0.7.250.7.30 age confidence dependencies patch
@tanstack/solid-store (source) ^0.8.1^0.9.1 age confidence dependencies minor
@tanstack/store (source) ^0.8.1^0.9.1 age confidence dependencies minor
changesets/action v1.6.0v1.7.0 age confidence action minor
eslint (source) ^9.39.2^9.39.4 age confidence devDependencies patch
happy-dom ^20.6.1^20.8.3 age confidence devDependencies minor
knip (source) ^5.83.1^5.85.0 age confidence devDependencies patch
npm (source) 11.10.011.11.0 age confidence packageManager minor
nx (source) ^22.5.1^22.5.4 age confidence devDependencies patch
pnpm (source) 10.29.310.30.3 age confidence packageManager minor
preact (source) ^10.28.3^10.28.4 age confidence devDependencies patch
preact (source) ^10.28.3^10.28.4 age confidence dependencies patch
prettier-plugin-svelte ^3.4.1^3.5.1 age confidence devDependencies patch
publint (source) ^0.3.17^0.3.18 age confidence devDependencies patch
size-limit ^12.0.0^12.0.1 age confidence devDependencies patch
tsdown (source) ^0.20.3^0.21.0 age confidence devDependencies minor

Release Notes

angular/angular-cli (@​angular/build)

v21.2.1

Compare Source

@​angular/cli
Commit Type Description
ae4c28d00 fix correct dev dependency detection logic in ng add
465073bc1 fix disable npm update notifier in package manager host
36270634f fix ensure group members are updated to targeted version
d87dba6af fix ignore unknown files when formatting schematic changes
@​schematics/angular
Commit Type Description
72d466aa0 fix prevent adding test dependencies when minimal option is enabled
@​angular-devkit/build-angular
Commit Type Description
0019d1c8e fix update copy-webpack-plugin to v14.0.0
@​angular/build
Commit Type Description
6ad860863 fix bundle polyfills to preserve execution order in dev server
d17397375 fix conditionally allow vi.mock for non-relative imports
0d49f86ed fix resolve style include paths relative to ng-package.json in unit-test builder
584f6a2d9 fix treat empty browsers array as undefined in unit-test builder
6699cdc9b perf fix memory leak in ng serve with i18n
@​angular/ssr
Commit Type Description
43a9dfa66 fix improve header validation logic
dee3717b3 fix introduce DI token to signal route discovery process
angular/angular (@​angular/common)

v21.2.1

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
b4ec3cc4e4 fix prevent child animation elements from being orphaned
e923d88398 fix Prevent removal of elements during drag and drop
http
Commit Type Description
277ade97ac fix correctly cache blob responses in transfer cache (#​67002)
changesets/changesets (@​changesets/cli)

v2.30.0

Compare Source

ai/size-limit (@​size-limit/preset-small-lib)

v12.0.1

Compare Source

TanStack/store (@​tanstack/angular-store)

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • Breaking changes (#​265)

    • new Store() is now createStore()
    • new Derived() is now a derived createStore():
      const derived = createStore(() => store.state * 2)
    • new Effect() removed in favor of store.subscribe():
      const { unsubscribe } = store.subscribe(() => {
        console.log(store.state)
      })
    • Uses alien-signals under the hood for efficient reactivity
Patch Changes
TanStack/devtools (@​tanstack/devtools-event-client)

v0.4.1

Compare Source

Patch Changes
  • Simplify EventClient types to accept unprefixed event maps (#​361)
TanStack/devtools (@​tanstack/devtools-ui)

v0.5.0

Compare Source

Minor Changes
  • Updates devtools-ui JsonTree to display dates, as well as provide configuration for custom date format. (#​258)
Patch Changes
  • Fixes the deep-keys utils for the collapsePath prop, now handles any and unknown types. (#​327)
TanStack/devtools (@​tanstack/devtools-utils)

v0.3.2

Compare Source

Patch Changes
  • Fix issues with bundling solid (#​367)

v0.3.1

Compare Source

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

v0.9.15

Compare Source

Patch Changes

v0.9.14

Compare Source

Patch Changes

v0.9.13

Compare Source

Patch Changes

v0.9.12

Compare Source

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

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes
  • Breaking changes (#​265)

    • new Store() is now createStore()
    • new Derived() is now a derived createStore():
      const derived = createStore(() => store.state * 2)
    • new Effect() removed in favor of store.subscribe():
      const { unsubscribe } = store.subscribe(() => {
        console.log(store.state)
      })
    • Uses alien-signals under the hood for efficient reactivity
Patch Changes
TanStack/devtools (@​tanstack/react-devtools)

v0.9.10

Compare Source

Patch Changes

v0.9.9

Compare Source

Patch Changes

v0.9.8

Compare Source

Patch Changes

v0.9.7

Compare Source

Patch Changes

v0.9.6

Compare Source

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

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • Breaking changes (#​265)

    • new Store() is now createStore()
    • new Derived() is now a derived createStore():
      const derived = createStore(() => store.state * 2)
    • new Effect() removed in favor of store.subscribe():
      const { unsubscribe } = store.subscribe(() => {
        console.log(store.state)
      })
    • Uses alien-signals under the hood for efficient reactivity
Patch Changes
TanStack/devtools (@​tanstack/solid-devtools)

v0.7.30

Compare Source

Patch Changes

v0.7.29

Compare Source

Patch Changes

v0.7.28

Compare Source

Patch Changes

v0.7.27

Compare Source

Patch Changes

v0.7.26

Compare Source

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

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
  • Breaking changes (#​265)

    • new Store() is now createStore()
    • new Derived() is now a derived createStore():
      const derived = createStore(() => store.state * 2)
    • new Effect() removed in favor of store.subscribe():
      const { unsubscribe } = store.subscribe(() => {
        console.log(store.state)
      })
    • Uses alien-signals under the hood for efficient reactivity
Patch Changes
TanStack/store (@​tanstack/store)

v0.9.1

Compare Source

Patch Changes
  • derived createStore now returns readonly store (#​278)

v0.9.0

Compare Source

Minor Changes
  • Breaking changes (#​265)

    • new Store() is now createStore()
    • new Derived() is now a derived createStore():
      const derived = createStore(() => store.state * 2)
    • new Effect() removed in favor of store.subscribe():
      const { unsubscribe } = store.subscribe(() => {
        console.log(store.state)
      })
    • Uses alien-signals under the hood for efficient reactivity
changesets/action (changesets/action)

v1.7.0

Compare Source

Minor Changes
  • #​564 935fe87 Thanks @​Andarist! - Automatically use the GitHub-provided token to allow most users to avoid explicit GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration.
Patch Changes
  • #​545 54220dd Thanks @​ryanbas21! - The .npmrc generation now intelligently handles both traditional NPM token authentication and trusted publishing scenarios by only appending the auth token when NPM_TOKEN is defined. This prevents 'undefined' from being written to the registry configuration when using OIDC tokens from GitHub Actions trusted publishing.

  • #​563 6af4a7e Thanks @​Andarist! - Don't error on already committed symlinks and executables that stay untouched

eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

capricorn86/happy-dom (happy-dom)

v20.8.3

Compare Source

👷‍♂️ Patch fixes

v20.8.2

Compare Source

👷‍♂️ Patch fixes
  • Resets Event.cancelBubble and Event.defaultPrevented when calling Event.initEvent() - By @​capricorn86 in task #​2090

v20.8.1

Compare Source

👷‍♂️ Patch fixes

v20.8.0

Compare Source

v20.7.2

Compare Source

👷‍♂️ Patch fixes
  • Properly decode CSS escape sequences in attribute selector values - By @​silverwind

v20.7.1

Compare Source

npm/cli (npm)

v11.11.0

Compare Source

Features
Bug Fixes
Documentation
Dependencies

v11.10.1

Compare Source

Bug Fixes
Documentation
Dependencies
Chores
nrwl/nx (nx)

v22.5.4

[Compare


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.

@changeset-bot
Copy link

changeset-bot bot commented Feb 23, 2026

⚠️ No Changeset found

Latest commit: 7a80561

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 Feb 23, 2026

View your CI Pipeline Execution ↗ for commit 7a80561

Command Status Duration Result
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 17s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-06 22:25:43 UTC

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 8104363 to 3a6b756 Compare March 1, 2026 22:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 76658e1 to 014a9da Compare March 6, 2026 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 014a9da to 7a80561 Compare March 6, 2026 22:17
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