Sourced from @vitest/coverage-v8
's
releases.
v1.5.3
🐞 Bug Fixes
- Use package.json name for a workspace project if not provided - by
@sheremet-va
in vitest-dev/vitest#5608 (48fba)- Backport jest iterable equality within object - by
@sukovanej
in vitest-dev/vitest#5621 (30e5d)- browser: Support benchmark - by
@hi-ogawa
in vitest-dev/vitest#5622 (becab)- reporter: Use default error formatter for JUnit - by
@hi-ogawa
in vitest-dev/vitest#5629 (20060)View changes on GitHub
v1.5.2
🐞 Bug Fixes
- Check for null before storing in weakmap - by
@sheremet-va
(ce368)View changes on GitHub
v1.5.1
🚀 Features
- api:
startVitest()
to acceptstdout
andstdin
- by@AriPerkkio
in vitest-dev/vitest#5493 (780b1)
- This is listed as a feature, but it doesn't increase the minor version because
startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
- Close vite servers on all resolved projects - by
@surc54
in vitest-dev/vitest#5544 (413ec)- Fix default
import.meta.env.PROD: false
- by@hi-ogawa
in vitest-dev/vitest#5561 (9c649)- Resolve cwd correctly when initiating projects - by
@sheremet-va
in vitest-dev/vitest#5582 (ec9d7)- Always run
onTestFinished
in reverse order - by@sheremet-va
in vitest-dev/vitest#5598 (23f29)- browser:
- Disable
fileParallelism
by default on browser pool - by@hi-ogawa
in vitest-dev/vitest#5528 (5c69f)- Dispose tester iframe on done - by
@hi-ogawa
in vitest-dev/vitest#5595 (b2135)- coverage:
- Fix bundling of
v8-to-istanbul
- by@AriPerkkio
in vitest-dev/vitest#5549 (df6a4)- Prevent crash when
cleanOnRerun
is disabled - by@AriPerkkio
in vitest-dev/vitest#5540 (ea3c1)thresholds
to compare files relative to root - by@AriPerkkio
in vitest-dev/vitest#5574 (80265)- expect:
- Fix
toEqual
andtoMatchObject
with circular references - by@hi-ogawa
in vitest-dev/vitest#5535 (9e641)- vitest:
- Fix false positive file filter match with leading slash - by
@hi-ogawa
in vitest-dev/vitest#5578 (316eb)- Watch the output directory correctly - by
@sheremet-va
in vitest-dev/vitest#5584 (e40f9)- StubEnv casts boolean on PROD/SSR/DEV - by
@sheremet-va
in vitest-dev/vitest#5590 (4da88)View changes on GitHub
v1.5.0
🚀 Features
- Add configuration for diff truncation - by
@willieho
in vitest-dev/vitest#5073 and vitest-dev/vitest#5333 (6797b)- Remove unrelated noise from diff for toMatchObject() - by
@geersch
in vitest-dev/vitest#5364 (99276)
... (truncated)
a52964b
chore: release v1.5.381f57f4
chore: release v1.5.21be4510
chore: release v1.5.180265b4
fix(coverage): thresholds
to compare files relative to root
(#5574)ea3c16e
fix(coverage): prevent crash when cleanOnRerun
is disabled
(#5540)9e7a01c
chore: release v1.5.010b8971
feat(coverage): v8 to ignore empty lines, comments, types (#5457)Sourced from type-fest's releases.
v4.18.1
- Fix missing exports (#876) ed860e9
https://github.com/sindresorhus/type-fest/compare/v4.18.0...v4.18.1
v4.18.0
New types
Improvements
TsConfigJson
: Addpreserve
module type andES2022
lib types (#874) 7096613Opaque
: Mark as deprecated (#867) ef7b580UnwrapOpaque
: Mark as deprecated (#867) ef7b580https://github.com/sindresorhus/type-fest/compare/v4.17.0...v4.18.0
v4.17.0
New types
IsNull
d639574Fixes
Zero
: Fix missing export (#870) 91a2b1ehttps://github.com/sindresorhus/type-fest/compare/v4.16.0...v4.17.0
v4.16.0
New types
Fixes
Integer
: Fix handling of some edge-cases (#857) f5b09deFloat
: Fix handling of some edge-cases (#857) f5b09dehttps://github.com/sindresorhus/type-fest/compare/v4.15.0...v4.16.0
a661204
4.18.1ed860e9
Fix missing exports (#876)fb6c2aa
4.18.0909c38e
Add Or
type9d628aa
Add And
type4a40404
Meta tweaksef7b580
Mark Opaque
and UnwrapOpaque
as deprecated (#867)7096613
TsConfigJson
: Add preserve
module type and
ES2022
lib types (#874)1fd3ad7
4.17.0d639574
Add IsNull
typeSourced from typescript's releases.
TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
27bcd4c
Update LKG9f33bf1
🤖 Pick PR #58098
(Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84
Bump version to 5.4.5 and LKG892936f
🤖 Pick PR #58083
(Don't propagate partial union/inter...) into release-5.4 (#...38a7c05
release-5.4: Always set node-version for setup-node (#58117)b754fc3
🤖 Pick PR #57778
(fix type import check for default-i...) into release-5.4 (#...Sourced from vitest's releases.
v1.5.3
🐞 Bug Fixes
- Use package.json name for a workspace project if not provided - by
@sheremet-va
in vitest-dev/vitest#5608 (48fba)- Backport jest iterable equality within object - by
@sukovanej
in vitest-dev/vitest#5621 (30e5d)- browser: Support benchmark - by
@hi-ogawa
in vitest-dev/vitest#5622 (becab)- reporter: Use default error formatter for JUnit - by
@hi-ogawa
in vitest-dev/vitest#5629 (20060)View changes on GitHub
v1.5.2
🐞 Bug Fixes
- Check for null before storing in weakmap - by
@sheremet-va
(ce368)View changes on GitHub
v1.5.1
🚀 Features
- api:
startVitest()
to acceptstdout
andstdin
- by@AriPerkkio
in vitest-dev/vitest#5493 (780b1)
- This is listed as a feature, but it doesn't increase the minor version because
startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
- Close vite servers on all resolved projects - by
@surc54
in vitest-dev/vitest#5544 (413ec)- Fix default
import.meta.env.PROD: false
- by@hi-ogawa
in vitest-dev/vitest#5561 (9c649)- Resolve cwd correctly when initiating projects - by
@sheremet-va
in vitest-dev/vitest#5582 (ec9d7)- Always run
onTestFinished
in reverse order - by@sheremet-va
in vitest-dev/vitest#5598 (23f29)- browser:
- Disable
fileParallelism
by default on browser pool - by@hi-ogawa
in vitest-dev/vitest#5528 (5c69f)- Dispose tester iframe on done - by
@hi-ogawa
in vitest-dev/vitest#5595 (b2135)- coverage:
- Fix bundling of
v8-to-istanbul
- by@AriPerkkio
in vitest-dev/vitest#5549 (df6a4)- Prevent crash when
cleanOnRerun
is disabled - by@AriPerkkio
in vitest-dev/vitest#5540 (ea3c1)thresholds
to compare files relative to root - by@AriPerkkio
in vitest-dev/vitest#5574 (80265)- expect:
- Fix
toEqual
andtoMatchObject
with circular references - by@hi-ogawa
in vitest-dev/vitest#5535 (9e641)- vitest:
- Fix false positive file filter match with leading slash - by
@hi-ogawa
in vitest-dev/vitest#5578 (316eb)- Watch the output directory correctly - by
@sheremet-va
in vitest-dev/vitest#5584 (e40f9)- StubEnv casts boolean on PROD/SSR/DEV - by
@sheremet-va
in vitest-dev/vitest#5590 (4da88)View changes on GitHub
v1.5.0
🚀 Features
- Add configuration for diff truncation - by
@willieho
in vitest-dev/vitest#5073 and vitest-dev/vitest#5333 (6797b)- Remove unrelated noise from diff for toMatchObject() - by
@geersch
in vitest-dev/vitest#5364 (99276)
... (truncated)
a52964b
chore: release v1.5.3200609c
fix(reporter): use default error formatter for JUnit (#5629)48fba19
fix: use package.json name for a workspace project if not provided (#5608)7c993e9
test: standardising internal test (#5600)81f57f4
chore: release v1.5.21be4510
chore: release v1.5.1f1bec62
refactor: remove VitestCache.clearCache method (#5602)780b187
feat(api): startVitest()
to accept stdout
and
stdin
(#5493)2b3fc0f
docs: fix cli-table generator597e0c2
docs: generate CLI table automatically (#5588)