fix(deps): update dependency zone.js to ~0.15.0 #3

Closed
Renovate wants to merge 1 commits from renovate/dependencies-(major-and-minor) into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zone.js (source, changelog) ~0.14.3 -> ~0.15.0 age adoption passing confidence

Release Notes

angular/angular (zone.js)

v0.15.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • zone.js: fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync

0.14.10 (2024-08-05)

Features
  • zone.js: Add 'flush' parameter option to fakeAsync to flush after the test (#​57137) (99d679d)

0.14.8 (2024-07-17)

Bug Fixes

0.14.7 (2024-06-06)

Bug Fixes

0.14.6 (2024-05-16)

Bug Fixes

0.14.5 (2024-04-30)

Bug Fixes

0.14.4 (2024-02-13)

Bug Fixes

0.14.3 (2023-12-19)

Bug Fixes
Features

0.14.2 (2023-11-03)

Bug Fixes
  • zone.js: disable wrapping unhandled promise error by default (6d7eb35)

14.0.1 (2023-10-25)

Bug Fixes

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 is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [zone.js](https://github.com/angular/angular) ([source](https://github.com/angular/angular/tree/HEAD/packages/zone.js), [changelog](https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md)) | [`~0.14.3` -> `~0.15.0`](https://renovatebot.com/diffs/npm/zone.js/0.14.10/0.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zone.js/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zone.js/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zone.js/0.14.10/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zone.js/0.14.10/0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>angular/angular (zone.js)</summary> ### [`v0.15.0`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0150-2024-08-15) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.14.10...zone.js-0.15.0) ##### Bug Fixes - **zone.js:** Add support for addition jest functions. ([#&#8203;57280](https://github.com/angular/angular/issues/57280)) ([e1240c6](https://github.com/angular/angular/commit/e1240c6f5d9a3d68ccef7ffbf0a0646ad1164cd8)), closes [#&#8203;57277](https://github.com/angular/angular/issues/57277) - **zone.js:** Update the default behavior of fakeAsync to flush after the test ([#&#8203;57240](https://github.com/angular/angular/issues/57240)) ([70e8b40](https://github.com/angular/angular/commit/70e8b40750e894bc1439713cd508d8bd9fafb7a4)) ##### BREAKING CHANGES - **zone.js:** `fakeAsync` will now flush pending timers at the end of the given function by default. To opt-out of this, you can use `{flush: false}` in options parameter of `fakeAsync` #### [0.14.10](https://github.com/angular/angular/compare/zone.js-0.14.8...zone.js-0.14.10) (2024-08-05) ##### Features - **zone.js:** Add 'flush' parameter option to fakeAsync to flush after the test ([#&#8203;57137](https://github.com/angular/angular/issues/57137)) ([99d679d](https://github.com/angular/angular/commit/99d679d6061d731a04930824e92f247bb94f21e7)) #### [0.14.8](https://github.com/angular/angular/compare/zone.js-0.14.7...zone.js-0.14.8) (2024-07-17) ##### Bug Fixes - **zone.js:** allow enabling default `beforeunload` handling ([#&#8203;55875](https://github.com/angular/angular/issues/55875)) ([b8d5882](https://github.com/angular/angular/commit/b8d5882127a6e9944d30a7e0c87c2e2c59b352e6)), closes [#&#8203;47579](https://github.com/angular/angular/issues/47579) - **zone.js:** support `Timeout.refresh` in Node.js ([#&#8203;56852](https://github.com/angular/angular/issues/56852)) ([982f1b1](https://github.com/angular/angular/commit/982f1b125147e4292716f9524bef75423b70c71c)), closes [#&#8203;56586](https://github.com/angular/angular/issues/56586) #### [0.14.7](https://github.com/angular/angular/compare/zone.js-0.14.6...zone.js-0.14.7) (2024-06-06) ##### Bug Fixes - **zone.js:** do not mutate event listener options (may be readonly) ([#&#8203;55796](https://github.com/angular/angular/issues/55796)) ([85c1719](https://github.com/angular/angular/commit/85c171920ae2b1861896fa6c2d5d7dc8f030a445)), closes [#&#8203;54142](https://github.com/angular/angular/issues/54142) - **zone.js:** store remove abort listener on the scheduled task ([#&#8203;56160](https://github.com/angular/angular/issues/56160)) ([4a3800a](https://github.com/angular/angular/commit/4a3800a6a0ae9d667dd961c6e4029c01c6819988)), closes [#&#8203;56148](https://github.com/angular/angular/issues/56148) #### [0.14.6](https://github.com/angular/angular/compare/zone.js-0.14.4...zone.js-0.14.6) (2024-05-16) ##### Bug Fixes - **zone.js:** add missing APIs to Node.js `fs` patch ([#&#8203;54396](https://github.com/angular/angular/issues/54396)) ([9e07b62](https://github.com/angular/angular/commit/9e07b621ead050d27d36cde0549b01ac3f1e9e73)) - **zone.js:** correctly bundle `zone-patch-rxjs` ([#&#8203;55826](https://github.com/angular/angular/issues/55826)) ([20a530a](https://github.com/angular/angular/commit/20a530acb6ca6efe73cb97c64e9d23a0f5d912c8)), closes [#&#8203;55825](https://github.com/angular/angular/issues/55825) - **zone.js:** remove `abort` listener on a signal when actual event is removed ([#&#8203;55339](https://github.com/angular/angular/issues/55339)) ([a9460d0](https://github.com/angular/angular/commit/a9460d08a0e95dcd8fcd0ea7eca8470af921bfe2)), closes [#&#8203;54739](https://github.com/angular/angular/issues/54739) #### [0.14.5](https://github.com/angular/angular/compare/zone.js-0.14.4...zone.js-0.14.5) (2024-04-30) ##### Bug Fixes - **zone.js:** Add 'declare' to each interface to prevent renaming ([#&#8203;54966](https://github.com/angular/angular/issues/54966)) ([b3d045b](https://github.com/angular/angular/commit/b3d045b9a4383d97ea3c5d770d9413ffed35d760)) - **zone.js:** make sure fakeasync use the same id pool with native ([#&#8203;54600](https://github.com/angular/angular/issues/54600)) ([ddbf6bb](https://github.com/angular/angular/commit/ddbf6bb038d101daf5280abbd2a0efaa0b7fd3a0)), closes [#&#8203;54323](https://github.com/angular/angular/issues/54323) - **zone.js:** should not clear onhandler when remove capture listener ([#&#8203;54602](https://github.com/angular/angular/issues/54602)) ([e44b077](https://github.com/angular/angular/commit/e44b077cbd4fc1ac16b3edd0fea758842ce6e29f)), closes [#&#8203;54581](https://github.com/angular/angular/issues/54581) #### [0.14.4](https://github.com/angular/angular/compare/zone.js-0.14.3...zone.js-0.14.4) (2024-02-13) ##### Bug Fixes - **zone.js:** add `__Zone_ignore_on_properties` to `ZoneGlobalConfigurations` ([#&#8203;50737](https://github.com/angular/angular/issues/50737)) ([f87f058](https://github.com/angular/angular/commit/f87f058a69443d9427530c979b39e3630190a7fd)) - **zone.js:** patch `fs.realpath.native` as macrotask ([#&#8203;54208](https://github.com/angular/angular/issues/54208)) ([19fae76](https://github.com/angular/angular/commit/19fae76bada7146e8993fb672b8d321fb08967f2)), closes [#&#8203;45546](https://github.com/angular/angular/issues/45546) - **zone.js:** patch `Response` methods returned by `fetch` ([#&#8203;50653](https://github.com/angular/angular/issues/50653)) ([260d3ed](https://github.com/angular/angular/commit/260d3ed0d91648d3ba75d7d9896f38195093c7e4)), closes [#&#8203;50327](https://github.com/angular/angular/issues/50327) - **zone.js:** patch form-associated custom element callbacks ([#&#8203;50686](https://github.com/angular/angular/issues/50686)) ([1c990cd](https://github.com/angular/angular/commit/1c990cdb2962fa879762d5e26f87f547a00e1795)) #### [0.14.3](https://github.com/angular/angular/compare/zone.js-0.14.2...zone.js-0.14.3) (2023-12-19) ##### Bug Fixes - **zone.js:** handle fetch with AbortSignal ([#&#8203;49595](https://github.com/angular/angular/issues/49595)) ([b06b24b](https://github.com/angular/angular/commit/b06b24b5049c07fbc18c76fd2a10e49fc93870be)) - **zone.js:** Promise.resolve(subPromise) should return subPromise ([#&#8203;53423](https://github.com/angular/angular/issues/53423)) ([08b0c87](https://github.com/angular/angular/commit/08b0c87a948007e086a2c5a5c17ccca5fd7a24c4)), closes [/promisesaplus.com/#point-51](https://github.com//promisesaplus.com//issues/point-51) - **zone.js:** support addEventListener with signal option. ([#&#8203;49595](https://github.com/angular/angular/issues/49595)) ([d4973ff](https://github.com/angular/angular/commit/d4973ff9b074f4db918f71163e79b7d112c309f5)), closes [#&#8203;49591](https://github.com/angular/angular/issues/49591) ##### Features - **zone.js:** implement Promise.withResolvers() ([#&#8203;53514](https://github.com/angular/angular/issues/53514)) ([7a28f50](https://github.com/angular/angular/commit/7a28f50711535fcc285c7ee9021e8e7dc34a655d)) #### [0.14.2](https://github.com/angular/angular/compare/zone.js-0.14.1...zone.js-0.14.2) (2023-11-03) ##### Bug Fixes - **zone.js:** disable wrapping unhandled promise error by default ([6d7eb35](https://github.com/angular/angular/commit/6d7eb3548c5fc3aedb4a52ff2010141343748e90)) #### [14.0.1](https://github.com/angular/angular/compare/zone.js-0.14.0...zone.js-14.0.1) (2023-10-25) ##### Bug Fixes - **zone.js:** use `globalThis` instead of `global` and `window` ([#&#8203;52367](https://github.com/angular/angular/issues/52367)) ([def719e](https://github.com/angular/angular/commit/def719e2cac50bbf1cda4a2c4bf96de2d4ba4bfd)) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44NC4xIiwidXBkYXRlZEluVmVyIjoiMzguODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Renovate added 1 commit 2024-09-17 07:01:36 +00:00
fix(deps): update dependency zone.js to ~0.15.0
Some checks failed
renovate/artifacts Artifact file update failure
92e8d6f40f
Author
Collaborator

⚠️ 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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular/core@18.2.3
npm error Found: zone.js@0.15.0
npm error node_modules/zone.js
npm error   zone.js@"~0.15.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.14.10" from @angular/core@18.2.3
npm error node_modules/@angular/core
npm error   @angular/core@"^18.2.3" from the root project
npm error   peer @angular/core@"18.2.3" from @angular/animations@18.2.3
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^18.2.3" from the root project
npm error     1 more (@angular/platform-browser)
npm error   6 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm error
npm error Conflicting peer dependency: zone.js@0.14.10
npm error node_modules/zone.js
npm error   peer zone.js@"~0.14.10" from @angular/core@18.2.3
npm error   node_modules/@angular/core
npm error     @angular/core@"^18.2.3" from the root project
npm error     peer @angular/core@"18.2.3" from @angular/animations@18.2.3
npm error     node_modules/@angular/animations
npm error       @angular/animations@"^18.2.3" from the root project
npm error       1 more (@angular/platform-browser)
npm error     6 more (@angular/common, @angular/compiler, @angular/forms, ...)
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 /tmp/renovate/cache/others/npm/_logs/2024-09-17T07_01_24_872Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-17T07_01_24_872Z-debug-0.log

### ⚠️ 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 error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: @angular/core@18.2.3 npm error Found: zone.js@0.15.0 npm error node_modules/zone.js npm error zone.js@"~0.15.0" from the root project npm error npm error Could not resolve dependency: npm error peer zone.js@"~0.14.10" from @angular/core@18.2.3 npm error node_modules/@angular/core npm error @angular/core@"^18.2.3" from the root project npm error peer @angular/core@"18.2.3" from @angular/animations@18.2.3 npm error node_modules/@angular/animations npm error @angular/animations@"^18.2.3" from the root project npm error 1 more (@angular/platform-browser) npm error 6 more (@angular/common, @angular/compiler, @angular/forms, ...) npm error npm error Conflicting peer dependency: zone.js@0.14.10 npm error node_modules/zone.js npm error peer zone.js@"~0.14.10" from @angular/core@18.2.3 npm error node_modules/@angular/core npm error @angular/core@"^18.2.3" from the root project npm error peer @angular/core@"18.2.3" from @angular/animations@18.2.3 npm error node_modules/@angular/animations npm error @angular/animations@"^18.2.3" from the root project npm error 1 more (@angular/platform-browser) npm error 6 more (@angular/common, @angular/compiler, @angular/forms, ...) 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 /tmp/renovate/cache/others/npm/_logs/2024-09-17T07_01_24_872Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-17T07_01_24_872Z-debug-0.log ```
jank closed this pull request 2024-09-17 09:08:38 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~0.15.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`~0.15.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
renovate/artifacts Artifact file update failure

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 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: jank/angular-hotel-manager#3
No description provided.