build(deps): bump @angular/core from 21.0.8 to 21.2.4 in /samples/client/petstore/typescript-angular-v21-provided-in-root#23237
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>
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", |
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>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.