Sourced from @vitest/coverage-v8
's
releases.
v2.1.4
🚀 Features
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your
package.json
. See npm's documentation about semver for more information.
- browser: Allow custom HTML path, respect plugins
transformIndexHtml
- by@sheremet-va
in vitest-dev/vitest#6725 (16902)🐞 Bug Fixes
- windows:
- Don't normalize drive case letter in root - by
@sheremet-va
in vitest-dev/vitest#6792 (b28cd)- browser:
- Fix default browser port - by
@hi-ogawa
in vitest-dev/vitest#6700 (9c518)- Optimize expect-type - by
@sheremet-va
in vitest-dev/vitest#6713 (07918)- Don't polyfill process.env - by
@sheremet-va
in vitest-dev/vitest#6718 (da6d2)- Increment browser port automatically if there are several projects with browser.enabled - by
@sheremet-va
in vitest-dev/vitest#6717 (a9397)- Cleanup keyboard state - by
@hi-ogawa
in vitest-dev/vitest#6731 (19278)- Don't add
v=
queries to setup files imports - by@sheremet-va
in vitest-dev/vitest#6759 (b8258)- User event cleanup on retry - by
@hi-ogawa
in vitest-dev/vitest#6764 (bdd15)- Ignore non mocked msw requests - by
@sheremet-va
in vitest-dev/vitest#6770 (9d9ba)- Initiate MSW in the same frame as tests - by
@sheremet-va
in vitest-dev/vitest#6772 (2444f)- deps:
- Update dependency sirv to v3 - in vitest-dev/vitest#6701 (fde5d)
- expect:
- Correct behavior of
toThrowError
with empty string parameter - by@shulaoda
in vitest-dev/vitest#6710 (a6129)- mocker:
- Remove spy from peer dependencies - by
@sheremet-va
in vitest-dev/vitest#6777 (3a8b5)- vitest:
- Clarify slowTestThreshold, print slow tests in non-TTY mode - by
@sheremet-va
in vitest-dev/vitest#6715 (2e6aa)- Print warnings form Vite plugins - by
@sheremet-va
in vitest-dev/vitest#6724 (121b1)- Don't fail if the working directory starts with a lowercase drive letter - by
@sheremet-va
in vitest-dev/vitest#6779 (df6d7)- Silence import analysis warning - by
@hi-ogawa
in vitest-dev/vitest#6785 (39041)- vitest,runner:
- Simplify
test.extend
type exports - by@hi-ogawa
in vitest-dev/vitest#6707 (e5c38)🏎 Performance
- Use
hash
to replacecreateHash
- by@btea
in vitest-dev/vitest#6703 (5d07b)View changes on GitHub
v2.1.3
🐞 Bug Fixes
- Fix error diff of
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by@hi-ogawa
in vitest-dev/vitest#6697 (e0027)- browser:
- Provide aria role intellisense - by
@sheremet-va
in vitest-dev/vitest#6629 (f36ea)- Not.toBeInTheDocument works with locators API - by
@sheremet-va
in vitest-dev/vitest#6634 (8bef5)- Use
/mockServiceWorker.js
instead of/__vitest_msw__
- by@sheremet-va
in vitest-dev/vitest#6687 (4b2ce)- Don't override the esbuild option in the browser mode - by
@sheremet-va
in vitest-dev/vitest#6692 (d131f)
... (truncated)
0df44c0
chore: release v2.1.4de74785
chore(deps): update @antfu/eslint-config
v3.8.0 (#6751)62ac4eb
chore(deps): update magic-string
(#6711)d260cef
chore(deps): update all non-major dependencies (#6360)4c03a0d
chore: release v2.1.37155cee
refactor(coverage): move re-usable parts to base provider (#6665)0ce26a4
chore: release v2.1.288bde99
fix(coverage): cleanOnRerun: false
to invalidate previous
results (#6592)1371ca6
fix(coverage): remove empty coverage folder on test failure too (#6547)699055e
chore: release v2.1.1Sourced from tsup's releases.
v8.3.5
🐞 Bug Fixes
- Run
experimentalDts
only once - by@aryaemami59
in egoist/tsup#1236 (fddd4)View changes on GitHub
v8.3.4
No significant changes
View changes on GitHub
v8.3.3
No significant changes
View changes on GitHub
v8.3.1
🚀 Features
🐞 Bug Fixes
- Support TS 5.6 for svelte - by
@sxzz
(28b9c)- Add
neutral
value to platform options inschema.json
- by@venables
in egoist/tsup#982 (a03db)- Wider restriction for
target
option - by@odanado
in egoist/tsup#1118 (1979b)- Add
terser
value tominify
option inschema.json
- by@damienbutt
in egoist/tsup#991 (34951)- Change
newlineKind
tolf
forexperimentalDts
- by@aryaemami59
in egoist/tsup#1234 (4584b)- Enable rollup
output.compact
when minify is enabled - by@hyrious
in egoist/tsup#1232 (9cc86)- Support
Node16
andNodeNext
module resolution inexperimentalDts
- by@aryaemami59
in egoist/tsup#1225 (41c98)View changes on GitHub
v8.3.0
8.3.0 (2024-09-17)
Bug Fixes
Features
cd03e1e
chore: release v8.3.5fddd451
fix: run experimentalDts
only once (#1236)21b1193
chore: release v8.3.4580e03d
ci: fix release workflow01b38f2
chore: release v8.3.34f5b71e
ci: fix release workflowe80dad6
chore: release v8.3.2f4af79a
ci: fix release workflow (#1241)4b72d61
chore: release v8.3.141c98ff
fix: support Node16
and NodeNext
module
resolution in experimentalDts
(...Sourced from type-fest's releases.
v4.26.1
Exact
: Fix usage with recursive types and unions (#949) 91f6d39https://github.com/sindresorhus/type-fest/compare/v4.26.0...v4.26.1
Sourced from typescript's releases.
TypeScript 5.6.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
- fixed issues query for Typescript 5.6.3 (Stable).
Downloads are available on:
TypeScript 5.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
Downloads are available on:
TypeScript 5.6 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083
(Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it
for ...1f44dcf
🤖 Pick PR #60157
(fix automatic type acquisition) into release-5.6 (#60169)a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708
(LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670
(fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761
(this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542
(Fixing delay caused in vscode due t...) into release-5.6 (#...Sourced from vitest's releases.
v2.1.4
🚀 Features
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your
package.json
. See npm's documentation about semver for more information.
- browser: Allow custom HTML path, respect plugins
transformIndexHtml
- by@sheremet-va
in vitest-dev/vitest#6725 (16902)🐞 Bug Fixes
- windows:
- Don't normalize drive case letter in root - by
@sheremet-va
in vitest-dev/vitest#6792 (b28cd)- browser:
- Fix default browser port - by
@hi-ogawa
in vitest-dev/vitest#6700 (9c518)- Optimize expect-type - by
@sheremet-va
in vitest-dev/vitest#6713 (07918)- Don't polyfill process.env - by
@sheremet-va
in vitest-dev/vitest#6718 (da6d2)- Increment browser port automatically if there are several projects with browser.enabled - by
@sheremet-va
in vitest-dev/vitest#6717 (a9397)- Cleanup keyboard state - by
@hi-ogawa
in vitest-dev/vitest#6731 (19278)- Don't add
v=
queries to setup files imports - by@sheremet-va
in vitest-dev/vitest#6759 (b8258)- User event cleanup on retry - by
@hi-ogawa
in vitest-dev/vitest#6764 (bdd15)- Ignore non mocked msw requests - by
@sheremet-va
in vitest-dev/vitest#6770 (9d9ba)- Initiate MSW in the same frame as tests - by
@sheremet-va
in vitest-dev/vitest#6772 (2444f)- deps:
- Update dependency sirv to v3 - in vitest-dev/vitest#6701 (fde5d)
- expect:
- Correct behavior of
toThrowError
with empty string parameter - by@shulaoda
in vitest-dev/vitest#6710 (a6129)- mocker:
- Remove spy from peer dependencies - by
@sheremet-va
in vitest-dev/vitest#6777 (3a8b5)- vitest:
- Clarify slowTestThreshold, print slow tests in non-TTY mode - by
@sheremet-va
in vitest-dev/vitest#6715 (2e6aa)- Print warnings form Vite plugins - by
@sheremet-va
in vitest-dev/vitest#6724 (121b1)- Don't fail if the working directory starts with a lowercase drive letter - by
@sheremet-va
in vitest-dev/vitest#6779 (df6d7)- Silence import analysis warning - by
@hi-ogawa
in vitest-dev/vitest#6785 (39041)- vitest,runner:
- Simplify
test.extend
type exports - by@hi-ogawa
in vitest-dev/vitest#6707 (e5c38)🏎 Performance
- Use
hash
to replacecreateHash
- by@btea
in vitest-dev/vitest#6703 (5d07b)View changes on GitHub
v2.1.3
🐞 Bug Fixes
- Fix error diff of
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by@hi-ogawa
in vitest-dev/vitest#6697 (e0027)- browser:
- Provide aria role intellisense - by
@sheremet-va
in vitest-dev/vitest#6629 (f36ea)- Not.toBeInTheDocument works with locators API - by
@sheremet-va
in vitest-dev/vitest#6634 (8bef5)- Use
/mockServiceWorker.js
instead of/__vitest_msw__
- by@sheremet-va
in vitest-dev/vitest#6687 (4b2ce)- Don't override the esbuild option in the browser mode - by
@sheremet-va
in vitest-dev/vitest#6692 (d131f)
... (truncated)
0df44c0
chore: release v2.1.42444ff2
fix(browser): initiate MSW in the same frame as tests (#6772)39041ee
fix(vitest): silence import analysis warning (#6785)b28cd2e
fix: don't normalize drive case letter in root (#6792)df6d750
fix(vitest): don't fail if the working directory starts with a lowercase
driv...169028f
feat(browser): allow custom HTML path, respect plugins
transformIndexHtml
(...5df7414
chore(deps): update all non-major dependencies (#6750)de74785
chore(deps): update @antfu/eslint-config
v3.8.0 (#6751)121b161
fix(vitest): print warnings form Vite plugins (#6724)a939779
fix(browser): increment browser port automatically if there are several
proje...