chore(deps-dev): bump @angular/platform-server and @angular-devkit/build-angular in /packages/angular#4530
Conversation
…ild-angular Bumps [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) and [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies needed to be updated together. Updates `@angular/platform-server` from 18.0.6 to 21.2.9 - [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.9/packages/platform-server) Updates `@angular-devkit/build-angular` from 18.2.14 to 21.2.7 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](angular/angular-cli@18.2.14...v21.2.7) --- updated-dependencies: - dependency-name: "@angular/platform-server" dependency-version: 21.2.9 dependency-type: direct:development - dependency-name: "@angular-devkit/build-angular" dependency-version: 21.2.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/sveltekit |
❌ Failed | 3m 22s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 7m 48s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 7m 13s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 6m 52s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 45s | View ↗ |
nx test @e2e/gen1-remix |
✅ Succeeded | 5m 9s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 5m 23s | View ↗ |
nx test @e2e/gen1-next15-app |
✅ Succeeded | 4m 48s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-04-17 01:40:32 UTC
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/sveltekit |
❌ Failed | 3m 22s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 45s | View ↗ |
nx test @e2e/gen1-remix |
✅ Succeeded | 5m 9s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 5m 23s | View ↗ |
nx test @e2e/gen1-next15-app |
✅ Succeeded | 4m 48s | View ↗ |
nx test @e2e/hydrogen |
✅ Succeeded | 5m 9s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 5m 13s | View ↗ |
nx test @e2e/gen1-react |
✅ Succeeded | 4m 45s | View ↗ |
Additional runs (35) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-04-17 01:31:57 UTC

Bumps @angular/platform-server and @angular-devkit/build-angular. These dependencies needed to be updated together.
Updates
@angular/platform-serverfrom 18.0.6 to 21.2.9Release notes
Sourced from
@angular/platform-server's releases.... (truncated)
Changelog
Sourced from
@angular/platform-server's changelog.... (truncated)
Commits
e0b5078fix(platform-server): prevent SSRF bypasses via protocol-relative and backsla...f603d47fix(core): escape forward slashes in transfer state to prevent crawler indexing04f5841test(platform-server): fix race condition in incremental hydration test958fc6atest(platform-server): replace fixed timeout with polling in event replay testc157916build: consolidate domino bundling in platform-server81cabc1feat(core): add support for TypeScript 608ea105refactor(platform-server): split zone/zoneless tests.11767cabuild: update Jasmine to 6.0.030e9c62fix(core): fix memory leak with event replay6270bbaci: reformat filesUpdates
@angular-devkit/build-angularfrom 18.2.14 to 21.2.7Release notes
Sourced from
@angular-devkit/build-angular's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular's changelog.... (truncated)
Commits
22a108erelease: cut the v21.2.7 release9f74660fix(@angular/build): show clear error when styleUrl points to a TypeScript file625c5cbbuild: update cross-repo angular dependencies44783ccbuild: lock file maintenancee15b22ddocs: add spam policy and saved replydcb36fdbuild: update dependency vite to v7.3.2d1605c6test(@angular/build): verify coverage ignore comments are preserved during co...365cce8fix(@angular/build): preserve coverage ignore comments in development7a27774build: update github/codeql-action action to v4.35.1971041afix(@angular/cli): handle missing package manager during analytics initializa...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 Angular toolchain updates can introduce build/test/SSR incompatibilities even though changes are limited to dependency/lockfile bumps in
packages/angular.Overview
Updates the Angular package’s dev tooling by bumping
@angular/platform-serverfrom18.0.6to21.2.9and@angular-devkit/build-angularfrom18.2.14to21.2.7inpackages/angular/package.json.Regenerates
packages/angular/package-lock.jsonto reflect the new dependency graph/resolved versions for these upgrades.Reviewed by Cursor Bugbot for commit 63d9177. Bugbot is set up for automated code reviews on this repo. Configure here.