chore(deps): bump @angular/platform-server from 17.3.12 to 19.2.22#4618
chore(deps): bump @angular/platform-server from 17.3.12 to 19.2.22#4618dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) from 17.3.12 to 19.2.22. - [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.22/packages/platform-server) --- updated-dependencies: - dependency-name: "@angular/platform-server" dependency-version: 19.2.22 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 329d13f. 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.22", |
There was a problem hiding this comment.
Incompatible Angular major version mismatch breaks SSR
High Severity
@angular/platform-server is bumped to ^19.2.22 while all other Angular packages remain at ^17.3.0. The resolved @angular/platform-server@19.2.22 has exact peer dependencies on @angular/common@19.2.22, @angular/compiler@19.2.22, @angular/core@19.2.22, and @angular/platform-browser@19.2.22. Angular packages must all be the same version — mixing v19 with v17 will cause unmet peer dependency errors and runtime failures during server-side rendering.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 329d13f. Configure here.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 58s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 2m 2s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 8m 49s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 25s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 7m 41s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 7m 8s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 6m 38s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 6m 29s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-05-19 22:31:52 UTC



Bumps @angular/platform-server from 17.3.12 to 19.2.22.
Release notes
Sourced from @angular/platform-server's releases.
... (truncated)
Changelog
Sourced from @angular/platform-server's changelog.
... (truncated)
Commits
8569db8fix(platform-server): addallowedHostsoption torenderModuleand `render...837a710fix(platform-server): ensure origin has a trailing slash when parsing url (#6...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)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
This is a major-version upgrade of
@angular/platform-serverin SSR e2e/snippet apps, which can introduce runtime/build incompatibilities with the rest of the Angular 17 dependency set despite being dependency-only changes.Overview
Updates the Angular 17 SSR e2e and snippet workspaces to depend on
@angular/platform-server^19.2.22(from^17.3.0).Refreshes
yarn.lockto drop the17.3.12resolution and add the19.2.22resolution, updating the workspace dependency graph to match.Reviewed by Cursor Bugbot for commit 329d13f. Bugbot is set up for automated code reviews on this repo. Configure here.