Skip to content

[Cherry-pick to branch-1.3] build(deps-dev): bump vitest from 2.1.9 to 3.2.6 in /web/web (#11528)#11612

Merged
mchades merged 1 commit into
apache:branch-1.3from
jerryshao:cherry-pick-vitest-bump-branch-1.3
Jun 12, 2026
Merged

[Cherry-pick to branch-1.3] build(deps-dev): bump vitest from 2.1.9 to 3.2.6 in /web/web (#11528)#11612
mchades merged 1 commit into
apache:branch-1.3from
jerryshao:cherry-pick-vitest-bump-branch-1.3

Conversation

@jerryshao

Copy link
Copy Markdown
Contributor

Cherry-pick #11528 to branch-1.3.

What changes were proposed in this pull request?

Bumps vitest from 2.1.9 to 3.2.6 in /web/web.

Why are the changes needed?

Dependency version update for the web UI.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

N/A (dependency bump only)

…11528)

Bumps
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
from 2.1.9 to 3.2.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v3.2.6</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Pin last supported vite-node version  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/16f120d05"><!-- raw
HTML omitted -->(16f12)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.5...v3.2.6">View
changes on GitHub</a></h5>
<h2>v3.2.5</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>api</strong>: Add <code>allowWrite</code> and
<code>allowExec</code> options to <code>api</code> [backport to v3]  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and
<strong>Codex</strong> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/10445">vitest-dev/vitest#10445</a>
<a href="https://github.com/vitest-dev/vitest/commit/af88b1f5d"><!-- raw
HTML omitted -->(af88b)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>browser</strong>: Disable client <code>cdp</code> API when
<code>allowWrite/allowExec: false</code> [backport to v3]  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and
<strong>Codex</strong> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/10456">vitest-dev/vitest#10456</a>
<a href="https://github.com/vitest-dev/vitest/commit/385a1aefd"><!-- raw
HTML omitted -->(385a1)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.4...v3.2.5">View
changes on GitHub</a></h5>
<h2>v3.2.4</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Use correct path for optimisation of strip-literal  -  by <a
href="https://github.com/mrginglymus"><code>@​mrginglymus</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8139">vitest-dev/vitest#8139</a>
<a href="https://github.com/vitest-dev/vitest/commit/44940d9dd"><!-- raw
HTML omitted -->(44940)<!-- raw HTML omitted --></a></li>
<li>Print uint and buffer as a simple string  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8141">vitest-dev/vitest#8141</a>
<a href="https://github.com/vitest-dev/vitest/commit/b86bf0d99"><!-- raw
HTML omitted -->(b86bf)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Show a helpful error when spying on an export  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8178">vitest-dev/vitest#8178</a>
<a href="https://github.com/vitest-dev/vitest/commit/5600772c2"><!-- raw
HTML omitted -->(56007)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>cli</strong>:
<ul>
<li><code>vitest run --watch</code> should be watch-mode  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8128">vitest-dev/vitest#8128</a>
<a href="https://github.com/vitest-dev/vitest/commit/657e83f9f"><!-- raw
HTML omitted -->(657e8)<!-- raw HTML omitted --></a></li>
<li>Use absolute path environment on Windows  -  by <a
href="https://github.com/colinaaa"><code>@​colinaaa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8105">vitest-dev/vitest#8105</a>
<a href="https://github.com/vitest-dev/vitest/commit/85dc0195f"><!-- raw
HTML omitted -->(85dc0)<!-- raw HTML omitted --></a></li>
<li>Throw error when <code>--shard x/&lt;count&gt;</code> exceeds count
of test files  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8112">vitest-dev/vitest#8112</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a18c8e20"><!-- raw
HTML omitted -->(8a18c)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Ignore SCSS in browser mode  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8161">vitest-dev/vitest#8161</a>
<a href="https://github.com/vitest-dev/vitest/commit/0c3be6f63"><!-- raw
HTML omitted -->(0c3be)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update all non-major dependencies  -  in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8123">vitest-dev/vitest#8123</a>
<a href="https://github.com/vitest-dev/vitest/commit/93f3200e4"><!-- raw
HTML omitted -->(93f32)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Handle async errors in expect.soft  -  by <a
href="https://github.com/lzl0304"><code>@​lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8145">vitest-dev/vitest#8145</a>
<a href="https://github.com/vitest-dev/vitest/commit/686996912"><!-- raw
HTML omitted -->(68699)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>pool</strong>:
<ul>
<li>Auto-adjust <code>minWorkers</code> when only
<code>maxWorkers</code> specified  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8110">vitest-dev/vitest#8110</a>
<a href="https://github.com/vitest-dev/vitest/commit/14dc0724f"><!-- raw
HTML omitted -->(14dc0)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>reporter</strong>:
<ul>
<li><code>task.meta</code> should be available in custom reporter's
errors  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8115">vitest-dev/vitest#8115</a>
<a href="https://github.com/vitest-dev/vitest/commit/27df68a0e"><!-- raw
HTML omitted -->(27df6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Preserve handler wrapping on extend  -  by <a
href="https://github.com/pengooseDev"><code>@​pengooseDev</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8153">vitest-dev/vitest#8153</a>
<a href="https://github.com/vitest-dev/vitest/commit/a92812b70"><!-- raw
HTML omitted -->(a9281)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>Ensure ui config option works correctly  -  by <a
href="https://github.com/lzl0304"><code>@​lzl0304</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/8147">vitest-dev/vitest#8147</a>
<a href="https://github.com/vitest-dev/vitest/commit/42eeb2ee6"><!-- raw
HTML omitted -->(42eeb)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4">View
changes on GitHub</a></h5>
<h2>v3.2.3</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>browser</strong>: Use base url instead of
<strong>vitest</strong>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/8126">vitest-dev/vitest#8126</a>
<a href="https://github.com/vitest-dev/vitest/commit/1d8ebf9ae"><!-- raw
HTML omitted -->(1d8eb)<!-- raw HTML omitted --></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitest-dev/vitest/commit/b6d56f8171ae814ee7571df63a35a0da5203dbaa"><code>b6d56f8</code></a>
chore: release v3.2.6</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/16f120d0585677f6a32bcb3dd01fa61c140e2588"><code>16f120d</code></a>
fix: pin last supported vite-node version</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/2cbad0a923c48c6144266df3cd25f93547cb5221"><code>2cbad0a</code></a>
chore: release v3.2.5</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/385a1aefd4c2bfa5e7d58bf7c6834c929969f2c7"><code>385a1ae</code></a>
fix(browser): disable client <code>cdp</code> API when
<code>allowWrite/allowExec: false</code> [ba...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/af88b1f5d82844a4761ea9a977156c98e2b14ca8"><code>af88b1f</code></a>
feat(api): add <code>allowWrite</code> and <code>allowExec</code>
options to <code>api</code> [backport to v3]...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/c666d149a4516761bae92ca56ce1336d2fd352c3"><code>c666d14</code></a>
chore: release v3.2.4</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8a18c8e20a19f2c8d9f402e426886999f378c389"><code>8a18c8e</code></a>
fix(cli): throw error when <code>--shard x/\&lt;count&gt;</code> exceeds
count of test files (#...</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/8abd7cc6fff5fa47d899b5f5383f526d2fdef784"><code>8abd7cc</code></a>
chore(deps): update <code>tinypool</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8174">#8174</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/93f3200e452874ed4e2d018718bbbde7ebd28590"><code>93f3200</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8123">#8123</a>)</li>
<li><a
href="https://github.com/vitest-dev/vitest/commit/0c3be6f637d65ef47f2fcf2ccd637f1ecc9d1786"><code>0c3be6f</code></a>
fix(coverage): ignore SCSS in browser mode (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/8161">#8161</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v3.2.6/packages/vitest">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new
releaser for vitest since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=2.1.9&new-version=3.2.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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/apache/gravitino/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

Code Coverage Report

Overall Project 66.95% 🟢
Files changed No Java source files changed -

Module Coverage
aliyun 1.72% 🔴
api 46.82% 🟢
authorization-common 85.96% 🟢
aws 3.66% 🔴
azure 2.47% 🔴
catalog-common 10.4% 🔴
catalog-fileset 80.23% 🟢
catalog-glue 66.91% 🟢
catalog-hive 79.44% 🟢
catalog-jdbc-clickhouse 80.02% 🟢
catalog-jdbc-common 44.22% 🟢
catalog-jdbc-doris 80.28% 🟢
catalog-jdbc-hologres 54.03% 🟢
catalog-jdbc-mysql 79.23% 🟢
catalog-jdbc-oceanbase 78.38% 🟢
catalog-jdbc-postgresql 82.29% 🟢
catalog-jdbc-starrocks 78.51% 🟢
catalog-kafka 77.01% 🟢
catalog-lakehouse-generic 58.53% 🟢
catalog-lakehouse-hudi 79.1% 🟢
catalog-lakehouse-iceberg 85.79% 🟢
catalog-lakehouse-paimon 79.15% 🟢
catalog-model 77.72% 🟢
cli 44.51% 🟢
client-java 78.01% 🟢
common 49.9% 🟢
core 82.38% 🟢
filesystem-hadoop3 77.27% 🟢
flink 0.0% 🔴
flink-common 45.72% 🟢
flink-runtime 0.0% 🔴
gcp 14.12% 🔴
hadoop-common 10.39% 🔴
hive-metastore-common 53.9% 🟢
iceberg-common 57.41% 🟢
iceberg-rest-server 73.92% 🟢
idp-basic 86.18% 🟢
integration-test-common 0.0% 🔴
jobs 66.17% 🟢
lance-common 20.79% 🔴
lance-rest-server 60.54% 🟢
lineage 53.02% 🟢
optimizer 82.87% 🟢
optimizer-api 21.95% 🔴
server 85.87% 🟢
server-common 73.28% 🟢
spark 28.57% 🔴
spark-common 41.66% 🟢
trino-connector 40.13% 🟢

@mchades mchades merged commit 13eca01 into apache:branch-1.3 Jun 12, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants