Skip to content

build(deps-dev): bump the devdependencies group with 3 updates#469

Merged
lmorchard merged 1 commit into
mainfrom
dependabot/npm_and_yarn/devdependencies-f2ecf7cb1f
May 26, 2026
Merged

build(deps-dev): bump the devdependencies group with 3 updates#469
lmorchard merged 1 commit into
mainfrom
dependabot/npm_and_yarn/devdependencies-f2ecf7cb1f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the devdependencies group with 3 updates: @types/node, vitest and wxt.

Updates @types/node from 25.6.0 to 25.7.0

Commits

Updates vitest from 4.1.5 to 4.1.6

Release notes

Sourced from vitest's releases.

v4.1.6

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • a8fd24c chore: release v4.1.6
  • 18af98c fix(browser): simplify orchestrator otel carrier (#10285)
  • 3188260 feat(browser): provide project reference in ToMatchScreenshotResolvePath (#...
  • See full diff in compare view

Updates wxt from 0.20.25 to 0.20.26

Release notes

Sourced from wxt's releases.

wxt v0.20.26

compare changes

🚀 Enhancements

  • Add default_state option to popup actions (#2010)
  • Add content script noScriptStartedPostMessage option (#2265)

🩹 Fixes

  • Use manifestVersion from CLI during manifest generation (#2306)
  • Modify command to support variadic positional args (#2317)
  • Bump publish-browser-extension to v4.0.5, to resolve Chrome Web Store submission issue (#2331)
  • Avoid errors when files are removed during build (#2343)
  • manifest: Exclude open_in_tab from options_ui for Safari (#2311)

📖 Documentation

  • wxt-modules: Add logging examples/best practices (57e3748d)
  • Correct entrypoints icon example code (#2302)
  • Add types for components (#2273)
  • Fix JSDoc example formatting (2a8ec0d7)
  • Remove unused code (#2275)
  • Fix horizontal scrollbar displaying on landing page (#2329)
  • Add Mimik extension to the list of extensions (#2319)
  • Added modrinth extras and pi-hole in one to showcase (#2337)
  • Added "QIE Wallet" to showcase (#2341)
  • Update Safari publishing instructions to match Apple docs (#2314)
  • Add "Redmine Time Tracking" to extension showcase (#2312)

🏡 Chore

  • More JSDoc fixes (9b59f38c)
  • Move createFileReloader into it's own file (#2307)
  • Remove ts-expect-error that are no longer needed (#2344)
  • deps-dev: Bump typescript from 5.9.3 to 6.0.3 (#2325)
  • deps-dev: Bump oxlint from 1.59.0 to 1.63.0 (#2356)
  • Use catalog: for dev dependencies (#2357)

❤️ Contributors

... (truncated)

Commits
  • 6f14aa1 chore(release): wxt v0.20.26
  • f771e6a feat: Add content script noScriptStartedPostMessage option (#2265)
  • a0a2394 chore(deps): Upgrade vitest and related deps (#2358)
  • 7b6f1dc fix(manifest): exclude open_in_tab from options_ui for Safari (#2311)
  • 16f9e17 chore: Update codeowners
  • 40e28b7 docs: Add "Redmine Time Tracking" to extension showcase (#2312)
  • 75f0b84 docs: update Safari publishing instructions to match Apple docs (#2314)
  • 8793385 chore: Use catalog: for dev dependencies (#2357)
  • 4f86143 fix: avoid errors when files are removed during build (#2343)
  • 498f74b chore(deps-dev): bump oxlint from 1.59.0 to 1.63.0 (#2356)
  • Additional commits viewable in compare view

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 commands and options

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

Bumps the devdependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [wxt](https://github.com/wxt-dev/wxt).


Updates `@types/node` from 25.6.0 to 25.7.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `vitest` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest)

Updates `wxt` from 0.20.25 to 0.20.26
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.25...wxt-v0.20.26)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: vitest
  dependency-version: 4.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: wxt
  dependency-version: 0.20.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@lmorchard lmorchard merged commit 9911482 into main May 26, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/devdependencies-f2ecf7cb1f branch May 26, 2026 18:26
srbiv pushed a commit that referenced this pull request May 27, 2026
Bumps the devdependencies group with 3 updates:
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node),
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
and [wxt](https://github.com/wxt-dev/wxt).

Updates `@types/node` from 25.6.0 to 25.7.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">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 />

Updates `wxt` from 0.20.25 to 0.20.26
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wxt-dev/wxt/releases">wxt's
releases</a>.</em></p>
<blockquote>
<h2>wxt v0.20.26</h2>
<p><a
href="https://github.com/wxt-dev/wxt/compare/wxt-v0.20.25...wxt-v0.20.26">compare
changes</a></p>
<h3>🚀 Enhancements</h3>
<ul>
<li>Add <code>default_state</code> option to popup actions (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2010">#2010</a>)</li>
<li>Add content script <code>noScriptStartedPostMessage</code> option
(<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2265">#2265</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>Use <code>manifestVersion</code> from CLI during manifest generation
(<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2306">#2306</a>)</li>
<li>Modify command to support variadic positional args (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2317">#2317</a>)</li>
<li>Bump <code>publish-browser-extension</code> to <code>v4.0.5</code>,
to resolve Chrome Web Store submission issue (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2331">#2331</a>)</li>
<li>Avoid errors when files are removed during build (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2343">#2343</a>)</li>
<li><strong>manifest:</strong> Exclude <code>open_in_tab</code> from
<code>options_ui</code> for Safari (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2311">#2311</a>)</li>
</ul>
<h3>📖 Documentation</h3>
<ul>
<li><strong>wxt-modules:</strong> Add logging examples/best practices
(<a
href="https://github.com/wxt-dev/wxt/commit/57e3748d">57e3748d</a>)</li>
<li>Correct entrypoints icon example code (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2302">#2302</a>)</li>
<li>Add types for components (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2273">#2273</a>)</li>
<li>Fix JSDoc example formatting (<a
href="https://github.com/wxt-dev/wxt/commit/2a8ec0d7">2a8ec0d7</a>)</li>
<li>Remove unused code (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2275">#2275</a>)</li>
<li>Fix horizontal scrollbar displaying on landing page (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2329">#2329</a>)</li>
<li>Add Mimik extension to the list of extensions (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2319">#2319</a>)</li>
<li>Added modrinth extras and pi-hole in one to showcase (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2337">#2337</a>)</li>
<li>Added &quot;QIE Wallet&quot; to showcase (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2341">#2341</a>)</li>
<li>Update Safari publishing instructions to match Apple docs (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2314">#2314</a>)</li>
<li>Add &quot;Redmine Time Tracking&quot; to extension showcase (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2312">#2312</a>)</li>
</ul>
<h3>🏡 Chore</h3>
<ul>
<li>More JSDoc fixes (<a
href="https://github.com/wxt-dev/wxt/commit/9b59f38c">9b59f38c</a>)</li>
<li>Move <code>createFileReloader</code> into it's own file (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2307">#2307</a>)</li>
<li>Remove ts-expect-error that are no longer needed (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2344">#2344</a>)</li>
<li><strong>deps-dev:</strong> Bump typescript from 5.9.3 to 6.0.3 (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2325">#2325</a>)</li>
<li><strong>deps-dev:</strong> Bump oxlint from 1.59.0 to 1.63.0 (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2356">#2356</a>)</li>
<li>Use <code>catalog:</code> for dev dependencies (<a
href="https://redirect.github.com/wxt-dev/wxt/pull/2357">#2357</a>)</li>
</ul>
<h3>❤️ Contributors</h3>
<ul>
<li>Jonathan Viney (<a
href="https://github.com/jviney"><code>@​jviney</code></a>)</li>
<li>Rxliuli (<a
href="https://github.com/rxliuli"><code>@​rxliuli</code></a>)</li>
<li>CrawlerCode (<a
href="https://github.com/CrawlerCode"><code>@​CrawlerCode</code></a>)</li>
<li>Thomas Howlett (<a
href="https://github.com/howlettt"><code>@​howlettt</code></a>)</li>
<li>Aaron (<a
href="https://github.com/aklinker1"><code>@​aklinker1</code></a>)</li>
<li>Brian Zhou (<a
href="https://github.com/aiktb"><code>@​aiktb</code></a>)</li>
<li>Soaib Haque (<a
href="https://github.com/SoaibHaque"><code>@​SoaibHaque</code></a>)</li>
<li>Arthur <a
href="mailto:creeperkatze.dev@gmail.com">creeperkatze.dev@gmail.com</a></li>
<li>Luis Ortiz (<a
href="https://github.com/KiryuuLight"><code>@​KiryuuLight</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wxt-dev/wxt/commit/6f14aa1c71b2142ff064d867d365ceba778a0afd"><code>6f14aa1</code></a>
chore(release): wxt v0.20.26</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/f771e6a122aa19a4cbdf6e22a6a89354c6562dbe"><code>f771e6a</code></a>
feat: Add content script <code>noScriptStartedPostMessage</code> option
(<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2265">#2265</a>)</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/a0a23947b6b83db3c2ec66a469344b128333439d"><code>a0a2394</code></a>
chore(deps): Upgrade vitest and related deps (<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2358">#2358</a>)</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/7b6f1dc88b418e79e5479a32d608b92a4989acb3"><code>7b6f1dc</code></a>
fix(manifest): exclude <code>open_in_tab</code> from
<code>options_ui</code> for Safari (<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2311">#2311</a>)</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/16f9e1705fc1e5be83a3d1402ed0f7a91b4f9783"><code>16f9e17</code></a>
chore: Update codeowners</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/40e28b702d2e023d3e0c57657314806d060f9551"><code>40e28b7</code></a>
docs: Add &quot;Redmine Time Tracking&quot; to extension showcase (<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2312">#2312</a>)</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/75f0b843f8367d049151d1c5cf8cfe2ebc4a44a3"><code>75f0b84</code></a>
docs: update Safari publishing instructions to match Apple docs (<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2314">#2314</a>)</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/879338532515fed5f8b72000040c11b622635551"><code>8793385</code></a>
chore: Use <code>catalog:</code> for dev dependencies (<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2357">#2357</a>)</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/4f861438535883f3fb42b3cd4b4670a561aed5bc"><code>4f86143</code></a>
fix: avoid errors when files are removed during build (<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2343">#2343</a>)</li>
<li><a
href="https://github.com/wxt-dev/wxt/commit/498f74b21bb3fbfcc9e2cc77479da7a7e6b76099"><code>498f74b</code></a>
chore(deps-dev): bump oxlint from 1.59.0 to 1.63.0 (<a
href="https://redirect.github.com/wxt-dev/wxt/issues/2356">#2356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/wxt-dev/wxt/compare/wxt-v0.20.25...wxt-v0.20.26">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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant