Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 19.2.0 -> 19.2.16 age confidence
@angular/compiler (source) 19.2.1 -> 19.2.16 age confidence
@angular/compiler-cli (source) 19.2.1 -> 19.2.16 age confidence
@angular/core (source) 19.2.0 -> 19.2.16 age confidence
@angular/elements (source) 19.2.1 -> 19.2.16 age confidence
@angular/forms (source) 19.2.0 -> 19.2.16 age confidence
@angular/localize 19.2.0 -> 19.2.16 age confidence
@angular/platform-browser (source) 19.2.0 -> 19.2.16 age confidence
@angular/platform-browser-dynamic (source) 19.2.0 -> 19.2.16 age confidence
@angular/router (source) 19.2.0 -> 19.2.16 age confidence
@angular/service-worker (source) 19.2.0 -> 19.2.16 age confidence
@angular/upgrade (source) 19.2.0 -> 19.2.16 age confidence

Release Notes

angular/angular (@​angular/animations)

v19.2.16

Compare Source

v19.2.15

Compare Source

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.

core
Commit Type Description
70d0639bc1 fix introduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
Commit Type Description
24bab55f0c fix lexer support for template literals in object literals (#​61601)
migrations
Commit Type Description
9e1cd49662 fix preserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
Commit Type Description
2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
Commit Type Description
b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
Commit Type Description
126efc9972 fix cancel reader when app is destroyed (#​61528)
efda872453 fix prevent reading chunks if app is destroyed (#​61354)
compiler
Commit Type Description
44bb328eae fix avoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
Commit Type Description
107180260f fix Always retain prior results for all files (#​61487)
1191e62d70 fix avoid ECMAScript private field metadata emit (#​61227)
core
Commit Type Description
2b1b14f4d3 fix cleanup rxResource abort listener (#​58306)
8f9b05eaaa fix cleanup testability subscriptions (#​61261)
eb53bda470 fix enable stashing only when withEventReplay() is invoked (#​61352)
94f5a4b4d6 fix Testing should not throw when Zone does not patch test FW APIs (#​61376)
c0c69a5abc fix unregister onDestroy in toSignal. (#​61514)
platform-server
Commit Type Description
8edafd0559 perf speed up resolution of base (#​61392)

v19.2.11

Compare Source

v19.2.10

Compare Source

common
Commit Type Description
89056a0356 fix cleanup updateLatestValue if view is destroyed before promise resolves (#​61064)
core
Commit Type Description
4623b61448 fix missing useExisting providers throwing for optional calls (#​61152)
400dbc5b89 fix properly handle app stabilization with defer blocks (#​61056)
platform-server
Commit Type Description
a6f0d5bc20 fix less aggressive ngServerMode cleanup (#​61106)

v19.2.9

Compare Source

core
Commit Type Description
946b844e0d fix async EventEmitter error should not prevent stability (#​61028)
dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#​61061)
2e140a136a fix prevent stash listener conflicts [patch] (#​61063)

v19.2.8

Compare Source

forms
Commit Type Description
ea4a211216 fix make NgForm emit FormSubmittedEvent and FormResetEvent (#​60887)

v19.2.7

Compare Source

common
Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#​60883)
core
Commit Type Description
b144126612 fix inject migration: replace param with this. (#​60713)
http
Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#​60802)

v19.2.6

Compare Source

compiler
Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#​60529) (#​60753)
compiler-cli
Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#​60797)
core
Commit Type Description
00bbd9b382 fix fix docs for output migration (#​60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#​60776)
language-service
Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#​60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#​60597)

v19.2.5

Compare Source

Commit Type Description
e61d06afb5 fix step 6 tutorial docs (#​60630)
animations
Commit Type Description
fa48f98d9f fix add missing peer dependency on @angular/common (#​60660)
compiler
Commit Type Description
ca5aa4d55b fix throw for invalid "as" expression in if block (#​60580)
compiler-cli
Commit Type Description
f4c4b10ea8 fix Produce fatal diagnostic on duplicate decorated properties (#​60376)
22a0e54ac4 fix support relative imports to symbols outside rootDir (#​60555)
core
Commit Type Description
64da69f7b6 fix check ngDevMode for undefined (#​60565)
8f68d1bec3 fix fix ng generate @​angular/core:output-migration (#​60626)
bc79985c65 fix fix regexp for event types (#​60592)
006ac7f22f fix fixes #​592882 ng generate @​angular/core:signal-queries-migration (#​60688)
da6e93f434 fix preserve comments in internal inject migration (#​60588)
dbbddd1617 fix prevent omission of deferred pipes in full compilation (#​60571)
language-service
Commit Type Description
0e9e0348dd fix Update adapter to log instead of throw errors (#​60651)
migrations
Commit Type Description
15f53f035b fix handle shorthand assignments in super call (#​60602)
4b161e6234 fix inject migration not handling super parameter referenced via this (#​60602)
router
Commit Type Description
958e98e4f7 fix Add missing types to transition (#​60307)
service-worker
Commit Type Description
7cd89ad2c6 fix assign initializing client's app version, when a request is for worker script (#​58131)

v19.2.4

Compare Source

core
Commit Type Description
081f5f5a83f fix fix used templates are not deleted (#​60459)
localize
Commit Type Description
a2f622d82d6 fix handle @​angular/build:karma in ng add (#​60513)
platform-browser
Commit Type Description
8e8ccc79279 fix ensure platformBrowserTesting includes platformBrowser providers (#​60480)

v19.2.3

Compare Source

compiler-cli
Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#​60455)
core
Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#​60429)
296aded9da fix execute timer trigger outside zone (#​60392)
0615ffb4f7 fix include input name in error message (#​60404)
platform-browser-dynamic
Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#​60458)
upgrade
Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#​60369)

v19.2.2

Compare Source

common
Commit Type Description
90a16a1088 fix support equality function in httpResource (#​60026)
compiler
Commit Type Description
56b551d273 fix incorrect spans for template literals (#​60323) (#​60331)
compiler-cli
Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#​60298)
core
Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#​59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#​60203)
b144dd946e fix fix removal of a container reference used in the component file (#​60210)
platform-server
Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#​60308)
router
Commit Type Description
7bcdf7c143 fix update symbols (#​60233)

v19.2.1

Compare Source

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.

core
Commit Type Description
70d0639bc1 fix introduce BootstrapContext for improved server bootstrapping (#​63639)
angular/angular (@​angular/compiler)

v19.2.16

Compare Source

v19.2.15

Compare Source

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.

core
Commit Type Description
70d0639bc1 fix introduce BootstrapContext for improved server bootstrapping (#​63639)

v19.2.14

Compare Source

compiler
Commit Type Description
24bab55f0c fix lexer support for template literals in object literals (#​61601)
migrations
Commit Type Description
9e1cd49662 fix preserve comments when removing unused imports (#​61674)

v19.2.13

Compare Source

common
Commit Type Description
2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#​61649)
service-worker
Commit Type Description
b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#​61101)

v19.2.12

Compare Source

common
Commit Type Description
126efc9972 fix cancel reader when app is destroyed ([#​61528](https://redirect.github.co

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from da87974 to 9bfc9f3 Compare March 12, 2025 18:34
@renovate renovate bot changed the title Update angular monorepo to v19.2.1 Update angular monorepo to v19.2.2 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9bfc9f3 to f50704a Compare March 19, 2025 19:52
@renovate renovate bot changed the title Update angular monorepo to v19.2.2 Update angular monorepo to v19.2.3 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f50704a to 6d3c842 Compare March 27, 2025 07:28
@renovate renovate bot changed the title Update angular monorepo to v19.2.3 Update angular monorepo to v19.2.4 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6d3c842 to 76dfe1a Compare April 2, 2025 19:35
@renovate renovate bot changed the title Update angular monorepo to v19.2.4 Update angular monorepo to v19.2.5 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from cd14456 to 9a99b0e Compare April 9, 2025 19:51
@renovate renovate bot changed the title Update angular monorepo to v19.2.5 Update angular monorepo to v19.2.6 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9a99b0e to bae94db Compare April 16, 2025 22:01
@renovate renovate bot changed the title Update angular monorepo to v19.2.6 Update angular monorepo to v19.2.7 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from bae94db to 2166c5c Compare April 23, 2025 17:06
@renovate renovate bot changed the title Update angular monorepo to v19.2.7 Update angular monorepo to v19.2.8 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2166c5c to 9353bd6 Compare April 30, 2025 19:01
@renovate renovate bot changed the title Update angular monorepo to v19.2.8 Update angular monorepo to v19.2.9 Apr 30, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 9353bd6 to 87d9e47 Compare May 7, 2025 16:39
@renovate renovate bot changed the title Update angular monorepo to v19.2.9 Update angular monorepo to v19.2.10 May 7, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 87d9e47 to fe0c570 Compare May 15, 2025 16:37
@renovate renovate bot changed the title Update angular monorepo to v19.2.10 Update angular monorepo to v19.2.11 May 15, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fe0c570 to 88c2222 Compare May 21, 2025 22:47
@renovate renovate bot changed the title Update angular monorepo to v19.2.11 Update angular monorepo to v19.2.12 May 21, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 88c2222 to d9167cd Compare May 23, 2025 20:11
@renovate renovate bot changed the title Update angular monorepo to v19.2.12 Update angular monorepo to v19.2.13 May 23, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d9167cd to 946ecae Compare May 28, 2025 13:58
@renovate renovate bot changed the title Update angular monorepo to v19.2.13 Update angular monorepo to v19.2.14 May 28, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 946ecae to aa09e00 Compare May 30, 2025 06:52
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from aa09e00 to 048e196 Compare July 31, 2025 21:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from f2e0c86 to dd0a63b Compare August 13, 2025 13:34
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from dd0a63b to 30888d2 Compare August 19, 2025 17:54
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 30888d2 to 2fe6df6 Compare August 31, 2025 11:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 2fe6df6 to 5220d9b Compare September 10, 2025 18:44
@renovate renovate bot changed the title Update angular monorepo to v19.2.14 Update angular monorepo to v19.2.15 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 5ddfab7 to be9d1f4 Compare September 30, 2025 23:29
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from be9d1f4 to 5f46c31 Compare October 13, 2025 02:15
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 5f46c31 to 492b323 Compare October 21, 2025 10:52
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 492b323 to f07d5ad Compare November 10, 2025 14:09
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f07d5ad to bb6d3c9 Compare November 18, 2025 10:39
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from bb6d3c9 to a9e8ba3 Compare November 26, 2025 10:09
@renovate renovate bot changed the title Update angular monorepo to v19.2.15 Update angular monorepo to v19.2.16 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from a9e8ba3 to 0425797 Compare November 27, 2025 09:12
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 0425797 to 878805d Compare November 27, 2025 09:14
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