Skip to content

Bump the ngrx-dependencies group with 6 updates #3579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the ngrx-dependencies group with 6 updates:

Package From To
@ngrx/effects 19.2.1 20.0.0
@ngrx/entity 19.2.1 20.0.0
@ngrx/operators 19.2.1 20.0.0
@ngrx/router-store 19.2.1 20.0.0
@ngrx/store 19.2.1 20.0.0
@ngrx/store-devtools 19.2.1 20.0.0

Updates @ngrx/effects from 19.2.1 to 20.0.0

Changelog

Sourced from @​ngrx/effects's changelog.

20.0.0 (2025-07-28)

Bug Fixes

20.0.0-rc.0 (2025-07-14)

Bug Fixes

  • signals: allow generic template literals as state keys (#4871) (9fefc77), closes #4638
  • signals: allow lazy initialization of DeepSignal (#4866) (cb1a2ba), closes #4749
  • signals: do not create deep signals for empty objects and unknown records with symbol keys (#4880) (bae9f18)
  • signals: remove internal Signal type (#4867) (4a4a5db)

Features

  • operators: add migration for deprecated tapResponse signature (#4858) (551ceb4)
  • signals: add withLinkedState() (#4818) (4bb7fdd)
  • signals: allow access to methods in withComputed (#4864) (e11c23f), closes #4846
  • signals: disallow user-defined signals in withState and signalState (#4879) (306ed5a)

20.0.0-beta.0 (2025-06-30)

Bug Fixes

build

Features

  • effects: remove act operator (#4839) (9a83f1d)
  • entity: strengthen typing of getInitialState (#4819) (bfb21c2), closes #4422
  • eslint-plugin: add new rule enforce type call (#4809) (9b82e67), closes #4797
  • operators: deprecate tapResponse signature with a sequence of callbacks (#4844) (9a16813), closes #4840
  • signals: allow user-defined signals in withState and signalState by splitting STATE_SOURCE (#4795) (521a2a6)
  • signals: enhance withComputed to accept computation functions (#4822) (c8b15dd), closes #4782
  • www: add sidebar for mobile view and make home page responsive (#4813) (4397bfb), closes #4807

... (truncated)

Commits
  • 80584ee chore: release 20.0.0
  • 7f09858 fix(www): Make API Pages Responsive (#4885)
  • 543f1a8 chore: release 20.0.0-rc.0
  • b0b460c ci: skip Nx cache for test and test-affected commands (#4882)
  • 306ed5a feat(signals): disallow user-defined signals in withState and signalState (#4...
  • bae9f18 fix(signals): do not create deep signals for empty objects and unknown record...
  • 9fefc77 fix(signals): allow generic template literals as state keys (#4871)
  • 0ae7e3f docs(component): add warning about maintenance mode (#4873)
  • 4bb7fdd feat(signals): add withLinkedState() (#4818)
  • 4a4a5db fix(signals): remove internal Signal type (#4867)
  • Additional commits viewable in compare view

Updates @ngrx/entity from 19.2.1 to 20.0.0

Changelog

Sourced from @​ngrx/entity's changelog.

20.0.0 (2025-07-28)

Bug Fixes

20.0.0-rc.0 (2025-07-14)

Bug Fixes

  • signals: allow generic template literals as state keys (#4871) (9fefc77), closes #4638
  • signals: allow lazy initialization of DeepSignal (#4866) (cb1a2ba), closes #4749
  • signals: do not create deep signals for empty objects and unknown records with symbol keys (#4880) (bae9f18)
  • signals: remove internal Signal type (#4867) (4a4a5db)

Features

  • operators: add migration for deprecated tapResponse signature (#4858) (551ceb4)
  • signals: add withLinkedState() (#4818) (4bb7fdd)
  • signals: allow access to methods in withComputed (#4864) (e11c23f), closes #4846
  • signals: disallow user-defined signals in withState and signalState (#4879) (306ed5a)

20.0.0-beta.0 (2025-06-30)

Bug Fixes

build

Features

  • effects: remove act operator (#4839) (9a83f1d)
  • entity: strengthen typing of getInitialState (#4819) (bfb21c2), closes #4422
  • eslint-plugin: add new rule enforce type call (#4809) (9b82e67), closes #4797
  • operators: deprecate tapResponse signature with a sequence of callbacks (#4844) (9a16813), closes #4840
  • signals: allow user-defined signals in withState and signalState by splitting STATE_SOURCE (#4795) (521a2a6)
  • signals: enhance withComputed to accept computation functions (#4822) (c8b15dd), closes #4782
  • www: add sidebar for mobile view and make home page responsive (#4813) (4397bfb), closes #4807

... (truncated)

Commits
  • 80584ee chore: release 20.0.0
  • 7f09858 fix(www): Make API Pages Responsive (#4885)
  • 543f1a8 chore: release 20.0.0-rc.0
  • b0b460c ci: skip Nx cache for test and test-affected commands (#4882)
  • 306ed5a feat(signals): disallow user-defined signals in withState and signalState (#4...
  • bae9f18 fix(signals): do not create deep signals for empty objects and unknown record...
  • 9fefc77 fix(signals): allow generic template literals as state keys (#4871)
  • 0ae7e3f docs(component): add warning about maintenance mode (#4873)
  • 4bb7fdd feat(signals): add withLinkedState() (#4818)
  • 4a4a5db fix(signals): remove internal Signal type (#4867)
  • Additional commits viewable in compare view

Updates @ngrx/operators from 19.2.1 to 20.0.0

Changelog

Sourced from @​ngrx/operators's changelog.

20.0.0 (2025-07-28)

Bug Fixes

20.0.0-rc.0 (2025-07-14)

Bug Fixes

  • signals: allow generic template literals as state keys (#4871) (9fefc77), closes #4638
  • signals: allow lazy initialization of DeepSignal (#4866) (cb1a2ba), closes #4749
  • signals: do not create deep signals for empty objects and unknown records with symbol keys (#4880) (bae9f18)
  • signals: remove internal Signal type (#4867) (4a4a5db)

Features

  • operators: add migration for deprecated tapResponse signature (#4858) (551ceb4)
  • signals: add withLinkedState() (#4818) (4bb7fdd)
  • signals: allow access to methods in withComputed (#4864) (e11c23f), closes #4846
  • signals: disallow user-defined signals in withState and signalState (#4879) (306ed5a)

20.0.0-beta.0 (2025-06-30)

Bug Fixes

build

Features

  • effects: remove act operator (#4839) (9a83f1d)
  • entity: strengthen typing of getInitialState (#4819) (bfb21c2), closes #4422
  • eslint-plugin: add new rule enforce type call (#4809) (9b82e67), closes #4797
  • operators: deprecate tapResponse signature with a sequence of callbacks (#4844) (9a16813), closes #4840
  • signals: allow user-defined signals in withState and signalState by splitting STATE_SOURCE (#4795) (521a2a6)
  • signals: enhance withComputed to accept computation functions (#4822) (c8b15dd), closes #4782
  • www: add sidebar for mobile view and make home page responsive (#4813) (4397bfb), closes #4807

... (truncated)

Commits
  • 80584ee chore: release 20.0.0
  • 7f09858 fix(www): Make API Pages Responsive (#4885)
  • 543f1a8 chore: release 20.0.0-rc.0
  • b0b460c ci: skip Nx cache for test and test-affected commands (#4882)
  • 306ed5a feat(signals): disallow user-defined signals in withState and signalState (#4...
  • bae9f18 fix(signals): do not create deep signals for empty objects and unknown record...
  • 9fefc77 fix(signals): allow generic template literals as state keys (#4871)
  • 0ae7e3f docs(component): add warning about maintenance mode (#4873)
  • 4bb7fdd feat(signals): add withLinkedState() (#4818)
  • 4a4a5db fix(signals): remove internal Signal type (#4867)
  • Additional commits viewable in compare view

Updates @ngrx/router-store from 19.2.1 to 20.0.0

Changelog

Sourced from @​ngrx/router-store's changelog.

20.0.0 (2025-07-28)

Bug Fixes

20.0.0-rc.0 (2025-07-14)

Bug Fixes

  • signals: allow generic template literals as state keys (#4871) (9fefc77), closes #4638
  • signals: allow lazy initialization of DeepSignal (#4866) (cb1a2ba), closes #4749
  • signals: do not create deep signals for empty objects and unknown records with symbol keys (#4880) (bae9f18)
  • signals: remove internal Signal type (#4867) (4a4a5db)

Features

  • operators: add migration for deprecated tapResponse signature (#4858) (551ceb4)
  • signals: add withLinkedState() (#4818) (4bb7fdd)
  • signals: allow access to methods in withComputed (#4864) (e11c23f), closes #4846
  • signals: disallow user-defined signals in withState and signalState (#4879) (306ed5a)

20.0.0-beta.0 (2025-06-30)

Bug Fixes

build

Features

  • effects: remove act operator (#4839) (9a83f1d)
  • entity: strengthen typing of getInitialState (#4819) (bfb21c2), closes #4422
  • eslint-plugin: add new rule enforce type call (#4809) (9b82e67), closes #4797
  • operators: deprecate tapResponse signature with a sequence of callbacks (#4844) (9a16813), closes #4840
  • signals: allow user-defined signals in withState and signalState by splitting STATE_SOURCE (#4795) (521a2a6)
  • signals: enhance withComputed to accept computation functions (#4822) (c8b15dd), closes #4782
  • www: add sidebar for mobile view and make home page responsive (#4813) (4397bfb), closes #4807

... (truncated)

Commits
  • 80584ee chore: release 20.0.0
  • 7f09858 fix(www): Make API Pages Responsive (#4885)
  • 543f1a8 chore: release 20.0.0-rc.0
  • b0b460c ci: skip Nx cache for test and test-affected commands (#4882)
  • 306ed5a feat(signals): disallow user-defined signals in withState and signalState (#4...
  • bae9f18 fix(signals): do not create deep signals for empty objects and unknown record...
  • 9fefc77 fix(signals): allow generic template literals as state keys (#4871)
  • 0ae7e3f docs(component): add warning about maintenance mode (#4873)
  • 4bb7fdd feat(signals): add withLinkedState() (#4818)
  • 4a4a5db fix(signals): remove internal Signal type (#4867)
  • Additional commits viewable in compare view

Updates @ngrx/store from 19.2.1 to 20.0.0

Changelog

Sourced from @​ngrx/store's changelog.

20.0.0 (2025-07-28)

Bug Fixes

20.0.0-rc.0 (2025-07-14)

Bug Fixes

  • signals: allow generic template literals as state keys (#4871) (9fefc77), closes #4638
  • signals: allow lazy initialization of DeepSignal (#4866) (cb1a2ba), closes #4749
  • signals: do not create deep signals for empty objects and unknown records with symbol keys (#4880) (bae9f18)
  • signals: remove internal Signal type (#4867) (4a4a5db)

Features

  • operators: add migration for deprecated tapResponse signature (#4858) (551ceb4)
  • signals: add withLinkedState() (#4818) (4bb7fdd)
  • signals: allow access to methods in withComputed (#4864) (e11c23f), closes #4846
  • signals: disallow user-defined signals in withState and signalState (#4879) (306ed5a)

20.0.0-beta.0 (2025-06-30)

Bug Fixes

build

Features

  • effects: remove act operator (#4839) (9a83f1d)
  • entity: strengthen typing of getInitialState (#4819) (bfb21c2), closes #4422
  • eslint-plugin: add new rule enforce type call (#4809) (9b82e67), closes #4797
  • operators: deprecate tapResponse signature with a sequence of callbacks (#4844) (9a16813), closes #4840
  • signals: allow user-defined signals in withState and signalState by splitting STATE_SOURCE (#4795) (521a2a6)
  • signals: enhance withComputed to accept computation functions (#4822) (c8b15dd), closes #4782
  • www: add sidebar for mobile view and make home page responsive (#4813) (4397bfb), closes #4807

... (truncated)

Commits
  • 80584ee chore: release 20.0.0
  • 7f09858 fix(www): Make API Pages Responsive (#4885)
  • 543f1a8 chore: release 20.0.0-rc.0
  • b0b460c ci: skip Nx cache for test and test-affected commands (#4882)
  • 306ed5a feat(signals): disallow user-defined signals in withState and signalState (#4...
  • bae9f18 fix(signals): do not create deep signals for empty objects and unknown record...
  • 9fefc77 fix(signals): allow generic template literals as state keys (#4871)
  • 0ae7e3f docs(component): add warning about maintenance mode (#4873)
  • 4bb7fdd feat(signals): add withLinkedState() (#4818)
  • 4a4a5db fix(signals): remove internal Signal type (#4867)
  • Additional commits viewable in compare view

Updates @ngrx/store-devtools from 19.2.1 to 20.0.0

Changelog

Sourced from @​ngrx/store-devtools's changelog.

20.0.0 (2025-07-28)

Bug Fixes

20.0.0-rc.0 (2025-07-14)

Bug Fixes

  • signals: allow generic template literals as state keys (#4871) (9fefc77), closes #4638
  • signals: allow lazy initialization of DeepSignal (#4866) (cb1a2ba), closes #4749
  • signals: do not create deep signals for empty objects and unknown records with symbol keys (#4880) (bae9f18)
  • signals: remove internal Signal type (#4867) (4a4a5db)

Features

  • operators: add migration for deprecated tapResponse signature (#4858) (551ceb4)
  • signals: add withLinkedState() (#4818) (4bb7fdd)
  • signals: allow access to methods in withComputed (#4864) (e11c23f), closes #4846
  • signals: disallow user-defined signals in withState and signalState (#4879) (306ed5a)

20.0.0-beta.0 (2025-06-30)

Bug Fixes

build

Features

  • effects: remove act operator (#4839) (9a83f1d)
  • entity: strengthen typing of getInitialState (#4819) (bfb21c2), closes #4422
  • eslint-plugin: add new rule enforce type call (#4809) (9b82e67), closes #4797
  • operators: deprecate tapResponse signature with a sequence of callbacks (#4844) (9a16813), closes #4840
  • signals: allow user-defined signals in withState and signalState by splitting STATE_SOURCE (#4795) (521a2a6)
  • signals: enhance withComputed to accept computation functions (#4822) (c8b15dd), closes #4782
  • www: add sidebar for mobile view and make home page responsive (#4813) (4397bfb), closes #4807

... (truncated)

Commits
  • 80584ee chore: release 20.0.0
  • 7f09858 fix(www): Make API Pages Responsive (#4885)
  • 543f1a8 chore: release 20.0.0-rc.0
  • b0b460c ci: skip Nx cache for test and test-affected commands (#4882)
  • 306ed5a feat(signals): disallow user-defined signals in withState and signalState (#4...
  • bae9f18 fix(signals): do not create deep signals for empty objects and unknown record...
  • 9fefc77 fix(signals): allow generic template literals as state keys (#4871)
  • 0ae7e3f docs(component): add warning about maintenance mode (#4873)
  • 4bb7fdd feat(signals): add withLinkedState() (#4818)
  • 4a4a5db fix(signals): remove internal Signal type (#4867)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 28, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngrx-dependencies-6693f22228 branch from 782aec9 to 87dab0f Compare July 31, 2025 15:52
Bumps the ngrx-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@ngrx/effects](https://github.com/ngrx/platform) | `19.2.1` | `20.0.0` |
| [@ngrx/entity](https://github.com/ngrx/platform) | `19.2.1` | `20.0.0` |
| [@ngrx/operators](https://github.com/ngrx/platform) | `19.2.1` | `20.0.0` |
| [@ngrx/router-store](https://github.com/ngrx/platform) | `19.2.1` | `20.0.0` |
| [@ngrx/store](https://github.com/ngrx/platform) | `19.2.1` | `20.0.0` |
| [@ngrx/store-devtools](https://github.com/ngrx/platform) | `19.2.1` | `20.0.0` |


Updates `@ngrx/effects` from 19.2.1 to 20.0.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@19.2.1...20.0.0)

Updates `@ngrx/entity` from 19.2.1 to 20.0.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@19.2.1...20.0.0)

Updates `@ngrx/operators` from 19.2.1 to 20.0.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@19.2.1...20.0.0)

Updates `@ngrx/router-store` from 19.2.1 to 20.0.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@19.2.1...20.0.0)

Updates `@ngrx/store` from 19.2.1 to 20.0.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@19.2.1...20.0.0)

Updates `@ngrx/store-devtools` from 19.2.1 to 20.0.0
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@19.2.1...20.0.0)

---
updated-dependencies:
- dependency-name: "@ngrx/effects"
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ngrx-dependencies
- dependency-name: "@ngrx/entity"
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ngrx-dependencies
- dependency-name: "@ngrx/operators"
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ngrx-dependencies
- dependency-name: "@ngrx/router-store"
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ngrx-dependencies
- dependency-name: "@ngrx/store"
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ngrx-dependencies
- dependency-name: "@ngrx/store-devtools"
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ngrx-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ngrx-dependencies-6693f22228 branch from 87dab0f to f138638 Compare August 2, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants