An open index of dependabot pull requests across open source projects.

Bump the npm group with 14 updates

Closed
Number: #2605
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: January 26, 2026 at 10:44 AM UTC
(6 months ago)
Updated: January 26, 2026 at 10:44 AM UTC
(6 months ago)
Closed: January 26, 2026 at 10:44 AM UTC
(6 months ago)
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 14 updates:

Package From To
@types/node 25.0.9 25.0.10
@vitest/coverage-v8 4.0.17 4.0.18
vitest 4.0.17 4.0.18
@vitest/expect 4.0.17 4.0.18
@vitest/mocker 4.0.17 4.0.18
@vitest/pretty-format 4.0.17 4.0.18
@vitest/runner 4.0.17 4.0.18
@vitest/snapshot 4.0.17 4.0.18
@vitest/spy 4.0.17 4.0.18
@vitest/utils 4.0.17 4.0.18
baseline-browser-mapping 2.9.15 2.9.18
caniuse-lite 1.0.30001765 1.0.30001766
electron-to-chromium 1.5.267 1.5.278
prettier 3.8.0 3.8.1

Updates @types/node from 25.0.9 to 25.0.10

Commits

Updates @vitest/coverage-v8 from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 4.0.17 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/expect from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/expect's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/mocker from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/mocker's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/pretty-format from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/pretty-format's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/runner from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/runner's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/snapshot from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/snapshot's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/spy from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/spy's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/utils from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/utils's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates baseline-browser-mapping from 2.9.15 to 2.9.18

Release notes

Sourced from baseline-browser-mapping's releases.

v2.9.3 - remove process.loadEnvFile()

What's Changed

Full Changelog: https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.2...v2.9.3

Commits
  • 945eca4 Patch to 2.9.18 because browser or feature data changed
  • ea6e7ca Browser or feature data changed
  • 586487b Updating static site
  • 802fe15 Patch to 2.9.17 because browser or feature data changed
  • fb0d550 Browser or feature data changed
  • ebb10d9 Updating static site
  • d130866 Patch to 2.9.16 because browser or feature data changed
  • 659ecf3 Browser or feature data changed
  • 115d837 Updating static site
  • See full diff in compare view

Updates caniuse-lite from 1.0.30001765 to 1.0.30001766

Commits

Updates electron-to-chromium from 1.5.267 to 1.5.278

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
Package Dependencies
Package:
vitest
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Package:
@types/node
Ecosystem:
npm
Version Change:
25.0.9 → 25.0.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.8.0 → 3.8.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.267 → 1.5.278
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001765 → 1.0.30001766
Update Type:
Patch
Package:
@vitest/spy
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.17 → 4.0.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.9.15 → 2.9.18
Update Type:
Patch
Technical Details
ID: 13181272
UUID: 3855433866
Node ID: PR_kwDOE3aIh86_VsZh
Host: GitHub
Repository: poad/github-pull-requester