Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 13, 2023

This PR contains the following updates:

Package Change Age Confidence
@angular/animations (source) 19.1.3 -> 19.2.15 age confidence
@angular/build 19.1.4 -> 19.2.19 age confidence
@angular/cdk 19.1.1 -> 19.2.19 age confidence
@angular/cli 19.1.4 -> 19.2.19 age confidence
@angular/common (source) 19.1.3 -> 19.2.15 age confidence
@angular/compiler (source) 19.1.3 -> 19.2.15 age confidence
@angular/compiler-cli (source) 19.1.3 -> 19.2.15 age confidence
@angular/core (source) 19.1.3 -> 19.2.15 age confidence
@angular/forms (source) 19.1.3 -> 19.2.15 age confidence
@angular/material 19.1.1 -> 19.2.19 age confidence
@angular/platform-browser (source) 19.1.3 -> 19.2.15 age confidence
@angular/platform-browser-dynamic (source) 19.1.3 -> 19.2.15 age confidence
@angular/router (source) 19.1.3 -> 19.2.15 age confidence
@types/luxon (source) 3.4.2 -> 3.7.1 age confidence
@types/node (source) 20.17.16 -> 20.19.24 age confidence
cypress-real-events 1.12.0 -> 1.15.0 age confidence
eslint (source) 8.57.0 -> 8.57.1 age confidence
eslint-config-prettier 9.1.0 -> 9.1.2 age confidence
eslint-plugin-prettier 5.2.3 -> 5.5.4 age confidence
jest-preset-angular (source) 14.5.1 -> 14.6.2 age confidence
luxon 3.5.0 -> 3.7.2 age confidence
material-icons (source) 1.13.13 -> 1.13.14 age confidence
ng-packagr 19.1.1 -> 19.2.2 age confidence
prettier (source) 3.4.2 -> 3.6.2 age confidence
rxjs (source) 7.8.1 -> 7.8.2 age confidence
ts-jest (source) 29.2.5 -> 29.4.5 age confidence
typescript (source) ~5.7.3 -> ~5.9.0 age confidence
zone.js (source, changelog) 0.15.0 -> 0.15.1 age confidence

Release Notes

angular/angular (@​angular/animations)

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](https://redirect.github.com/angular/angular


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Dec 13, 2023
@Laess3r
Copy link
Member

Laess3r commented Dec 13, 2023

This MR is partially wrong. Angular 17 requires typescript < 5.3.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0cead77 to 6905e6a Compare December 15, 2023 08:24
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Dec 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6905e6a to ddf4c09 Compare December 22, 2023 05:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7dde7f4 to 8da8144 Compare January 11, 2024 05:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eebae52 to 8ee35f5 Compare January 23, 2024 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ee35f5 to 146363a Compare January 25, 2024 05:47
@renovate
Copy link
Author

renovate bot commented Jan 25, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

<--- Last few GCs --->

[198:0x6e62c90]    69953 ms: Scavenge (reduce) 1787.9 (1820.9) -> 1787.9 (1821.9) MB, 23.55 / 0.00 ms  (average mu = 0.832, current mu = 0.784) allocation failure; 
[198:0x6e62c90]    70974 ms: Mark-Compact (reduce) 1788.8 (1821.9) -> 1788.8 (1822.9) MB, 931.67 / 0.00 ms  (+ 198.5 ms in 32 steps since start of marking, biggest step 49.5 ms, walltime since start of marking 1359 ms) (average mu = 0.665, current mu = 0.

<--- JS stacktrace --->

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----

 1: 0xb82c28 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [npm install]
 2: 0xeed540 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [npm install]
 3: 0xeed827 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [npm install]
 4: 0x10ff3c5  [npm install]
 5: 0x1117248 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [npm install]
 6: 0x10ed361 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [npm install]
 7: 0x10ee4f5 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [npm install]
 8: 0x10cac16 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [npm install]
 9: 0x10bc844 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Map, v8::internal::AllocationAlignment) [npm install]
10: 0x10bfb57 v8::internal::FactoryBase<v8::internal::Factory>::NewRawTwoByteString(int, v8::internal::AllocationType) [npm install]
11: 0x1230927 v8::internal::JsonParser<unsigned short>::MakeString(v8::internal::JsonString const&, v8::internal::Handle<v8::internal::String>) [npm install]
12: 0x123680d  [npm install]
13: 0x1238779 v8::internal::JsonParser<unsigned short>::ParseJson(v8::internal::Handle<v8::internal::Object>) [npm install]
14: 0xf7f21e v8::internal::Builtin_JsonParse(int, unsigned long*, v8::internal::Isolate*) [npm install]
15: 0x1960df6  [npm install]
/usr/local/bin/node: line 6:   198 Aborted                 (core dumped) /opt/containerbase/tools/node/20.13.0/bin/node --use-openssl-ca "$@"

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4d231c5 to 816e502 Compare February 1, 2024 08:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2c7c6e4 to 7242c73 Compare February 15, 2024 05:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1d1419c to 118d4ad Compare February 28, 2024 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 118d4ad to 40f2717 Compare February 29, 2024 05:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 38f073c to 3ccfb46 Compare March 14, 2024 07:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b83b04a to f8f1bc6 Compare March 22, 2024 02:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2dc5d8a to 233da1f Compare March 29, 2024 08:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 247b887 to 10dac4c Compare April 5, 2024 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ed99b9e to 7383de0 Compare May 4, 2025 15:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7383de0 to f1668d7 Compare May 9, 2025 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e5376f0 to fff7252 Compare May 21, 2025 14:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7244141 to 0788b49 Compare May 31, 2025 20:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0dbfc17 to f30a4a7 Compare June 6, 2025 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f30a4a7 to 1afd00d Compare June 14, 2025 23:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1afd00d to 59ec3df Compare June 22, 2025 07:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 59ec3df to 4c6889a Compare June 29, 2025 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 51a9cf0 to 7e1a840 Compare July 10, 2025 05:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d288d68 to f891c51 Compare July 23, 2025 12:11
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jul 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from decb97f to d5fc65b Compare August 4, 2025 10:08
@renovate
Copy link
Author

renovate bot commented Aug 4, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"~5.9.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.5 <5.9" from @angular/[email protected]
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"19.2.15" from the root project
npm error   peer @angular/compiler-cli@"^19.0.0 || ^19.2.0-next.0" from @angular/[email protected]
npm error   node_modules/@angular/build
npm error     dev @angular/build@"^19.1.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-11-02T11_39_04_592Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-11-02T11_39_04_592Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f3d3e2f to 48ae13b Compare August 11, 2025 13:28
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Aug 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48ae13b to 9f7a0d9 Compare August 15, 2025 23:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1974be0 to e860397 Compare September 17, 2025 19:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e860397 to 3f63519 Compare October 15, 2025 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f63519 to 215b1ac Compare October 29, 2025 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 215b1ac to 3a78b06 Compare November 2, 2025 11:39
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.

2 participants