cyrilletuzi / angular-async-local-storage

Efficient client-side storage for Angular: simple API + performance + Observables + validation
MIT License
675 stars 68 forks source link

fix(deps): update angular monorepo to v13.1.0 #873

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/common 13.0.3 -> 13.1.0 age adoption passing confidence
@angular/compiler 13.0.3 -> 13.1.0 age adoption passing confidence
@angular/compiler-cli 13.0.3 -> 13.1.0 age adoption passing confidence
@angular/core 13.0.3 -> 13.1.0 age adoption passing confidence
@angular/platform-browser 13.0.3 -> 13.1.0 age adoption passing confidence
@angular/platform-browser-dynamic 13.0.3 -> 13.1.0 age adoption passing confidence
@angular/router 13.0.3 -> 13.1.0 age adoption passing confidence

Release Notes

angular/angular ### [`v13.1.0`](https://togithub.com/angular/angular/blob/master/CHANGELOG.md#​1310-2021-12-09) [Compare Source](https://togithub.com/angular/angular/compare/13.0.3...13.1.0) #### Deprecations ##### - The `downgradeModule` function calls with NgModule factories are deprecated. Please use NgModule class based `downgradeModule` calls instead. ##### common - `TestRequest` from `@angular/common/http/testing` no longer accepts `ErrorEvent` when simulating XHR errors. Instead instances of `ProgressEvent` should be passed, matching with the native browser behavior. ##### | Commit | Type | Description | | -- | -- | -- | | [dbc46d68b9](https://togithub.com/angular/angular/commit/dbc46d68b99f5516209991ee3421292fc8261bec) | docs | deprecate factory-based signature of the `downgradeModule` function ([#​44090](https://togithub.com/angular/angular/pull/44090)) | ##### common | Commit | Type | Description | | -- | -- | -- | | [489cf42cd0](https://togithub.com/angular/angular/commit/489cf42cd07ac2b549ea958127590b30f1b3d28f) | fix | incorrect error type for XHR errors in `TestRequest` ([#​36082](https://togithub.com/angular/angular/pull/36082)) | | [13362972bb](https://togithub.com/angular/angular/commit/13362972bb5dae606889c06ff7718502057b6b9c) | perf | code size reduction of `ngFor` directive ([#​44315](https://togithub.com/angular/angular/pull/44315)) | ##### compiler | Commit | Type | Description | | -- | -- | -- | | [c85bcb0c63](https://togithub.com/angular/angular/commit/c85bcb0c636d65706541d44be62694720f12ad9e) | feat | reference ICU message IDs from their placeholders ([#​43534](https://togithub.com/angular/angular/pull/43534)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [5dff077d50](https://togithub.com/angular/angular/commit/5dff077d505da60ddead9f2ff2ddaaaea6feeb4a) | feat | add migration to remove entryComponents ([#​44308](https://togithub.com/angular/angular/pull/44308)) | | [e65a245a0b](https://togithub.com/angular/angular/commit/e65a245a0b67c67f08a29f8c3ac2e3e7e824a029) | feat | add migration to remove entryComponents ([#​44322](https://togithub.com/angular/angular/pull/44322)) | | [d56e3f43a1](https://togithub.com/angular/angular/commit/d56e3f43a1f3ca5004d2c5413167737cff7d936f) | feat | support TypeScript 4.5 ([#​44164](https://togithub.com/angular/angular/pull/44164)) | ##### http | Commit | Type | Description | | -- | -- | -- | | [d452b388bd](https://togithub.com/angular/angular/commit/d452b388bdc0d661f41ab382f5e7ac998b0f9915) | feat | add `has()` method to `HttpContext` class ([#​43887](https://togithub.com/angular/angular/pull/43887)) | ##### localize | Commit | Type | Description | | -- | -- | -- | | [d3cf222a81](https://togithub.com/angular/angular/commit/d3cf222a8193bc7ccd9e7ce886846d1f79131627) | feat | support "associated message ids" for placeholders ([#​43534](https://togithub.com/angular/angular/pull/43534)) | ##### ngcc | Commit | Type | Description | | -- | -- | -- | | [41265919aa](https://togithub.com/angular/angular/commit/41265919aa90415911169057ef016e2f9b78aafd) | fix | correctly resolve UMD dependencies ([#​44381](https://togithub.com/angular/angular/pull/44381)) | ##### upgrade | Commit | Type | Description | | -- | -- | -- | | [34f990986c](https://togithub.com/angular/angular/commit/34f990986cade3ce6b355354d1e2f6e5ec2f18ec) | feat | support NgModule class as an argument of the `downgradeModule` function ([#​43973](https://togithub.com/angular/angular/pull/43973)) | #### Special Thanks Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz

Configuration

📅 Schedule: "after 1am and before 7am every weekday" in timezone Europe/Paris.

🚦 Automerge: Enabled.

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.



This PR has been generated by WhiteSource Renovate. View repository job log here.