Skip to content

Commit

Permalink
Bump zone.js from 0.14.10 to 0.15.0 in /web_embedding/ng-flutter (#2397)
Browse files Browse the repository at this point in the history
Bumps
[zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js)
from 0.14.10 to 0.15.0.
<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>
<h1><a
href="https://github.com/angular/angular/compare/zone.js-0.14.10...zone.js-0.15.0">0.15.0</a>
(2024-08-15)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>zone.js:</strong> Add support for addition jest functions.
(<a
href="https://redirect.github.com/angular/angular/issues/57280">#57280</a>)
(<a
href="https://github.com/angular/angular/commit/e1240c6f5d9a3d68ccef7ffbf0a0646ad1164cd8">e1240c6</a>),
closes <a
href="https://redirect.github.com/angular/angular/issues/57277">#57277</a></li>
<li><strong>zone.js:</strong> Update the default behavior of fakeAsync
to flush after the test (<a
href="https://redirect.github.com/angular/angular/issues/57240">#57240</a>)
(<a
href="https://github.com/angular/angular/commit/70e8b40750e894bc1439713cd508d8bd9fafb7a4">70e8b40</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><strong>zone.js:</strong> <code>fakeAsync</code> will now flush
pending timers at the end of
the given function by default. To opt-out of this, you can use
<code>{flush: false}</code> in options parameter of
<code>fakeAsync</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/angular/angular/commit/d1d4adcba24affa30a903acedeb41d1e63776778"><code>d1d4adc</code></a>
release: cut the zone.js-0.15.0 release (<a
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/57418">#57418</a>)</li>
<li><a
href="https://github.com/angular/angular/commit/24cd1c8db6be568d4988e4f0178e31b54572e948"><code>24cd1c8</code></a>
build: lock file maintenance (<a
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/57340">#57340</a>)</li>
<li><a
href="https://github.com/angular/angular/commit/e1240c6f5d9a3d68ccef7ffbf0a0646ad1164cd8"><code>e1240c6</code></a>
fix(zone.js): Add support for addition jest functions. (<a
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/57280">#57280</a>)</li>
<li><a
href="https://github.com/angular/angular/commit/70e8b40750e894bc1439713cd508d8bd9fafb7a4"><code>70e8b40</code></a>
fix(zone.js): Update the default behavior of fakeAsync to flush after
the tes...</li>
<li>See full diff in <a
href="https://github.com/angular/angular/commits/zone.js-0.15.0/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.14.10&new-version=0.15.0)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 11d1e98 commit e5cd55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_embedding/ng-flutter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/router": "^18.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.6"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
Expand Down

0 comments on commit e5cd55f

Please sign in to comment.