Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular ~0.901.11 -> ~20.3.0 age adoption passing confidence devDependencies major
@angular/animations (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence dependencies major
@angular/cli ~9.1.8 -> ~20.3.0 age adoption passing confidence devDependencies major
@angular/common (source) ^9.1.12 -> ^9.1.12 || ^20.0.0 age adoption passing confidence peerDependencies major
@angular/common (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence dependencies major
@angular/compiler (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence dependencies major
@angular/compiler-cli (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence devDependencies major
@angular/core (source) ^9.1.12 -> ^9.1.12 || ^20.0.0 age adoption passing confidence peerDependencies major
@angular/forms (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence dependencies major
@angular/platform-browser (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence dependencies major
@angular/platform-browser-dynamic (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence dependencies major
@angular/router (source) ~9.1.12 -> ~20.3.0 age adoption passing confidence dependencies major
@semantic-release/changelog ^5.0.1 -> ^6.0.0 age adoption passing confidence devDependencies major
@semantic-release/exec ^5.0.0 -> ^7.0.0 age adoption passing confidence devDependencies major
@semantic-release/git ^9.0.0 -> ^10.0.0 age adoption passing confidence devDependencies major
@semantic-release/github ^7.2.0 -> ^12.0.0 age adoption passing confidence devDependencies major
@types/jasmine (source) ~3.5.0 -> ~5.1.0 age adoption passing confidence devDependencies major
@types/node (source) ^12.11.1 -> ^24.0.0 age adoption passing confidence devDependencies major
actions/checkout v2 -> v5 age adoption passing confidence action major
actions/setup-node v2 -> v6 age adoption passing confidence action major
actions/setup-node v1 -> v6 age adoption passing confidence action major
codelyzer ^5.1.2 -> ^6.0.0 age adoption passing confidence devDependencies major
jasmine-core (source) ~3.5.0 -> ~5.12.0 age adoption passing confidence devDependencies major
jasmine-spec-reporter ~4.2.1 -> ~7.0.0 age adoption passing confidence devDependencies major
karma-coverage-istanbul-reporter ~2.1.0 -> ~3.0.0 age adoption passing confidence devDependencies major
karma-jasmine ~3.0.1 -> ~5.1.0 age adoption passing confidence devDependencies major
karma-jasmine-html-reporter ^1.4.2 -> ^2.0.0 age adoption passing confidence devDependencies major
node 12 -> 24 age adoption passing confidence uses-with major
puppeteer (source) ^9.1.1 -> ^24.0.0 age adoption passing confidence devDependencies major
rxjs (source) ~6.5.4 -> ~7.8.0 age adoption passing confidence dependencies major
ts-node (source) ~8.3.0 -> ~10.9.0 age adoption passing confidence devDependencies major
tslib (source) ^1.10.0 -> ^2.0.0 age adoption passing confidence dependencies major
typescript (source) ~3.8.3 -> ~5.9.0 age adoption passing confidence devDependencies major

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v20.3.9

Compare Source

@​angular/ssr
Commit Type Description
08e07e338 fix improve locale handling in app-engine
683697ebc fix improve route matching for wildcard routes

v20.3.8

Compare Source

@​angular-devkit/build-angular
Commit Type Description
813cba9b9 fix expand jest and jest-environment-jsdom to allow version 30
@​angular/build
Commit Type Description
542973ab0 fix add adapters to new reporter
f0885691d fix ensure locale data plugin runs before other plugins
45e498f95 fix handle redirects from guards during prerendering

v20.3.7

Compare Source

@​angular-devkit/schematics
Commit Type Description
a31533cf4 fix respect --force option when schematic contains host.create
@​angular/build
Commit Type Description
8cdda111c fix resolve Angular locale data namespace in esbuild
5847ccc54 fix update vite to 7.11.1
@​angular/ssr
Commit Type Description
3a28fb6a1 fix correctly handle routes with matrix parameters
5db6d6487 fix ensure server-side navigation triggers a redirect

v20.3.6

Compare Source

@​angular/ssr
Commit Type Description
5271547c8 fix prevent malicious URL from overriding host

v20.3.5

Compare Source

@​angular/build
Commit Type Description
7f7140680 fix cleanup karma temporary directory after process exit

v20.3.4

Compare Source

@​schematics/angular
Commit Type Description
c94bf7ff0 fix Out of the box support for PM2
465436c9f fix use bracket notation for process.env['pm_id']
@​angular-devkit/build-angular
Commit Type Description
bc6b63114 fix mark InjectionToken as pure for improved tree-shaking
@​angular/build
Commit Type Description
e510ff828 fix mark InjectionToken as pure for improved tree-shaking

v20.3.3

Compare Source

@​schematics/angular
Commit Type Description
b7f92da78 fix add __screenshots__/ to .gitignore
@​angular/ssr
Commit Type Description
a4c9a2007 fix avoid retaining rendered HTML in memory post-request

v20.3.2

Compare Source

v20.3.1

Compare Source

@​angular/build
Commit Type Description
be60be499 fix add timestamp to bundle generation log
d60f4e53d fix update vite to version 7.1.5

v20.3.0

Compare Source

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

v20.2.2

Compare Source

@​angular/cli
Commit Type Description
a793bbc47 fix don't set a default for array options when length is 0
2736599e2 fix set process title when running architect commands
@​angular/build
Commit Type Description
5c2abffea fix avoid extra tick in SSR dev-server builds
f3c826853 fix maintain media output hashing with vitest unit-testing

v20.2.1

Compare Source

@​angular/cli
Commit Type Description
3b693e09e fix correctly set default array values
@​schematics/angular
Commit Type Description
6937123a3 fix directly resolve karma config template in migration
5d6dd4425 fix prevent AI config schematic from failing when 'none' and other AI tools are selected
@​angular-devkit/schematics-cli
Commit Type Description
e93919dea fix correctly set default array values
@​angular/build
Commit Type Description
06a6ddc10 fix correct JS/TS file paths when running under Bazel
b6816b0cb fix ensure karma polyfills reporter factory returns a value

v20.2.0

Compare Source

@​angular/cli
Commit Type Description
b4de9a1bf feat add --experimental-tool option to mcp command
755ba70fd feat add --local-only option to mcp command
59d7ef343 feat add --read-only option to mcp command
4e92eb6f1 feat add modernize tool to the MCP server
a3b25f675 fix add choices to command line parser when type is array and has an enum
e19eee614 fix address Node.js deprecation DEP0190
4ee6f327a fix apply default to array types
8ba6b0bcc fix use correct path for MCP get_best_practices tool
@​schematics/angular
Commit Type Description
2e3cfd598 feat add migration to remove default Karma configurations
d80dae276 feat add schematics to generate ai context files.
ffe6fb916 fix allow AI config prompt to be skipped without selecting a value
ae2802b7d fix improve AI config prompt wording
b017f84fd fix improve coverage directory handling for Karma configuration comparisons
6a79f9a75 fix zoneless is now stable
@​angular-devkit/schematics
Commit Type Description
c43504d8d fix address Node.js deprecation DEP0190
@​angular/build
Commit Type Description
fb06bb505 feat add headless mode for vitest browser mode

v20.1.6

Compare Source

@​schematics/angular
Commit Type Description
584bc1d41 fix add extra prettier config
02b0506fd fix correct configure the typeSeparator in the library schematic

v20.1.5

Compare Source

@​angular/cli
Commit Type Description
48ca04474 fix cache MCP best practices content and add tool annotations

v20.1.4

Compare Source

@​angular/cli
Commit Type Description
2d753cc62 fix skip workspace-specific tools when outside a workspace
@​angular/build
Commit Type Description
42d72ef4d fix skip vite transformation of CSS-like assets

v20.1.3

Compare Source

@​angular/build
Commit Type Description
[ea5cd0e81](https://redirect.github.com/angular/angular-cli/commit/ea5cd0e81196467ea66f50c106cffec1cd8a1a

Configuration

📅 Schedule: Branch creation - "after 1pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-external-major branch from 42d8545 to f9a238d Compare May 23, 2024 05:59
@renovate renovate bot force-pushed the renovate/major-external-major branch from f9a238d to 7846899 Compare June 21, 2024 06:02
@renovate renovate bot force-pushed the renovate/major-external-major branch from 7846899 to 9991b0c Compare July 11, 2024 05:42
@renovate renovate bot force-pushed the renovate/major-external-major branch from 9991b0c to 7a4a531 Compare July 20, 2024 23:59
@renovate renovate bot force-pushed the renovate/major-external-major branch from 7a4a531 to b798c51 Compare July 29, 2024 14:50
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 6bafa4d to 0bf4dad Compare August 15, 2024 05:42
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 6abe794 to dd473de Compare September 10, 2024 08:58
@renovate renovate bot force-pushed the renovate/major-external-major branch from dd473de to 5f91b8a Compare September 25, 2024 17:45
@renovate renovate bot force-pushed the renovate/major-external-major branch from 5f91b8a to 8a25c4f Compare October 13, 2024 05:28
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 87570a0 to bcff548 Compare November 23, 2024 00:03
@renovate renovate bot force-pushed the renovate/major-external-major branch from bcff548 to 406a473 Compare December 4, 2024 05:59
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 90cf9e3 to 701d74b Compare January 16, 2025 04:05
@renovate renovate bot force-pushed the renovate/major-external-major branch from 701d74b to 499d6c8 Compare January 24, 2025 11:59
@renovate renovate bot force-pushed the renovate/major-external-major branch from 499d6c8 to 1c910eb Compare February 1, 2025 00:03
@renovate renovate bot force-pushed the renovate/major-external-major branch from 1c910eb to e36dc4d Compare February 8, 2025 23:27
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 21ac53b to 4a2c169 Compare March 1, 2025 03:27
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 1fa7838 to a39970a Compare March 14, 2025 00:12
@renovate renovate bot force-pushed the renovate/major-external-major branch from a39970a to e7a0d7e Compare April 3, 2025 00:01
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 14a043e to ddab79d Compare April 27, 2025 11:55
@renovate renovate bot force-pushed the renovate/major-external-major branch from ddab79d to 0c6c983 Compare June 1, 2025 03:59
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from 322d87c to 110582a Compare June 15, 2025 07:30
@renovate renovate bot force-pushed the renovate/major-external-major branch from 110582a to f936320 Compare July 6, 2025 07:49
@renovate renovate bot force-pushed the renovate/major-external-major branch 3 times, most recently from 37ee963 to 90f3ef8 Compare August 9, 2025 07:37
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from f069d7e to 3484bc7 Compare August 16, 2025 07:05
@renovate renovate bot force-pushed the renovate/major-external-major branch from 3484bc7 to 3ca2df0 Compare August 24, 2025 03:41
@renovate renovate bot force-pushed the renovate/major-external-major branch 3 times, most recently from 078ef90 to 9cca900 Compare September 6, 2025 07:05
@renovate renovate bot force-pushed the renovate/major-external-major branch 3 times, most recently from e63320d to 01542e4 Compare September 18, 2025 00:03
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from df0c407 to d918c58 Compare September 24, 2025 19:56
@renovate renovate bot force-pushed the renovate/major-external-major branch 3 times, most recently from 540be21 to 197a575 Compare September 30, 2025 12:04
@renovate renovate bot force-pushed the renovate/major-external-major branch 3 times, most recently from 58c8309 to cb595a3 Compare October 9, 2025 02:54
@renovate renovate bot force-pushed the renovate/major-external-major branch 5 times, most recently from 19f13a3 to 1513cd6 Compare October 17, 2025 07:10
@renovate renovate bot force-pushed the renovate/major-external-major branch 2 times, most recently from ebb72df to 487844a Compare October 21, 2025 03:34
@renovate renovate bot force-pushed the renovate/major-external-major branch from 487844a to 79d8d57 Compare October 25, 2025 19:46
@renovate renovate bot force-pushed the renovate/major-external-major branch from 79d8d57 to 6db853d Compare November 2, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant