build(deps): bump @angular/ssr from 17.3.17 to 18.2.21
Bumps @angular/ssr from 17.3.17 to 18.2.21.
Release notes
Sourced from @angular/ssr's releases.
18.2.21
@angular-devkit/build-angular
Commit Description avoid extra tick in SSR builds
@angular/build
Commit Description avoid extra tick in SSR dev-server builds
@angular/ssr
Commit Description introduce BootstrapContext for isolated server-side rendering Breaking Changes
@angular/ssr
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);18.2.20
No release notes provided.
18.2.19
@angular-devkit/build-angular
Commit Description update http-proxy-middleware to v3.0.5 18.2.18
@angular/build
Commit Description update vite to 5.4.17 18.2.17
@angular/build
Commit Description update vite to 5.4.16 due to a security issues 18.2.16
... (truncated)
Changelog
Sourced from @angular/ssr's changelog.
18.2.21 (2025-09-10)
Breaking Changes
@angular/ssr
The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
Before:
const bootstrap = () => bootstrapApplication(AppComponent, config);After:
const bootstrap = (context: BootstrapContext) => bootstrapApplication(AppComponent, config, context);
@angular-devkit/build-angular
Commit Type Description 700e6bc01 fix avoid extra tick in SSR builds
@angular/build
Commit Type Description cccc91b91 fix avoid extra tick in SSR dev-server builds
@angular/ssr
Commit Type Description 4af385201 feat introduce BootstrapContext for isolated server-side rendering 19.2.16 (2025-09-10)
Breaking Changes
@angular/ssr
- The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.
... (truncated)
Commits
0e3ba96release: cut the v18.2.21 release947a836build: update Angular FW packagescccc91bfix(@angular/build): avoid extra tick in SSR dev-server builds700e6bcfix(@angular-devkit/build-angular): avoid extra tick in SSR builds4af3852feat(@angular/ssr): introduce BootstrapContext for isolated server-side rende...5d82d44release: cut the v18.2.20 releasef048078build: update dependency webpack-dev-server to v5.2.240fd214build: disable RBEcfb0a4frelease: cut the v18.2.19 release01cc617fix(@angular-devkit/build-angular): update http-proxy-middleware to v3.0.5- Additional commits viewable in compare view
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.
⚠️ No Changeset found
Latest commit: e55001bc405f71464d6ec11ada7037ee1a985610
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
🤖 Nx Cloud AI Fix Eligible
An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.
To disable these notifications, a workspace admin can disable them in workspace settings.
View your CI Pipeline Execution ↗ for commit e55001bc405f71464d6ec11ada7037ee1a985610
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/nuxt |
❌ Failed | 7m 1s | View ↗ |
nx test @e2e/solid-start |
❌ Failed | 5m 6s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 9m 52s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 15s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 7m 29s | View ↗ |
nx test @e2e/remix |
✅ Succeeded | 6m 59s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 7m 7s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 6m 6s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-09-11 03:35:54 UTC