dependabot[bot] opened a new pull request, #6417:
URL: https://github.com/apache/texera/pull/6417

   Bumps 
[zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 
0.15.1 to 0.16.2.
   <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><!-- raw HTML omitted -->0.16.2 (2026-05-06)<!-- raw HTML omitted 
--></h2>
   <ul>
   <li>feat(zone.js): support vitest patching in zone.js/testing (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/68395";>#68395</a>)
 (<a href="https://github.com/angular/angular/commit/62c6e3b";>62c6e3b</a>), 
closes <a 
href="https://redirect.github.com/angular/angular/issues/68395";>#68395</a> <a 
href="https://redirect.github.com/angular/angular/issues/68395";>#68395</a></li>
   <li>fix(zone.js): allow draining microtasks in <code>Promise.then</code> 
(through flag) (<a 
href="https://github.com/angular/angular/commit/fc6a7ee";>fc6a7ee</a>), closes 
<a href="https://github.com/angular/issues/45273";>angular#45273</a> <a 
href="https://github.com/angular/issues/44446";>angular#44446</a> <a 
href="https://github.com/angular/issues/55590";>angular#55590</a> <a 
href="https://github.com/angular/issues/51328";>angular#51328</a></li>
   </ul>
   <h2><!-- raw HTML omitted -->0.16.1 (2026-02-18)<!-- raw HTML omitted 
--></h2>
   <ul>
   <li>fix(zone.js): support passthrough of Promise.try API (<a 
href="https://github.com/angular/angular/commit/fc557f0";>fc557f0</a>), closes 
<a 
href="https://redirect.github.com/angular/angular/issues/67057";>#67057</a></li>
   </ul>
   <h2><!-- raw HTML omitted -->0.16.0 (2025-11-19)<!-- raw HTML omitted 
--></h2>
   <ul>
   <li>fix(zone.js): Support jasmine v6 (<a 
href="https://github.com/angular/angular/commit/48abe00";>48abe00</a>)</li>
   <li>fix(zone.js): waitForAsync should pass args to the test function (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/61755";>#61755</a>)
 (<a href="https://github.com/angular/angular/commit/3c216c1";>3c216c1</a>), 
closes <a 
href="https://redirect.github.com/angular/angular/issues/61755";>#61755</a> <a 
href="https://redirect.github.com/angular/angular/issues/61717";>#61717</a> <a 
href="https://redirect.github.com/angular/angular/issues/61755";>#61755</a></li>
   <li>refactor(zone.js): Add internal implementation for auto ticking 
fakeAsync (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/62135";>#62135</a>)
 (<a href="https://github.com/angular/angular/commit/0a827f9";>0a827f9</a>), 
closes <a 
href="https://redirect.github.com/angular/angular/issues/62135";>#62135</a> <a 
href="https://redirect.github.com/angular/angular/issues/62135";>#62135</a></li>
   <li>refactor(zone.js): Improve missing proxy zone error for jest imported 
(<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/64497";>#64497</a>)
 (<a href="https://github.com/angular/angular/commit/ced2fa5";>ced2fa5</a>), 
closes <a 
href="https://redirect.github.com/angular/angular/issues/64497";>#64497</a> <a 
href="https://redirect.github.com/angular/angular/issues/47603";>#47603</a> <a 
href="https://redirect.github.com/angular/angular/issues/64497";>#64497</a></li>
   <li>refactor(zone.js): remove legacy browser support (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/63511";>#63511</a>)
 (<a href="https://github.com/angular/angular/commit/2e46596";>2e46596</a>), 
closes <a 
href="https://redirect.github.com/angular/angular/issues/63511";>#63511</a> <a 
href="https://redirect.github.com/angular/angular/issues/63511";>#63511</a></li>
   <li>refactor(zone.js): remove unused jasmine globalerror monkey patching. 
(<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/63077";>#63077</a>)
 (<a href="https://github.com/angular/angular/commit/9aef481";>9aef481</a>), 
closes <a 
href="https://redirect.github.com/angular/angular/issues/63077";>#63077</a> <a 
href="https://redirect.github.com/angular/angular/issues/63072";>#63072</a> <a 
href="https://redirect.github.com/angular/angular/issues/63077";>#63077</a></li>
   <li>test(zone.js): refactor tests to remove usage of shelljs (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/64042";>#64042</a>)
 (<a href="https://github.com/angular/angular/commit/422a3b9";>422a3b9</a>), 
closes <a 
href="https://redirect.github.com/angular/angular/issues/64042";>#64042</a> <a 
href="https://redirect.github.com/angular/angular/issues/64042";>#64042</a></li>
   </ul>
   <h3>BREAKING CHANGE</h3>
   <ul>
   <li>IE/Non-Chromium Edge are not supported anymore.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/angular/angular/commit/e3dc87cbd8ceb3b0353033eedef95e931a087799";><code>e3dc87c</code></a>
 release: cut the zone.js-0.16.2 release</li>
   <li><a 
href="https://github.com/angular/angular/commit/4f048e7de3f01e66d05dcc7f0a53926343d5fb5f";><code>4f048e7</code></a>
 build: update dependency typescript to v6.0.3</li>
   <li><a 
href="https://github.com/angular/angular/commit/9fa4be9d094fd79ccd56f0328d41aca637c57c14";><code>9fa4be9</code></a>
 test(zone.js): vitest patch for testing (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/68395";>#68395</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/62c6e3b7ee87babef8a4ff065a45a649cf422b4e";><code>62c6e3b</code></a>
 feat(zone.js): support vitest patching in zone.js/testing (<a 
href="https://github.com/angular/angular/tree/HEAD/packages/zone.js/issues/68395";>#68395</a>)</li>
   <li><a 
href="https://github.com/angular/angular/commit/7f3f3d7da1ed9f978fef5ac39f78dea292832b4c";><code>7f3f3d7</code></a>
 ci: remove remainings of saucelabs tests</li>
   <li><a 
href="https://github.com/angular/angular/commit/56ff89c92d1187d7a3f3aebe1beed7501b14acd5";><code>56ff89c</code></a>
 build: update all non-major dependencies</li>
   <li><a 
href="https://github.com/angular/angular/commit/fc6a7eea682a76f03e85c4786aed3b02bdb06968";><code>fc6a7ee</code></a>
 fix(zone.js): allow draining microtasks in <code>Promise.then</code> (through 
flag)</li>
   <li><a 
href="https://github.com/angular/angular/commit/0007723a0306f0829505347817a4f205ec4ffa38";><code>0007723</code></a>
 build: update cross-repo angular dependencies</li>
   <li><a 
href="https://github.com/angular/angular/commit/9ee4f83705364e7fe7522f86931126836507c6df";><code>9ee4f83</code></a>
 build: update to TypeScript 6 stable</li>
   <li><a 
href="https://github.com/angular/angular/commit/621c9083de2214952ca21f14d18e01199c25f0b6";><code>621c908</code></a>
 build: update cross-repo angular dependencies</li>
   <li>Additional commits viewable in <a 
href="https://github.com/angular/angular/commits/zone.js-0.16.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.15.1&new-version=0.16.2)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to