Skip to content

chore(deps): bump @ngrx/component from 22.0.0-rc.0 to 22.0.0 - #3529

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/ngrx/component-22.0.0
Open

chore(deps): bump @ngrx/component from 22.0.0-rc.0 to 22.0.0#3529
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/ngrx/component-22.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @ngrx/component from 22.0.0-rc.0 to 22.0.0.

Changelog

Sourced from @​ngrx/component'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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ngrx/component](https://github.com/ngrx/platform) from 22.0.0-rc.0 to 22.0.0.
- [Changelog](https://github.com/ngrx/platform/blob/main/CHANGELOG.md)
- [Commits](ngrx/platform@22.0.0-rc.0...22.0.0)

---
updated-dependencies:
- dependency-name: "@ngrx/component"
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 27, 2026

@numbers-official numbers-official left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Code Review (Heartbeat Deep Check)

Reviewed lockfile-only diff for this PR (bumps @ngrx/component 22.0.0-rc.0 → 22.0.0 stable, plus the same transitive dev/peer clean-up as sibling patch-updates PR: removes stale less/needle/jiti/image-size/copy-anything/is-what/errno peer chains, bumps @types/node dev 26.1.2 → 26.4.0). Direct @ngrx/component runtime dep in package.json advances from 22.0.0-rc.0 to 22.0.0 (rc-to-GA of the same minor line).

Findings

  • No regression risks, bugs, or security concerns found. Rc → GA on the same 22.0.0 line typically only lands stabilization fixes, and CI (build, test, dependabot-lockfile-normalize, CodeQL PR #3529) is all green on the current head.

Summary

Safe to merge from an automated-review perspective — still requires human approval. Suggest a quick smoke test of any component using @ngrx/component's LetDirective / PushPipe (async state binding in templates) before merging in case the rc → stable delta touched change-detection behaviour.

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.

1 participant