visjs / ngx-vis

An angular 5+ vis.js project
https://visjs.github.io/ngx-vis
MIT License
69 stars 32 forks source link

chore(deps): update angular release #506

Open renovate[bot] opened 7 months ago

renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 16.2.13 -> 16.2.16 age adoption passing confidence
@angular-devkit/build-webpack ^0.1600.1 -> ^0.1900.0 age adoption passing confidence
@angular-devkit/schematics 16.2.13 -> 16.2.16 age adoption passing confidence
@angular/cli 16.2.13 -> 16.2.16 age adoption passing confidence
@ngtools/webpack 16.2.13 -> 16.2.16 age adoption passing confidence
tslib (source) 2.6.2 -> 2.8.1 age adoption passing confidence
zone.js (source, changelog) ~0.13.0 -> ~0.15.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular) ### [`v16.2.16`](https://redirect.github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#16216-2024-09-18) [Compare Source](https://redirect.github.com/angular/angular-cli/compare/16.2.15...16.2.16) ##### [@​angular-devkit/build-angular](https://redirect.github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------- | | [12aca0060](https://redirect.github.com/angular/angular-cli/commit/12aca0060492c73cec1bbc231119dde6a4b52607) | fix | update vite to 4.5.5 | ### [`v16.2.15`](https://redirect.github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#16215-2024-08-29) [Compare Source](https://redirect.github.com/angular/angular-cli/compare/16.2.14...16.2.15) ##### [@​angular-devkit/build-angular](https://redirect.github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | [f596a3d5d](https://redirect.github.com/angular/angular-cli/commit/f596a3d5def009b5130440113e3c9b450eb98040) | fix | clear context in Karma by default for single run executions | | [56fa051bd](https://redirect.github.com/angular/angular-cli/commit/56fa051bd92ad47ea089499a488f3566a93375e6) | fix | upgrade webpack to `5.94.0` | ### [`v16.2.14`](https://redirect.github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#16214-2024-04-11) [Compare Source](https://redirect.github.com/angular/angular-cli/compare/16.2.13...16.2.14) ##### [@​angular-devkit/build-angular](https://redirect.github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------- | | [1068c3c73](https://redirect.github.com/angular/angular-cli/commit/1068c3c733a7c52e7876d43454d0ff590c99b61b) | fix | update vite to `4.5.3` |
Microsoft/tslib (tslib) ### [`v2.8.1`](https://redirect.github.com/Microsoft/tslib/compare/v2.8.0...d72d6f70b36286bc3f94a3dda1e64dcb568b1370) [Compare Source](https://redirect.github.com/Microsoft/tslib/compare/v2.8.0...v2.8.1) ### [`v2.8.0`](https://redirect.github.com/microsoft/tslib/releases/tag/v2.8.0) [Compare Source](https://redirect.github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0) #### What's Changed - Validate export structure of every entrypoint by [@​andrewbranch](https://redirect.github.com/andrewbranch) in [https://github.com/microsoft/tslib/pull/269](https://redirect.github.com/microsoft/tslib/pull/269) - Add rewriteRelativeImportExtension helper by [@​andrewbranch](https://redirect.github.com/andrewbranch) in [https://github.com/microsoft/tslib/pull/270](https://redirect.github.com/microsoft/tslib/pull/270) **Full Changelog**: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0 ### [`v2.7.0`](https://redirect.github.com/Microsoft/tslib/compare/v2.6.3...6abc075910605cc5c6c74d8566190ee865c9e672) [Compare Source](https://redirect.github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0) ### [`v2.6.3`](https://redirect.github.com/microsoft/tslib/releases/tag/v2.6.3) [Compare Source](https://redirect.github.com/Microsoft/tslib/compare/v2.6.2...v2.6.3) #### What's Changed - 'await using' normative changes by [@​rbuckton](https://redirect.github.com/rbuckton) in [https://github.com/microsoft/tslib/pull/258](https://redirect.github.com/microsoft/tslib/pull/258) **Full Changelog**: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3
angular/angular (zone.js) ### [`v0.15.0`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0150-2024-08-15) [Compare Source](https://redirect.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. ([#​57280](https://redirect.github.com/angular/angular/issues/57280)) ([e1240c6](https://redirect.github.com/angular/angular/commit/e1240c6f5d9a3d68ccef7ffbf0a0646ad1164cd8)), closes [#​57277](https://redirect.github.com/angular/angular/issues/57277) - **zone.js:** Update the default behavior of fakeAsync to flush after the test ([#​57240](https://redirect.github.com/angular/angular/issues/57240)) ([70e8b40](https://redirect.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://redirect.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 ([#​57137](https://redirect.github.com/angular/angular/issues/57137)) ([99d679d](https://redirect.github.com/angular/angular/commit/99d679d6061d731a04930824e92f247bb94f21e7)) #### [0.14.8](https://redirect.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 ([#​55875](https://redirect.github.com/angular/angular/issues/55875)) ([b8d5882](https://redirect.github.com/angular/angular/commit/b8d5882127a6e9944d30a7e0c87c2e2c59b352e6)), closes [#​47579](https://redirect.github.com/angular/angular/issues/47579) - **zone.js:** support `Timeout.refresh` in Node.js ([#​56852](https://redirect.github.com/angular/angular/issues/56852)) ([982f1b1](https://redirect.github.com/angular/angular/commit/982f1b125147e4292716f9524bef75423b70c71c)), closes [#​56586](https://redirect.github.com/angular/angular/issues/56586) #### [0.14.7](https://redirect.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) ([#​55796](https://redirect.github.com/angular/angular/issues/55796)) ([85c1719](https://redirect.github.com/angular/angular/commit/85c171920ae2b1861896fa6c2d5d7dc8f030a445)), closes [#​54142](https://redirect.github.com/angular/angular/issues/54142) - **zone.js:** store remove abort listener on the scheduled task ([#​56160](https://redirect.github.com/angular/angular/issues/56160)) ([4a3800a](https://redirect.github.com/angular/angular/commit/4a3800a6a0ae9d667dd961c6e4029c01c6819988)), closes [#​56148](https://redirect.github.com/angular/angular/issues/56148) #### [0.14.6](https://redirect.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 ([#​54396](https://redirect.github.com/angular/angular/issues/54396)) ([9e07b62](https://redirect.github.com/angular/angular/commit/9e07b621ead050d27d36cde0549b01ac3f1e9e73)) - **zone.js:** correctly bundle `zone-patch-rxjs` ([#​55826](https://redirect.github.com/angular/angular/issues/55826)) ([20a530a](https://redirect.github.com/angular/angular/commit/20a530acb6ca6efe73cb97c64e9d23a0f5d912c8)), closes [#​55825](https://redirect.github.com/angular/angular/issues/55825) - **zone.js:** remove `abort` listener on a signal when actual event is removed ([#​55339](https://redirect.github.com/angular/angular/issues/55339)) ([a9460d0](https://redirect.github.com/angular/angular/commit/a9460d08a0e95dcd8fcd0ea7eca8470af921bfe2)), closes [#​54739](https://redirect.github.com/angular/angular/issues/54739) #### [0.14.5](https://redirect.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 ([#​54966](https://redirect.github.com/angular/angular/issues/54966)) ([b3d045b](https://redirect.github.com/angular/angular/commit/b3d045b9a4383d97ea3c5d770d9413ffed35d760)) - **zone.js:** make sure fakeasync use the same id pool with native ([#​54600](https://redirect.github.com/angular/angular/issues/54600)) ([ddbf6bb](https://redirect.github.com/angular/angular/commit/ddbf6bb038d101daf5280abbd2a0efaa0b7fd3a0)), closes [#​54323](https://redirect.github.com/angular/angular/issues/54323) - **zone.js:** should not clear onhandler when remove capture listener ([#​54602](https://redirect.github.com/angular/angular/issues/54602)) ([e44b077](https://redirect.github.com/angular/angular/commit/e44b077cbd4fc1ac16b3edd0fea758842ce6e29f)), closes [#​54581](https://redirect.github.com/angular/angular/issues/54581) #### [0.14.4](https://redirect.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` ([#​50737](https://redirect.github.com/angular/angular/issues/50737)) ([f87f058](https://redirect.github.com/angular/angular/commit/f87f058a69443d9427530c979b39e3630190a7fd)) - **zone.js:** patch `fs.realpath.native` as macrotask ([#​54208](https://redirect.github.com/angular/angular/issues/54208)) ([19fae76](https://redirect.github.com/angular/angular/commit/19fae76bada7146e8993fb672b8d321fb08967f2)), closes [#​45546](https://redirect.github.com/angular/angular/issues/45546) - **zone.js:** patch `Response` methods returned by `fetch` ([#​50653](https://redirect.github.com/angular/angular/issues/50653)) ([260d3ed](https://redirect.github.com/angular/angular/commit/260d3ed0d91648d3ba75d7d9896f38195093c7e4)), closes [#​50327](https://redirect.github.com/angular/angular/issues/50327) - **zone.js:** patch form-associated custom element callbacks ([#​50686](https://redirect.github.com/angular/angular/issues/50686)) ([1c990cd](https://redirect.github.com/angular/angular/commit/1c990cdb2962fa879762d5e26f87f547a00e1795)) #### [0.14.3](https://redirect.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 ([#​49595](https://redirect.github.com/angular/angular/issues/49595)) ([b06b24b](https://redirect.github.com/angular/angular/commit/b06b24b5049c07fbc18c76fd2a10e49fc93870be)) - **zone.js:** Promise.resolve(subPromise) should return subPromise ([#​53423](https://redirect.github.com/angular/angular/issues/53423)) ([08b0c87](https://redirect.github.com/angular/angular/commit/08b0c87a948007e086a2c5a5c17ccca5fd7a24c4)), closes [/promisesaplus.com/#point-51](https://redirect.github.com//promisesaplus.com//issues/point-51) - **zone.js:** support addEventListener with signal option. ([#​49595](https://redirect.github.com/angular/angular/issues/49595)) ([d4973ff](https://redirect.github.com/angular/angular/commit/d4973ff9b074f4db918f71163e79b7d112c309f5)), closes [#​49591](https://redirect.github.com/angular/angular/issues/49591) ##### Features - **zone.js:** implement Promise.withResolvers() ([#​53514](https://redirect.github.com/angular/angular/issues/53514)) ([7a28f50](https://redirect.github.com/angular/angular/commit/7a28f50711535fcc285c7ee9021e8e7dc34a655d)) #### [0.14.2](https://redirect.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://redirect.github.com/angular/angular/commit/6d7eb3548c5fc3aedb4a52ff2010141343748e90)) #### [14.0.1](https://redirect.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` ([#​52367](https://redirect.github.com/angular/angular/issues/52367)) ([def719e](https://redirect.github.com/angular/angular/commit/def719e2cac50bbf1cda4a2c4bf96de2d4ba4bfd)) ### [`v0.14.10`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#01410-2024-08-05) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.8...zone.js-0.14.10) ##### Features - **zone.js:** Add 'flush' parameter option to fakeAsync to flush after the test ([#​57137](https://redirect.github.com/angular/angular/issues/57137)) ([99d679d](https://redirect.github.com/angular/angular/commit/99d679d6061d731a04930824e92f247bb94f21e7)) ### [`v0.14.8`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0148-2024-07-17) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.7...zone.js-0.14.8) ##### Bug Fixes - **zone.js:** allow enabling default `beforeunload` handling ([#​55875](https://redirect.github.com/angular/angular/issues/55875)) ([b8d5882](https://redirect.github.com/angular/angular/commit/b8d5882127a6e9944d30a7e0c87c2e2c59b352e6)), closes [#​47579](https://redirect.github.com/angular/angular/issues/47579) - **zone.js:** support `Timeout.refresh` in Node.js ([#​56852](https://redirect.github.com/angular/angular/issues/56852)) ([982f1b1](https://redirect.github.com/angular/angular/commit/982f1b125147e4292716f9524bef75423b70c71c)), closes [/github.com/nodejs/undici/blob/1dff4fd9b1b2cee97c5f8cf44041521a62d3f133/lib/util/timers.js#L45](https://redirect.github.com//github.com/nodejs/undici/blob/1dff4fd9b1b2cee97c5f8cf44041521a62d3f133/lib/util/timers.js/issues/L45) [#​56586](https://redirect.github.com/angular/angular/issues/56586) ### [`v0.14.7`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0147-2024-06-06) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.6...zone.js-0.14.7) ##### Bug Fixes - **zone.js:** do not mutate event listener options (may be readonly) ([#​55796](https://redirect.github.com/angular/angular/issues/55796)) ([85c1719](https://redirect.github.com/angular/angular/commit/85c171920ae2b1861896fa6c2d5d7dc8f030a445)), closes [#​54142](https://redirect.github.com/angular/angular/issues/54142) - **zone.js:** store remove abort listener on the scheduled task ([#​56160](https://redirect.github.com/angular/angular/issues/56160)) ([4a3800a](https://redirect.github.com/angular/angular/commit/4a3800a6a0ae9d667dd961c6e4029c01c6819988)), closes [#​56148](https://redirect.github.com/angular/angular/issues/56148) ### [`v0.14.6`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0146-2024-05-16) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.5...zone.js-0.14.6) ##### Bug Fixes - **zone.js:** add missing APIs to Node.js `fs` patch ([#​54396](https://redirect.github.com/angular/angular/issues/54396)) ([9e07b62](https://redirect.github.com/angular/angular/commit/9e07b621ead050d27d36cde0549b01ac3f1e9e73)) - **zone.js:** correctly bundle `zone-patch-rxjs` ([#​55826](https://redirect.github.com/angular/angular/issues/55826)) ([20a530a](https://redirect.github.com/angular/angular/commit/20a530acb6ca6efe73cb97c64e9d23a0f5d912c8)), closes [#​55825](https://redirect.github.com/angular/angular/issues/55825) - **zone.js:** remove `abort` listener on a signal when actual event is removed ([#​55339](https://redirect.github.com/angular/angular/issues/55339)) ([a9460d0](https://redirect.github.com/angular/angular/commit/a9460d08a0e95dcd8fcd0ea7eca8470af921bfe2)), closes [#​54739](https://redirect.github.com/angular/angular/issues/54739) ### [`v0.14.5`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0145-2024-04-30) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.4...zone.js-0.14.5) ##### Bug Fixes - **zone.js:** Add 'declare' to each interface to prevent renaming ([#​54966](https://redirect.github.com/angular/angular/issues/54966)) ([b3d045b](https://redirect.github.com/angular/angular/commit/b3d045b9a4383d97ea3c5d770d9413ffed35d760)) - **zone.js:** make sure fakeasync use the same id pool with native ([#​54600](https://redirect.github.com/angular/angular/issues/54600)) ([ddbf6bb](https://redirect.github.com/angular/angular/commit/ddbf6bb038d101daf5280abbd2a0efaa0b7fd3a0)), closes [#​54323](https://redirect.github.com/angular/angular/issues/54323) - **zone.js:** should not clear onhandler when remove capture listener ([#​54602](https://redirect.github.com/angular/angular/issues/54602)) ([e44b077](https://redirect.github.com/angular/angular/commit/e44b077cbd4fc1ac16b3edd0fea758842ce6e29f)), closes [#​54581](https://redirect.github.com/angular/angular/issues/54581) ### [`v0.14.4`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0144-2024-02-13) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.3...zone.js-0.14.4) ##### Bug Fixes - **zone.js:** add `__Zone_ignore_on_properties` to `ZoneGlobalConfigurations` ([#​50737](https://redirect.github.com/angular/angular/issues/50737)) ([f87f058](https://redirect.github.com/angular/angular/commit/f87f058a69443d9427530c979b39e3630190a7fd)) - **zone.js:** patch `fs.realpath.native` as macrotask ([#​54208](https://redirect.github.com/angular/angular/issues/54208)) ([19fae76](https://redirect.github.com/angular/angular/commit/19fae76bada7146e8993fb672b8d321fb08967f2)), closes [#​45546](https://redirect.github.com/angular/angular/issues/45546) - **zone.js:** patch `Response` methods returned by `fetch` ([#​50653](https://redirect.github.com/angular/angular/issues/50653)) ([260d3ed](https://redirect.github.com/angular/angular/commit/260d3ed0d91648d3ba75d7d9896f38195093c7e4)), closes [#​50327](https://redirect.github.com/angular/angular/issues/50327) - **zone.js:** patch form-associated custom element callbacks ([#​50686](https://redirect.github.com/angular/angular/issues/50686)) ([1c990cd](https://redirect.github.com/angular/angular/commit/1c990cdb2962fa879762d5e26f87f547a00e1795)) ### [`v0.14.3`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0143-2023-12-19) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.2...zone.js-0.14.3) ##### Bug Fixes - **zone.js:** handle fetch with AbortSignal ([#​49595](https://redirect.github.com/angular/angular/issues/49595)) ([b06b24b](https://redirect.github.com/angular/angular/commit/b06b24b5049c07fbc18c76fd2a10e49fc93870be)) - **zone.js:** Promise.resolve(subPromise) should return subPromise ([#​53423](https://redirect.github.com/angular/angular/issues/53423)) ([08b0c87](https://redirect.github.com/angular/angular/commit/08b0c87a948007e086a2c5a5c17ccca5fd7a24c4)), closes [/promisesaplus.com/#point-51](https://redirect.github.com//promisesaplus.com//issues/point-51) - **zone.js:** support addEventListener with signal option. ([#​49595](https://redirect.github.com/angular/angular/issues/49595)) ([d4973ff](https://redirect.github.com/angular/angular/commit/d4973ff9b074f4db918f71163e79b7d112c309f5)), closes [#​49591](https://redirect.github.com/angular/angular/issues/49591) ##### Features - **zone.js:** implement Promise.withResolvers() ([#​53514](https://redirect.github.com/angular/angular/issues/53514)) ([7a28f50](https://redirect.github.com/angular/angular/commit/7a28f50711535fcc285c7ee9021e8e7dc34a655d)) ### [`v0.14.2`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0142-2023-11-03) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.1...zone.js-0.14.2) ##### Bug Fixes - **zone.js:** disable wrapping unhandled promise error by default ([6d7eb35](https://redirect.github.com/angular/angular/commit/6d7eb3548c5fc3aedb4a52ff2010141343748e90)) ### [`v0.14.1`](https://redirect.github.com/angular/angular/compare/zone.js-0.14.0...zone.js-0.14.1) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.14.0...zone.js-0.14.1) ### [`v0.14.0`](https://redirect.github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0140-2023-09-14) [Compare Source](https://redirect.github.com/angular/angular/compare/zone.js-0.13.3...zone.js-0.14.0) ##### Features - **zone.js:** remove legacy files and access to deep imports ([#​51752](https://redirect.github.com/angular/angular/issues/51752)) ([a8efc60](https://redirect.github.com/angular/angular/commit/a8efc605ea9c3cf03d85b5c567218202e304fef9)) ##### BREAKING CHANGES - **zone.js:** Deep and legacy `dist/` imports like `zone.js/bundles/zone-testing.js` and `zone.js/dist/zone` are no longer allowed. `zone-testing-bundle` and `zone-testing-node-bundle` are also no longer part of the package. The proper way to import `zone.js` and `zone.js/testing` is: ```js import 'zone.js'; import 'zone.js/testing'; ``` #### [0.13.3](https://redirect.github.com/angular/angular/compare/zone.js-0.13.2...zone.js-0.13.3) (2023-09-12) ##### Bug Fixes - **zone.js:** rename `typings` conditional export to `types` ([#​51737](https://redirect.github.com/angular/angular/issues/51737)) ([74755c4](https://redirect.github.com/angular/angular/commit/74755c4b5e6d4d62d2c81f35e6152bb8649fbb5c)) - **zone.js:** temporary allow deep imports ([#​51737](https://redirect.github.com/angular/angular/issues/51737)) ([e86d6db](https://redirect.github.com/angular/angular/commit/e86d6dba27997cb2cad13c43ac5e94eeb7a67725)) #### [0.13.2](https://redirect.github.com/angular/angular/compare/zone.js-0.13.1...zone.js-0.13.2) (2023-09-07) ##### Bug Fixes - **zone.js:** add conditional exports to zone.js package ([#​51652](https://redirect.github.com/angular/angular/issues/51652)) ([4798ec4](https://redirect.github.com/angular/angular/commit/4798ec41668d47fd5e1504c61d96d5e56dcff345)) #### [v0.13.1](https://redirect.github.com/angular/angular/compare/zone.js-0.13.0...zone.js-v0.13.1) (2023-06-09) ##### Bug Fixes - **zone.js:** enable monkey patching of the `queueMicrotask()` API in node.js ([#​50467](https://redirect.github.com/angular/angular/issues/50467)) ([381cb98](https://redirect.github.com/angular/angular/commit/381cb982264d30e8c79e77e9186acd6da006e718)) - **zone.js:** enable monkey patching of the `queueMicrotask()` API in node.js ([#​50530](https://redirect.github.com/angular/angular/issues/50530)) ([7837f71](https://redirect.github.com/angular/angular/commit/7837f7119f8cdfb0ae95551f48608f156985113a)) - **zone.js:** patch entire promise in node ([#​50552](https://redirect.github.com/angular/angular/issues/50552)) ([cb31dbc](https://redirect.github.com/angular/angular/commit/cb31dbc75ca4141d61cec3ba6e60505198208a0a)), closes [#​50513](https://redirect.github.com/angular/angular/issues/50513) [#​50457](https://redirect.github.com/angular/angular/issues/50457) [#​50414](https://redirect.github.com/angular/angular/issues/50414) [#​49930](https://redirect.github.com/angular/angular/issues/49930) - **zone.js:** revert Mocha it.skip, describe.skip method patch ([#​49329](https://redirect.github.com/angular/angular/issues/49329)) ([5a2b622](https://redirect.github.com/angular/angular/commit/5a2b6227b30a4d3f2090077e8881c753db00798c)) ##### Features - **zone.js:** jest 29 should ignore uncaught error console log ([#​49325](https://redirect.github.com/angular/angular/issues/49325)) ([bc412fd](https://redirect.github.com/angular/angular/commit/bc412fd537f965b20dce69232ef66f152962dc06)), closes [#​49110](https://redirect.github.com/angular/angular/issues/49110) ##### Reverts - Revert "fix(zone.js): enable monkey patching of the `queueMicrotask()` API in node.js ([#​50467](https://redirect.github.com/angular/angular/issues/50467))" ([#​50529](https://redirect.github.com/angular/angular/issues/50529)) ([7567348](https://redirect.github.com/angular/angular/commit/7567348c54917b2f881d6c68d45f7c15d101954b)), closes [#​50467](https://redirect.github.com/angular/angular/issues/50467) [#​50529](https://redirect.github.com/angular/angular/issues/50529) [#​50529](https://redirect.github.com/angular/angular/issues/50529)

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.

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 7 months ago

⚠ 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:

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@16.2.12
npm error Found: zone.js@0.14.5
npm error node_modules/zone.js
npm error   dev zone.js@"~0.14.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.13.0" from @angular/core@16.2.12
npm error node_modules/@angular/core
npm error   dev @angular/core@"^16.2.12" from the root project
npm error   peer @angular/core@"16.2.12" from @angular/animations@16.2.12
npm error   node_modules/@angular/animations
npm error     dev @angular/animations@"16.2.12" from the root project
npm error     2 more (@angular/platform-browser, @angular/platform-server)
npm error   7 more (@angular/common, @angular/compiler, @angular/forms, ...)
npm error
npm error Conflicting peer dependency: zone.js@0.13.3
npm error node_modules/zone.js
npm error   peer zone.js@"~0.13.0" from @angular/core@16.2.12
npm error   node_modules/@angular/core
npm error     dev @angular/core@"^16.2.12" from the root project
npm error     peer @angular/core@"16.2.12" from @angular/animations@16.2.12
npm error     node_modules/@angular/animations
npm error       dev @angular/animations@"16.2.12" from the root project
npm error       2 more (@angular/platform-browser, @angular/platform-server)
npm error     7 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-05-08T13_36_05_487Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T13_36_05_487Z-debug-0.log
renovate[bot] commented 6 months ago

⚠️ 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:

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: ngx-vis@4.0.0
npm error Found: webpack-dev-server@4.15.2
npm error node_modules/webpack-dev-server
npm error   dev webpack-dev-server@"^4.15.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer webpack-dev-server@"^5.0.2" from @angular-devkit/build-webpack@0.1900.1
npm error node_modules/@angular-devkit/build-webpack
npm error   dev @angular-devkit/build-webpack@"^0.1900.0" 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 /tmp/renovate/cache/others/npm/_logs/2024-11-21T22_58_55_647Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-21T22_58_55_647Z-debug-0.log