Skip to content

Commit 1d36b58

Browse files
chore(deps): bump the minor group with 11 updates (#494)
Bumps the minor group with 11 updates: | Package | From | To | | --- | --- | --- | | [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) | `0.17.0` | `0.17.1` | | [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) | `0.2.84` | `0.2.87` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.1` | `4.1.2` | | [@napi-rs/wasm-runtime](https://github.com/napi-rs/napi-rs/tree/HEAD/wasi-runtime) | `1.1.1` | `1.1.2` | | [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `4.1.1` | `4.1.2` | | [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) | `4.1.1` | `4.1.2` | | [@vitest/pretty-format](https://github.com/vitest-dev/vitest/tree/HEAD/packages/pretty-format) | `4.1.1` | `4.1.2` | | [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.1.1` | `4.1.2` | | [@vitest/snapshot](https://github.com/vitest-dev/vitest/tree/HEAD/packages/snapshot) | `4.1.1` | `4.1.2` | | [@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy) | `4.1.1` | `4.1.2` | | [@vitest/utils](https://github.com/vitest-dev/vitest/tree/HEAD/packages/utils) | `4.1.1` | `4.1.2` | Updates `@agentclientprotocol/sdk` from 0.17.0 to 0.17.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/agentclientprotocol/typescript-sdk/releases"><code>@​agentclientprotocol/sdk</code>'s releases</a>.</em></p> <blockquote> <h2>v0.17.1</h2> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.17.0...v0.17.1">0.17.1</a> (2026-03-27)</h2> <h3>Bug Fixes</h3> <ul> <li>Make sure we use zod/v4 path for imports (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/99">#99</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/e632d3be54cc55421b9a1d22c07a5df0b1c89a9b">e632d3b</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md"><code>@​agentclientprotocol/sdk</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.17.0...v0.17.1">0.17.1</a> (2026-03-27)</h2> <h3>Bug Fixes</h3> <ul> <li>Make sure we use zod/v4 path for imports (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/99">#99</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/e632d3be54cc55421b9a1d22c07a5df0b1c89a9b">e632d3b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/521078adcb8b9d1f3bcc32c584e378169b1d2de9"><code>521078a</code></a> chore(main): release 0.17.1 (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/100">#100</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/e632d3be54cc55421b9a1d22c07a5df0b1c89a9b"><code>e632d3b</code></a> fix: Make sure we use zod/v4 path for imports (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/99">#99</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/4eebf350c083018d82cd67d6c5c574a3f70336a7"><code>4eebf35</code></a> chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/95">#95</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/e63f49f416dcd860faa9f728e63c6c2fae98e067"><code>e63f49f</code></a> chore(deps): bump picomatch in the npm_and_yarn group across 1 directory (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/93">#93</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/ed274cae24f7ec87746e8f50ad9371736dc4133c"><code>ed274ca</code></a> chore(deps): bump the minor group with 48 updates (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/96">#96</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/cd701b29d8c46174018e1937c43504fd0d0b1c70"><code>cd701b2</code></a> chore: Use dependabot for NPM packages too (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/94">#94</a>)</li> <li>See full diff in <a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.17.0...v0.17.1">compare view</a></li> </ul> </details> <br /> Updates `@anthropic-ai/claude-agent-sdk` from 0.2.84 to 0.2.87 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/claude-agent-sdk-typescript/releases"><code>@​anthropic-ai/claude-agent-sdk</code>'s releases</a>.</em></p> <blockquote> <h2>v0.2.87</h2> <h2>What's changed</h2> <ul> <li>Updated to parity with Claude Code v2.1.87</li> </ul> <h2>Update</h2> <pre lang="sh"><code>npm install @anthropic-ai/claude-agent-sdk@0.2.87 # or yarn add @anthropic-ai/claude-agent-sdk@0.2.87 # or pnpm add @anthropic-ai/claude-agent-sdk@0.2.87 # or bun add @anthropic-ai/claude-agent-sdk@0.2.87 </code></pre> <h2>v0.2.86</h2> <h2>What's changed</h2> <ul> <li>Added <code>getContextUsage()</code> control method to retrieve a breakdown of context window usage by category</li> <li>Made <code>session_id</code> optional in <code>SDKUserMessage</code> type — callers no longer need to provide a session ID when sending user messages, as the SDK assigns one automatically</li> <li>Fixed TypeScript types resolving to <code>any</code> by adding <code>@anthropic-ai/sdk</code> and <code>@modelcontextprotocol/sdk</code> as dependencies</li> <li>Updated to parity with Claude Code v2.1.86</li> </ul> <h2>Update</h2> <pre lang="sh"><code>npm install @anthropic-ai/claude-agent-sdk@0.2.86 # or yarn add @anthropic-ai/claude-agent-sdk@0.2.86 # or pnpm add @anthropic-ai/claude-agent-sdk@0.2.86 # or bun add @anthropic-ai/claude-agent-sdk@0.2.86 </code></pre> <h2>v0.2.85</h2> <h2>What's changed</h2> <ul> <li>Added <code>reloadPlugins()</code> SDK method to reload plugins and receive refreshed commands, agents, and MCP server status</li> <li>Fixed PreToolUse hooks with <code>permissionDecision: &quot;ask&quot;</code> being ignored in SDK mode</li> <li>Updated to parity with Claude Code v2.1.85</li> </ul> <h2>Update</h2> <pre lang="sh"><code>npm install @anthropic-ai/claude-agent-sdk@0.2.85 # or yarn add @anthropic-ai/claude-agent-sdk@0.2.85 &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md"><code>@​anthropic-ai/claude-agent-sdk</code>'s changelog</a>.</em></p> <blockquote> <h2>0.2.87</h2> <ul> <li>Updated to parity with Claude Code v2.1.87</li> </ul> <h2>0.2.86</h2> <ul> <li>Added <code>getContextUsage()</code> control method to retrieve a breakdown of context window usage by category</li> <li>Made <code>session_id</code> optional in <code>SDKUserMessage</code> type — callers no longer need to provide a session ID when sending user messages, as the SDK assigns one automatically</li> <li>Fixed TypeScript types resolving to <code>any</code> by adding <code>@anthropic-ai/sdk</code> and <code>@modelcontextprotocol/sdk</code> as dependencies</li> <li>Updated to parity with Claude Code v2.1.86</li> </ul> <h2>0.2.85</h2> <ul> <li>Added <code>reloadPlugins()</code> SDK method to reload plugins and receive refreshed commands, agents, and MCP server status</li> <li>Fixed PreToolUse hooks with <code>permissionDecision: &quot;ask&quot;</code> being ignored in SDK mode</li> <li>Updated to parity with Claude Code v2.1.85</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/claude-agent-sdk-typescript/commit/af1bd5387bbcc911ea057f36c796407c0e3dd627"><code>af1bd53</code></a> chore: Update CHANGELOG.md</li> <li><a href="https://github.com/anthropics/claude-agent-sdk-typescript/commit/86b848bcf666f40c0d0118b4330661ea0fe47fff"><code>86b848b</code></a> chore: Update CHANGELOG.md</li> <li><a href="https://github.com/anthropics/claude-agent-sdk-typescript/commit/0f3a95b224aaab6ff6dea707db1cb134fa22fd4c"><code>0f3a95b</code></a> chore: Update CHANGELOG.md</li> <li>See full diff in <a href="https://github.com/anthropics/claude-agent-sdk-typescript/compare/v0.2.84...v0.2.87">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.1 to 4.1.2 <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>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6f97b55ddc446e725d259b7790eb21e39be77d6c"><code>6f97b55</code></a> feat: disable colors if agent is detected (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9851">#9851</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b3c992cb29ede4cca1581ed08dd9921d575cb384"><code>b3c992c</code></a> fix(coverage): correct <code>coverageConfigDefaults</code> values and types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9940">#9940</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7c06598dbb49d9b54c990d537b700474330b6e12"><code>7c06598</code></a> fix: ensure sequential mock/unmock resolution (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9830">#9830</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f54abad136c25796937f2376a3c8c1c10f5c71c8"><code>f54abad</code></a> chore: add typo-checker skill and fix typos (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9963">#9963</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7aa93777641fb78643535cf46b1d080910ec97c8"><code>7aa9377</code></a> fix: don't resolve <code>setupFiles</code> from parent directory (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9960">#9960</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest">compare view</a></li> </ul> </details> <br /> Updates `@napi-rs/wasm-runtime` from 1.1.1 to 1.1.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.1.2/wasi-runtime">compare view</a></li> </ul> </details> <br /> Updates `@vitest/expect` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/expect</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/faace1fbe09133fa3641164c1d58538b316a38ee"><code>faace1f</code></a> fix(browser): take failure screenshot if <code>toMatchScreenshot</code> can't capture a ...</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/expect">compare view</a></li> </ul> </details> <br /> Updates `@vitest/mocker` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/mocker</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/mocker">compare view</a></li> </ul> </details> <br /> Updates `@vitest/pretty-format` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/pretty-format</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa83d58dff196a625f9b412aea69d2e42"><code>d3b7a40</code></a> fix(pretty-format): fix output limit over counting (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/pretty-format/issues/9965">#9965</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/pretty-format">compare view</a></li> </ul> </details> <br /> Updates `@vitest/runner` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/runner</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/runner">compare view</a></li> </ul> </details> <br /> Updates `@vitest/snapshot` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/snapshot</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/snapshot">compare view</a></li> </ul> </details> <br /> Updates `@vitest/spy` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/spy</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/spy">compare view</a></li> </ul> </details> <br /> Updates `@vitest/utils` from 4.1.1 to 4.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/utils</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.2</h2> <p>This release bumps Vitest's <code>flatted</code> version and removes version pinning to resolve <code>flatted</code>'s CVE related issues (<a href="https://redirect.github.com/vitest-dev/vitest/issues/9975">vitest-dev/vitest#9975</a>).</p> <h3>   🐞 Bug Fixes</h3> <ul> <li>Don't resolve <code>setupFiles</code> from parent directory  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9960">vitest-dev/vitest#9960</a> <a href="https://github.com/vitest-dev/vitest/commit/7aa937776"><!-- raw HTML omitted -->(7aa93)<!-- raw HTML omitted --></a></li> <li>Ensure sequential mock/unmock resolution  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <strong>Claude Opus 4.6</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9830">vitest-dev/vitest#9830</a> <a href="https://github.com/vitest-dev/vitest/commit/7c06598db"><!-- raw HTML omitted -->(7c065)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Take failure screenshot if <code>toMatchScreenshot</code> can't capture a stable screenshot  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9847">vitest-dev/vitest#9847</a> <a href="https://github.com/vitest-dev/vitest/commit/faace1fbe"><!-- raw HTML omitted -->(faace)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Correct <code>coverageConfigDefaults</code> values and types  -  by <a href="https://github.com/Arthie"><code>@​Arthie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9940">vitest-dev/vitest#9940</a> <a href="https://github.com/vitest-dev/vitest/commit/b3c992cb2"><!-- raw HTML omitted -->(b3c99)<!-- raw HTML omitted --></a></li> <li><strong>pretty-format</strong>: Fix output limit over counting  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9965">vitest-dev/vitest#9965</a> <a href="https://github.com/vitest-dev/vitest/commit/d3b7a40fa"><!-- raw HTML omitted -->(d3b7a)<!-- raw HTML omitted --></a></li> <li>Disable colors if agent is detected  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9851">vitest-dev/vitest#9851</a> <a href="https://github.com/vitest-dev/vitest/commit/6f97b55dd"><!-- raw HTML omitted -->(6f97b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.1...v4.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/fc6f482f4c54bf6a766a0ff502b9843994af5bf5"><code>fc6f482</code></a> chore: release v4.1.2</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/utils">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee324b5 commit 1d36b58

2 files changed

Lines changed: 1140 additions & 81 deletions

File tree

0 commit comments

Comments
 (0)