Bump vite, @angular-devkit/build-angular and ngx-build-plus#98
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump vite, @angular-devkit/build-angular and ngx-build-plus#98dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Removes [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). It's no longer used after updating ancestor dependencies [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [ngx-build-plus](https://github.com/manfredsteyer/ngx-build-plus). These dependencies need to be updated together. Removes `vite` Updates `@angular-devkit/build-angular` from 18.2.20 to 21.2.9 - [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.20...v21.2.9) Updates `ngx-build-plus` from 18.0.0 to 20.0.0 - [Release notes](https://github.com/manfredsteyer/ngx-build-plus/releases) - [Commits](https://github.com/manfredsteyer/ngx-build-plus/commits) --- updated-dependencies: - dependency-name: "@angular-devkit/build-angular" dependency-version: 21.2.7 dependency-type: direct:development - dependency-name: ngx-build-plus dependency-version: 20.0.0 dependency-type: direct:development - dependency-name: vite dependency-version: dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
23d32ef to
d2624bb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes vite. It's no longer used after updating ancestor dependencies vite, @angular-devkit/build-angular and ngx-build-plus. These dependencies need to be updated together.
Removes
viteUpdates
@angular-devkit/build-angularfrom 18.2.20 to 21.2.9Release notes
Sourced from
@angular-devkit/build-angular's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular's changelog.... (truncated)
Commits
564b108release: cut the v21.2.9 releasedbda92bbuild: update cross-repo angular dependencies828c175build: update pnpm to v10.33.2a887b94build: lock file maintenance56d19bebuild: update cross-repo angular dependenciesf2f4851build: update dependency postcss to v8.5.125ffe5c3fix(@angular/ssr): add support for configuring trusted proxy headers via envi...930ada9fix(@angular/ssr): decode route segments when building and matching route tree0dc8a44fix(@angular/ssr): use router to normalize URLs for comparison7cea988fix(@angular/cli): introduce initial package manager workspace awarenessUpdates
ngx-build-plusfrom 18.0.0 to 20.0.0Commits
Note
Medium Risk
Touches core build/serve pipeline dependencies and refreshes the lockfile, which can change bundling behavior and Node/tooling compatibility even without app code changes.
Overview
Updates build tooling dependencies, including bumping
@angular-devkit/build-angularto21.2.9andngx-build-plusto20.0.0, and removes the directvitedependency frompackage.json.Regenerates
package-lock.jsonto reflect the new dependency graph (includingvitenow only as a transitive dependency via Angular build tooling).Reviewed by Cursor Bugbot for commit d2624bb. Bugbot is set up for automated code reviews on this repo. Configure here.