Bump the npm group with 20 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(3 months ago)
(3 months ago)
dependencies javascript
poad
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
76ddfe3
3.25.5732ae1cd
Improve stringbool (#4661)fa83a8a
Fix pluto303f1e9
fix: issc type at ZodCheckLessThan (#4659)9548f11
chore: allow readonly arrays inz.literal
(#4643)20b464d
Add tests, use ReadonlyArraye57ddca
Replace non existing error instance. (#4649)daae643
docs: fix broken link in Zod Core errors docs (#4640)- See full diff in compare view
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
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
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
8915a47
chore(release): publish 8.34.0- See full diff in compare view
Updates vitest
from 3.2.2 to 3.2.3
Release notes
Sourced from vitest's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3e
chore: release v3.2.383862d4
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 useprocess.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
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
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.08208974
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
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
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
8915a47
chore(release): publish 8.34.0- See full diff in compare view
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
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
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
- Kim Sang Du
@developer-bandi
You can read about our versioning strategy and releases on our website.
Commits
8915a47
chore(release): publish 8.34.02df6f99
feat(type-utils): deprecated getSourceFileOfNode function (#11284)- See full diff in compare view
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
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
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
8915a47
chore(release): publish 8.34.08208974
docs: rename "directive comments" to "comment directives" (#11268)- See full diff in compare view
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
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
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
8915a47
chore(release): publish 8.34.01e0ba62
fix(visitor-keys): fix visitor keys order (#11279)- See full diff in compare view
Updates @vitest/expect
from 3.2.2 to 3.2.3
Release notes
Sourced from @vitest/expect
's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3e
chore: release v3.2.34751436
fix: revertexpect.any
return type (#8129)- See full diff in compare view
Updates @vitest/mocker
from 3.2.2 to 3.2.3
Release notes
Sourced from @vitest/mocker
's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3e
chore: release v3.2.3- See full diff in compare view
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
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3e
chore: release v3.2.3- See full diff in compare view
Updates @vitest/runner
from 3.2.2 to 3.2.3
Release notes
Sourced from @vitest/runner
's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)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
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3e
chore: release v3.2.3- See full diff in compare view
Updates @vitest/spy
from 3.2.2 to 3.2.3
Release notes
Sourced from @vitest/spy
's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3e
chore: release v3.2.3- See full diff in compare view
Updates @vitest/utils
from 3.2.2 to 3.2.3
Release notes
Sourced from @vitest/utils
's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-va
in vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-va
in vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-va
in vitest-dev/vitest#8097 (0f335)- Revert
expect.any
return type - by@sheremet-va
in vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-va
in vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()
- by@AriPerkkio
in vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkio
in vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkio
in vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newman
and@hi-ogawa
in vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3e
chore: release v3.2.3- See full diff in compare view
Updates electron-to-chromium
from 1.5.165 to 1.5.166
Commits
e7a72c6
1.5.166d0c9cec
generate new version- See full diff in compare view
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
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
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
ab3d593
chore: release main (#657)39e0865
feat: Add support for ES2026using
andawait using
declarations (#658)796a48c
docs: Update README sponsorsb847f35
docs: Update README sponsorsdd104eb
docs: Add API docs to README (#654)eb0c9c9
docs: Update README sponsors5d2a5ca
docs: Update README sponsorsd615b41
docs: Update README sponsors15e69f6
docs: Update README sponsorsaac1fc2
docs: Update README sponsors- Additional commits viewable in compare view
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
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
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
8.33.1 → 8.34.0
Minor
@typescript-eslint/eslint-plugin
npm
8.33.1 → 8.34.0
Minor
@typescript-eslint/type-utils
npm
8.33.1 → 8.34.0
Minor
@typescript-eslint/visitor-keys
npm
8.33.1 → 8.34.0
Minor
Technical Details
ID: | 1411201 |
UUID: | 3132421613 |
Node ID: | PR_kwDOMVysts6ZzDs8 |
Host: | GitHub |
Repository: | poad/vercel-functions-example |