An open index of dependabot pull requests across open source projects.

Bump @angular/compiler from 19.2.14 to 20.3.1

Closed
Number: #66
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 19, 2025 at 08:11 AM UTC
(14 days ago)
Updated: September 25, 2025 at 08:11 AM UTC
(8 days ago)
Closed: September 25, 2025 at 08:11 AM UTC
(8 days ago)
Time to Close: 6 days
Labels:
dependencies javascript
Description:

Bumps @angular/compiler from 19.2.14 to 20.3.1.

Release notes

Sourced from @​angular/compiler's releases.

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
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

Breaking Changes

core

  • 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);
    

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

For more information please see: https://github.com/angular/angular/security/advisories/GHSA-68x2-mx4q-78m7

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.1 (2025-09-17)

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)

18.2.14 (2025-09-10)

Breaking Changes

core

  • 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);
    

    A schematic is provided to automatically update main.server.ts files to pass the BootstrapContext to the bootstrapApplication call.

    In addition, getPlatform() and destroyPlatform() will now return null and be a no-op respectively when running in a server environment.

    (cherry picked from commit 8bf80c9d2314b4f2bcf3df83ae01552a6fc49834)

core

Commit Type Description
9d1fb33f5e fix introduce BootstrapContext for improved server bootstrapping (#63640)

... (truncated)

Commits
  • 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)
  • d7b6045 fix(compiler): fixes animations on elements with structural directives (#63390)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • a28672f fix(compiler): Keep paraenthesis in Nullish + Boolean expression. (#63292)
  • 7b51728 fix(compiler): fixes animation event host bindings not firing (#63217)
  • 19ed12c fix(compiler): error when ng-content fallback has translated children (#63156)
  • 557e6fe fix(compiler): incorrect source span for expression AST inside template attri...
  • d9f0e6b Revert "feat(platform-browser): Add IsolatedShadowDom encapsulation method (#...
  • 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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+992
Deletions:
-348
Package Dependencies
Ecosystem:
npm
Version Change:
19.2.14 → 20.3.1
Update Type:
Major
Technical Details
ID: 8416786
UUID: 2842950004
Node ID: PR_kwDOJqpjFM6pc_l0
Host: GitHub
Repository: austenstone/github-actions-usage-report
Mergeable: Yes
Merge State: Unstable
Rebaseable: Yes