Bump zone.js from 0.11.5 to 0.11.6 in /frontend #250

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/zone.js-0.11.6 into main
dependabot[bot] commented 2022-06-16 09:45:58 +00:00 (Migrated from github.com)

Bumps zone.js from 0.11.5 to 0.11.6.

Changelog

Sourced from zone.js's changelog.

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

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.11.5 to 0.11.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md">zone.js's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/angular/angular/compare/zone.js-0.11.5...zone.js-0.11.6">0.11.6</a> (2022-06-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>zone.js:</strong> check if <code>process</code> is defined when patching the <code>GlobalErrors.install</code> (<a href="https://github-redirect.dependabot.com/angular/angular/issues/45392">#45392</a>) (<a href="https://github.com/angular/angular/commit/c7bcc1b50182e5378756aa4528a24075b5be026e">c7bcc1b</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/42260">#42260</a></li> <li><strong>zone.js:</strong> in TaskTrackingZoneSpec track a periodic task until it is cancelled (<a href="https://github-redirect.dependabot.com/angular/angular/issues/45391">#45391</a>) (<a href="https://github.com/angular/angular/commit/f19b36f462803b3b3b9410391c039649541b10bc">f19b36f</a>)</li> <li><strong>zone.js:</strong> read <code>Symbol.species</code> safely (<a href="https://github-redirect.dependabot.com/angular/angular/issues/45369">#45369</a>) (<a href="https://github.com/angular/angular/commit/e2eaac34b06a558145be41853f1d3585c1108880">e2eaac3</a>)</li> <li><strong>zone.js:</strong> should ignore multiple resolve call (<a href="https://github-redirect.dependabot.com/angular/angular/issues/45283">#45283</a>) (<a href="https://github.com/angular/angular/commit/aebf165359ad6de5a8bacd9cb91651fc4175aaad">aebf165</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/44913">#44913</a></li> <li><strong>zone.js:</strong> swallow the error when the element callback is not patchable (<a href="https://github-redirect.dependabot.com/angular/angular/issues/45400">#45400</a>) (<a href="https://github.com/angular/angular/commit/4ea70e36b998208302183f78088637f3de86323d">4ea70e3</a>), closes <a href="https://github.com/lwc/engine-core/src/framework/base-bridge-element.ts/issues/L180-L186">lwc/engine-core/src/framework/base-bridge-element.ts#L180-L186</a> <a href="https://github-redirect.dependabot.com/angular/angular/issues/42546">#42546</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>zone.js:</strong> in TaskTrackingZoneSpec track a periodic task until it is cancelled</li> </ul> <p>The breaking change is scoped only to the plugin <code>zone.js/plugins/task-tracking</code>. If you used <code>TaskTrackingZoneSpec</code> and checked the pending macroTasks e.g. using <code>(this.ngZone as any)._inner ._parent._properties.TaskTrackingZone.getTasksFor('macroTask')</code>, then its behavior slightly changed for periodic macrotasks. For example, previously the <code>setInterval</code> 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 <code>clearInterval(id)</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular/commit/1120d540d863922308c116da0ba33f08ceb87ac1"><code>1120d54</code></a> release: cut the zone.js-0.11.6 release (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/46232">#46232</a>)</li> <li><a href="https://github.com/angular/angular/commit/5cfde8b23e72cff4c9359f765a462b474bb32631"><code>5cfde8b</code></a> build: lock file maintenance (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/46104">#46104</a>)</li> <li><a href="https://github.com/angular/angular/commit/1cc158375bf256d8b6c176b62aba6448c4b75da7"><code>1cc1583</code></a> build: update to TypeScript 4.7 final (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/46132">#46132</a>)</li> <li><a href="https://github.com/angular/angular/commit/4f309fed02a0e7c7e2325d8346cbd6120208cfb5"><code>4f309fe</code></a> build: update to TypeScript 4.7 RC (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/45966">#45966</a>)</li> <li><a href="https://github.com/angular/angular/commit/68a6a075f4aeab1788a1bba736bfcb428cfbbacb"><code>68a6a07</code></a> build: clean up references to old <code>master</code> branch (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/45856">#45856</a>)</li> <li><a href="https://github.com/angular/angular/commit/29039fcdbcb8cab040d88dabe2dcb1abae34cb4e"><code>29039fc</code></a> feat(core): support TypeScript 4.7 (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/45749">#45749</a>)</li> <li><a href="https://github.com/angular/angular/commit/0840ece9e285b21644eed4695e71d87f9f0a7407"><code>0840ece</code></a> build: lock file maintenance (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/45751">#45751</a>)</li> <li><a href="https://github.com/angular/angular/commit/68357104c926cb579f68f5350bc359a091063753"><code>6835710</code></a> build: lock file maintenance (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/45457">#45457</a>)</li> <li><a href="https://github.com/angular/angular/commit/b13a453472eabdbd736eb9c3dcc3e7323dab1b84"><code>b13a453</code></a> build: update dependency google-closure-compiler to v20220405 (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/45568">#45568</a>)</li> <li><a href="https://github.com/angular/angular/commit/41223a81f2499e765d544122673b89b1ff754e7d"><code>41223a8</code></a> build: update to jasmine 4.0 (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/45558">#45558</a>)</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/zone.js-0.11.6/packages/zone.js">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zone.js&package-manager=npm_and_yarn&previous-version=0.11.5&new-version=0.11.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2022-07-22 09:47:39 +00:00 (Migrated from github.com)

Superseded by #315.

Superseded by #315.

Pull request closed

Sign in to join this conversation.
No description provided.