Bump vite and @angular-devkit/build-angular
Removes vite. It's no longer used after updating ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Removes vite
Updates @angular-devkit/build-angular from 16.0.2 to 20.3.0
Release notes
Sourced from @angular-devkit/build-angular's releases.
20.3.0
@angular/cli
Commit Description improve bun lockfile detection and optimize lockfile checks
@schematics/angular
Commit Description align labels in ai-config schema
@angular-devkit/build-angular
Commit Description avoid extra tick in SSR builds
@angular/build
Commit Description preserve names in esbuild for improved debugging in dev mode
@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);20.3.0-rc.0
@angular/cli
Commit Description improve bun lockfile detection and optimize lockfile checks
@schematics/angular
Commit Description align labels in ai-config schema
@angular-devkit/build-angular
Commit Description avoid extra tick in SSR builds
@angular/build
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
20.3.0 (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);
@schematics/angular
Commit Type Description ef20a278d fix align labels in ai-config schema
@angular/cli
Commit Type Description f6ad41c13 fix improve bun lockfile detection and optimize lockfile checks
@angular-devkit/build-angular
Commit Type Description 1a7890873 fix avoid extra tick in SSR builds
@angular/build
Commit Type Description 5d46d6ec1 fix preserve names in esbuild for improved debugging in dev mode
@angular/ssr
Commit Type Description 7eacb4187 feat introduce BootstrapContext for isolated server-side rendering
... (truncated)
Commits
db1c025release: cut the v20.3.0 released85d590release: cut the v20.3.0-rc.0 releaseb3c1d72build: update FW packages to 20.3.07eacb41feat(@angular/ssr): introduce BootstrapContext for isolated server-side rende...ef20a27fix(@schematics/angular): align labels in ai-config schemae21bd5cbuild: prepare exceptional minor branch: 20.3.x1a78908fix(@angular-devkit/build-angular): avoid extra tick in SSR buildsec9442cci: update runs-on to ubuntu-latest5772469build: update github/codeql-action action to v3.30.2a48db0arefactor(@angular/cli): exclude Cnpm from LOCKFILE_NAMES type- 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.