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

Bump the npm group with 19 updates

Open
Number: #2378
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 03, 2025 at 10:06 AM UTC
(about 1 year ago)
Updated: June 03, 2025 at 10:06 AM UTC
(about 1 year ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 19 updates:

Package From To
@vitest/coverage-v8 3.1.4 3.2.0
pnpm 10.11.0 10.11.1
typescript-eslint 8.33.0 8.33.1
vitest 3.1.4 3.2.0
@typescript-eslint/eslint-plugin 8.33.0 8.33.1
@typescript-eslint/parser 8.33.0 8.33.1
@typescript-eslint/type-utils 8.33.0 8.33.1
@typescript-eslint/utils 8.33.0 8.33.1
@typescript-eslint/visitor-keys 8.33.0 8.33.1
@vitest/expect 3.1.4 3.2.0
@vitest/mocker 3.1.4 3.2.0
@vitest/pretty-format 3.1.4 3.2.0
@vitest/runner 3.1.4 3.2.0
@vitest/snapshot 3.1.4 3.2.0
@vitest/spy 3.1.4 3.2.0
@vitest/utils 3.1.4 3.2.0
electron-to-chromium 1.5.161 1.5.162
tinyspy 3.0.2 4.0.3
vite-node 3.1.4 3.2.0

Updates @vitest/coverage-v8 from 3.1.4 to 3.2.0

Release notes

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

v3.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates pnpm from 10.11.0 to 10.11.1

Release notes

Sourced from pnpm's releases.

pnpm 10.11.1

Patch Changes

  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#9531)
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #9505.
  • Use pnpm_config_ env variables instead of npm_config_ #9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #9502.
  • pnpm -r --silent run should not print out section #9563.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.11.1

Patch Changes

  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#9531)
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #9505.
  • Use pnpm_config_ env variables instead of npm_config_ #9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #9502.
  • pnpm -r --silent run should not print out section #9563.
Commits

Updates typescript-eslint from 8.33.0 to 8.33.1

Release notes

Sourced from typescript-eslint's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.33.1 (2025-06-02)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 3.1.4 to 3.2.0

Release notes

Sourced from vitest's releases.

v3.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 59200ae chore: release v3.2.0
  • cce98d3 chore(deps): update all non-major dependencies (#8067)
  • 35e313f fix(reporters): check the test result again when tests are rerunning (#8063)
  • 9cbfc23 feat(vitest): allow per-file and per-worker fixtures (#7704)
  • 797be1f chore(deps): tinypool v1.1.0 (#8061)
  • b03f209 feat: annotation API (#7953)
  • 8fad735 fix(cli): parse --silent values properly (#8055)
  • 3bdf05d fix: ensure errors keep their message and stack after toJSON serialisation ...
  • 0cbad1b fix(browser): share vite cache with the project cache (#8049)
  • 95961e4 feat: track module execution totalTime and selfTime (#8027)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 8.33.0 to 8.33.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)

❤️ Thank You

  • roottool

You can read about our versioning strategy and releases on our website.

Commits
  • 936f350 chore(release): publish 8.33.1
  • c14bcac fix: exclude docs/ directory from eslint-plugin package (#11251)
  • e493317 docs(eslint-plugin): add FAQ about JSDoc link usage with no-unused-vars (#11259)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.33.0 to 8.33.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.33.1 (2025-06-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/type-utils from 8.33.0 to 8.33.1

Release notes

Sourced from @​typescript-eslint/type-utils's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/type-utils's changelog.

8.33.1 (2025-06-02)

This was a version bump only for type-utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/utils from 8.33.0 to 8.33.1

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.33.1 (2025-06-02)

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/visitor-keys from 8.33.0 to 8.33.1

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.33.1 (2025-06-02)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @vitest/expect from 3.1.4 to 3.2.0

Release notes

Sourced from @​vitest/expect's releases.

v3.2.0

   🚀 Features

   🐞 Bug Fixes

Package Dependencies
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Package:
vite-node
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.161 → 1.5.162
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Package:
@vitest/spy
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Package:
pnpm
Ecosystem:
npm
Version Change:
10.11.0 → 10.11.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.4 → 3.2.0
Update Type:
Minor
Package:
tinyspy
Ecosystem:
npm
Version Change:
3.0.2 → 4.0.3
Update Type:
Major
Technical Details
ID: 846676
UUID: 3113306206
Node ID: PR_kwDOE3aIh86Yyhds
Host: GitHub
Repository: poad/github-pull-requester