Bump zone.js from 0.11.5 to 0.11.8 in /frontend #345

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/zone.js-0.11.8 into main
dependabot[bot] commented 2022-08-15 09:35:10 +00:00 (Migrated from github.com)

Bumps zone.js from 0.11.5 to 0.11.8.

Changelog

Sourced from zone.js's changelog.

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

Commits
  • 58e604c release: cut the zone.js-0.11.8 release (#47084)
  • f23232f feat(zone.js): Update to the simpler Async Stack Tagging v2 API (#46958)
  • b757b13 build: update dev-infra packages and account for build-tooling split from `ng...
  • 4ac2196 docs: fixed typos (#47008)
  • af4f5df refactor(zone.js): remove leftover debugging code using Error.stack (#46989)
  • bba2e25 build: update dependency google-closure-compiler to v20220719 (#46926)
  • 24f63fa build: cut zone.js v0.11.7 (#46911)
  • 6fed377 test: update tests to not run jasmine done function in sync-test zone from ...
  • e545ff9 fixup! feat(zone.js): include jasmine describe block name when raising unex...
  • de86285 feat(zone.js): include jasmine describe block name when raising unexpected ...
  • Additional commits viewable in compare view

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.8. <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.7...zone.js-0.11.8">0.11.8</a> (2022-08-08)</h2> <h3>Features</h3> <ul> <li><strong>zone.js:</strong> Update to the simpler Async Stack Tagging v2 API (<a href="https://github-redirect.dependabot.com/angular/angular/issues/46958">#46958</a>) (<a href="https://github.com/angular/angular/commit/f23232ff66559ddc28aec26d461355568c25530d">f23232f</a>)</li> </ul> <h2><a href="https://github.com/angular/angular/compare/zone.js-0.11.6...zone.js-0.11.7">0.11.7</a> (2022-07-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>zone.js:</strong> do not invoke jasmine done callback multiple times with <code>waitForAsync</code> (<a href="https://github.com/angular/angular/commit/4e77c7fbf38f27741617303165068e1cb1ef6354">4e77c7fbf38</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>zone.js:</strong> add AsyncStackTaggingZoneSpec implementation (<a href="https://github-redirect.dependabot.com/angular/angular/issues/46693">#46693</a>) (<a href="https://github.com/angular/angular/commit/848a00956e693ba8ab648c86cca034ed2e3c807c">848a009</a>)</li> <li><strong>zone.js:</strong> include jasmine <code>describe</code> block name when raising unexpected task error (<a href="https://github.com/angular/angular/commit/de86285f2ee1c3a78489c8c40a15fc78f75e2620">de86285</a>)</li> <li><strong>zone.js:</strong> include zone name when sync-test zone reports tasks (<a href="https://github.com/angular/angular/commit/72c2567847c37b07e468a501a4b13edc791ae9ed">72c2567</a>)</li> </ul> <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/58e604ceea0e28f6ba3047de7b40d82853dfce12"><code>58e604c</code></a> release: cut the zone.js-0.11.8 release (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/47084">#47084</a>)</li> <li><a href="https://github.com/angular/angular/commit/f23232ff66559ddc28aec26d461355568c25530d"><code>f23232f</code></a> feat(zone.js): Update to the simpler Async Stack Tagging v2 API (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/46958">#46958</a>)</li> <li><a href="https://github.com/angular/angular/commit/b757b1387cebd769428f7e43047f1fa617b85bba"><code>b757b13</code></a> build: update dev-infra packages and account for build-tooling split from `ng...</li> <li><a href="https://github.com/angular/angular/commit/4ac21966957536d734bb2de87458fcbf89a0561b"><code>4ac2196</code></a> docs: fixed typos (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/47008">#47008</a>)</li> <li><a href="https://github.com/angular/angular/commit/af4f5df150d527a1b523def1eb51d2b661a25f83"><code>af4f5df</code></a> refactor(zone.js): remove leftover debugging code using <code>Error.stack</code> (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/46989">#46989</a>)</li> <li><a href="https://github.com/angular/angular/commit/bba2e252cd3b51d6308cb8bfba68f87bf1351256"><code>bba2e25</code></a> build: update dependency google-closure-compiler to v20220719 (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/46926">#46926</a>)</li> <li><a href="https://github.com/angular/angular/commit/24f63fa4e3532167fc9baa6cf6d084203c7e051b"><code>24f63fa</code></a> build: cut <code>zone.js</code> v0.11.7 (<a href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/46911">#46911</a>)</li> <li><a href="https://github.com/angular/angular/commit/6fed377140f9b97867111dd872b6fb00ebe459ab"><code>6fed377</code></a> test: update tests to not run jasmine <code>done</code> function in sync-test zone from ...</li> <li><a href="https://github.com/angular/angular/commit/e545ff9d54f02dacb9329fd06f84b58683e119cb"><code>e545ff9</code></a> fixup! feat(zone.js): include jasmine <code>describe</code> block name when raising unex...</li> <li><a href="https://github.com/angular/angular/commit/de86285f2ee1c3a78489c8c40a15fc78f75e2620"><code>de86285</code></a> feat(zone.js): include jasmine <code>describe</code> block name when raising unexpected ...</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular/commits/zone.js-0.11.8/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.8)](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>
administrator closed this pull request 2022-09-17 22:44:57 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.