Sourced from @vitest/coverage-istanbul
's
releases.
v2.1.5
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by@AriPerkkio
in vitest-dev/vitest#6808 (0bf0a)- Capture
unhandledRejection
even when base reporter is not used - by@AriPerkkio
in vitest-dev/vitest#6812 (8878b)- Don't change the working directory when loading workspace projects - by
@sheremet-va
in vitest-dev/vitest#6811 (f0aea)- Remove
sequence.concurrent
from theRuntimeConfig
type - by@sheremet-va
in vitest-dev/vitest#6880 (6af73)- Stop the runner before restarting, restart on workspace config change - by
@sheremet-va
in vitest-dev/vitest#6859 (b01df)- Don't rerun on Esc or Ctrl-C during watch filter - by
@hi-ogawa
in vitest-dev/vitest#6895 (98f76)- Print ssrTransform error - by
@hi-ogawa
in vitest-dev/vitest#6885 (4c96c)- Throw an error and a warning if
.poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by@sheremet-va
in vitest-dev/vitest#6877 (93b67)- browser:
- Don't process the default css styles - by
@sheremet-va
in vitest-dev/vitest#6861 (0d67f)- Support non US key input - by
@hi-ogawa
in vitest-dev/vitest#6873 (5969d)- Stop the browser rpc when the pool is closed - by
@sheremet-va
in vitest-dev/vitest#6858 (9a0c9)- Init browsers eagerly when tests are running - by
@sheremet-va
in vitest-dev/vitest#6876 (417bd)- coverage:
- Report uncovered files when re-run by
enter
or'a'
- by@AriPerkkio
in vitest-dev/vitest#6848 (487c8)- ui:
- Remove crossorigin attributes for same origin assets - by
@hi-ogawa
in vitest-dev/vitest#6883 (6e793)- vite-node:
- Improve esm check to decide external - by
@hi-ogawa
in vitest-dev/vitest#6816 (7e1fa)- Top-level throw in module is not reported properly - by
@vanaigr
and@hi-ogawa
in vitest-dev/vitest#6840 (cf0cb)- vitest:
- Use fetch() implementation from happy-dom - by
@capricorn86
in vitest-dev/vitest#6879 (3c56f)🏎 Performance
- Limit workspace project concurrency to available cores - by
@sheremet-va
in vitest-dev/vitest#6869 (f4c04)View changes on GitHub
32f23b9
chore: release v2.1.5Sourced from typescript-eslint's releases.
v8.14.0
8.14.0 (2024-11-11)
🚀 Features
- eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
- eslint-plugin: [await-thenable] report unnecessary
await using
statements (#10209)🩹 Fixes
- deps: update dependency eslint to v9.14.0 (#10309)
- deps: update docusaurus monorepo to v3.6.0 (#10319)
- eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
- eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
- scope-manager: fix asserted increments not being marked as write references (#10271)
❤️ Thank You
- Gyumong
@Gyumong
- Jan Ochwat
@janek515
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.14.0 (2024-11-11)
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.
16fba0a
chore(release): publish 8.14.0c54c860
release: v5.4.11Sourced from vite-tsconfig-paths's releases.
v5.1.2
- fix Windows regression introduced in v5.1.1 (#162)
v5.1.1
- support
${configDir}
syntax in include/exclude (#156)
Sourced from vitest's releases.
v2.1.5
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by@AriPerkkio
in vitest-dev/vitest#6808 (0bf0a)- Capture
unhandledRejection
even when base reporter is not used - by@AriPerkkio
in vitest-dev/vitest#6812 (8878b)- Don't change the working directory when loading workspace projects - by
@sheremet-va
in vitest-dev/vitest#6811 (f0aea)- Remove
sequence.concurrent
from theRuntimeConfig
type - by@sheremet-va
in vitest-dev/vitest#6880 (6af73)- Stop the runner before restarting, restart on workspace config change - by
@sheremet-va
in vitest-dev/vitest#6859 (b01df)- Don't rerun on Esc or Ctrl-C during watch filter - by
@hi-ogawa
in vitest-dev/vitest#6895 (98f76)- Print ssrTransform error - by
@hi-ogawa
in vitest-dev/vitest#6885 (4c96c)- Throw an error and a warning if
.poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by@sheremet-va
in vitest-dev/vitest#6877 (93b67)- browser:
- Don't process the default css styles - by
@sheremet-va
in vitest-dev/vitest#6861 (0d67f)- Support non US key input - by
@hi-ogawa
in vitest-dev/vitest#6873 (5969d)- Stop the browser rpc when the pool is closed - by
@sheremet-va
in vitest-dev/vitest#6858 (9a0c9)- Init browsers eagerly when tests are running - by
@sheremet-va
in vitest-dev/vitest#6876 (417bd)- coverage:
- Report uncovered files when re-run by
enter
or'a'
- by@AriPerkkio
in vitest-dev/vitest#6848 (487c8)- ui:
- Remove crossorigin attributes for same origin assets - by
@hi-ogawa
in vitest-dev/vitest#6883 (6e793)- vite-node:
- Improve esm check to decide external - by
@hi-ogawa
in vitest-dev/vitest#6816 (7e1fa)- Top-level throw in module is not reported properly - by
@vanaigr
and@hi-ogawa
in vitest-dev/vitest#6840 (cf0cb)- vitest:
- Use fetch() implementation from happy-dom - by
@capricorn86
in vitest-dev/vitest#6879 (3c56f)🏎 Performance
- Limit workspace project concurrency to available cores - by
@sheremet-va
in vitest-dev/vitest#6869 (f4c04)View changes on GitHub
32f23b9
chore: release v2.1.5417bdb4
fix(browser): init browsers eagerly when tests are running (#6876)93b67c2
fix: throw an error and a warning if .poll
,
.element
, .rejects
/`.resolv...9a0c93d
fix(browser): stop the browser rpc when the pool is closed (#6858)251893b
chore: set resolve.mainFields
and
resolve.conditions
for SSR environment ...0ad2cdc
chore(deps): update all non-major dependencies (#6890)4c96cce
fix: print ssrTransform error (#6885)98f76ea
fix: don't rerun on Esc or Ctrl-C during watch filter (#6895)00ebea6
refactor(reporters): base reporter readability improvements (#6889)9b3c3de
chore: add JSDoc to Jest assertions and asymmetric matchers (#6822)