Skip to content

Commit be0199d

Browse files
chore(deps-dev): bump the npm-all group with 7 updates (#597)
Bumps the npm-all group with 7 updates: | Package | From | To | | --- | --- | --- | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.5` | `4.1.6` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.11.0` | `6.13.1` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.47.0` | `0.49.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.62.0` | `1.64.0` | | [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) | `0.3.18` | `0.3.21` | | [tsdown](https://github.com/rolldown/tsdown) | `0.21.10` | `0.22.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.5` | `4.1.6` | Updates `@vitest/coverage-v8` from 4.1.5 to 4.1.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">@​vitest/coverage-v8's releases</a>.</em></p> <blockquote> <h2>v4.1.6</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Provide project reference in <code>ToMatchScreenshotResolvePath</code>  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10138">vitest-dev/vitest#10138</a> <a href="https://github.com/vitest-dev/vitest/commit/31882607c"><!-- raw HTML omitted -->(31882)<!-- raw HTML omitted --></a></li> <li>Global <code>sequence.concurrent: true</code> with top-level <code>test(..., { concurrent: false })</code> + depreacte <code>sequential</code> test API and options  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10196">vitest-dev/vitest#10196</a> <a href="https://github.com/vitest-dev/vitest/commit/2847dfa2a"><!-- raw HTML omitted -->(2847d)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Simplify orchestrator otel carrier  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10285">vitest-dev/vitest#10285</a> <a href="https://github.com/vitest-dev/vitest/commit/18af98cee"><!-- raw HTML omitted -->(18af9)<!-- raw HTML omitted --></a></li> </ul> <h3>   🏎 Performance</h3> <ul> <li>Stringify diff objects only once  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10276">vitest-dev/vitest#10276</a> <a href="https://github.com/vitest-dev/vitest/commit/9f7b1528c"><!-- raw HTML omitted -->(9f7b1)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.5...v4.1.6">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/a8fd24c1cad2320b19fcc651413c7d928423bdc1"><code>a8fd24c</code></a> chore: release v4.1.6</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `knip` from 6.11.0 to 6.13.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpro-nl/knip/releases">knip's releases</a>.</em></p> <blockquote> <h2>Release 6.13.1</h2> <ul> <li>Add jest.config.{cts,mts} (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1743">#1743</a>) (44738d678c9992799f5fe4909a01cc5ddd702aa2) - thanks <a href="https://github.com/joshkel"><code>@​joshkel</code></a>!</li> <li>Update ecosystem tests (74420a614dfa15b81906266279c31ae0bf4e21bd)</li> <li>Fix <code>export * as</code> re-exported namespace case (5923af48fc33aa56c2f42f882aa185e66626453d)</li> <li>Add <code>.mts</code> and <code>.cts</code> config files to some plugins (69d1e83123e56c2c441f320c81bae099ba1eb014)</li> <li>Docusaurus: ignore <code>@generated/*</code>, handle local plugin paths (ce5f7672fced084bfb017410650b78d36133e1b0)</li> <li>Nx: expand <code>{projectRoot}</code> / <code>{workspaceRoot}</code> token variables (871531228b0cb67ff07fdb9d77316c4340ccaf33)</li> </ul> <h2>Release 6.13.0</h2> <ul> <li>Add mercurial (hg) to command constants (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1737">#1737</a>) (abb08b0958e08a12684deacf0ab62dc7ada38074) - thanks <a href="https://github.com/unrevised6419"><code>@​unrevised6419</code></a>!</li> <li>Expand wildcards in Jest <code>projects</code> (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1710">#1710</a>) (7cb2d37a5c46b54d8be9bee1fbb026b52bb71246) - thanks <a href="https://github.com/joshkel"><code>@​joshkel</code></a>!</li> <li>Add knex visitor to scan source files for config (resolve <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1736">#1736</a>) (4c96fd297f33316921186293cf9f9d323ca48eb8)</li> <li>Refactor to a better split of ast helpers (6e726a2c66727c2346b4c249a2efcd7d752231f5)</li> <li>Handle package.json exports for outDir=&quot;.&quot; (resolve <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1738">#1738</a>) (42497c249545cd9e4ae8b7e64995e62cb0e8885d)</li> <li>Fix star re-exported namespace case (resolve <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1739">#1739</a>) (e566c4b1a1bc697c0997e8a4ef6bdeb746524166)</li> <li>Strip comments in scripts in compilers (resolve <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1740">#1740</a>) (a123d5c35ba6b9239f6ac1d20cf50b8b0f9b2d28)</li> <li>Update rolldown snapshot (edfee2b3b6bfc3085d432fa5765b4e7a60ba5783)</li> <li>Source-map subpath imports + collect pairs from referenced tsconfigs (7c5acc4a33047156205ff61413a83625bb9e05b4)</li> <li>Tighten source-mapping utilities (0b68b81b4a732b3db64d69fd8c47802ff3302564)</li> <li>Update dependencies (8788c1a64a93d568a9391693278a388af6980dec)</li> <li>Remove obsolete internal jsdoc tag (0fed9756b485deb1831fbc78d8053bc939bd6971)</li> <li>Add <a href="https://github.com/serhalp"><code>@​serhalp</code></a> and <a href="https://github.com/stevennevins"><code>@​stevennevins</code></a> to sponsors (thank you!) (999a5e3551e0bafbcfa7a1540ae7f3fc4218828b)</li> <li>Fix astro config after bump (f63537aa40f42aa7d3ff4bc64dab20dd01ecba83)</li> </ul> <h2>Release 6.12.2</h2> <ul> <li>Fix symbol reporter file paths with --directory (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1733">#1733</a>) (d54074d4f5b9299aecb264897c7369fb81a499fc) - thanks <a href="https://github.com/cyphercodes"><code>@​cyphercodes</code></a>!</li> <li>fix(webpack): reference TS loaders for <code>.ts</code>/<code>.cts</code> config (close <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1732">#1732</a>) (f37c5daa5403fdf78e2746fea83ce79e1577eb48)</li> <li>fix(serverless-framework): skip functions without handler (close <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1735">#1735</a>) (616739de3ee9c5c216c0efe098d837bb286c102f)</li> <li>ci(integration): disable minimumReleaseAge for test installs (081dfc83039324292ceb1018f73ab2c98fd51ccd)</li> <li>ci(snapshots): query — add CreateQueriesOptions to unused types (5dd0b8a15e1c8298b8bad7388a17951a70285f56)</li> </ul> <h2>Release 6.12.1</h2> <ul> <li>fix: type-only imports in monorepos (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1715">#1715</a>) (de33a2cb020f321f242bfb3884cdd597fb5f868c) - thanks <a href="https://github.com/lishaduck"><code>@​lishaduck</code></a>!</li> <li>Bump jiti to ^2.7.0 (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1729">#1729</a>) (0fe8dc33dc60b05a814828046aa5207051fc4b6d) - thanks <a href="https://github.com/re-taro"><code>@​re-taro</code></a>!</li> <li>Fix Vercel config detection (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1726">#1726</a>) (370236d2e67058fb30c77a5f54d88b9774276eef) - thanks <a href="https://github.com/jakeleventhal"><code>@​jakeleventhal</code></a>!</li> <li>Fix inferred declaration export references (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1728">#1728</a>) (4dcd756f0903c1045a7600201243decbc7184715) - thanks <a href="https://github.com/jakeleventhal"><code>@​jakeleventhal</code></a>!</li> <li>Remove stale root watch script (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1731">#1731</a>) (2d555a18befc2576539491b5d66799e630689b38) - thanks <a href="https://github.com/jeffrey-takuma"><code>@​jeffrey-takuma</code></a>!</li> <li>Update sponsorships script/numbers (c3dcc8f4fd923f87baad444c5f8e23fd7be15497)</li> <li>Add orgs using knip (78fd581857c0b01fc2ab987bc86d888954e97a71)</li> <li>Yolo (7e689bf60b39c6a4af46e8d68e9a6986df0e6f04)</li> </ul> <h2>Release 6.12.0</h2> <ul> <li>Use venz light/dark responsive svg img (2354194043354b67ed9463b6998d40a8e8cbab81)</li> <li>Fix types/path references (4afc873801bcca933dbc71c47b5557cbab646c6b)</li> <li>Move on to pnpm 11 (b1060652e85b8bf9a306135ca12ae22032099889)</li> <li>Fix up ecosystem tests (c226a72b8936397dab2fc6d30e27517c257c36ca)</li> <li>Add shell binaries to global ignore list (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1716">#1716</a>) (ddcf7debd820b9deac9f29d1ed904f340c0ee91e) - thanks <a href="https://github.com/jakeleventhal"><code>@​jakeleventhal</code></a>!</li> <li>Fix declaration export regression and document (resolve <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1722">#1722</a>) (3a2c22b52cda834b4d8a9956d9089b3dea9422bd)</li> <li>Update snapshot after 3a2c22b (8300078b75913d94ef19dbd1990e2073db8541d8)</li> <li>Detect babel.plugins/presets in <code>@​vitejs/plugin-react</code> via function-form defineConfig (resolve <a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1723">#1723</a>) (d56ee51c2162c29baf3564ded39639a1a258caa1)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpro-nl/knip/commit/f78246a09553531ab4d0dd166df3929ef4fcb92d"><code>f78246a</code></a> Release knip@6.13.1</li> <li><a href="https://github.com/webpro-nl/knip/commit/871531228b0cb67ff07fdb9d77316c4340ccaf33"><code>8715312</code></a> Nx: expand <code>{projectRoot}</code> / <code>{workspaceRoot}</code> token variables</li> <li><a href="https://github.com/webpro-nl/knip/commit/ce5f7672fced084bfb017410650b78d36133e1b0"><code>ce5f767</code></a> Docusaurus: ignore <code>@generated/*</code>, handle local plugin paths</li> <li><a href="https://github.com/webpro-nl/knip/commit/69d1e83123e56c2c441f320c81bae099ba1eb014"><code>69d1e83</code></a> Add <code>.mts</code> and <code>.cts</code> config files to some plugins</li> <li><a href="https://github.com/webpro-nl/knip/commit/5923af48fc33aa56c2f42f882aa185e66626453d"><code>5923af4</code></a> Fix <code>export * as</code> re-exported namespace case</li> <li><a href="https://github.com/webpro-nl/knip/commit/44738d678c9992799f5fe4909a01cc5ddd702aa2"><code>44738d6</code></a> Add jest.config.{cts,mts} (<a href="https://github.com/webpro-nl/knip/tree/HEAD/packages/knip/issues/1743">#1743</a>)</li> <li><a href="https://github.com/webpro-nl/knip/commit/4a0aa3980a9a51d1143bd10fee1427a182327b77"><code>4a0aa39</code></a> Release knip@6.13.0</li> <li><a href="https://github.com/webpro-nl/knip/commit/8788c1a64a93d568a9391693278a388af6980dec"><code>8788c1a</code></a> Update dependencies</li> <li><a href="https://github.com/webpro-nl/knip/commit/0b68b81b4a732b3db64d69fd8c47802ff3302564"><code>0b68b81</code></a> Tighten source-mapping utilities</li> <li><a href="https://github.com/webpro-nl/knip/commit/7c5acc4a33047156205ff61413a83625bb9e05b4"><code>7c5acc4</code></a> Source-map subpath imports + collect pairs from referenced tsconfigs</li> <li>Additional commits viewable in <a href="https://github.com/webpro-nl/knip/commits/knip@6.13.1/packages/knip">compare view</a></li> </ul> </details> <br /> Updates `oxfmt` from 0.47.0 to 0.49.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md">oxfmt's changelog</a>.</em></p> <blockquote> <h2>[0.49.0] - 2026-05-11</h2> <h3>🚀 Features</h3> <ul> <li>6e8e818 oxfmt: Experimental .svelte support (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/21700">#21700</a>) (leaysgur)</li> </ul> <h2>[0.45.0] - 2026-04-13</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>50c389b oxfmt: Support <code>.editorconfig</code> <code>quote_type</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/20989">#20989</a>) (leaysgur)</li> </ul> <h2>[0.44.0] - 2026-04-06</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>dd2df87 npm: Export package.json for oxlint and oxfmt (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/20784">#20784</a>) (kazuya kawaguchi)</li> <li>4216380 oxfmt: Support <code>.editorconfig</code> <code>tab_width</code> fallback (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/20988">#20988</a>) (leaysgur)</li> </ul> <h2>[0.43.0] - 2026-03-30</h2> <h3>🚀 Features</h3> <ul> <li>6ef440a oxfmt: Support bool for object style options (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/20853">#20853</a>) (leaysgur)</li> </ul> <h2>[0.42.0] - 2026-03-24</h2> <h3>🚀 Features</h3> <ul> <li>416865a formatter,oxfmt: Add doc comments for <code>JsdocConfig</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/20644">#20644</a>) (leaysgur)</li> <li>4fec907 formatter: Add JSDoc comment formatting support (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19828">#19828</a>) (Dunqing)</li> </ul> <h2>[0.40.0] - 2026-03-12</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>bc20217 oxlint,oxfmt: Omit useless <code>| null</code> for <code>Option&lt;T&gt;</code> field from schema (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/20273">#20273</a>) (leaysgur)</li> </ul> <h2>[0.36.0] - 2026-03-02</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>04e6223 npm: Add <code>preferUnplugged</code> for Yarn PnP compatibility (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19829">#19829</a>) (Boshen)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>2fa936f README.md: Map npm package links to npmx.dev (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19666">#19666</a>) (Boshen)</li> </ul> <h2>[0.35.0] - 2026-02-23</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxc-project/oxc/commit/d652a556196178515a3c1ea6d25a832c74961d02"><code>d652a55</code></a> release(apps): oxlint v1.64.0 &amp;&amp; oxfmt v0.49.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/22318">#22318</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/6e8e8185c0a3d653bb90dff051ec7d4558793752"><code>6e8e818</code></a> feat(oxfmt): Experimental .svelte support (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/21700">#21700</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/330fe31f826b7d4ae11ae49ba50e2b2ab2bdc6f1"><code>330fe31</code></a> refactor(config): Update doc comment for <code>GlobSet</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/22197">#22197</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/fb3067ca2bafbbf7d75b058788202dc16d994f3e"><code>fb3067c</code></a> refactor(oxfmt): use shared GlobSet for overrides (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/22147">#22147</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/5921a25e374e7ad233fddb06ac3151e2318bd6ca"><code>5921a25</code></a> release(apps): oxlint v1.63.0 &amp;&amp; oxfmt v0.48.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/22109">#22109</a>)</li> <li>See full diff in <a href="https://github.com/oxc-project/oxc/commits/oxfmt_v0.49.0/npm/oxfmt">compare view</a></li> </ul> </details> <br /> Updates `oxlint` from 1.62.0 to 1.64.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oxc-project/oxc/releases">oxlint's releases</a>.</em></p> <blockquote> <h2>oxlint v1.27.0 &amp;&amp; oxfmt v0.12.0</h2> <h1>Oxlint v1.27.0</h1> <h3>🚀 Features</h3> <ul> <li>222a8f0 linter/plugins: Implement <code>SourceCode#isSpaceBetween</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15498">#15498</a>) (overlookmotel)</li> <li>2f9735d linter/plugins: Implement <code>context.languageOptions</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15486">#15486</a>) (overlookmotel)</li> <li>bc731ff linter/plugins: Stub out all <code>Context</code> APIs (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15479">#15479</a>) (overlookmotel)</li> <li>5822cb4 linter/plugins: Add <code>extend</code> method to <code>FILE_CONTEXT</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15477">#15477</a>) (overlookmotel)</li> <li>7b1e6f3 apps: Add pure rust binaries and release to github (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15469">#15469</a>) (Boshen)</li> <li>2a89b43 linter: Introduce debug assertions after fixes to assert validity (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15389">#15389</a>) (camc314)</li> <li>ad3c45a editor: Add <code>oxc.path.node</code> option (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15040">#15040</a>) (Sysix)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>6f3cd77 linter/no-var: Incorrect warning for blocks (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15504">#15504</a>) (Hamir Mahal)</li> <li>6957fb9 linter/plugins: Do not allow access to <code>Context#id</code> in <code>createOnce</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15489">#15489</a>) (overlookmotel)</li> <li>7409630 linter/plugins: Allow access to <code>cwd</code> in <code>createOnce</code> in ESLint interop mode (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15488">#15488</a>) (overlookmotel)</li> <li>732205e parser: Reject <code>using</code> / <code>await using</code> in a switch <code>case</code> / <code>default</code> clause (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15225">#15225</a>) (sapphi-red)</li> <li>a17ca32 linter/plugins: Replace <code>Context</code> class (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15448">#15448</a>) (overlookmotel)</li> <li>ecf2f7b language_server: Fail gracefully when tsgolint executable not found (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15436">#15436</a>) (camc314)</li> <li>3c8d3a7 lang-server: Improve logging in failure case for tsgolint (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15299">#15299</a>) (camc314)</li> <li>ef71410 linter: Use jsx if source type is JS in fix debug assertion (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15434">#15434</a>) (camc314)</li> <li>e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15426">#15426</a>) (camc314)</li> <li>6565dbe linter/switch-case-braces: Skip comments when searching for <code>:</code> token (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15425">#15425</a>) (camc314)</li> <li>85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15423">#15423</a>) (camc314)</li> <li>fde753e linter/plugins: Block access to <code>context.settings</code> in <code>createOnce</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15394">#15394</a>) (overlookmotel)</li> <li>ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15388">#15388</a>) (camc314)</li> <li>dac2a9c linter/no-template-curly-in-string: Remove fixer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15387">#15387</a>) (camc314)</li> <li>989b8e3 linter/no-var: Only fix to <code>const</code> if the var has an initializer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15385">#15385</a>) (camc314)</li> <li>cc403f5 linter/plugins: Return empty object for unimplemented parserServices (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15364">#15364</a>) (magic-akari)</li> </ul> <h3>⚡ Performance</h3> <ul> <li>25d577e language_server: Start tools in parallel (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15500">#15500</a>) (Sysix)</li> <li>3c57291 linter/plugins: Optimize loops (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15449">#15449</a>) (overlookmotel)</li> <li>3166233 linter/plugins: Remove <code>Arc</code>s (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15431">#15431</a>) (overlookmotel)</li> <li>9de1322 linter/plugins: Lazily deserialize settings JSON (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15395">#15395</a>) (overlookmotel)</li> <li>3049ec2 linter/plugins: Optimize <code>deepFreezeSettings</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15392">#15392</a>) (overlookmotel)</li> <li>444ebfd linter/plugins: Use single object for <code>parserServices</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15378">#15378</a>) (overlookmotel)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>97d2104 linter: Update comment in lint.rs about default value for tsconfig path (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15530">#15530</a>) (Connor Shea)</li> <li>2c6bd9e linter: Always refer as &quot;ES2015&quot; instead of &quot;ES6&quot; (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15411">#15411</a>) (sapphi-red)</li> <li>a0c5203 linter/import/named: Update &quot;ES7&quot; comment in examples (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15410">#15410</a>) (sapphi-red)</li> <li>3dc24b5 linter,minifier: Always refer as &quot;ES Modules&quot; instead of &quot;ES6 Modules&quot; (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15409">#15409</a>) (sapphi-red)</li> <li>2ad77fb linter/no-this-before-super: Correct &quot;Why is this bad?&quot; section (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15408">#15408</a>) (sapphi-red)</li> <li>57f0ce1 linter: Add backquotes where appropriate (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15407">#15407</a>) (sapphi-red)</li> </ul> <h1>Oxfmt v0.12.0</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md">oxlint's changelog</a>.</em></p> <blockquote> <h2>[1.64.0] - 2026-05-11</h2> <h3>🚀 Features</h3> <ul> <li>fbb8f22 linter: Support <code>ignores</code> in overrides (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22148">#22148</a>) (camc314)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>25b7017 linter: Undocument override <code>ignores</code> option (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22213">#22213</a>) (camc314)</li> </ul> <h2>[1.63.0] - 2026-05-05</h2> <h3>📚 Documentation</h3> <ul> <li>cacbc4a linter: Fix jest settings docs. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22127">#22127</a>) (connorshea)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxc-project/oxc/commit/d652a556196178515a3c1ea6d25a832c74961d02"><code>d652a55</code></a> release(apps): oxlint v1.64.0 &amp;&amp; oxfmt v0.49.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22318">#22318</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/25b7017c9c280fbfa2bc962425d2765809449595"><code>25b7017</code></a> fix(linter): undocument override <code>ignores</code> option (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22213">#22213</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/330fe31f826b7d4ae11ae49ba50e2b2ab2bdc6f1"><code>330fe31</code></a> refactor(config): Update doc comment for <code>GlobSet</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22197">#22197</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/fbb8f22e93911753f1c973eca625116447d0b12e"><code>fbb8f22</code></a> feat(linter): support <code>ignores</code> in overrides (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22148">#22148</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/5921a25e374e7ad233fddb06ac3151e2318bd6ca"><code>5921a25</code></a> release(apps): oxlint v1.63.0 &amp;&amp; oxfmt v0.48.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22109">#22109</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/cacbc4a9d8e1a9a7230255573704dd62e2e52fc6"><code>cacbc4a</code></a> docs(linter): Fix jest settings docs. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22127">#22127</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/d177595909fb9e3be6306335dba4046a94314cab"><code>d177595</code></a> chore(linter): Update oxlint-tsgolint peer dependency to the latest release. ...</li> <li>See full diff in <a href="https://github.com/oxc-project/oxc/commits/oxlint_v1.64.0/npm/oxlint">compare view</a></li> </ul> </details> <br /> Updates `publint` from 0.3.18 to 0.3.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/publint/publint/releases">publint's releases</a>.</em></p> <blockquote> <h2>publint@0.3.21</h2> <h3>Patch Changes</h3> <ul> <li>Suggest adding <code>&quot;sideEffects&quot;: false</code> when bundler-oriented package fields or conditions are detected and the field is missing. (<a href="https://redirect.github.com/publint/publint/pull/228">#228</a>)</li> </ul> <h2>publint@0.3.20</h2> <h3>Patch Changes</h3> <ul> <li> <p>Suggest adding <code>engines.node</code> when it is missing from detected Node.js packages (<a href="https://redirect.github.com/publint/publint/pull/226">#226</a>)</p> </li> <li> <p>Loosen &quot;breaking change&quot; wording in lint messages (<a href="https://github.com/publint/publint/commit/7bb3f4fd03415d0c860dda0c252d7029144b9f94"><code>7bb3f4f</code></a>)</p> </li> </ul> <h2>publint@0.3.19</h2> <h3>Patch Changes</h3> <ul> <li> <p>Add <code>NESTED_PACKAGE_JSON_FIELD_IGNORED</code> to warn when published nested <code>package.json</code> files define <code>&quot;exports&quot;</code> or <code>&quot;imports&quot;</code>, which Node.js ignores outside the package root. (<a href="https://redirect.github.com/publint/publint/pull/224">#224</a>)</p> </li> <li> <p>Fix internal browser directory traversal logic (<a href="https://redirect.github.com/publint/publint/pull/224">#224</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md">publint's changelog</a>.</em></p> <blockquote> <h2>0.3.21</h2> <h3>Patch Changes</h3> <ul> <li>Suggest adding <code>&quot;sideEffects&quot;: false</code> when bundler-oriented package fields or conditions are detected and the field is missing. (<a href="https://redirect.github.com/publint/publint/pull/228">#228</a>)</li> </ul> <h2>0.3.20</h2> <h3>Patch Changes</h3> <ul> <li> <p>Suggest adding <code>engines.node</code> when it is missing from detected Node.js packages (<a href="https://redirect.github.com/publint/publint/pull/226">#226</a>)</p> </li> <li> <p>Loosen &quot;breaking change&quot; wording in lint messages (<a href="https://github.com/publint/publint/commit/7bb3f4fd03415d0c860dda0c252d7029144b9f94"><code>7bb3f4f</code></a>)</p> </li> </ul> <h2>0.3.19</h2> <h3>Patch Changes</h3> <ul> <li> <p>Add <code>NESTED_PACKAGE_JSON_FIELD_IGNORED</code> to warn when published nested <code>package.json</code> files define <code>&quot;exports&quot;</code> or <code>&quot;imports&quot;</code>, which Node.js ignores outside the package root. (<a href="https://redirect.github.com/publint/publint/pull/224">#224</a>)</p> </li> <li> <p>Fix internal browser directory traversal logic (<a href="https://redirect.github.com/publint/publint/pull/224">#224</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/publint/publint/commit/3de8eb38e4911a37bc20f0dd9d8cee1d5a39edc3"><code>3de8eb3</code></a> Release packages (<a href="https://github.com/publint/publint/tree/HEAD/packages/publint/issues/231">#231</a>)</li> <li><a href="https://github.com/publint/publint/commit/5f9f3ac8c40818a01fbe5fb2a18bc2acc6a675bd"><code>5f9f3ac</code></a> Suggest sideEffects when missing for bundler packages (<a href="https://github.com/publint/publint/tree/HEAD/packages/publint/issues/228">#228</a>)</li> <li><a href="https://github.com/publint/publint/commit/05278faada2d2f16c10151aa1641571074339bfe"><code>05278fa</code></a> Release packages (<a href="https://github.com/publint/publint/tree/HEAD/packages/publint/issues/227">#227</a>)</li> <li><a href="https://github.com/publint/publint/commit/7bb3f4fd03415d0c860dda0c252d7029144b9f94"><code>7bb3f4f</code></a> Loosen breaking change wording</li> <li><a href="https://github.com/publint/publint/commit/d92247ad421226238f9bfd07c3fc70f8fc51a60c"><code>d92247a</code></a> Suggest adding <code>engines.node</code> when missing (<a href="https://github.com/publint/publint/tree/HEAD/packages/publint/issues/226">#226</a>)</li> <li><a href="https://github.com/publint/publint/commit/351d9ed2820e2b6d5d5538d38789f82e7cb29dfb"><code>351d9ed</code></a> Fix flaky windows CI</li> <li><a href="https://github.com/publint/publint/commit/2412a19233486d6eed8df0e7f6c5f3703959f98f"><code>2412a19</code></a> Release packages (<a href="https://github.com/publint/publint/tree/HEAD/packages/publint/issues/225">#225</a>)</li> <li><a href="https://github.com/publint/publint/commit/e2a30303dfa0e484125cfe63a4effec872fc6f57"><code>e2a3030</code></a> Warn nested <code>package.json</code> exports (<a href="https://github.com/publint/publint/tree/HEAD/packages/publint/issues/224">#224</a>)</li> <li><a href="https://github.com/publint/publint/commit/a52bfc3ac99f9872910654324556fd57cfdb0a1a"><code>a52bfc3</code></a> Disable color for CLI snapshot</li> <li><a href="https://github.com/publint/publint/commit/932462406c28c1ffa282d65d7c4e8c71187eb686"><code>9324624</code></a> Add simple CLI tests</li> <li>Additional commits viewable in <a href="https://github.com/publint/publint/commits/publint@0.3.21/packages/publint">compare view</a></li> </ul> </details> <br /> Updates `tsdown` from 0.21.10 to 0.22.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rolldown/tsdown/releases">tsdown's releases</a>.</em></p> <blockquote> <h2>v0.22.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Drop Node.js &lt; 22.18.0 support, make unrun optional, add tsx config loader  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/a104223"><!-- raw HTML omitted -->(a1042)<!-- raw HTML omitted --></a></li> <li><strong>dts</strong>: Auto-enable dts when tsconfig declaration is true  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/872">rolldown/tsdown#872</a> <a href="https://github.com/rolldown/tsdown/commit/085f079"><!-- raw HTML omitted -->(085f0)<!-- raw HTML omitted --></a></li> <li><strong>publint</strong>: Use pkg from publint results, require publint v0.3.8+  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/413bb46"><!-- raw HTML omitted -->(413bb)<!-- raw HTML omitted --></a></li> </ul> <h3>   🚀 Features</h3> <ul> <li>Upgrade rolldown to 1.0.0-rc.18  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/66085a0"><!-- raw HTML omitted -->(66085)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to v1.0.0  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/fabbabf"><!-- raw HTML omitted -->(fabba)<!-- raw HTML omitted --></a></li> <li><strong>exports</strong>: Auto-enable bin detection by default  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/873">rolldown/tsdown#873</a> <a href="https://github.com/rolldown/tsdown/commit/abda9fb"><!-- raw HTML omitted -->(abda9)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Explicitly drop node 23 support  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/85e65d8"><!-- raw HTML omitted -->(85e65)<!-- raw HTML omitted --></a></li> <li><strong>debug</strong>: Enhance debug logging for pack tarball  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> and <strong>Copilot</strong> <a href="https://github.com/rolldown/tsdown/commit/5de04ad"><!-- raw HTML omitted -->(5de04)<!-- raw HTML omitted --></a></li> <li><strong>exports</strong>: Detect types fields nested in conditional exports  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/82fa153"><!-- raw HTML omitted -->(82fa1)<!-- raw HTML omitted --></a></li> <li><strong>pkg</strong>: Fix duplicate configuration warning logic  -  by <a href="https://github.com/ho991217"><code>@​ho991217</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/935">rolldown/tsdown#935</a> <a href="https://github.com/rolldown/tsdown/commit/6a0d98c"><!-- raw HTML omitted -->(6a0d9)<!-- raw HTML omitted --></a></li> </ul> <h2>🔄 Migration Guide</h2> <h4>Node.js version</h4> <p>Upgrade to Node.js <strong>22.18.0 or later</strong>. Bun and Deno remain supported (experimental).</p> <h4><code>unrun</code> is no longer bundled</h4> <p>If your environment relies on the <code>unrun</code> config loader (i.e. you're on a Node version without native TypeScript support and use the default <code>auto</code> loader), install it manually:</p> <pre lang="bash"><code>npm i -D unrun # or, alternatively, the new tsx loader: npm i -D tsx </code></pre> <p>If you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the <code>auto</code> loader will pick <code>native</code>.</p> <h4><code>dts</code> auto-enabled from tsconfig</h4> <p>If your <code>tsconfig.json</code> has <code>compilerOptions.declaration: true</code> but you do <strong>not</strong> want tsdown to emit <code>.d.ts</code> files, opt out explicitly:</p> <pre lang="ts"><code>// tsdown.config.ts export default defineConfig({ dts: false, }) </code></pre> <h4><code>exports.bin</code> auto-detection</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/tsdown/commit/e3b454bfcf31b3ff5dc63b40d2fed8a5cad77b1f"><code>e3b454b</code></a> chore: release v0.22.0</li> <li><a href="https://github.com/rolldown/tsdown/commit/809fada43a457308924ce0e479a751b9ea798fd9"><code>809fada</code></a> docs: remove rolldown warning from getting started</li> <li><a href="https://github.com/rolldown/tsdown/commit/fabbabf827e044f543a263ffec55b93cdb6dd1a8"><code>fabbabf</code></a> feat: upgrade rolldown to v1.0.0</li> <li><a href="https://github.com/rolldown/tsdown/commit/3e41fe3059b67bb4eaa608b60aa6287942b4b006"><code>3e41fe3</code></a> ci: add node 26 to test matrix</li> <li><a href="https://github.com/rolldown/tsdown/commit/6a0d98c2b6798421ed2b04246f81c73af7817271"><code>6a0d98c</code></a> fix(pkg): fix duplicate configuration warning logic (<a href="https://redirect.github.com/rolldown/tsdown/issues/935">#935</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/85e65d80e6a7e05b22b62a4f411fa818b90444d0"><code>85e65d8</code></a> fix: explicitly drop node 23 support</li> <li><a href="https://github.com/rolldown/tsdown/commit/a0f3a08ce6f921a89d27b9f709a137017ed923b0"><code>a0f3a08</code></a> chore: release v0.22.0-beta.3</li> <li><a href="https://github.com/rolldown/tsdown/commit/1380ef479c1273a21af3d539a580920248c4f8be"><code>1380ef4</code></a> chore: upgrade deps</li> <li><a href="https://github.com/rolldown/tsdown/commit/8f07cae70ecb4142b6656129da81ad6e1ff42180"><code>8f07cae</code></a> v0.22 (<a href="https://redirect.github.com/rolldown/tsdown/issues/931">#931</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/b0018180980e617aa5194cb5468699fc26136f8a"><code>b001818</code></a> chore: upgrade deps</li> <li>Additional commits viewable in <a href="https://github.com/rolldown/tsdown/compare/v0.21.10...v0.22.0">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.1.5 to 4.1.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>v4.1.6</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: Provide project reference in <code>ToMatchScreenshotResolvePath</code>  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10138">vitest-dev/vitest#10138</a> <a href="https://github.com/vitest-dev/vitest/commit/31882607c"><!-- raw HTML omitted -->(31882)<!-- raw HTML omitted --></a></li> <li>Global <code>sequence.concurrent: true</code> with top-level <code>test(..., { concurrent: false })</code> + depreacte <code>sequential</code> test API and options  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a>, <strong>Codex</strong> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10196">vitest-dev/vitest#10196</a> <a href="https://github.com/vitest-dev/vitest/commit/2847dfa2a"><!-- raw HTML omitted -->(2847d)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Simplify orchestrator otel carrier  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10285">vitest-dev/vitest#10285</a> <a href="https://github.com/vitest-dev/vitest/commit/18af98cee"><!-- raw HTML omitted -->(18af9)<!-- raw HTML omitted --></a></li> </ul> <h3>   🏎 Performance</h3> <ul> <li>Stringify diff objects only once  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/10276">vitest-dev/vitest#10276</a> <a href="https://github.com/vitest-dev/vitest/commit/9f7b1528c"><!-- raw HTML omitted -->(9f7b1)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.1.5...v4.1.6">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/a8fd24c1cad2320b19fcc651413c7d928423bdc1"><code>a8fd24c</code></a> chore: release v4.1.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/18af98cee1830604d57f6a02bf28f8067cdffc06"><code>18af98c</code></a> fix(browser): simplify orchestrator otel carrier (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/10285">#10285</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/31882607cc67c7bf52ead13a606321ffdb06a857"><code>3188260</code></a> feat(browser): provide project reference in <code>ToMatchScreenshotResolvePath</code> (#...</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest">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 1337a99 commit be0199d

2 files changed

Lines changed: 1571 additions & 1049 deletions

File tree

0 commit comments

Comments
 (0)