Skip to content

Bump @angular/compiler from 19.2.14 to 20.0.5 in /web_embedding/ng-flutter #2663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps @angular/compiler from 19.2.14 to 20.0.5.

Release notes

Sourced from @​angular/compiler's releases.

20.0.5

compiler-cli

Commit Description
fix - de0d525ad7 add suggestion when pipe is missing (#62146)
fix - 3eb5a79a83 handle initializer APIs wrapped in type casts (#62203)

core

Commit Description
fix - a2e6f317a7 allow to set a resource in an error state (#62253)
fix - 4c00238a69 avoid injecting ErrorHandler from a destroyed injector (#61886)
fix - 369f03ad7f unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156)

router

Commit Description
fix - 65c59dd796 handle scrollRestoration error in restricted environments (#62186)

upgrade

Commit Description
fix - 144c429230 Make zoneless work with hybrid apps (#61660)

20.0.4

core

Commit Description
fix - e343cdfb86 Fixes template outlet hydration (#62012)
fix - 67f657e4a3 inject APP_ID before injector is destroyed (#61885)
fix - ae212b51ee Wrap ErrorEvent with no error property (#62081)

migrations

Commit Description
fix - 82bf9848a1 more robust trailing comma removal in unused imports migration (#62118)

20.0.3

No release notes provided.

20.0.2

core

Commit Description
fix - 1e8158baee components marked for traversal resets reactive context (#61663)
fix - 1cd23be57e unregister onDestroy in outputToObservable (#61882)

20.0.1

compiler

Commit Description
fix - 66a0ec6510 move defer trigger assertions out of parser (#61747)
fix - 8ecb1ba027 recover invalid parenthesized expressions (#61815)

core

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.0.5 (2025-06-25)

compiler-cli

Commit Type Description
de0d525ad7 fix add suggestion when pipe is missing (#62146)
3eb5a79a83 fix handle initializer APIs wrapped in type casts (#62203)

core

Commit Type Description
a2e6f317a7 fix allow to set a resource in an error state (#62253)
4c00238a69 fix avoid injecting ErrorHandler from a destroyed injector (#61886)
369f03ad7f fix unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156)

router

Commit Type Description
65c59dd796 fix handle scrollRestoration error in restricted environments (#62186)

upgrade

Commit Type Description
144c429230 fix Make zoneless work with hybrid apps (#61660)

20.1.0-next.2 (2025-06-18)

core

Commit Type Description
2e0c98bd3f feat support bindings in TestBed (#62040)
8424b3bcd5 fix Fixes template outlet hydration (#61989)
31da435854 fix inject APP_ID before injector is destroyed (#61885)
572c32a038 fix Wrap ErrorEvent with no error property (#62081)

migrations

Commit Type Description
34adfdea82 fix more robust trailing comma removal in unused imports migration (#62118)

20.0.4 (2025-06-18)

core

Commit Type Description
e343cdfb86 fix Fixes template outlet hydration (#62012)
67f657e4a3 fix inject APP_ID before injector is destroyed (#61885)
ae212b51ee fix Wrap ErrorEvent with no error property (#62081)

migrations

Commit Type Description

... (truncated)

Commits
  • f201df9 build: migrate to using new jasmine_test (#62106)
  • 8564cf4 build: replace all ng_package with new rule from rules_angular (#61862)
  • a9a7654 build: migrate packages/compiler-cli to ts_project (#61862)
  • 32230e6 build: add missing import (#61838)
  • 8ecb1ba fix(compiler): recover invalid parenthesized expressions (#61815)
  • 66a0ec6 fix(compiler): move defer trigger assertions out of parser (#61747)
  • e910893 build: adjust bundling tests to use Angular CLI
  • 845f8df build: fix app_bundle rule after migrating packages/compiler
  • aa0c46f build: migrate packages/compiler to ts_project
  • 6ca7590 fix(compiler): lexer support for template literals in object literals (#61601)
  • 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)

Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.14 to 20.0.5.
- [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.0.5/packages/compiler)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 30, 2025
Copy link
Contributor

auto-submit bot commented Jun 30, 2025

autosubmit label was removed for flutter/samples/2663, because - The status or check suite Test Flutter master on ubuntu-latest has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Jun 30, 2025
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