Bump the npm group with 22 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(12 months ago)
(12 months ago)
(12 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 22 updates:
| Package | From | To |
|---|---|---|
| @types/node | 22.15.30 |
24.0.0 |
| @vitest/coverage-v8 | 3.2.2 |
3.2.3 |
| 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 |
| fdir | 6.4.5 |
6.4.6 |
| undici-types | 6.21.0 |
7.8.0 |
| vite-node | 3.2.2 |
3.2.3 |
Updates @types/node from 22.15.30 to 24.0.0
Commits
- See full diff in compare view
Updates @vitest/coverage-v8 from 3.2.2 to 3.2.3
Release notes
Sourced from @vitest/coverage-v8's releases.
v3.2.3
🚀 Features
- browser: Use base url instead of vitest - by
@sheremet-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: release v3.2.3- 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
nullfromKeywordtoNull(#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
8915a47chore(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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: release v3.2.383862d4fix: run only the name plugin last, not all config plugins (#8130)dc469f2fix(runner): comments between fixture destructures (#8127)1d8ebf9feat(browser): use base url instead of vitest (#8126)dfe81a6fix(pool): throw if user's tests useprocess.send()(#8125)0f33506fix: 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
nullfromKeywordtoNull(#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
8915a47chore(release): publish 8.34.08208974docs: rename "directive comments" to "comment directives" (#11268)685e530fix(typescript-estree): add validation to interface extends (#11271)0f5c59cchore(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
nullfromKeywordtoNull(#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
8915a47chore(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
nullfromKeywordtoNull(#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-bandiYou can read about our versioning strategy and releases on our website.
Commits
8915a47chore(release): publish 8.34.02df6f99feat(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
nullfromKeywordtoNull(#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
8915a47chore(release): publish 8.34.08208974docs: 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
nullfromKeywordtoNull(#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
8915a47chore(release): publish 8.34.01e0ba62fix(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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: release v3.2.34751436fix: revertexpect.anyreturn 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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: 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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: 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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain 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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: 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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: 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-vain vitest-dev/vitest#8126 (1d8eb)- ui: Show test annotations and metadata in the test report tab - by
@sheremet-vain vitest-dev/vitest#8093 (c69be)🐞 Bug Fixes
- Rerun tests when project's setup file is changed - by
@sheremet-vain vitest-dev/vitest#8097 (0f335)- Revert
expect.anyreturn type - by@sheremet-vain vitest-dev/vitest#8129 (47514)- Run only the name plugin last, not all config plugins - by
@sheremet-vain vitest-dev/vitest#8130 (83862)- pool:
- Throw if user's tests use
process.send()- by@AriPerkkioin vitest-dev/vitest#8125 (dfe81)- runner:
- Fast sequential task updates missing - by
@AriPerkkioin vitest-dev/vitest#8121 (7bd11)- Comments between fixture destructures - by
@AriPerkkioin vitest-dev/vitest#8127 (dc469)- vite-node:
- Unable to handle errors where sourcemap mapping empty - by
@blake-newmanand@hi-ogawain vitest-dev/vitest#8071 (8aa25)View changes on GitHub
Commits
b87ee3echore: release v3.2.3- See full diff in compare view
Updates electron-to-chromium from 1.5.165 to 1.5.166
Commits
e7a72c61.5.166d0c9cecgenerate 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
ab3d593chore: release main (#657)39e0865feat: Add support for ES2026usingandawait usingdeclarations (#658)796a48cdocs: Update README sponsorsb847f35docs: Update README sponsorsdd104ebdocs: Add API docs to README (#654)eb0c9c9docs: Update README sponsors5d2a5cadocs: Update README sponsorsd615b41docs: Update README sponsors
Pull Request Statistics
1
2
+187
-173
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: | 1439383 |
| UUID: | 2580803033 |
| Node ID: | PR_kwDOE3aIh86Z0-3Z |
| Host: | GitHub |
| Repository: | poad/github-pull-requester |
| Merge State: | Unknown |