From 1de4f36da8f83892ef4a9843825810c1c272cd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 06:56:35 +0000 Subject: [PATCH] Bump @angular/router from 19.2.14 to 20.0.3 in /web_embedding/ng-flutter (#2649) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 19.2.14 to 20.0.3.
Release notes

Sourced from @​angular/router's releases.

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

Commit Description
fix - 8c60cbfd1c takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847)
fix - b1d960d082 produce an error when incremental hydration is expected, but not configured (#61741)
fix - b4ed62ddf6 properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772)
fix - ddd22bea48 unregister onDestroy in ResourceImpl when destroy() is called (#61870)
fix - 5c31e7e28d unregister onDestroy when observable errors in toSignal (#61596)

migrations

Commit Description
fix - e9820a6d48 avoid trailing whitespaces in unused imports migration (#61698)

service-worker

Commit Description
fix - b93fa22f25 prevent duplicate fetches during concurrent update checks (#61443)
fix - 9743bd1317 update service worker to handle seeking better for videos (#60029)

20.0.0

Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301

common

Commit Description
feat - 2e5362a469 accept undefined inputs in NgTemplateOutlet (#61404)
feat - b7d3f3dbfc Allow passing ScrollOptions to ViewportScroller (#61002)
feat - 74cceba587 throw error for suspicious date patterns (#59798)
fix - 255c79e048 cleanup updateLatestValue if view is destroyed before promise resolves (#58041)
fix - 739cadae62 Handle errors in async pipe subscriptions (#60057)
fix - cbbea70fa3 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60879)
fix - fc4a56d5c5 rename httpResource function in factory (#60022)
fix - 785a1110e6 resolve host binding type issues (#60481)

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/router's changelog.

20.0.3 (2025-06-11)

20.0.2 (2025-06-06)

core

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

20.1.0-next.0 (2025-06-04)

compiler

Commit Type Description
5a76826d26 fix only report parser errors on invalid expression (#61793)
e9fcbb8af1 fix remove TypeScript from linker (#61618)

compiler-cli

Commit Type Description
e62fb359d6 feat add experimental support for fast type declaration emission (#61334)
0cf1001715 feat support host directives with direct external references in fast type declaration emission (#61469)
77fa204ad1 fix rename flag for enabling fast type declaration emission (#61353)
c439d6938d fix symbol builder duplicating host directives (#61240)
3e1baa5a95 fix typo in NG2026 message (#61325)

core

Commit Type Description
8163a8995e feat Add destroyed property on DestroyRef (#61849)
4356e85456 fix fakeAsync should not depend on module import order (#61375)
583b9a7be5 fix missing useExisting providers throwing for optional calls (#61137)
8f65223bd8 fix update min Node.js support to 20.19, 22.12, and 24.0 (#61499)
b785256b9e perf avoid intermediate arrays in definition (#61445)

forms

Commit Type Description
610bebfce9 fix Allow ControlState as reset arguments for FormGroup/FormRecord (#55860)

language-service

Commit Type Description
cf55d1bdd4 feat Support importing the external module's export about the angular metadata. (#61122)

service-worker

Commit Type Description
c67dbda8ff feat support notification closes (#61442)
6e1df54799 feat support push subscription changes (#61856)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/router&package-manager=npm_and_yarn&previous-version=19.2.14&new-version=20.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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)
--- web_embedding/ng-flutter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index 2c13c981b..70ac1c43a 100644 --- a/web_embedding/ng-flutter/package.json +++ b/web_embedding/ng-flutter/package.json @@ -20,7 +20,7 @@ "@angular/material": "^19.0.2", "@angular/platform-browser": "^20.0.3", "@angular/platform-browser-dynamic": "^19.0.0", - "@angular/router": "^19.0.1", + "@angular/router": "^20.0.3", "rxjs": "~7.8.1", "tslib": "^2.6.2", "zone.js": "~0.15.0"