Sourced from @vitest/coverage-istanbul's
releases.
v2.1.3
🐞 Bug Fixes
- Fix error diff of
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy- by@hi-ogawain vitest-dev/vitest#6697 (e0027)- browser:
- Provide aria role intellisense - by
@sheremet-vain vitest-dev/vitest#6629 (f36ea)- Not.toBeInTheDocument works with locators API - by
@sheremet-vain vitest-dev/vitest#6634 (8bef5)- Use
/mockServiceWorker.jsinstead of/__vitest_msw__- by@sheremet-vain vitest-dev/vitest#6687 (4b2ce)- Don't override the esbuild option in the browser mode - by
@sheremet-vain vitest-dev/vitest#6692 (d131f)- expect:
- Preserve prototype in
toMatchObjectdiff - by@hi-ogawain vitest-dev/vitest#6620 (d289e)- mocker:
- Specify correct spy dependency - by
@sheremet-va(7e958)- runner:
- Ensure sequential suite overrides sequence.concurrent - by
@dsyddalland@hi-ogawain vitest-dev/vitest#6653 (5e6de)- vitest:
- Deprecate UserConfig in favor of ViteUserConfig - by
@sheremet-vain vitest-dev/vitest#6626 (496bd)- Don't hang with maxConcurrency 0 - by
@sheremet-vain vitest-dev/vitest#6627 (946d8)- Deprecate old task types and node-reliant types - by
@sheremet-vain vitest-dev/vitest#6632 (00045)- Fix
<empty line>logs when interleavingconsole.log/error- by@hi-ogawain vitest-dev/vitest#6644 (9ece3)- Show rollup error details as test error - by
@hi-ogawain vitest-dev/vitest#6686 (47dde)- Always inline setup files - by
@sheremet-vain vitest-dev/vitest#6689 (19d64)- Use
fast-globinstead oftinyglobbyin Vitest - by@sheremet-vain vitest-dev/vitest#6688 (70baa)- web-worker:
- Share mocker with main executor - by
@hi-ogawain vitest-dev/vitest#6623 (fe7b8)🏎 Performance
- Reuse full name in reported tasks, update generator types - by
@sheremet-vain vitest-dev/vitest#6666 (7a0de)View changes on GitHub
4c03a0d
chore: release v2.1.37155cee
refactor(coverage): move re-usable parts to base provider (#6665)Sourced from tslib's releases.
v2.8.0
What's Changed
- Validate export structure of every entrypoint by
@andrewbranchin microsoft/tslib#269- Add rewriteRelativeImportExtension helper by
@andrewbranchin microsoft/tslib#270Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
ca5f7fb
2.8.02334267
Merge pull request #270
from microsoft/rewriteRelativeImportExtensionc4cde74
Missed update27b2192
Little optimizationsfece22a
Add URL-ish test9c731e9
Combine tsx case into regex1c03288
Test and fix invalid declaration-looking extensionsa55e9f7
Do more with a regexe828dac
Shorten by one linee7b6aa0
Case insensitivity, remove lookbehindSourced from typescript-eslint's releases.
v8.10.0
8.10.0 (2024-10-17)
🚀 Features
- support TypeScript 5.6 (#9972)
🩹 Fixes
- typescript-eslint: propagate
namefield to extended configs inconfighelper (#10094)❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v8.9.0
8.9.0 (2024-10-14)
🚀 Features
- rule-tester: hooks for test cases (#10109)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093)
- eslint-plugin: [return-await] sync the behavior with await-thenable (#10069)
- eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressionsis enabled (#10096)- eslint-plugin: [no-loop-func] sync from upstream base rule (#10103)
- eslint-plugin: [no-unused-vars] never report the naming of an enum member (#10117)
- eslint-plugin: correct use-at-your-own-risk type definitions (#10049)
- eslint-plugin: handle unions in await...for (#10110)
- rule-tester: merge provided
linterOptions(#10131)- scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references (#10095)
- typescript-estree: improve project service error message when file extension missing from extraFileExtensions (#10076)
- visitor-keys: reorder
TSSatisfiesExpressionandTSTypeAssertion(#10139)❤️ Thank You
- Abraham Guo
- Anna Bocharova
@RobinTail- Arya Emami
@aryaemami59- auvred
@auvred- Joshua Chen
- Kirk Waiblinger
@kirkwaiblinger- Lotfi Meklati
@lotmek- mdm317
... (truncated)
Sourced from typescript-eslint's changelog.
8.10.0 (2024-10-17)
🩹 Fixes
- typescript-eslint: propagate
namefield to extended configs inconfighelper (#10094)❤️ Thank You
- auvred
@auvredYou can read about our versioning strategy and releases on our website.
8.9.0 (2024-10-14)
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.
7effdea
chore(release): publish 8.10.0be5bc0f
fix(typescript-eslint): propagate name field to extended
configs in `config...4666ed4
chore(release): publish 8.9.0Sourced from vite's changelog.
5.4.9 (2024-10-14)
- fix: bump launch-editor-middleware to v2.9.1 (#18348) (508d9ab), closes #18348
- fix(css): fix lightningcss dep url resolution with custom root (#18125) (eae00b5), closes #18125
- fix(data-uri): only match ids starting with
data:(#18241) (96084d6), closes #18241- fix(deps): bump tsconfck (#18322) (dc5434c), closes #18322
- fix(hmr): don't try to rewrite imports for direct CSS soft invalidation (#18252) (851b258), closes #18252
- fix(ssr): (backport #18150) fix source map remapping with multiple sources (#18204) (262a879), closes #18204
- chore: update all url references of vitejs.dev to vite.dev (#18276) (c23558a), closes #18276
- chore: update license copyright (#18278) (1864eb1), closes #18278
- docs: update homepage (#18274) (ae44163), closes #18274
898d61f
release: v5.4.9508d9ab
fix: bump launch-editor-middleware to v2.9.1 (#18348)dc5434c
fix(deps): bump tsconfck (#18322)851b258
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation
(#18252)96084d6
fix(data-uri): only match ids starting with data: (#18241)eae00b5
fix(css): fix lightningcss dep url resolution with custom root (#18125)c23558a
chore: update all url references of vitejs.dev to vite.dev (#18276)1864eb1
chore: update license copyright (#18278)ae44163
docs: update homepage (#18274)262a879
fix(ssr): (backport #18150)
fix source map remapping with multiple sources (#...Sourced from vitest's releases.
v2.1.3
🐞 Bug Fixes
- Fix error diff of
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy- by@hi-ogawain vitest-dev/vitest#6697 (e0027)- browser:
- Provide aria role intellisense - by
@sheremet-vain vitest-dev/vitest#6629 (f36ea)- Not.toBeInTheDocument works with locators API - by
@sheremet-vain vitest-dev/vitest#6634 (8bef5)- Use
/mockServiceWorker.jsinstead of/__vitest_msw__- by@sheremet-vain vitest-dev/vitest#6687 (4b2ce)- Don't override the esbuild option in the browser mode - by
@sheremet-vain vitest-dev/vitest#6692 (d131f)- expect:
- Preserve prototype in
toMatchObjectdiff - by@hi-ogawain vitest-dev/vitest#6620 (d289e)- mocker:
- Specify correct spy dependency - by
@sheremet-va(7e958)- runner:
- Ensure sequential suite overrides sequence.concurrent - by
@dsyddalland@hi-ogawain vitest-dev/vitest#6653 (5e6de)- vitest:
- Deprecate UserConfig in favor of ViteUserConfig - by
@sheremet-vain vitest-dev/vitest#6626 (496bd)- Don't hang with maxConcurrency 0 - by
@sheremet-vain vitest-dev/vitest#6627 (946d8)- Deprecate old task types and node-reliant types - by
@sheremet-vain vitest-dev/vitest#6632 (00045)- Fix
<empty line>logs when interleavingconsole.log/error- by@hi-ogawain vitest-dev/vitest#6644 (9ece3)- Show rollup error details as test error - by
@hi-ogawain vitest-dev/vitest#6686 (47dde)- Always inline setup files - by
@sheremet-vain vitest-dev/vitest#6689 (19d64)- Use
fast-globinstead oftinyglobbyin Vitest - by@sheremet-vain vitest-dev/vitest#6688 (70baa)- web-worker:
- Share mocker with main executor - by
@hi-ogawain vitest-dev/vitest#6623 (fe7b8)🏎 Performance
- Reuse full name in reported tasks, update generator types - by
@sheremet-vain vitest-dev/vitest#6666 (7a0de)View changes on GitHub
4c03a0d
chore: release v2.1.370baaaa
fix(vitest): use fast-glob instead of
tinyglobby in Vitest (#6688)19d64e2
fix(vitest): always inline setup files (#6689)47dde76
fix(vitest): show rollup error details as test error (#6686)7155cee
refactor(coverage): move re-usable parts to base provider (#6665)7a0de0a
perf: reuse full name in reported tasks, update generator types (#6666)8bef5d2
fix(browser): not.toBeInTheDocument works with locators API (#6634)9ece395
fix(vitest): fix \<empty line> logs when interleaving
console.log/error (#...000459a
fix(vitest): deprecate old task types and node-reliant types (#6632)946d8bb
fix(vitest): don't hang with maxConcurrency 0 (#6627)