Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular-devkit/build-angular 20.1.620.3.13 age confidence
@angular-eslint/eslint-plugin-template (source) 20.1.120.7.0 age confidence
@angular/cli ~20.1.6~20.3.0 age confidence
@angular/compiler-cli (source) 20.1.720.3.15 age confidence
@cypress/schematic (source) 4.1.04.3.0 age confidence
@eslint/js (source) 9.34.09.39.2 age confidence
@html-eslint/eslint-plugin ^0.45.0^0.52.0 age confidence
@html-eslint/parser ^0.45.0^0.52.0 age confidence
@stylistic/eslint-plugin (source) 5.2.35.6.1 age confidence
@typescript-eslint/eslint-plugin (source) 8.42.08.51.0 age confidence
angular-eslint (source) 20.1.120.7.0 age confidence
browserslist 4.25.34.28.1 age confidence
cypress-real-events 1.14.01.15.0 age confidence
eslint-plugin-check-file 3.3.03.3.1 age confidence
eslint-plugin-unused-imports 4.2.04.3.0 age confidence
jest-preset-angular (source) 14.6.114.6.2 age confidence
prettier (source) 3.6.23.7.4 age confidence
typescript (source) 5.8.35.9.3 age confidence

Release Notes

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

v20.3.13

Compare Source

@​angular/cli
Commit Type Description
cfbb61602 fix update @modelcontextprotocol/sdk to v1.24.0

v20.3.12

Compare Source

@​angular/build
Commit Type Description
25bb7e65c fix ensure correct URL joining for prerender routes
@​angular/ssr
Commit Type Description
cceb86296 fix handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
1abe68ad8 fix prevent redirect loop with encoded query parameters

v20.3.11

Compare Source

@​angular/build
Commit Type Description
8053f2d92 fix ensure ɵgetOrCreateAngularServerApp is always defined after errors

v20.3.10

Compare Source

@​schematics/angular
Commit Type Description
c854a719b fix correct tsconfig.spec.json include for spec files
@​angular/build
Commit Type Description
b3908f68e fix do not remove @angular/localize when having external packages (#​31721)

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
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v20.7.0

Compare Source

🚀 Features
  • eslint-plugin-template: [prefer-ngsrc] add suggestions (#​2772)
❤️ Thank You

v20.6.0

Compare Source

This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.

v20.5.2

Compare Source

🩹 Fixes
  • eslint-plugin-template: [prefer-ngsrc] support data URLs in more scenarios (#​2719)
  • eslint-plugin-template: [conditional-complexity] handle animation directives without values (#​2747)
❤️ Thank You

v20.5.1

Compare Source

🩹 Fixes
  • eslint-plugin-template: support uppercase tags (#​2712)
❤️ Thank You

v20.5.0

Compare Source

🚀 Features
  • eslint-plugin-template: add prefer-built-in-pipes rule (#​2605)
❤️ Thank You

v20.4.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule prefer-at-else (#​2613)
❤️ Thank You

v20.3.0

Compare Source

This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.

v20.2.0

Compare Source

🚀 Features
  • eslint-plugin-template: add rule no-empty-control-flow (#​2592)
🩹 Fixes
❤️ Thank You
angular/angular (@​angular/compiler-cli)

v20.3.15

Compare Source

compiler
Commit Type Description
d1ca8ae043 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

v20.3.14

Compare Source

http
Commit Type Description
0276479e7d fix prevent XSRF token leakage to protocol-relative URLs

v20.3.13

Compare Source

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Type Description
5047849a4a fix remove placeholder image listeners once view is removed
compiler
Commit Type Description
f9d0818087 fix support arbitrary nesting in :host-context()
106b9040df fix support commas in :host() argument
9419ea348a fix support complex selectors in :nth-child()
036c5d2a07 fix support one additional level of nesting in :host()
core
Commit Type Description
dcdd1bcdbb fix skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy
migrations
Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters

v20.3.9

Compare Source

v20.3.7

Compare Source

animations
Commit Type Description
bd38cd45a5 fix account for Element.animate exceptions (#​64506)
compiler
Commit Type Description
891f180262 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
371274bfc6 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
core
Commit Type Description
4c89a267c3 fix pass element removal property through in all locations (#​64565)
2fad4d4ab6 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
router
Commit Type Description
cfd8ed3fff fix Fix outlet serialization and parsing with no primary children (#​64505)
182fe78f91 fix Surface parse errors in Router.parseUrl (#​64503)

v20.3.6

Compare Source

core
Commit Type Description
911d6822cb fix update animation scheduling (#​64441)
platform-browser
Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)

v20.3.5

Compare Source

compiler-cli
Commit Type Description
8dec92ff9f fix capture metadata for undecorated fields (#​63957) (#​64317)
c2e817b0ef perf fix performance of "interpolated signal not invoked" check (#​64410)
core
Commit Type Description
f15cfa4cc4 fix fixes regression in animate.leave function bindings (#​64413)
d54dd674ca fix Prevents early style pruning with leave animations (#​64335)
migrations

| Commit | Type | Description |
| -----------------------


Configuration

📅 Schedule: Branch creation - Between 01:00 AM and 05:59 AM, Monday through Friday ( * 1-5 * * 1-5 ) in timezone Europe/Zurich, Automerge - Between 05:00 AM and 07:59 AM, Monday through Friday ( * 5-7 * * 1-5 ) in timezone Europe/Zurich.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Copy link
Contributor Author

renovate bot commented Aug 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   @angular/compiler@"^20.1.7" from the root project
npm error   peer @angular/compiler@"^20.0.0" from @angular/[email protected]
npm error   node_modules/@angular/build
npm error   2 more (@angular/core, @angular/platform-browser-dynamic)
npm error
npm error Could not resolve dependency:
npm error dev @angular-devkit/build-angular@"^20.1.6" from the root project
npm error
npm error Conflicting peer dependency: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   peer @angular/compiler@"20.3.15" from @angular/[email protected]
npm error   node_modules/@angular/compiler-cli
npm error     dev @angular/compiler-cli@"^20.1.7" from the root project
npm error     peer @angular/compiler-cli@"^20.0.0" from @angular-devkit/[email protected]
npm error     node_modules/@angular-devkit/build-angular
npm error       dev @angular-devkit/build-angular@"^20.1.6" from the root project
npm error     2 more (@angular/localize, ng-packagr)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-12-31T14_49_38_222Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-12-31T14_49_38_222Z-debug-0.log

@renovate renovate bot requested a review from a team as a code owner August 26, 2025 02:54
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch 10 times, most recently from 0c3e8f0 to b7bbec1 Compare September 1, 2025 12:17
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch 6 times, most recently from 75a7000 to ca78b58 Compare September 8, 2025 12:59
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch 3 times, most recently from 726995a to f17b3d5 Compare September 14, 2025 12:23
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch from f17b3d5 to 8f7f7cd Compare September 28, 2025 13:13
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch 7 times, most recently from 589a69c to 2fc9d6f Compare October 17, 2025 11:06
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch from 2fc9d6f to 2af8928 Compare October 22, 2025 07:19
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch 6 times, most recently from d67f191 to de1971f Compare October 28, 2025 09:08
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch 6 times, most recently from f675e1a to 2820ccd Compare November 9, 2025 20:41
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch 3 times, most recently from 80a470a to 5cb46e2 Compare November 27, 2025 17:04
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch from 5cb46e2 to ac067e1 Compare December 13, 2025 12:35
@renovate renovate bot force-pushed the renovate/all-devdependencies-(minor-and-patch) branch from ac067e1 to e7ce8de Compare December 19, 2025 09:56
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