Update dependency zone.js to ~0.15.0 #67

Open
renovate wants to merge 1 commits from renovate_zone.js-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
zone.js (source, changelog) dependencies minor ~0.11.5 -> ~0.15.0

Release Notes

angular/angular (zone.js)

v0.15.1

Compare Source

Bug Fixes

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

v0.14.10

Compare Source

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

v0.14.8

Compare Source

Bug Fixes

v0.14.7

Compare Source

Bug Fixes

v0.14.6

Compare Source

Bug Fixes

v0.14.5

Compare Source

Bug Fixes

v0.14.4

Compare Source

Bug Fixes

v0.14.3

Compare Source

Bug Fixes
Features

v0.14.2

Compare Source

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

v0.14.1

Compare Source

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

v0.14.0

Compare Source

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

import 'zone.js';
import 'zone.js/testing';

0.13.3 (2023-09-12)

Bug Fixes

0.13.2 (2023-09-07)

Bug Fixes

v0.13.1 (2023-06-09)

Bug Fixes
Features
Reverts

v0.13.3

Compare Source

Bug Fixes

v0.13.2

Compare Source

Bug Fixes

v0.13.1

Compare Source

Bug Fixes
Features
Reverts

v0.13.0

Compare Source

v0.12.0

Compare Source

Bug Fixes

0.11.8 (2022-08-08)

Features
  • zone.js: Update to the simpler Async Stack Tagging v2 API (#​46958) (f23232f)

0.11.7 (2022-07-20)

Bug Fixes
  • zone.js: do not invoke jasmine done callback multiple times with waitForAsync (4e77c7fbf38)
Features
  • zone.js: add AsyncStackTaggingZoneSpec implementation (#​46693) (848a009)
  • zone.js: include jasmine describe block name when raising unexpected task error (de86285)
  • zone.js: include zone name when sync-test zone reports tasks (72c2567)

0.11.6 (2022-06-02)

Bug Fixes
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).

0.11.5 (2022-03-03)

Bug Fixes
Features

0.11.4 (2021-02-10)

Bug Fixes
Features

0.11.3 (2020-10-27)

Bug Fixes

0.11.2 (2020-09-19)

Bug Fixes
Features
Refactor
  • zone.js: refactor(zone.js): rename several internal apis in fake async zone spec (#​39127) (8a68669)
Build
  • zone.js: build(zone.js): zone.js should output esm format for fesm2015 bundles (#​39203) (822b838)
BREAKING CHANGES
  • zone.js: ZoneJS no longer swallows errors produced by Object.defineProperty calls.

Prior to this change, ZoneJS monkey patched Object.defineProperty and if there is an error
(such as the property is not configurable or not writable) the patched logic swallowed it
and only console.log was produced. This behavior used to hide real errors,
so the logic is now updated to trigger original errors (if any). One exception
where the patch remains in place is document.registerElement
(to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers).
If your code relies on the old behavior (where errors were not thrown before),
you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch.

0.11.1 (2020-08-19)

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 | Type | Update | Change | |---|---|---|---| | [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)) | dependencies | minor | [`~0.11.5` -> `~0.15.0`](https://renovatebot.com/diffs/npm/zone.js/0.11.8/0.15.1) | --- ### Release Notes <details> <summary>angular/angular (zone.js)</summary> ### [`v0.15.1`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0151-2025-05-22) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.15.0...zone.js-0.15.1) ##### Bug Fixes - **zone.js:** classes that extend Error should retain cause property ([#&#8203;61599](https://github.com/angular/angular/issues/61599)) ([ad8931c](https://github.com/angular/angular/commit/ad8931cb4968b2bd25b05dcd3d856ec32e4d7145)) - **zone.js:** more robust check for promise-like objects ([#&#8203;57388](https://github.com/angular/angular/issues/57388)) ([e608e6c](https://github.com/angular/angular/commit/e608e6cfbbc9fba7c74bfef72f102a502e951e6c)), closes [#&#8203;57385](https://github.com/angular/angular/issues/57385) - **zone.js:** remove `abort` listener once fetch is settled ([#&#8203;57882](https://github.com/angular/angular/issues/57882)) ([6976349](https://github.com/angular/angular/commit/69763491c3ffb576822b179af3363ec666d43bce)) ### [`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)) ### [`v0.14.10`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#01410-2024-08-05) [Compare Source](https://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 ([#&#8203;57137](https://github.com/angular/angular/issues/57137)) ([99d679d](https://github.com/angular/angular/commit/99d679d6061d731a04930824e92f247bb94f21e7)) ### [`v0.14.8`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0148-2024-07-17) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.14.7...zone.js-0.14.8) ##### 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) ### [`v0.14.7`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0147-2024-06-06) [Compare Source](https://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) ([#&#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) ### [`v0.14.6`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0146-2024-05-16) [Compare Source](https://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 ([#&#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) ### [`v0.14.5`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0145-2024-04-30) [Compare Source](https://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 ([#&#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) ### [`v0.14.4`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0144-2024-02-13) [Compare Source](https://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` ([#&#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)) ### [`v0.14.3`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0143-2023-12-19) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.14.2...zone.js-0.14.3) ##### 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)) ### [`v0.14.2`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0142-2023-11-03) [Compare Source](https://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://github.com/angular/angular/commit/6d7eb3548c5fc3aedb4a52ff2010141343748e90)) ### [`v0.14.1`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#01410-2024-08-05) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.14.0...zone.js-0.14.1) ##### 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)) ### [`v0.14.0`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0140-2023-09-14) [Compare Source](https://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 ([#&#8203;51752](https://github.com/angular/angular/issues/51752)) ([a8efc60](https://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://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` ([#&#8203;51737](https://github.com/angular/angular/issues/51737)) ([74755c4](https://github.com/angular/angular/commit/74755c4b5e6d4d62d2c81f35e6152bb8649fbb5c)) - **zone.js:** temporary allow deep imports ([#&#8203;51737](https://github.com/angular/angular/issues/51737)) ([e86d6db](https://github.com/angular/angular/commit/e86d6dba27997cb2cad13c43ac5e94eeb7a67725)) #### [0.13.2](https://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 ([#&#8203;51652](https://github.com/angular/angular/issues/51652)) ([4798ec4](https://github.com/angular/angular/commit/4798ec41668d47fd5e1504c61d96d5e56dcff345)) #### [v0.13.1](https://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 ([#&#8203;50467](https://github.com/angular/angular/issues/50467)) ([381cb98](https://github.com/angular/angular/commit/381cb982264d30e8c79e77e9186acd6da006e718)) - **zone.js:** enable monkey patching of the `queueMicrotask()` API in node.js ([#&#8203;50530](https://github.com/angular/angular/issues/50530)) ([7837f71](https://github.com/angular/angular/commit/7837f7119f8cdfb0ae95551f48608f156985113a)) - **zone.js:** patch entire promise in node ([#&#8203;50552](https://github.com/angular/angular/issues/50552)) ([cb31dbc](https://github.com/angular/angular/commit/cb31dbc75ca4141d61cec3ba6e60505198208a0a)), closes [#&#8203;50513](https://github.com/angular/angular/issues/50513) [#&#8203;50457](https://github.com/angular/angular/issues/50457) [#&#8203;50414](https://github.com/angular/angular/issues/50414) [#&#8203;49930](https://github.com/angular/angular/issues/49930) - **zone.js:** revert Mocha it.skip, describe.skip method patch ([#&#8203;49329](https://github.com/angular/angular/issues/49329)) ([5a2b622](https://github.com/angular/angular/commit/5a2b6227b30a4d3f2090077e8881c753db00798c)) ##### Features - **zone.js:** jest 29 should ignore uncaught error console log ([#&#8203;49325](https://github.com/angular/angular/issues/49325)) ([bc412fd](https://github.com/angular/angular/commit/bc412fd537f965b20dce69232ef66f152962dc06)), closes [#&#8203;49110](https://github.com/angular/angular/issues/49110) ##### Reverts - Revert "fix(zone.js): enable monkey patching of the `queueMicrotask()` API in node.js ([#&#8203;50467](https://github.com/angular/angular/issues/50467))" ([#&#8203;50529](https://github.com/angular/angular/issues/50529)) ([7567348](https://github.com/angular/angular/commit/7567348c54917b2f881d6c68d45f7c15d101954b)), closes [#&#8203;50467](https://github.com/angular/angular/issues/50467) [#&#8203;50529](https://github.com/angular/angular/issues/50529) [#&#8203;50529](https://github.com/angular/angular/issues/50529) ### [`v0.13.3`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0133-2023-09-12) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.13.2...zone.js-0.13.3) ##### Bug Fixes - **zone.js:** rename `typings` conditional export to `types` ([#&#8203;51737](https://github.com/angular/angular/issues/51737)) ([74755c4](https://github.com/angular/angular/commit/74755c4b5e6d4d62d2c81f35e6152bb8649fbb5c)) - **zone.js:** temporary allow deep imports ([#&#8203;51737](https://github.com/angular/angular/issues/51737)) ([e86d6db](https://github.com/angular/angular/commit/e86d6dba27997cb2cad13c43ac5e94eeb7a67725)) ### [`v0.13.2`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0132-2023-09-07) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.13.1...zone.js-0.13.2) ##### Bug Fixes - **zone.js:** add conditional exports to zone.js package ([#&#8203;51652](https://github.com/angular/angular/issues/51652)) ([4798ec4](https://github.com/angular/angular/commit/4798ec41668d47fd5e1504c61d96d5e56dcff345)) ### [`v0.13.1`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#v0131-2023-06-09) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.13.0...zone.js-0.13.1) ##### Bug Fixes - **zone.js:** enable monkey patching of the `queueMicrotask()` API in node.js ([#&#8203;50467](https://github.com/angular/angular/issues/50467)) ([381cb98](https://github.com/angular/angular/commit/381cb982264d30e8c79e77e9186acd6da006e718)) - **zone.js:** enable monkey patching of the `queueMicrotask()` API in node.js ([#&#8203;50530](https://github.com/angular/angular/issues/50530)) ([7837f71](https://github.com/angular/angular/commit/7837f7119f8cdfb0ae95551f48608f156985113a)) - **zone.js:** patch entire promise in node ([#&#8203;50552](https://github.com/angular/angular/issues/50552)) ([cb31dbc](https://github.com/angular/angular/commit/cb31dbc75ca4141d61cec3ba6e60505198208a0a)), closes [#&#8203;50513](https://github.com/angular/angular/issues/50513) [#&#8203;50457](https://github.com/angular/angular/issues/50457) [#&#8203;50414](https://github.com/angular/angular/issues/50414) [#&#8203;49930](https://github.com/angular/angular/issues/49930) - **zone.js:** revert Mocha it.skip, describe.skip method patch ([#&#8203;49329](https://github.com/angular/angular/issues/49329)) ([5a2b622](https://github.com/angular/angular/commit/5a2b6227b30a4d3f2090077e8881c753db00798c)) ##### Features - **zone.js:** jest 29 should ignore uncaught error console log ([#&#8203;49325](https://github.com/angular/angular/issues/49325)) ([bc412fd](https://github.com/angular/angular/commit/bc412fd537f965b20dce69232ef66f152962dc06)), closes [#&#8203;49110](https://github.com/angular/angular/issues/49110) ##### Reverts - Revert "fix(zone.js): enable monkey patching of the `queueMicrotask()` API in node.js ([#&#8203;50467](https://github.com/angular/angular/issues/50467))" ([#&#8203;50529](https://github.com/angular/angular/issues/50529)) ([7567348](https://github.com/angular/angular/commit/7567348c54917b2f881d6c68d45f7c15d101954b)), closes [#&#8203;50467](https://github.com/angular/angular/issues/50467) [#&#8203;50529](https://github.com/angular/angular/issues/50529) [#&#8203;50529](https://github.com/angular/angular/issues/50529) ### [`v0.13.0`](https://github.com/angular/angular/compare/zone.js-0.12.0...zone.js-0.13.0) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.12.0...zone.js-0.13.0) ### [`v0.12.0`](https://github.com/angular/angular/blob/HEAD/packages/zone.js/CHANGELOG.md#0120-2022-10-27) [Compare Source](https://github.com/angular/angular/compare/zone.js-0.11.8...zone.js-0.12.0) ##### Bug Fixes - **zone.js:** cancel tasks only when they are scheduled or running ([#&#8203;46435](https://github.com/angular/angular/issues/46435)) ([b618b5a](https://github.com/angular/angular/commit/b618b5aa86138c900055c5496967e3348a7b98fc)), closes [#&#8203;45711](https://github.com/angular/angular/issues/45711) - **zone.js:** Fix ConsoleTask interface typo ([#&#8203;47090](https://github.com/angular/angular/issues/47090)) ([91954cf](https://github.com/angular/angular/commit/91954cf20e17a386d71cc8ea25d1d17b9ae1e31c)) #### [0.11.8](https://github.com/angular/angular/compare/zone.js-0.11.7...zone.js-0.11.8) (2022-08-08) ##### Features - **zone.js:** Update to the simpler Async Stack Tagging v2 API ([#&#8203;46958](https://github.com/angular/angular/issues/46958)) ([f23232f](https://github.com/angular/angular/commit/f23232ff66559ddc28aec26d461355568c25530d)) #### [0.11.7](https://github.com/angular/angular/compare/zone.js-0.11.6...zone.js-0.11.7) (2022-07-20) ##### Bug Fixes - **zone.js:** do not invoke jasmine done callback multiple times with `waitForAsync` ([4e77c7fbf38](https://github.com/angular/angular/commit/4e77c7fbf38f27741617303165068e1cb1ef6354)) ##### Features - **zone.js:** add AsyncStackTaggingZoneSpec implementation ([#&#8203;46693](https://github.com/angular/angular/issues/46693)) ([848a009](https://github.com/angular/angular/commit/848a00956e693ba8ab648c86cca034ed2e3c807c)) - **zone.js:** include jasmine `describe` block name when raising unexpected task error ([de86285](https://github.com/angular/angular/commit/de86285f2ee1c3a78489c8c40a15fc78f75e2620)) - **zone.js:** include zone name when sync-test zone reports tasks ([72c2567](https://github.com/angular/angular/commit/72c2567847c37b07e468a501a4b13edc791ae9ed)) #### [0.11.6](https://github.com/angular/angular/compare/zone.js-0.11.5...zone.js-0.11.6) (2022-06-02) ##### Bug Fixes - **zone.js:** check if `process` is defined when patching the `GlobalErrors.install` ([#&#8203;45392](https://github.com/angular/angular/issues/45392)) ([c7bcc1b](https://github.com/angular/angular/commit/c7bcc1b50182e5378756aa4528a24075b5be026e)), closes [#&#8203;42260](https://github.com/angular/angular/issues/42260) - **zone.js:** in TaskTrackingZoneSpec track a periodic task until it is cancelled ([#&#8203;45391](https://github.com/angular/angular/issues/45391)) ([f19b36f](https://github.com/angular/angular/commit/f19b36f462803b3b3b9410391c039649541b10bc)) - **zone.js:** read `Symbol.species` safely ([#&#8203;45369](https://github.com/angular/angular/issues/45369)) ([e2eaac3](https://github.com/angular/angular/commit/e2eaac34b06a558145be41853f1d3585c1108880)) - **zone.js:** should ignore multiple resolve call ([#&#8203;45283](https://github.com/angular/angular/issues/45283)) ([aebf165](https://github.com/angular/angular/commit/aebf165359ad6de5a8bacd9cb91651fc4175aaad)), closes [#&#8203;44913](https://github.com/angular/angular/issues/44913) - **zone.js:** swallow the error when the element callback is not patchable ([#&#8203;45400](https://github.com/angular/angular/issues/45400)) ([4ea70e3](https://github.com/angular/angular/commit/4ea70e36b998208302183f78088637f3de86323d)), closes [lwc/engine-core/src/framework/base-bridge-element.ts#L180-L186](https://github.com/lwc/engine-core/src/framework/base-bridge-element.ts/issues/L180-L186) [#&#8203;42546](https://github.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)`. #### [0.11.5](https://github.com/angular/angular/compare/zone.js-0.11.4...zone.js-0.11.5) (2022-03-03) ##### 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 execute 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) #### [0.11.4](https://github.com/angular/angular/compare/zone.js-0.11.3...zone.js-0.11.4) (2021-02-10) ##### Bug Fixes - **zone.js:** fesm2015 bundle should also be strict module. ([#&#8203;40456](https://github.com/angular/angular/issues/40456)) ([f35f7c6](https://github.com/angular/angular/commit/f35f7c6)), closes [#&#8203;40215](https://github.com/angular/angular/issues/40215) [#&#8203;40215](https://github.com/angular/angular/issues/40215) - **zone.js:** fix typo in zone_externs ([#&#8203;40348](https://github.com/angular/angular/issues/40348)) ([8116edb](https://github.com/angular/angular/commit/8116edb)) - **zone.js:** patch child method that overrides an already patched method ([#&#8203;39850](https://github.com/angular/angular/issues/39850)) ([82e3f54](https://github.com/angular/angular/commit/82e3f54)) - **zone.js:** setTimeout patch should clean tasksByHandleId cache. ([#&#8203;40586](https://github.com/angular/angular/issues/40586)) ([0652b29](https://github.com/angular/angular/commit/0652b29)), closes [#&#8203;40387](https://github.com/angular/angular/issues/40387) - **zone.js:** update build tooling for latest changes in rules_nodejs ([#&#8203;40710](https://github.com/angular/angular/issues/40710)) ([2827845](https://github.com/angular/angular/commit/2827845)) ##### Features - **zone.js:** monkey patches queueMicrotask() ([#&#8203;38904](https://github.com/angular/angular/issues/38904)) ([27358eb](https://github.com/angular/angular/commit/27358eb)), closes [#&#8203;38863](https://github.com/angular/angular/issues/38863) #### [0.11.3](https://github.com/angular/angular/compare/zone.js-0.11.2...zone.js-0.11.3) (2020-10-27) ##### Bug Fixes - **zone.js:** remove global declaration ([#&#8203;37861](https://github.com/angular/angular/issues/37861)) ([90c0772](https://github.com/angular/angular/commit/90c0772)), closes [#&#8203;37531](https://github.com/angular/angular/issues/37531) #### [0.11.2](https://github.com/angular/angular/compare/zone.js-0.11.0...zone.js-0.11.2) (2020-09-19) ##### Bug Fixes - **zone.js:** jest getRealSystemTime should return native time ([#&#8203;39127](https://github.com/angular/angular/issues/39127)) ([ffc3332](https://github.com/angular/angular/commit/ffc3332)) - **zone.js:** add missing types field in package.json ([#&#8203;38585](https://github.com/angular/angular/issues/38585)) ([27cc56b](https://github.com/angular/angular/commit/27cc56b)), closes [#&#8203;38584](https://github.com/angular/angular/issues/38584) - **zone.js:** defineProperty patch should not swallow error ([#&#8203;37582](https://github.com/angular/angular/issues/37582)) ([45a73dd](https://github.com/angular/angular/commit/45a73dd)), closes [#&#8203;37432](https://github.com/angular/angular/issues/37432) - **zone.js:** run tests in umd format ([#&#8203;37582](https://github.com/angular/angular/issues/37582)) ([40096be](https://github.com/angular/angular/commit/40096be)) - **zone.js:** should have better backward compatibilities ([#&#8203;38797](https://github.com/angular/angular/issues/38797)) ([a33d630](https://github.com/angular/angular/commit/a33d630)), closes [#&#8203;38561](https://github.com/angular/angular/issues/38561) [#&#8203;38669](https://github.com/angular/angular/issues/38669) - **zone.js:** should invoke xhr send task when no response error occurs ([#&#8203;38836](https://github.com/angular/angular/issues/38836)) ([d92a0dd](https://github.com/angular/angular/commit/d92a0dd)), closes [#&#8203;38795](https://github.com/angular/angular/issues/38795) - **zone.js:** zone.js toString patch should check typeof Promise is function ([#&#8203;38350](https://github.com/angular/angular/issues/38350)) ([18e474f](https://github.com/angular/angular/commit/18e474f)), closes [#&#8203;38361](https://github.com/angular/angular/issues/38361) ##### Features - **zone.js:** add jest fakeTimers support ([#&#8203;39016](https://github.com/angular/angular/issues/39016)) ([82d54fe](https://github.com/angular/angular/commit/82d54fe)), closes [#&#8203;38851](https://github.com/angular/angular/issues/38851) ##### Refactor - **zone.js:** refactor(zone.js): rename several internal apis in fake async zone spec ([#&#8203;39127](https://github.com/angular/angular/issues/39127)) ([8a68669](https://github.com/angular/angular/commit/8a68669)) ##### Build - **zone.js:** build(zone.js): zone.js should output esm format for fesm2015 bundles ([#&#8203;39203](https://github.com/angular/angular/issues/39203)) ([822b838](https://github.com/angular/angular/commit/822b838)) ##### BREAKING CHANGES - **zone.js:** ZoneJS no longer swallows errors produced by `Object.defineProperty` calls. Prior to this change, ZoneJS monkey patched `Object.defineProperty` and if there is an error (such as the property is not configurable or not writable) the patched logic swallowed it and only console.log was produced. This behavior used to hide real errors, so the logic is now updated to trigger original errors (if any). One exception where the patch remains in place is `document.registerElement` (to allow smooth transition for code/polyfills that rely on old behavior in legacy browsers). If your code relies on the old behavior (where errors were not thrown before), you may need to update the logic to handle the errors that are no longer masked by ZoneJS patch. #### [0.11.1](https://github.com/angular/angular/compare/zone.js-0.11.0...zone.js-0.11.1) (2020-08-19) ##### Bug Fixes - **zone.js:** zone.js package.json should not include files/directories field ([#&#8203;38528](https://github.com/angular/angular/issues/38528)) ([6b662d1](https://github.com/angular/angular/commit/6b662d1)), closes [#&#8203;38526](https://github.com/angular/angular/issues/38526) [#&#8203;38516](https://github.com/angular/angular/issues/38516) [#&#8203;38513](https://github.com/angular/angular/issues/38513) </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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMjY0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate added 1 commit 2022-11-08 01:02:20 +00:00
Update dependency zone.js to ~0.12.0
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit
19ef9f5102
renovate force-pushed renovate_zone.js-0.x from 19ef9f5102 to 47f4d071a4 2023-01-31 01:05:29 +00:00 Compare
renovate force-pushed renovate_zone.js-0.x from 47f4d071a4 to 7a84be562b 2023-03-07 01:02:10 +00:00 Compare
renovate changed title from Update dependency zone.js to ~0.12.0 to Update dependency zone.js to ~0.13.0 2023-03-07 01:02:14 +00:00
renovate force-pushed renovate_zone.js-0.x from 7a84be562b to 68b971fb3e 2023-09-19 01:02:01 +00:00 Compare
renovate changed title from Update dependency zone.js to ~0.13.0 to Update dependency zone.js to ~0.14.0 2023-09-19 01:02:09 +00:00
renovate force-pushed renovate_zone.js-0.x from 68b971fb3e to c9ca0cb7d7 2024-08-22 01:01:03 +00:00 Compare
renovate changed title from Update dependency zone.js to ~0.14.0 to Update dependency zone.js to ~0.15.0 2024-08-22 01:01:11 +00:00
Author
Owner

⚠️ 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
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

### ⚠️ 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 ``` Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? ```
Some checks failed
renovate/artifacts Artifact file update failure
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate_zone.js-0.x:renovate_zone.js-0.x
git checkout renovate_zone.js-0.x

Merge

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff renovate_zone.js-0.x
git checkout master
git merge --ff-only renovate_zone.js-0.x
git checkout renovate_zone.js-0.x
git rebase master
git checkout master
git merge --no-ff renovate_zone.js-0.x
git checkout master
git merge --squash renovate_zone.js-0.x
git checkout master
git merge --ff-only renovate_zone.js-0.x
git checkout master
git merge renovate_zone.js-0.x
git push origin master
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: charlyghislain/charlyghislaindotcom#67
No description provided.