Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular-devkit/build-angular 20.3.1 -> 20.3.6 age confidence
@angular-eslint/builder (source) 20.2.0 -> 20.4.0 age confidence
@angular-eslint/eslint-plugin (source) 20.2.0 -> 20.4.0 age confidence
@angular-eslint/eslint-plugin-template (source) 20.2.0 -> 20.4.0 age confidence
@angular-eslint/schematics (source) 20.2.0 -> 20.4.0 age confidence
@angular-eslint/template-parser (source) 20.2.0 -> 20.4.0 age confidence
@angular/cli 20.3.1 -> 20.3.6 age confidence
@angular/compiler-cli (source) 20.3.0 -> 20.3.6 age confidence
@angular/elements (source) 20.3.0 -> 20.3.6 age confidence
@angular/localize 20.3.0 -> 20.3.6 age confidence
ts-jest (source) 29.4.1 -> 29.4.5 age confidence
typescript (source) 5.9.2 -> 5.9.3 age confidence

Release Notes

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

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

angular-eslint/angular-eslint (@​angular-eslint/builder)

v20.4.0

Compare Source

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

v20.3.0

Compare Source

🚀 Features
  • builder: add concurrency option (#​2636)
❤️ Thank You
  • JB Nizet
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v20.4.0

Compare Source

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

v20.3.0

Compare Source

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

angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

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.

angular-eslint/angular-eslint (@​angular-eslint/schematics)

v20.4.0

Compare Source

🩹 Fixes
  • update eslint to 9.37.0, typescript-eslint to 8.46.0 (#​2685)
❤️ Thank You

v20.3.0

Compare Source

🩹 Fixes
  • update dependency eslint to v9.35.0 (#​2652)
  • update dependency eslint to v9.34.0 (#​2630)
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v20.4.0

Compare Source

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

v20.3.0

Compare Source

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

angular/angular (@​angular/compiler-cli)

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
554573e524 fix migrating input with more than 1 usage in a method (#​64367)
2c79ca0b57 fix remove error for no matching files in control flow migration (#​64253) (#​64314)
router
Commit Type Description
6e4bcc7d22 fix Scroll restoration should use instant scroll behavior for traversals (#​64299)

v20.3.4

Compare Source

core
Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#​64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#​63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#​64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#​64225)
migrations
Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#​64186)

v20.3.3

Compare Source

compiler
Commit Type Description
f51ab32fb3 fix recover template literals with broken expressions (#​64150)
core
Commit Type Description
542cd0019a fix do not rename ARIA property bindings to attributes (#​64089)
0e928fbc4a fix Fixes animations in conjunction with content projection (#​63776)
e5157bd933 fix prevents unintended early termination of leave animations and hoisting (#​64088)
migrations
Commit Type Description
1710cbd7d4 fix handle shorthand property declarations in NgModule (#​64160)
77b6305a4b fix skip migration for inputs with 'this' references (#​64142)

v20.3.2

Compare Source

compiler-cli
Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#​63904)
1d4f81c8ee fix resolve import alias in defer blocks (#​63966)
core
Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#​63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#​63921)
forms
Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#​64034)
migrations
Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#​63934)
3ebaeccb46 fix handle reused templates in control flow migration (#​63996)

v20.3.1

Compare Source

compiler
Commit Type Description
7fb5a8087e fix Add support for aria-invalid (#​63748)
compiler-cli
Commit Type Description
8843707919 fix only bind inputs that are part of microsyntax to a structural directive (#​52453)
38c9921ff3 fix signal not invoked diagnostic not raised when input has same name in template (#​63754)
core
Commit Type Description
802dbcc2a0 fix prevent animation events from being cleaned up on destroy (#​63414)
3ec8a5c753 fix Prevent leave animations on a move operation (#​63745)
migrations
Commit Type Description
6e54bdfdcb fix fix route-lazy-loading migration (#​63818)
kulshekhar/ts-jest (ts-jest)

v29.4.5

Compare Source

Bug Fixes
  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #​5013

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

v29.4.2

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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 renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch from 8508671 to 13677b1 Compare September 16, 2025 08:14
@renovate renovate bot changed the title Update Fundamental NGX and Angular to v20.3.0 Update Fundamental NGX and Angular Sep 16, 2025
@renovate renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch 2 times, most recently from e519ad1 to 9e14209 Compare September 18, 2025 02:36
Copy link
Contributor Author

renovate bot commented Sep 18, 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: 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: @openmfp/[email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/compiler
npm error   peer @angular/compiler@"^19.0.0 || ^20.0.0" 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.2.0" 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.6" from @angular/[email protected]
npm error   node_modules/@angular/compiler-cli
npm error     dev @angular/compiler-cli@"^20.2.1" 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.2.0" 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-10-21T10_53_17_526Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-21T10_53_17_526Z-debug-0.log

@renovate renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch 3 times, most recently from e428efa to 6ccc43f Compare September 24, 2025 21:52
@renovate renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch 10 times, most recently from 5d3b990 to bf0eb75 Compare October 2, 2025 09:28
@renovate renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch 12 times, most recently from a1af62b to 33ca850 Compare October 8, 2025 12:07
@renovate renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch 9 times, most recently from 213c56f to cd18372 Compare October 16, 2025 14:20
@renovate renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch 5 times, most recently from 9adc15a to fb2bf02 Compare October 20, 2025 21:47
@renovate renovate bot force-pushed the renovate/fundamental-ngx-and-angular branch from fb2bf02 to 6c98c2a Compare October 21, 2025 01:06
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.

0 participants