Ninja-Squad / globe42

repository dedicated to the development of Globe 42 collective application to help them to manage their members
12 stars 3 forks source link

fix(deps): update angular monorepo #1814

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/common 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/compiler 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/compiler-cli 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/core 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/forms 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/localize 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/platform-browser 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/platform-browser-dynamic 14.0.1 -> 14.0.2 age adoption passing confidence
@angular/router 14.0.1 -> 14.0.2 age adoption passing confidence
zone.js (changelog) 0.11.5 -> 0.11.6 age adoption passing confidence

Release Notes

angular/angular (@​angular/common) ### [`v14.0.2`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#​1402-2022-06-15) [Compare Source](https://togithub.com/angular/angular/compare/14.0.1...14.0.2) ##### common | Commit | Type | Description | | -- | -- | -- | | [ef5cba3df7](https://togithub.com/angular/angular/commit/ef5cba3df783691433fe918f8f3c05878784c0f8) | fix | allow null in ngComponentOutlet ([#​46280](https://togithub.com/angular/angular/pull/46280)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [8ecfd71fd7](https://togithub.com/angular/angular/commit/8ecfd71fd7a44628500668fbb59fdc08de8b8140) | fix | don't emit empty providers array ([#​46301](https://togithub.com/angular/angular/pull/46301)) | | [b92c1a6ada](https://togithub.com/angular/angular/commit/b92c1a6adada5923b1fd69e24560ae5bfd67dd5a) | fix | use inline type-check blocks for components outside `rootDir` ([#​46096](https://togithub.com/angular/angular/pull/46096)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [3fd8948b4a](https://togithub.com/angular/angular/commit/3fd8948b4a04dc504be3d4dd751a5554673423bb) | fix | Resolve forwardRef declarations for jit ([#​46334](https://togithub.com/angular/angular/pull/46334)) | #### Special Thanks Alex Rickabaugh, Andrew Scott, Badawi7, Daniel Schmitz, Derek Cormier, JoostK, Kevin Davila, Kristiyan Kostadinov, Paul Draper, Paul Gschwendtner, Tom Eustace, Totati, Younes Jaaidi, alefra, dario-piotrowicz, markostanimirovic, mgechev, piyush132000, sten-bone and vivekkoya
angular/angular (zone.js) ### [`v0.11.6`](https://togithub.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#​0116-httpsgithubcomangularangularcomparezonejs-0115zonejs-0116-2022-06-02) [Compare Source](https://togithub.com/angular/angular/compare/zone.js-0.11.5...zone.js-0.11.6) ##### Bug Fixes - **zone.js:** check if `process` is defined when patching the `GlobalErrors.install` ([#​45392](https://togithub.com/angular/angular/issues/45392)) ([c7bcc1b](https://togithub.com/angular/angular/commit/c7bcc1b50182e5378756aa4528a24075b5be026e)), closes [#​42260](https://togithub.com/angular/angular/issues/42260) - **zone.js:** in TaskTrackingZoneSpec track a periodic task until it is cancelled ([#​45391](https://togithub.com/angular/angular/issues/45391)) ([f19b36f](https://togithub.com/angular/angular/commit/f19b36f462803b3b3b9410391c039649541b10bc)) - **zone.js:** read `Symbol.species` safely ([#​45369](https://togithub.com/angular/angular/issues/45369)) ([e2eaac3](https://togithub.com/angular/angular/commit/e2eaac34b06a558145be41853f1d3585c1108880)) - **zone.js:** should ignore multiple resolve call ([#​45283](https://togithub.com/angular/angular/issues/45283)) ([aebf165](https://togithub.com/angular/angular/commit/aebf165359ad6de5a8bacd9cb91651fc4175aaad)), closes [#​44913](https://togithub.com/angular/angular/issues/44913) - **zone.js:** swallow the error when the element callback is not patchable ([#​45400](https://togithub.com/angular/angular/issues/45400)) ([4ea70e3](https://togithub.com/angular/angular/commit/4ea70e36b998208302183f78088637f3de86323d)), closes [lwc/engine-core/src/framework/base-bridge-element.ts#L180-L186](https://togithub.com/lwc/engine-core/src/framework/base-bridge-element.ts/issues/L180-L186) [#​42546](https://togithub.com/angular/angular/issues/42546) ##### BREAKING CHANGES - **zone.js:** in TaskTrackingZoneSpec track a periodic task until it is cancelled The breaking change is scoped only to the plugin `zone.js/plugins/task-tracking`. If you used `TaskTrackingZoneSpec` and checked the pending macroTasks e.g. using `(this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask')`, then its behavior slightly changed for periodic macrotasks. For example, previously the `setInterval` macrotask was no longer tracked after its callback was executed for the first time. Now it's tracked until the task is explicitly cancelled, e.g with `clearInterval(id)`.

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.



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #1814 (5efeba0) into master (4a7d098) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1814   +/-   ##
=========================================
  Coverage     92.29%   92.29%           
- Complexity     1004     1006    +2     
=========================================
  Files           342      342           
  Lines          4103     4103           
  Branches        353      353           
=========================================
  Hits           3787     3787           
  Misses          122      122           
  Partials        194      194           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 4a7d098...5efeba0. Read the comment docs.