You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @angular/build:dev-server (ng serve) now assigns the highest priority to the PORT environment variable. This value will override any port configurations specified in angular.json or via the --port command-line flag. This includes the default port 4200.
istanbul-lib-instrument is now an optional peer dependency.
Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note: ng update will automatically add this dependency during the update process.
The server no longer falls back to Client-Side Rendering (CSR) when a request fails host validation. Requests with unrecognized 'Host' headers will now return a 400 Bad Request status code. Users must ensure all valid hosts are correctly configured in the 'allowedHosts' option.
renovateBot
changed the title
fix(deps): update angular-cli monorepo to v18 (major)
fix(deps): update angular-cli monorepo to v19 (major)
Nov 19, 2024
renovateBot
changed the title
fix(deps): update angular-cli monorepo to v19 (major)
fix(deps): update angular-cli monorepo to v19 (major) - autoclosed
Dec 8, 2024
renovateBot
changed the title
fix(deps): update angular-cli monorepo to v19 (major) - autoclosed
fix(deps): update angular-cli monorepo to v19 (major)
Dec 9, 2024
Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE
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
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.
This PR contains the following updates:
^12.0.0→^22.0.0^12.0.0→^22.0.0Release Notes
angular/angular-cli (@angular-devkit/core)
v22.0.3Compare Source
v22.0.2Compare Source
@angular/cli
@angular/build
@angular/ssr
v22.0.1Compare Source
@angular/cli
@schematics/angular
@angular/build
v22.0.0Compare Source
Breaking Changes
@angular-devkit/architect-clipackage is no longer available. ThearchitectCLI tool has been moved to the@angular-devkit/architectpackage.@angular-devkit/build-angular:jestand@angular-devkit/build-angular:web-test-runnerbuilders have been removed.@angular/build
@angular/build:dev-server (ng serve)now assigns the highest priority to thePORTenvironment variable. This value will override any port configurations specified inangular.jsonor via the--portcommand-line flag. This includes the default port 4200.istanbul-lib-instrumentis now an optional peer dependency.Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note:
ng updatewill automatically add this dependency during the update process.@angular/ssr
Deprecations
@angular-devkit/build-angular
@angular-devkit/build-webpack
@angular/ssr
@ngtools/webpack
@angular/cli
ChangeDetectionStrategy.Eager@schematics/angular
ChangeDetectionStrategy.DefaultwithEager@angular-devkit/architect-clipackage@angular-devkit/build-angular
@angular-devkit/build-webpack
@angular/build
experimentalPlatformtoplatformin application builder@angular/ssr
@ngtools/webpack
v21.2.16Compare Source
@angular/cli
@angular/ssr
v21.2.15Compare Source
@angular/cli
v21.2.14Compare Source
@angular/cli
@angular/build
v21.2.13Compare Source
@angular-devkit/build-angular
@angular/build
v21.2.12Compare Source
@angular/build
v21.2.11Compare Source
@angular/cli
@angular/ssr
v21.2.10Compare Source
@angular/cli
v21.2.9Compare Source
@angular/cli
@schematics/angular
@angular/ssr
v21.2.8: 21.2.8Compare Source
@angular/cli
@angular-devkit/build-angular
@angular/build
v21.2.7Compare Source
@angular/cli
@angular/build
v21.2.6Compare Source
@angular/cli
@angular/build
v21.2.5Compare Source
@angular/cli
@angular/ssr
v21.2.4Compare Source
@angular/cli
@angular/build
@angular/ssr
v21.2.3Compare Source
@angular/cli
@angular/build
@angular/ssr
v21.2.2Compare Source
@angular/cli
@angular/build
CHROME_BINfor vitest playwright providerv21.2.1Compare Source
@angular/cli
@angular/ssr
v21.2.0Compare Source
@angular/cli
semver.validand throw an error if invalid@schematics/angular
@angular/build
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.