-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(deps): bump @angular/common from 17.3.12 to 19.2.16 #4194
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
base: main
Are you sure you want to change the base?
Conversation
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.3.12 to 19.2.16. - [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/19.2.16/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 19.2.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
| "dependencies": { | ||
| "@angular/animations": "^17.3.0", | ||
| "@angular/common": "^17.3.0", | ||
| "@angular/common": "^19.2.16", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Angular version mismatch across dependencies
Upgrading @angular/common to 19.2.16 creates a peer dependency conflict because it requires @angular/core version 19.2.16, but all packages still use @angular/core at 17.3.0. Angular enforces strict version matching across its packages, so mixing version 19 of @angular/common with version 17 of all other Angular packages will cause peer dependency errors and runtime incompatibilities. Additionally, Angular 19.2.15 introduced breaking changes to server-side bootstrapping that affect the SSR packages.
Additional Locations (2)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 58s | View ↗ |
nx test @e2e/angular-17 |
❌ Failed | 1m 49s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 1m 45s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 1m 42s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 1m 43s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 8m 12s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 7m 59s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 6m 27s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-11-27 00:17:32 UTC

Bumps @angular/common from 17.3.12 to 19.2.16.
Release notes
Sourced from
@angular/common's releases.... (truncated)
Changelog
Sourced from
@angular/common's changelog.... (truncated)
Commits
05fe668fix(http): prevent XSRF token leakage to protocol-relative URLs12e2302build: update common's locales to use rules_js (#61630)9701047test(common): Add circular deps test to 19.2.x (#61651)2c876b4fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)8e54b57build: move private testing helpers outsideplatform-browser/testing(#61571)2b1b14ffix(core): cleanuprxResourceabort listener (#58306)126efc9fix(common): cancel reader when app is destroyed (#61528)efda872fix(common): prevent reading chunks if app is destroyed (#61354)c43fd3abuild: migrate common to use rules_js based toolchain (#61434)185b780build: migratepackages/core/schematicstots_project(#61420)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.
Note
Upgrade @angular/common to ^19.2.16 across Angular 17 e2e/snippet projects and SDK dev deps, updating the lockfile accordingly.
@angular/commonto^19.2.16in:packages/sdks/e2e/angular-17/package.json,packages/sdks/e2e/angular-17-ssr/package.json.packages/sdks/snippets/angular-17/package.json,packages/sdks/snippets/angular-17-ssr/package.json.packages/sdks/output/angular/package.json.yarn.lockto resolve@angular/common@19.2.16and align peer dep on@angular/core@19.2.16.Written by Cursor Bugbot for commit 75ca79a. This will update automatically on new commits. Configure here.