build(deps): bump @angular/core from 21.0.8 to 21.2.4 in /samples/client/petstore/typescript-angular-v21-provided-in-root#23237
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.0.8 to 21.2.4. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="samples/client/petstore/typescript-angular-v21-provided-in-root/package.json">
<violation number="1" location="samples/client/petstore/typescript-angular-v21-provided-in-root/package.json:17">
P1: Bumping only `@angular/core` leaves the Angular packages on incompatible patch versions.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "@angular/common": "^21.0.8", | ||
| "@angular/compiler": "^21.0.8", | ||
| "@angular/core": "^21.0.8", | ||
| "@angular/core": "^21.2.4", |
Contributor
There was a problem hiding this comment.
P1: Bumping only @angular/core leaves the Angular packages on incompatible patch versions.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At samples/client/petstore/typescript-angular-v21-provided-in-root/package.json, line 17:
<comment>Bumping only `@angular/core` leaves the Angular packages on incompatible patch versions.</comment>
<file context>
@@ -14,7 +14,7 @@
"@angular/common": "^21.0.8",
"@angular/compiler": "^21.0.8",
- "@angular/core": "^21.0.8",
+ "@angular/core": "^21.2.4",
"@angular/forms": "^21.0.8",
"@angular/platform-browser": "^21.0.8",
</file context>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @angular/core from 21.0.8 to 21.2.4.
Release notes
Sourced from
@angular/core's releases.... (truncated)
Changelog
Sourced from
@angular/core's changelog.... (truncated)
Commits
d1dcd16fix(core): sanitize translated form attributesabbd879fix(core): reverts "feat(core): add support for nested animations"7907e98test: remove duplicate tests21b1c3bfix(core): include signal debug names in theirtoString()representation6c73aacrefactor(common): Removes unused generic type parameters fromKeyValueDiffersc98eab7refactor(core): remove old resource params7513558docs: combine multiple documentation improvements into one PR575f302refactor(core): interface cleanup224e60efix(core): sanitize translated attribute bindings with interpolations09638ecdocs(core): clarify provideZoneChangeDetection usage in v21+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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Update
@angular/coreto 21.2.4 in the TypeScript Angular v21 sample. This pulls in v21.2 bug fixes (hydration and i18n sanitization) and keeps the sample current.Dependencies
@angular/core: 21.0.8 → 21.2.4rollup4.59.0)Migration
@angular/*(incl.@angular/compiler) to 21.2.x to satisfy peer deps and avoid warnings.Written for commit 2b181d8. Summary will update on new commits.