Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group in /angular-example with 11 updates:

Package From To
@angular/animations 19.2.15 20.3.3
@angular/common 19.2.15 20.3.3
@angular/compiler 19.2.15 20.3.3
@angular/core 19.2.15 20.3.3
@angular/forms 19.2.15 20.3.3
@angular/platform-browser 19.2.15 20.3.3
@angular/platform-browser-dynamic 19.2.15 20.3.3
@angular/router 19.2.15 20.3.3
@angular/build 19.2.17 20.3.4
@angular/cli 19.2.17 20.3.4
@angular/compiler-cli 19.2.15 20.3.3

Updates @angular/animations from 19.2.15 to 20.3.3

Release notes

Sourced from @​angular/animations'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/animations'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
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • ed50120 refactor(animations): remove dependency on @angular/common (#63248)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • ec8cd3e refactor(animations): optimize resolveTimeExpression (#62927)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 9766116 refactor(animations): deprecate the animations package (#62795)
  • 8bf97d1 build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.15 to 20.3.3

Release notes

Sourced from @​angular/common'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/common'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
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • b05552f docs: add documentation for NG02802 warning about HttpTransferCache headers (...
  • 1b7f530 build: add a noDuplicateEnumValue rule (#63483)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • b549cd2 refactor(bazel): reduce build deps (#63348)
  • e8d9bc5 refactor(http): rework the HttpEvent union to improve narrowing. (#63267)
  • 705b94b refactor: remove TODOs which have been corrected (#63421)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 10b0927 refactor: various build and import specificer fixes for strict deps (#63324)
  • Additional commits viewable in compare view

Updates @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

Updates @angular/core from 19.2.15 to 20.3.3

Release notes

Sourced from @​angular/core'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/core'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
  • a453b1d Revert "fix(core): Fixes animations in conjunction with content projection (#...
  • 1710cbd fix(migrations): handle shorthand property declarations in NgModule (#64160)
  • 0e928fb fix(core): Fixes animations in conjunction with content projection (#63776)
  • 77b6305 fix(migrations): skip migration for inputs with 'this' references (#64142)

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-angular-example-angular-c0ddc28939 branch from b5920de to 0cdd998 Compare October 5, 2025 08:27
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-angular-example-angular-c0ddc28939 branch from 0cdd998 to 594a7fd Compare October 5, 2025 08:30
Bumps the angular group in /angular-example with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.15` | `20.3.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.15` | `20.3.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.15` | `20.3.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.15` | `20.3.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.15` | `20.3.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.15` | `20.3.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.15` | `20.3.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.15` | `20.3.3` |
| [@angular/build](https://github.com/angular/angular-cli) | `19.2.17` | `20.3.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.17` | `20.3.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.15` | `20.3.3` |


Updates `@angular/animations` 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/animations)

Updates `@angular/common` 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/common)

Updates `@angular/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)

Updates `@angular/core` 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/core)

Updates `@angular/forms` 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/forms)

Updates `@angular/platform-browser` 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/platform-browser)

Updates `@angular/platform-browser-dynamic` 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/platform-browser-dynamic)

Updates `@angular/router` 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/router)

Updates `@angular/build` from 19.2.17 to 20.3.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.17...20.3.4)

Updates `@angular/cli` from 19.2.17 to 20.3.4
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.17...20.3.4)

Updates `@angular/compiler-cli` 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-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 20.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-angular-example-angular-c0ddc28939 branch from 594a7fd to f39be65 Compare October 6, 2025 00:13
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