Sourced from @vitejs/plugin-react-swc's
releases.
v3.7.1
Ignore directive sourcemap error #231
Sourced from @vitejs/plugin-react-swc's
changelog.
3.7.1
Ignore directive sourcemap error #231
bc88ecb
release: v3.7.133d0246
chore: use isolated declarations for dts (#232)bfaf614
chore(deps): update dependency
@swc/plugin-styled-components to v3 (#228)076d18e
chore(deps): update dependency @swc/plugin-emotion to v4
(#227)8f0c001
fix(deps): update all non-major dependencies (#225)9ae7fe6
fix: ignore directive sourcemap error (#231)3029ffb
fix(deps): update all non-major dependencies (#209)df98ee8
chore(deps): update pnpm to v9 (#198)e078012
docs: mention devTarget option in caveats list (#212)11f4f68
ci: use node 20Sourced from @vitest/coverage-istanbul's
releases.
v2.1.2
🐞 Bug Fixes
- Move
Vitest.setServerto postconfigureServerhook to enable import analysis for workspace config loading - by@hi-ogawain vitest-dev/vitest#6584 (e7f35)- benchmark:
- Clear
BenchmarkResult.samplesarray to reduce memory usage - by@hi-ogawaand@AriPerkkioin vitest-dev/vitest#6541 (a6407)- browser:
- Fix dynamic import inside worker - by
@hi-ogawain vitest-dev/vitest#6569 (ea2d4)- Fix browser mock factory event race condition - by
@hi-ogawain vitest-dev/vitest#6530 (f131f)- Serve ui assets as static - by
@hi-ogawain vitest-dev/vitest#6564 (adcda)- Update solidjs testing library lib - by
@CamilleTeruelin vitest-dev/vitest#6548 (91442)- Use
data:protocol on preview provider file upload - by@userquinin vitest-dev/vitest#6501 (e9821)- Fix base for client script - by
@hi-ogawain vitest-dev/vitest#6510 (f9528)- Throw an error if "
@vitest/browser/context" is imported outside of the browser mode - by@sheremet-vain vitest-dev/vitest#6570 (383f1)- coverage:
- Remove empty coverage folder on test failure too - by
@AriPerkkioin vitest-dev/vitest#6547 (1371c)- Include
*.astroby default - by@AriPerkkioin vitest-dev/vitest#6565 (f8ff7)cleanOnRerun: falseto invalidate previous results - by@AriPerkkioin vitest-dev/vitest#6592 (88bde)- expect:
- Fix
toBeDefinedwithexpect.poll- by@hi-ogawain vitest-dev/vitest#6562 (f7da6)- runner:
- Mark tests as skipped when
beforeAllfailed - by@hi-ogawain vitest-dev/vitest#6524 (fb797)- Support fixture parsing of lowered async syntax - by
@hi-ogawain vitest-dev/vitest#6531 (b553c)- Fix fixture parsing of lowered async syntax for non arrow functions - by
@hi-ogawain vitest-dev/vitest#6575 (3de00)- Guard test hook callback - by
@sheremet-vain vitest-dev/vitest#6604 (14971)- Run
onTestFinishedandonTestFailedduringretryandrepeats- by@hi-ogawain vitest-dev/vitest#6609 (c5e29)- ui:
- List tests on ui when
--standalone- by@hi-ogawain vitest-dev/vitest#6577 (d0bf8)- vite-node:
- Fix esm false-detection inside comment - by
@hi-ogawain vitest-dev/vitest#6506 (91f85)- vitest:
- Install dependencies with the same version when prompted - by
@sheremet-vain vitest-dev/vitest#6611 (ed8b7)- Make env.SSR consistent between different pools - by
@sheremet-vain vitest-dev/vitest#6616 (8a8d3)- Don't start a websocket server if api is disabled - by
@sheremet-vain vitest-dev/vitest#6617 (82140)- workspace:
- Fix glob pattern detection - by
@hi-ogawain vitest-dev/vitest#6502 (7727c)- Ignore DS_Store by default - by
@sheremet-vain vitest-dev/vitest#6571 (d2a86)View changes on GitHub
Sourced from typescript-eslint's releases.
v8.8.0
8.8.0 (2024-09-30)
🚀 Features
- eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
- eslint-plugin: [await-thenable] check for-await loop iteree (#10008)
🩹 Fixes
- remove
export type *in d.ts to support TS<5.0 (#10070)- eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
- eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
- eslint-plugin: [no-misused-promises] check contextual type (#10042)
- eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
- type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()(#10026)- utils: update missing type information message (#10043)
❤️ Thank You
- auvred
@auvred- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Ronen Amiel
- Tarun Chauhan
@tarunrajput- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.8.0 (2024-09-30)
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.
2055cfb
chore(release): publish 8.8.0Sourced from vitest's releases.
v2.1.2
🐞 Bug Fixes
- Move
Vitest.setServerto postconfigureServerhook to enable import analysis for workspace config loading - by@hi-ogawain vitest-dev/vitest#6584 (e7f35)- benchmark:
- Clear
BenchmarkResult.samplesarray to reduce memory usage - by@hi-ogawaand@AriPerkkioin vitest-dev/vitest#6541 (a6407)- browser:
- Fix dynamic import inside worker - by
@hi-ogawain vitest-dev/vitest#6569 (ea2d4)- Fix browser mock factory event race condition - by
@hi-ogawain vitest-dev/vitest#6530 (f131f)- Serve ui assets as static - by
@hi-ogawain vitest-dev/vitest#6564 (adcda)- Update solidjs testing library lib - by
@CamilleTeruelin vitest-dev/vitest#6548 (91442)- Use
data:protocol on preview provider file upload - by@userquinin vitest-dev/vitest#6501 (e9821)- Fix base for client script - by
@hi-ogawain vitest-dev/vitest#6510 (f9528)- Throw an error if "
@vitest/browser/context" is imported outside of the browser mode - by@sheremet-vain vitest-dev/vitest#6570 (383f1)- coverage:
- Remove empty coverage folder on test failure too - by
@AriPerkkioin vitest-dev/vitest#6547 (1371c)- Include
*.astroby default - by@AriPerkkioin vitest-dev/vitest#6565 (f8ff7)cleanOnRerun: falseto invalidate previous results - by@AriPerkkioin vitest-dev/vitest#6592 (88bde)- expect:
- Fix
toBeDefinedwithexpect.poll- by@hi-ogawain vitest-dev/vitest#6562 (f7da6)- runner:
- Mark tests as skipped when
beforeAllfailed - by@hi-ogawain vitest-dev/vitest#6524 (fb797)- Support fixture parsing of lowered async syntax - by
@hi-ogawain vitest-dev/vitest#6531 (b553c)- Fix fixture parsing of lowered async syntax for non arrow functions - by
@hi-ogawain vitest-dev/vitest#6575 (3de00)- Guard test hook callback - by
@sheremet-vain vitest-dev/vitest#6604 (14971)- Run
onTestFinishedandonTestFailedduringretryandrepeats- by@hi-ogawain vitest-dev/vitest#6609 (c5e29)- ui:
- List tests on ui when
--standalone- by@hi-ogawain vitest-dev/vitest#6577 (d0bf8)- vite-node:
- Fix esm false-detection inside comment - by
@hi-ogawain vitest-dev/vitest#6506 (91f85)- vitest:
- Install dependencies with the same version when prompted - by
@sheremet-vain vitest-dev/vitest#6611 (ed8b7)- Make env.SSR consistent between different pools - by
@sheremet-vain vitest-dev/vitest#6616 (8a8d3)- Don't start a websocket server if api is disabled - by
@sheremet-vain vitest-dev/vitest#6617 (82140)- workspace:
- Fix glob pattern detection - by
@hi-ogawain vitest-dev/vitest#6502 (7727c)- Ignore DS_Store by default - by
@sheremet-vain vitest-dev/vitest#6571 (d2a86)View changes on GitHub
0ce26a4
chore: release v2.1.2383f179
fix(browser): throw an error if
"@vitest/browser/context" is imported
outside...821400b
fix(vitest): don't start a websocket server if api is disabled (#6617)8a8d3f0
fix(vitest): make env.SSR consistent between different pools (#6616)ed8b7c0
fix(vitest): install dependencies with the same version when prompted
(#6611)d2a86ff
fix(workspace): ignore DS_Store by default (#6571)88bde99
fix(coverage): cleanOnRerun: false to invalidate previous
results (#6592)5f75790
refactor: replace strip-ansi with
stripVTControlCharacters from `node:uti...e7f3521
fix: move Vitest.setServer to post
configureServer hook to enable import ...891d6fe
docs: deprecate benchmark.outputFile option (#6591)