Update devDependencies (non-major)
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @vitest/coverage-v8 (source) | 4.0.3 -> 4.0.7 |
||
| eslint (source) | 9.38.0 -> 9.39.1 |
||
| vitest (source) | 4.0.3 -> 4.0.7 |
Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v4.0.7
🐞 Bug Fixes
- Bind
processin case global is overwritten - by @AriPerkkio in #8916 (6240d) - Create environment once per worker with
isolate: false- by @sheremet-va in #8915 (c9078) - Add Locator as a possible element type in
toContainElement()matcher - by @vitalybaev in #8910 and #8927 (35a27) -
browser: Inherit
isolateoption, deprecatebrowser.isolate/browser.fileParallelism- by @sheremet-va in #8890 (9d2b4) -
cli: Parse
--execArgvas array - by @AriPerkkio in #8924 (751c3) -
jsdom: Support
URL.createObjectURL,FormData.set(prop, blob)- by @sheremet-va in #8935 (a1b73) -
pool: Avoid
--requireargument when running in deno - by @pi0 in #8897 (d41fa) -
typecheck: Handle re-runs outside
tsc- by @AriPerkkio in #8920 (fdb2e)
🏎️ Performance
-
pool:
- Sort test files by project by default - by @AriPerkkio in #8914 (680a6)
-
reporters:
- Optimize getting the tests stats - by @Connormiha in #8908 (06d62)
- Remove unnecessary
Array.fromcall - by @Connormiha in #8907 (b6014)
View changes on GitHub
v4.0.6
🐞 Bug Fixes
- Don't merge errors with different diffs for reporting - by @hi-ogawa in #8871 (3e19f)
- Do not throw when importing a type from an external package - by @sheremet-va in #8875 (7e6c3)
- Improve spying types - by @sheremet-va in #8878 (ca041)
- Reuse the same environment when
isolateandfileParallelismare false - by @sheremet-va in #8889 (31706) - browser:
-
coverage:
- Prevent filtering out virtual files before remapping to sources - by @AriPerkkio in #8860 (e3b77)
-
happy-dom:
- Properly teardown additional keys - by @sheremet-va in #8888 (10a06)
-
jsdom:
- Pass down Node.js
FormDatatoRequest- by @sheremet-va in #8880 (197ca)
- Pass down Node.js
View changes on GitHub
v4.0.5
🐞 Bug Fixes
- Respect
ssr.noExternalwhen externalizing dependencies, fix Svelte and Astro - by @sheremet-va in #8862 (a4f86) - Allow module in --config - by @sheremet-va in #8864 (b9521)
-
browser: Allow
Locatortype in selectOptions element parameter - by @rzzf and @sheremet-va in #8848 (7ee28) -
module-runner: Don't return node builtins for
getBuiltinsunconditionally - by @sapphi-red in #8863 (0e858) -
pool: Rename
groupIdtogroupOrderin error message - by @Yohannfra in #8856 (b9aab)
🏎️ Performance
- Pass testfiles at once when
--no-isolate --maxWorkers=1- by @AriPerkkio in #8835 (584aa) - expect: Optimize checking the input type - by @Connormiha in #8840 (06968)
View changes on GitHub
v4.0.4
🐞 Bug Fixes
-
browser:
- Correct typo - by @benmccann in #8796 (ede1f)
- Publish a missing context file for webdriverio - by @sheremet-va in #8824 (7c7b6)
-
mocker:
- Support mocking builtins without
node:prefix - by @sheremet-va in #8829 (06208)
- Support mocking builtins without
-
pool:
- Runner's error listener causing
MaxListenersExceededWarning- by @AriPerkkio in #8820 (d1bff) - Capture workers
stdioto logger - by @AriPerkkio in #8809 (fb95f)
- Runner's error listener causing
-
spy:
- Allow classes in
vi.mockedutility - by @sheremet-va in #8839 (f8756)
- Allow classes in
-
worker:
- Rpc listener leak when
isolate: false- by @AriPerkkio in #8821 (573dc)
- Rpc listener leak when
🏎️ Performance
- utils: Optimized reducer to avoid creating new objects - by @Connormiha in #8818 (d19ce)
View changes on GitHub
eslint/eslint (eslint)
v9.39.1
Bug Fixes
Documentation
-
51b51f4docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti) -
b44d426docs: Update README (GitHub Actions Bot)
Chores
-
92db329chore: update@eslint/jsversion to 9.39.1 (#20284) (Francesco Trotta) -
c7ebefcchore: package.json update for @eslint/js release (Jenkins) -
61778f6chore: update eslint-config-eslint dependency @eslint/js to ^9.39.0 (#20275) (renovate[bot]) -
d9ca2fcci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然) -
009e507test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)
v9.39.0
Features
-
cc57d87feat: update error loc to key inno-dupe-class-members(#20259) (Tanuj Kanti) -
126552ffeat: update error location infor-directionandno-dupe-args(#20258) (Tanuj Kanti) -
167d097feat: updatecomplexityrule to highlight only static block header (#20245) (jaymarvelz)
Bug Fixes
-
15f5c7cfix: forward traversalstep.argsto visitors (#20253) (jaymarvelz) -
5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar) -
e86b813fix: Use more types from @eslint/core (#20257) (Nicholas C. Zakas) -
927272dfix: correctScopetypings (#20198) (jaymarvelz) -
37f76d9fix: useAST.Programtype for Program node (#20244) (Francesco Trotta) -
ae07f0bfix: unify timing report for concurrent linting (#20188) (jaymarvelz) -
b165d47fix: correctRuletypings (#20199) (jaymarvelz) -
fb97cdafix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)
Documentation
-
d3e81e3docs: Always recommend to include a files property (#20158) (Percy Ma) -
0f0385fdocs: use consistent naming recommendation (#20250) (Alex M. Spieslechner) -
a3b1456docs: Update README (GitHub Actions Bot) -
cf5f2dddocs: fix correct tag ofno-useless-constructor(#20255) (Tanuj Kanti) -
10b995cdocs: add TS options and examples fornofuncinno-use-before-define(#20249) (Tanuj Kanti) -
2584187docs: remove repetitive word in comment (#20242) (reddaisyy) -
637216bdocs: update CLI flags migration instructions (#20238) (jaymarvelz) -
e7cda3bdocs: Update README (GitHub Actions Bot) -
7b9446fdocs: handle empty flags sections on the feature flags page (#20222) (sethamus)
Chores
-
dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270) (Francesco Trotta) -
2375a6dchore: package.json update for @eslint/js release (Jenkins) -
a1f4e52chore: update@eslintdependencies (#20265) (Francesco Trotta) -
c7d3229chore: update dependency @eslint/core to ^0.17.0 (#20256) (renovate[bot]) -
27549bcchore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic) -
a1370eeci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot]) -
9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GoldenBot