Update angular monorepo #1197

Merged
Epsilon_02 merged 1 commit from renovate/angular-monorepo into develop 2022-03-07 12:07:26 +01:00
Member

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies patch 13.2.4 -> 13.2.5
@angular/common dependencies patch 13.2.4 -> 13.2.5
@angular/compiler dependencies patch 13.2.4 -> 13.2.5
@angular/compiler-cli devDependencies patch 13.2.4 -> 13.2.5
@angular/core dependencies patch 13.2.4 -> 13.2.5
@angular/forms dependencies patch 13.2.4 -> 13.2.5
@angular/platform-browser dependencies patch 13.2.4 -> 13.2.5
@angular/platform-browser-dynamic dependencies patch 13.2.4 -> 13.2.5
@angular/router dependencies patch 13.2.4 -> 13.2.5
zone.js (changelog) dependencies patch 0.11.4 -> 0.11.5

Release Notes

angular/angular (@​angular/animations)

v13.2.5

Compare Source

animations
Commit Type Description
6c61d20476 fix allow animations with unsupported CSS properties (#​45185)
common
Commit Type Description
64da1daa78 fix canceled JSONP requests won't throw console error with missing callback function (#​36807)
56ca7d385b perf make NgLocalization token tree-shakable (#​45118) (#​45226)
compiler-cli
Commit Type Description
6c906a5bb9 fix Support resolve animation name from the DTS (#​45169)
core
Commit Type Description
e8fd452bd2 fix remove individual commands for updating gold files (#​45198)
82d772857c perf make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#​45102) (#​45222)
71ff12c1cc perf make LOCALE_ID and other tokens from ApplicationModule tree-shakable (#​45102) (#​45222)
localize
Commit Type Description
d388522745 fix avoid imports into compiler-cli package (#​45180)

Special Thanks

Andrew Kushnir, Andrew Scott, Charles Lyding, Guillaume Bonnet, Jessica Janiuk, JoostK, Martin Sikora, Paul Gschwendtner, Theodore Brown, dario-piotrowicz and ivanwonder

angular/angular (zone.js)

v0.11.5

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/animations](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fanimations/13.2.4/13.2.5) | | [@angular/common](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fcommon/13.2.4/13.2.5) | | [@angular/compiler](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fcompiler/13.2.4/13.2.5) | | [@angular/compiler-cli](https://github.com/angular/angular) | devDependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fcompiler-cli/13.2.4/13.2.5) | | [@angular/core](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fcore/13.2.4/13.2.5) | | [@angular/forms](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fforms/13.2.4/13.2.5) | | [@angular/platform-browser](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser/13.2.4/13.2.5) | | [@angular/platform-browser-dynamic](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2fplatform-browser-dynamic/13.2.4/13.2.5) | | [@angular/router](https://github.com/angular/angular) | dependencies | patch | [`13.2.4` -> `13.2.5`](https://renovatebot.com/diffs/npm/@angular%2frouter/13.2.4/13.2.5) | | [zone.js](https://github.com/angular/angular) ([changelog](https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md)) | dependencies | patch | [`0.11.4` -> `0.11.5`](https://renovatebot.com/diffs/npm/zone.js/0.11.4/0.11.5) | --- ### Release Notes <details> <summary>angular/angular (@&#8203;angular/animations)</summary> ### [`v13.2.5`](https://github.com/angular/angular/blob/HEAD/CHANGELOG.md#&#8203;1325-2022-03-02) [Compare Source](https://github.com/angular/angular/compare/13.2.4...13.2.5) ##### animations | Commit | Type | Description | | -- | -- | -- | | [6c61d20476](https://github.com/angular/angular/commit/6c61d20476bf214176994dff4e46d6452bd821cf) | fix | allow animations with unsupported CSS properties ([#&#8203;45185](https://github.com/angular/angular/pull/45185)) | ##### common | Commit | Type | Description | | -- | -- | -- | | [64da1daa78](https://github.com/angular/angular/commit/64da1daa7827ca99c6d0b3992ac10b1ea0ec5b4a) | fix | canceled JSONP requests won't throw console error with missing callback function ([#&#8203;36807](https://github.com/angular/angular/pull/36807)) | | [56ca7d385b](https://github.com/angular/angular/commit/56ca7d385b263411cf231808fd54ec67ff643b58) | perf | make `NgLocalization` token tree-shakable ([#&#8203;45118](https://github.com/angular/angular/pull/45118)) ([#&#8203;45226](https://github.com/angular/angular/pull/45226)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [6c906a5bb9](https://github.com/angular/angular/commit/6c906a5bb9f7d7c86122bfc36275d6e6b81a0631) | fix | Support resolve animation name from the DTS ([#&#8203;45169](https://github.com/angular/angular/pull/45169)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [e8fd452bd2](https://github.com/angular/angular/commit/e8fd452bd24985f23ab6316690bb9431bbbe8ed8) | fix | remove individual commands for updating gold files ([#&#8203;45198](https://github.com/angular/angular/pull/45198)) | | [82d772857c](https://github.com/angular/angular/commit/82d772857ce2d6f07af4c99380676b6bf2cf7912) | perf | make `Compiler`, `ApplicationRef` and `ApplicationInitStatus` tree-shakable ([#&#8203;45102](https://github.com/angular/angular/pull/45102)) ([#&#8203;45222](https://github.com/angular/angular/pull/45222)) | | [71ff12c1cc](https://github.com/angular/angular/commit/71ff12c1cc009e50977b77f1cba1fe03c2f81946) | perf | make `LOCALE_ID` and other tokens from `ApplicationModule` tree-shakable ([#&#8203;45102](https://github.com/angular/angular/pull/45102)) ([#&#8203;45222](https://github.com/angular/angular/pull/45222)) | ##### localize | Commit | Type | Description | | -- | -- | -- | | [d388522745](https://github.com/angular/angular/commit/d388522745835b8e30b66597560254f0e821c040) | fix | avoid imports into `compiler-cli` package ([#&#8203;45180](https://github.com/angular/angular/pull/45180)) | #### Special Thanks Andrew Kushnir, Andrew Scott, Charles Lyding, Guillaume Bonnet, Jessica Janiuk, JoostK, Martin Sikora, Paul Gschwendtner, Theodore Brown, dario-piotrowicz and ivanwonder <!-- CHANGELOG SPLIT MARKER --> </details> <details> <summary>angular/angular (zone.js)</summary> ### [`v0.11.5`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#&#8203;0115-httpsgithubcomangularangularcomparezonejs-0114zonejs-0115-2022-03-03) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.11.4...zone.js-0.11.5) ##### Bug Fixes - **zone.js:** async-test should only call done once ([#&#8203;45025](https://github.com/angular/angular/issues/45025)) ([dea7234](https://github.com/angular/angular/commit/dea7234a76f652c8e9d9b79719e2b170a5a50777)) - **zone.js:** defineProperties should also set symbol props ([#&#8203;45098](https://github.com/angular/angular/issues/45098)) ([b437d12](https://github.com/angular/angular/commit/b437d1238d9006baa0cf749adbd7cc3270de3040)), closes [#&#8203;44095](https://github.com/angular/angular/issues/44095) - **zone.js:** fix several test cases which trigger `done()` multiple times ([#&#8203;45025](https://github.com/angular/angular/issues/45025)) ([d5565cc](https://github.com/angular/angular/commit/d5565ccdb4573a47eb329b09c6852c1ae39672a6)) - **zone.js:** only one listener should also re-throw an error correctly ([#&#8203;41868](https://github.com/angular/angular/issues/41868)) ([299f92c](https://github.com/angular/angular/commit/299f92c3b62a43c94cff4a204f9e41c46a159efc)), closes [#&#8203;41867](https://github.com/angular/angular/issues/41867) [/github.com/angular/angular/pull/41562#issuecomment-822696973](https://github.com//github.com/angular/angular/pull/41562/issues/issuecomment-822696973) - **zone.js:** patch global instead of Mocha object ([#&#8203;45047](https://github.com/angular/angular/issues/45047)) ([8efbdb5](https://github.com/angular/angular/commit/8efbdb57c11a6c632f69d7e142a632b6a853fa46)), closes [#&#8203;42834](https://github.com/angular/angular/issues/42834) - **zone.js:** should continue to executue listeners when throw error ([#&#8203;41562](https://github.com/angular/angular/issues/41562)) ([008eaf3](https://github.com/angular/angular/commit/008eaf3b7df90b2cdd9c83e229d23d4014d6dbc9)), closes [#&#8203;41522](https://github.com/angular/angular/issues/41522) - **zone.js:** update several flaky cases ([#&#8203;41526](https://github.com/angular/angular/issues/41526)) ([25a83eb](https://github.com/angular/angular/commit/25a83eb264aa19fc4616cea45e04d790b9bcd777)), closes [#&#8203;41434](https://github.com/angular/angular/issues/41434) ##### Features - **zone.js:** add Promise.any() implementation ([#&#8203;45064](https://github.com/angular/angular/issues/45064)) ([4d494d2](https://github.com/angular/angular/commit/4d494d24ccb69b40a477b0bccd97baf6af66accf)), closes [#&#8203;44393](https://github.com/angular/angular/issues/44393) - **zone.js:** update electron patch to support electron/remote 14 ([#&#8203;45073](https://github.com/angular/angular/issues/45073)) ([d65706a](https://github.com/angular/angular/commit/d65706a3b225ccb88d719478c19a379aef1b6047)), closes [#&#8203;43346](https://github.com/angular/angular/issues/43346) </details> --- ### Configuration 📅 **Schedule**: 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
CaBr2_Bot changed title from Update angular monorepo to v13.2.5 to Update angular monorepo 2022-03-04 01:01:18 +01:00
CaBr2_Bot force-pushed renovate/angular-monorepo from 5c9689e969
All checks were successful
ci/woodpecker/pr/crates Pipeline was successful
ci/woodpecker/pr/wasm-lib Pipeline was successful
ci/woodpecker/pr/tauri-app Pipeline was successful
ci/woodpecker/pr/frontend Pipeline was successful
ci/woodpecker/pr/webserver Pipeline was successful
to 8ff8421065
All checks were successful
ci/woodpecker/pr/crates Pipeline was successful
ci/woodpecker/pr/wasm-lib Pipeline was successful
ci/woodpecker/pr/frontend Pipeline was successful
ci/woodpecker/pr/tauri-app Pipeline was successful
ci/woodpecker/pr/webserver Pipeline was successful
2022-03-04 01:01:19 +01:00
Compare
CaBr2_Bot force-pushed renovate/angular-monorepo from 8ff8421065
All checks were successful
ci/woodpecker/pr/crates Pipeline was successful
ci/woodpecker/pr/wasm-lib Pipeline was successful
ci/woodpecker/pr/frontend Pipeline was successful
ci/woodpecker/pr/tauri-app Pipeline was successful
ci/woodpecker/pr/webserver Pipeline was successful
to cb1541a4b0
All checks were successful
ci/woodpecker/pr/crates Pipeline was successful
ci/woodpecker/pr/wasm-lib Pipeline was successful
ci/woodpecker/pr/frontend Pipeline was successful
ci/woodpecker/pr/tauri-app Pipeline was successful
ci/woodpecker/pr/webserver Pipeline was successful
2022-03-07 12:00:41 +01:00
Compare
Epsilon_02 approved these changes 2022-03-07 12:07:13 +01:00
Epsilon_02 merged commit 745ec5dfec into develop 2022-03-07 12:07:26 +01:00
Epsilon_02 referenced this pull request from a commit 2022-03-07 12:07:26 +01:00
Epsilon_02 deleted branch renovate/angular-monorepo 2022-03-07 12:07:26 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Calciumdibromid/CaBr2!1197
No description provided.