⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@ngxs/store 19.0.021.0.0 age confidence

Release Notes

ngxs/store (@​ngxs/store)

v21.0.0

Compare Source

  • Feature(store): Expose AbortSignal on the state context #​2244
  • Fix(store): Guard against running state functions after injector is destroyed #​2366 #​2377
  • Fix(store): createPickSelector should not throw on unregistered states #​2378
  • Fix(store): Stop contributing to stability once app is stable #​2379
  • Fix(store): update action handler type to allow Observable and Promise #​2385
  • Fix(store): Avoid unsubscribe when task is removed #​2388
  • Refactor(store): Clear _states on destroy to aid GC under high load #​2365
  • Refactor(store): Add debugName to computed signals in selectSignal #​2370
  • Fix(storage-plugin): Guard against engine may be falsy #​2367 #​2368
  • Performance(storage-plugin): Replace closure-based action matcher with direct type comparison #​2369
  • Fix(router-plugin): Avoid redundant NGXS state updates for identical router snapshots #​2372

v20.1.0

Compare Source

  • Feature(store): Add withNgxsNoopExecutionStrategy #​2359

v20.0.2

Compare Source

  • Revert(store): Revert @Select decorator removal #​2351

v20.0.1

Compare Source

  • Fix(store): Add missing detach to action director #​2349

v20.0.0

Compare Source

  • Build: Add Angular 20 support #​2342
  • Feature(store): Implement ActionDirector #​2329
  • Feature(store): Add lazyProvider utility #​2326
  • Feature(devtools-plugin): Add serialize option #​2337
  • Refactor: Replace ngOnDestroy with DestroyRef #​2289
  • Refactor: Reduce RxJS dependency #​2292
  • Refactor: Pull less RxJS symbols #​2309 #​2310
  • Refactor: Replace ENVIRONMENT_INITIALIZER #​2314
  • Refactor: Replace const enum #​2335
  • Fix(store): Add root store initializer guard #​2278
  • Fix(store): Reduce change detection cycles with pending tasks #​2280
  • Fix(store): Complete action results on destroy #​2282
  • Fix(store): Complete dispatched$ in internal actions #​2285
  • Fix(store): Stop contributing to stability once app is stable #​2306
  • Build(store): Use ngServerMode to check whether we are in SSR #​2287
  • Build(storage-plugin): Use ngServerMode to check whether we are in SSR #​2288
  • Refactor(form-plugin): Replace takeUntil with takeUntilDestroyed #​2283
  • Refactor(router-plugin): Reduce RxJS depedency #​2291
  • Refactor(router-plugin): Change @Selector to createSelector #​2294
  • CI(bundlemon): Upgrade to bundlemon v3 #​2330

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 enabled auto-merge (squash) December 19, 2025 07:56
@renovate
Copy link
Contributor Author

renovate bot commented Dec 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tests-e2e/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/core
npm error   @angular/core@"19.2.18" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/core@">=21.0.0 <22.0.0" from @ngxs/[email protected]
npm error node_modules/@ngxs/store
npm error   @ngxs/store@"21.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-01-08T20_13_05_915Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-01-08T20_13_05_915Z-debug-0.log

@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3dda5c4) to head (e5643fb).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #12660   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          228       228           
  Lines         4988      4988           
  Branches      1158      1158           
=========================================
  Hits          4988      4988           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/tests-e2e/major-21-ngxs-store-monorepo branch 2 times, most recently from 7a4c685 to 5576178 Compare December 21, 2025 11:56
@renovate renovate bot force-pushed the renovate/tests-e2e/major-21-ngxs-store-monorepo branch from 5576178 to 0aef092 Compare December 31, 2025 14:52
@renovate renovate bot force-pushed the renovate/tests-e2e/major-21-ngxs-store-monorepo branch from 0aef092 to e5643fb Compare January 8, 2026 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant