From 7af8c7e3f8dc936227be80420de51e001bea65d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:09:24 +0000 Subject: [PATCH] Bump @angular/cli from 19.0.7 to 20.1.0 in /web_embedding/ng-flutter (#2692) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@angular/cli](https://github.com/angular/angular-cli) from 19.0.7 to 20.1.0.
Release notes

Sourced from @​angular/cli's releases.

20.1.0

@​schematics/angular

Commit Description
feat - 1c19e0dcd use signal in app component

@​angular/cli

Commit Description
feat - dc45c186e add initial MCP server implementation

@​angular-devkit/build-angular

Commit Description
feat - 49a09737d provide partial custom postcss configuration support

@​angular/build

Commit Description
feat - 1159cf081 add code coverage reporters option for unit-test
feat - 8f305ef0b add dataurl, base64 loaders
fix - adfeee0a4 adjust coverage includes/excludes for unit-test vitest runner
fix - c19cd2985 coverage reporter option
fix - 8879716ca expose unit test and karma builder API
fix - a415a4999 improve default coverage reporter handling for vitest
fix - e0de8680d inject zone.js/testing before karma builder execution
fix - 2672f6ec1 json and json-summary as vitest coverage reporters
fix - b67fdfd6b resolve "Controller is already closed" error in Karma
fix - 2784883ec support extra test setup files with unit-test vitest runner
fix - f177f5508 support injecting global styles into vitest unit-tests
fix - 130c65014 use an empty array as default value for vitest exclude
fix - 917af12ae use date/time based output path for vitest unit-test

@​angular/ssr

Commit Description
fix - 21b5852f1 ensure loadChildren runs in correct injection context during route extraction

20.1.0-rc.0

@​angular-devkit/build-angular

Commit Description
fix - f1d41b069 remove unused @vitejs/plugin-basic-ssl dependency

@​angular/build

Commit Description
fix - 73f57f3c9 proxy karma request from / to /base

20.1.0-next.3

@​schematics/angular

Commit Description
fix - 4221a33cc add missing prettier config

@​angular/cli

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

20.1.0 (2025-07-09)

@​angular/cli

Commit Type Description
dc45c186e feat add initial MCP server implementation

@​schematics/angular

Commit Type Description
1c19e0dcd feat use signal in app component

@​angular-devkit/build-angular

Commit Type Description
49a09737d feat provide partial custom postcss configuration support

@​angular/build

Commit Type Description
1159cf081 feat add code coverage reporters option for unit-test
8f305ef0b feat add dataurl, base64 loaders
adfeee0a4 fix adjust coverage includes/excludes for unit-test vitest runner
c19cd2985 fix coverage reporter option
8879716ca fix expose unit test and karma builder API
a415a4999 fix improve default coverage reporter handling for vitest
e0de8680d fix inject zone.js/testing before karma builder execution
2672f6ec1 fix json and json-summary as vitest coverage reporters
b67fdfd6b fix resolve "Controller is already closed" error in Karma
2784883ec fix support extra test setup files with unit-test vitest runner
f177f5508 fix support injecting global styles into vitest unit-tests
130c65014 fix use an empty array as default value for vitest exclude
917af12ae fix use date/time based output path for vitest unit-test

@​angular/ssr

Commit Type Description
21b5852f1 fix ensure loadChildren runs in correct injection context during route extraction

20.0.6 (2025-07-09)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/cli&package-manager=npm_and_yarn&previous-version=19.0.7&new-version=20.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- web_embedding/ng-flutter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index 38db25e4c..baab56ac7 100644 --- a/web_embedding/ng-flutter/package.json +++ b/web_embedding/ng-flutter/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "^20.0.2", - "@angular/cli": "~19.0.2", + "@angular/cli": "~20.1.0", "@angular/compiler-cli": "^20.0.3", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.5.0",