Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2025

Bumps @angular/compiler from 19.2.15 to 20.3.3.

Release notes

Sourced from @​angular/compiler's releases.

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

Commit Description
fix - 542cd0019a do not rename ARIA property bindings to attributes (#64089)
fix - 0e928fbc4a Fixes animations in conjunction with content projection (#63776)
fix - e5157bd933 prevents unintended early termination of leave animations and hoisting (#64088)

migrations

Commit Description
fix - 1710cbd7d4 handle shorthand property declarations in NgModule (#64160)
fix - 77b6305a4b skip migration for inputs with 'this' references (#64142)

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.3 (2025-10-02)

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)

21.0.0-next.5 (2025-09-24)

common

Commit Type Description
8ca3e3a0bc feat update to cldr 47 (#63923)

compiler-cli

Commit Type Description
4c091abba6 fix capture metadata for undecorated fields (#63904)
3bd91ded43 fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
539717f58a feat support regular expressions in templates (#63887)
f008045ded fix do not rename ARIA property bindings to attributes (#63925)
fec7c288e9 fix Error on invalid APP_ID (#63252)
50d9d55f49 fix fix narrowing of Resource.hasValue() (#63994)
dde5badb71 fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
c0d88c37c9 fix Emit FormResetEvent when resetting control (#64024)

migrations

Commit Type Description
aeb3e6c6a5 fix handle import aliases to the same module name (#63934)
b96afb4bfc fix handle reused templates in control flow migration (#63996)

... (truncated)

Commits
  • f51ab32 fix(compiler): recover template literals with broken expressions (#64150)
  • d900dba Revert "refactor(compiler): Remove the interpolation config (#64071)" (#64110)
  • 71cde35 refactor(compiler): throw on attribute bindings for ng-container (#64072)
  • 9dbcff8 refactor(compiler): Remove the interpolation config (#64071)
  • 542cd00 fix(core): do not rename ARIA property bindings to attributes (#64089)
  • 720f0db Revert "refactor(compiler): expose member decorator identifiers (#63904)" (#6...
  • a3094f2 refactor(compiler): expose member decorator identifiers (#63904)
  • 7fb5a80 fix(compiler): Add support for aria-invalid (#63748)
  • 5f5828f refactor(core): dispatch enter and leave animations at the right times (#63710)
  • 479a919 fix(compiler): fixes regression with event parsing and animate prefix (#63470)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 2, 2025
@dependabot dependabot bot requested review from mfranzke and nmerget as code owners October 2, 2025 18:36
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Oct 2, 2025
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-angular-example-angular-compiler-20.3.3 branch from 3f31b77 to 777b88f Compare October 3, 2025 00:12
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-angular-example-angular-compiler-20.3.3 branch from 777b88f to 28feb98 Compare October 3, 2025 00:13
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-angular-example-angular-compiler-20.3.3 branch from 28feb98 to c80ef9e Compare October 3, 2025 00:15
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.15 to 20.3.3.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.3/packages/compiler)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-angular-example-angular-compiler-20.3.3 branch from c80ef9e to 4a2d443 Compare October 3, 2025 00:17
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 3, 2025

Superseded by #2207.

@dependabot dependabot bot closed this Oct 3, 2025
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-angular-example-angular-compiler-20.3.3 branch October 3, 2025 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants