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

Bump the npm group with 20 updates

Open
Number: #240
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 3
Created: June 10, 2025 at 07:10 AM UTC
(3 months ago)
Updated: June 10, 2025 at 08:22 AM UTC
(3 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 20 updates:

Package From To
zod 3.25.56 3.25.57
typescript-eslint 8.33.1 8.34.0
vitest 3.2.2 3.2.3
@typescript-eslint/eslint-plugin 8.33.1 8.34.0
@typescript-eslint/parser 8.33.1 8.34.0
@typescript-eslint/type-utils 8.33.1 8.34.0
@typescript-eslint/utils 8.33.1 8.34.0
@typescript-eslint/visitor-keys 8.33.1 8.34.0
@vitest/expect 3.2.2 3.2.3
@vitest/mocker 3.2.2 3.2.3
@vitest/pretty-format 3.2.2 3.2.3
@vitest/runner 3.2.2 3.2.3
@vitest/snapshot 3.2.2 3.2.3
@vitest/spy 3.2.2 3.2.3
@vitest/utils 3.2.2 3.2.3
electron-to-chromium 1.5.165 1.5.166
eslint-scope 8.3.0 8.4.0
espree 10.3.0 10.4.0
unrs-resolver 1.7.11 1.7.12
vite-node 3.2.2 3.2.3

Updates zod from 3.25.56 to 3.25.57

Release notes

Sourced from zod's releases.

v3.25.57

Commits:

  • daae643da3fe082783803d198e89877ac0f6c5f6 docs: fix broken link in Zod Core errors docs (#4640)
  • e57ddcab25f97acff7ac5663502daf9455671356 Replace non existing error instance. (#4649)
  • 20b464d6429d35b2ef5416c3c3cfefeb1c0eb50e Add tests, use ReadonlyArray
  • 9548f1198b0bcbd8b69034fee2dd22030878f7d8 chore: allow readonly arrays in z.literal (#4643)
  • 303f1e9612e896ba9fe1ef5059da659b54f119e6 fix: issc type at ZodCheckLessThan (#4659)
  • fa83a8a26c394c40a5359f50c850089e29412107 Fix pluto
  • 32ae1cd86c1b05de1212f2977d6ce898847d67da Improve stringbool (#4661)
  • 76ddfe3d7e45864169c5331d32413b699fd0cdec 3.25.57
Commits

Updates typescript-eslint from 8.33.1 to 8.34.0

Release notes

Sourced from typescript-eslint's releases.

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.34.0 (2025-06-09)

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.2.2 to 3.2.3

Release notes

Sourced from vitest's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • b87ee3e chore: release v3.2.3
  • 83862d4 fix: run only the name plugin last, not all config plugins (#8130)
  • dc469f2 fix(runner): comments between fixture destructures (#8127)
  • 1d8ebf9 feat(browser): use base url instead of vitest (#8126)
  • dfe81a6 fix(pool): throw if user's tests use process.send() (#8125)
  • 0f33506 fix: rerun tests when project's setup file is changed (#8097)
  • See full diff in compare view

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

Release notes

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

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

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

8.34.0 (2025-06-09)

🩹 Fixes

  • typescript-estree: add validation to interface extends (#11271)

❤️ Thank You

  • Tao

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

Commits
  • 8915a47 chore(release): publish 8.34.0
  • 8208974 docs: rename "directive comments" to "comment directives" (#11268)
  • 685e530 fix(typescript-estree): add validation to interface extends (#11271)
  • 0f5c59c chore(eslint-plugin): [prefer-optional-chain] fix comment placement (#11269)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.33.1 to 8.34.0

Release notes

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

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

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

8.34.0 (2025-06-09)

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.1 to 8.34.0

Release notes

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

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

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

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

❤️ Thank You

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

Commits

Updates @typescript-eslint/utils from 8.33.1 to 8.34.0

Release notes

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

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

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

8.34.0 (2025-06-09)

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.1 to 8.34.0

Release notes

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

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

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

8.34.0 (2025-06-09)

🩹 Fixes

  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

  • overlookmotel

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

Commits

Updates @vitest/expect from 3.2.2 to 3.2.3

Release notes

Sourced from @​vitest/expect's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/mocker from 3.2.2 to 3.2.3

Release notes

Sourced from @​vitest/mocker's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/pretty-format from 3.2.2 to 3.2.3

Release notes

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

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/runner from 3.2.2 to 3.2.3

Release notes

Sourced from @​vitest/runner's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/snapshot from 3.2.2 to 3.2.3

Release notes

Sourced from @​vitest/snapshot's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/spy from 3.2.2 to 3.2.3

Release notes

Sourced from @​vitest/spy's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/utils from 3.2.2 to 3.2.3

Release notes

Sourced from @​vitest/utils's releases.

v3.2.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates electron-to-chromium from 1.5.165 to 1.5.166

Commits

Updates eslint-scope from 8.3.0 to 8.4.0

Release notes

Sourced from eslint-scope's releases.

eslint-scope: v8.4.0

8.4.0 (2025-06-09)

Features

  • Add support for ES2026 using and await using declarations (#658) (39e0865)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1
      • espree bumped from ^10.3.0 to ^10.4.0
Changelog

Sourced from eslint-scope's changelog.

8.4.0 (2025-06-09)

Features

  • Add support for ES2026 using and await using declarations (#658) (39e0865)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1
      • espree bumped from ^10.3.0 to ^10.4.0
Commits

Updates espree from 10.3.0 to 10.4.0

Release notes

Sourced from espree's releases.

espree: v10.4.0

10.4.0 (2025-06-09)

Features

  • Add support for ES2026 using and await using declarations (#658) (39e0865)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • eslint-visitor-keys bumped from ^4.2.0 to ^4.2.1
Changelog

Sourced from espree's changelog.

10.4.0 (2025-06-09)

Features

  • Add support for ES...

    Description has been truncated

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
vitest
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Package:
zod
Ecosystem:
npm
Version Change:
3.25.56 → 3.25.57
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Package:
vite-node
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.165 → 1.5.166
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.7.11 → 1.7.12
Update Type:
Patch
Package:
@vitest/spy
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.2.2 → 3.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.3.0 → 8.4.0
Update Type:
Minor
Package:
espree
Ecosystem:
npm
Version Change:
10.3.0 → 10.4.0
Update Type:
Minor
Technical Details
ID: 1411201
UUID: 3132421613
Node ID: PR_kwDOMVysts6ZzDs8
Host: GitHub
Repository: poad/vercel-functions-example