Skip to content

chore(deps): Bump @ngrx/signals from 21.1.1 to 22.0.0 in /frontend in the ngrx group - #536

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/ngrx-4f4287ca04
Open

chore(deps): Bump @ngrx/signals from 21.1.1 to 22.0.0 in /frontend in the ngrx group#536
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/ngrx-4f4287ca04

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the ngrx group in /frontend with 1 update: @ngrx/signals.

Updates @ngrx/signals from 21.1.1 to 22.0.0

Changelog

Sourced from @​ngrx/signals's changelog.

22.0.0-beta.0 (2026-07-16)

Bug Fixes

  • entity: infer selectId return type from adapter configuration (#5085) (de9bf52)
  • signals: execute state watchers outside of reactive context (#5171) (dbd6fac), closes #5165
  • www: fix same-page fragment links (#5193) (b90671e)
  • www: stub api references (#5162) (6df7b20)

Features

BREAKING CHANGES

  • signals: Union state slices and computed results that include an object literal now create a DeepSignal for each object literal member, instead of exposing the whole union as a single Signal.

BEFORE:

A union that included an object literal was exposed as a single Signal of the whole union.

signalState:

const state = signalState<{ user: { name: string } | null }>({
  user: null,
});
// state.user: Signal<{ name: string } | null>

signalStore:

const Store = signalStore(
  withState<{ user: { name: string } | null }>({ user: null })
);
const store = inject(Store);
// store.user: Signal<{ name: string } | null>

deepComputed:

... (truncated)

Commits

Dependabot compatibility score

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 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

Bumps the ngrx group in /frontend with 1 update: [@ngrx/signals](https://github.com/ngrx/platform).


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

---
updated-dependencies:
- dependency-name: "@ngrx/signals"
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ngrx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
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