chore(deps): bump zone.js from 0.11.1 to 0.11.2 #39

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/zone.js-0.11.2 into master 2020-10-20 12:55:18 +08:00
dependabot[bot] commented 2020-10-19 14:41:35 +08:00 (Migrated from github.com)

Bumps zone.js from 0.11.1 to 0.11.2.

Changelog

Sourced from zone.js's changelog.

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.

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.1 to 0.11.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular/blob/master/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.0...zone.js-0.11.2">0.11.2</a> (2020-09-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>zone.js:</strong> jest getRealSystemTime should return native time (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39127">#39127</a>) (<a href="https://github.com/angular/angular/commit/ffc3332">ffc3332</a>)</li> <li><strong>zone.js:</strong> add missing types field in package.json (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38585">#38585</a>) (<a href="https://github.com/angular/angular/commit/27cc56b">27cc56b</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38584">#38584</a></li> <li><strong>zone.js:</strong> defineProperty patch should not swallow error (<a href="https://github-redirect.dependabot.com/angular/angular/issues/37582">#37582</a>) (<a href="https://github.com/angular/angular/commit/45a73dd">45a73dd</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/37432">#37432</a></li> <li><strong>zone.js:</strong> run tests in umd format (<a href="https://github-redirect.dependabot.com/angular/angular/issues/37582">#37582</a>) (<a href="https://github.com/angular/angular/commit/40096be">40096be</a>)</li> <li><strong>zone.js:</strong> should have better backward compatibilities (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38797">#38797</a>) (<a href="https://github.com/angular/angular/commit/a33d630">a33d630</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38561">#38561</a> <a href="https://github-redirect.dependabot.com/angular/angular/issues/38669">#38669</a></li> <li><strong>zone.js:</strong> should invoke xhr send task when no response error occurs (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38836">#38836</a>) (<a href="https://github.com/angular/angular/commit/d92a0dd">d92a0dd</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38795">#38795</a></li> <li><strong>zone.js:</strong> zone.js toString patch should check typeof Promise is function (<a href="https://github-redirect.dependabot.com/angular/angular/issues/38350">#38350</a>) (<a href="https://github.com/angular/angular/commit/18e474f">18e474f</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38361">#38361</a></li> </ul> <h3>Features</h3> <ul> <li><strong>zone.js:</strong> add jest fakeTimers support (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39016">#39016</a>) (<a href="https://github.com/angular/angular/commit/82d54fe">82d54fe</a>), closes <a href="https://github-redirect.dependabot.com/angular/angular/issues/38851">#38851</a></li> </ul> <h3>Refactor</h3> <ul> <li><strong>zone.js:</strong> refactor(zone.js): rename several internal apis in fake async zone spec (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39127">#39127</a>) (<a href="https://github.com/angular/angular/commit/8a68669">8a68669</a>)</li> </ul> <h3>Build</h3> <ul> <li><strong>zone.js:</strong> build(zone.js): zone.js should output esm format for fesm2015 bundles (<a href="https://github-redirect.dependabot.com/angular/angular/issues/39203">#39203</a>) (<a href="https://github.com/angular/angular/commit/822b838">822b838</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><strong>zone.js:</strong> ZoneJS no longer swallows errors produced by <code>Object.defineProperty</code> calls.</li> </ul> <p>Prior to this change, ZoneJS monkey patched <code>Object.defineProperty</code> 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 <code>document.registerElement</code> (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.</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/angular/angular/commits/zone.js-0.11.2/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.1&new-version=0.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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>
xiaohai2271 (Migrated from github.com) approved these changes 2020-10-20 12:55:10 +08:00
Sign in to join this conversation.
No description provided.