chore(deps): bump @angular/platform-server from 17.3.12 to 19.2.21#4528
chore(deps): bump @angular/platform-server from 17.3.12 to 19.2.21#4528dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) from 17.3.12 to 19.2.21. - [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/v19.2.21/packages/platform-server) --- updated-dependencies: - dependency-name: "@angular/platform-server" dependency-version: 19.2.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 68dabaa. Configure here.
| "@angular/platform-browser": "^17.3.0", | ||
| "@angular/platform-browser-dynamic": "^17.3.0", | ||
| "@angular/platform-server": "^17.3.0", | ||
| "@angular/platform-server": "^19.2.21", |
There was a problem hiding this comment.
Major version mismatch across Angular peer dependencies
High Severity
@angular/platform-server is bumped to ^19.2.21 while all other @angular/* packages remain at ^17.3.0. The yarn.lock confirms that @angular/platform-server@19.2.21 requires peer dependencies @angular/common, @angular/compiler, @angular/core, and @angular/platform-browser all at exactly 19.2.21. Angular packages are not cross-compatible across major versions, so this will cause install warnings and likely runtime failures during SSR.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 68dabaa. Configure here.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/angular-17-ssr |
❌ Failed | 2m 10s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 2m 6s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 8m 59s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 22s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 7m 43s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 7m 18s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 6m 37s | View ↗ |
nx test @e2e/react-sdk-next-14-app |
✅ Succeeded | 6m 24s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-04-17 00:28:01 UTC



Bumps @angular/platform-server from 17.3.12 to 19.2.21.
Release notes
Sourced from
@angular/platform-server's releases.... (truncated)
Changelog
Sourced from
@angular/platform-server's changelog.... (truncated)
Commits
f3a5bfbfix(platform-server): prevent SSRF bypasses via protocol-relative and backsla...70d0639fix(core): introduceBootstrapContextfor improved server bootstrapping (#6...a6d5479build: migrate platform-server to rules_js (#61619)8e54b57build: move private testing helpers outsideplatform-browser/testing(#61571)8edafd0perf(platform-server): speed up resolution of base (#61392)899cb4arefactor: add explicit types for exports relying on inferred call return type...1312eb1build: remove irrelevant madge circular deps tests (#61209)a6f0d5bfix(platform-server): less aggressive ngServerMode cleanup (#61106)2e140a1fix(core): prevent stash listener conflicts [patch] (#61063)f4b5977refactor(platform-server): switching to relative imports within the `platform...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.
Note
Medium Risk
Major-version upgrade of a core SSR dependency; could introduce runtime/peer-dependency mismatches or SSR behavior changes in the Angular 17 SSR samples.
Overview
Updates the Angular 17 SSR example projects (
e2e/angular-17-ssrandsnippets/angular-17-ssr) to use@angular/platform-server^19.2.21instead of^17.3.0.Regenerates
yarn.lockaccordingly, removing the17.3.12lock entry and adding a19.2.21entry plus updated workspace dependency resolutions.Reviewed by Cursor Bugbot for commit 68dabaa. Bugbot is set up for automated code reviews on this repo. Configure here.