react-chartjs-2
react-chartjs-2 copied to clipboard
chore(deps): update vitest monorepo
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @vitest/coverage-c8 (source) | ^0.27.0 -> ^0.33.0 |
||||
| vitest (source) | ^0.27.0 -> ^0.34.0 |
Release Notes
vitest-dev/vitest (@vitest/coverage-c8)
v0.33.0
🚨 Breaking Changes
- Revert default include patterns - by @so1ve #3729
0.32.0changed the defaultincludeglobs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
🐞 Bug Fixes
- Add missing JSDom living keys - by @DerZade in https://github.com/vitest-dev/vitest/issues/3702 (83a86)
- vite-node:
- Don't fail when importing Promise module - by @sheremet-va (08192)
- Allow importing node:test - by @sheremet-va (db22c)
View changes on GitHub
v0.32.4
🐞 Bug Fixes
- browser: Correctly optimize CJS dependencies - by @sheremet-va (3d090)
View changes on GitHub
v0.32.3
🚀 Features
- Add
concurrentoption tosequenceconfig - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3604 (f427f) - Introduce global configuration for retry setting - by @imentu and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3598 and https://github.com/vitest-dev/vitest/issues/3603 (9a117)
- Don't rely on util package in @vitest/utils - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3685 (f91da)
- Support accessing other fixtures in fixture function - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3651 (1621c)
- Support use function/class as
benchname - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3711 (a749a) - reporters: Show full test suite when testing 1 spec file at a time - by @Dunqing in https://github.com/vitest-dev/vitest/issues/3543 (7531c)
- runner: Support
test.extend- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3554 (2db1a)
🐞 Bug Fixes
- Remove "concordance" from dependencies list - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3597 (969dc)
- Show diff correctly - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3620 (73dd4)
- Util import - by @fubhy in https://github.com/vitest-dev/vitest/issues/3621 (2fb4c)
- Compat with frozen Math - by @turadg in https://github.com/vitest-dev/vitest/issues/3527 (0db67)
CTRL+Cto terminate run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3642 (fa663)- Run mode stuck in TTY terminals - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3690 (141a8)
- Use first stack frame in json reporter - by @tim-smart in https://github.com/vitest-dev/vitest/issues/3645 (80ea7)
- Print actual number for
toBeCalledTimes- by @antfu in https://github.com/vitest-dev/vitest/issues/3696 (d3640) - benchmark:
- Don't fail when running correct benchmarks - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3629 (edad9)
- browser:
- Correctly print diff - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3627 (d756e)
- Esm injector doesn't replace class expressions - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3641 (5c0ac)
- Transform superclass identifier - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3681 (a1e04)
- coverage:
v8to prevent crash on dynamic CJS files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3657 (40f18)
- runner:
- Make the default value of
retryandrepeats0 - by @Dunqing in https://github.com/vitest-dev/vitest/issues/3638 (6d146)
- Make the default value of
- utils:
- Respect all flags in format function - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3695 (91e16)
- watch:
- Cancel using
hkey - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3618 (60c36)
- Cancel using
View changes on GitHub
v0.32.2
🐞 Bug Fixes
- browser: Don't fail on importing diff-sequences - by @sheremet-va (00b0e)
View changes on GitHub
v0.32.1
🚀 Features
- Export
registerConsoleShortcutsfromvitest/node- by @deot in https://github.com/vitest-dev/vitest/issues/3563 (bc49b) - expect: Support
expect.unreachable- by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3556 (8e385) - runner:
describe/testname support anonymous function - by @btea in https://github.com/vitest-dev/vitest/issues/3562 (3d436)
🐞 Bug Fixes
- Avoid call stack recursion with large error (fix: #3060) - by @nathanmmiller and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3078 and https://github.com/vitest-dev/vitest/issues/3060 (02196)
- Automatically remove define related configuration - by @btea in https://github.com/vitest-dev/vitest/issues/3552 (368b8)
- Import
performancefromperf_hooks- by @Max10240 and wangbaolong.wbl in https://github.com/vitest-dev/vitest/issues/3578 and https://github.com/vitest-dev/vitest/issues/3579 (24ec8) - Revert concordance diff, use jest's diff output - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3582 (9c7ea)
- Typo in config suggestion - by @Krisell in https://github.com/vitest-dev/vitest/issues/3583 (68985)
- browser:
- Change optimized deps to use
vitest- by @userquin in https://github.com/vitest-dev/vitest/issues/3580 (b4ac8) - Access vi_inject only if it was injected - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3587 (d9e14)
- Change optimized deps to use
- mocker:
- Respect namespace import when hoisting vi.mock - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3547 (158c4)
- ui:
- Navigate to dashboard when re-running tests from coverage page - by @userquin in https://github.com/vitest-dev/vitest/issues/3529 (bc283)
- vite-node:
- Correctly resolve virtual modules - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3544 (0cbb0)
- Fix errors caused by commonjs export circular references - by @rxliuli in https://github.com/vitest-dev/vitest/issues/3570 (b097c)
View changes on GitHub
v0.32.0
🚨 Breaking Changes
- Throw an error, if the module cannot be resolved - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3307 (1ad63)
- Vitest used to fall back to the original import when it could not resolve it to the file path or the virtual module. This leads to hard-to-find module graph mismatches if you had incorrect alias or relied on relative imports to be resolved to the project root (which is usual behavior in TypeScript) because the code accidentally "worked". With this release, Vitest will now throw an error if it cannot resolve the module - there are possible edge cases that are not covered yet, so if you have any problems with this, please open a separate issue with reproduction.
- Improve globs - by @nickmccurdy in https://github.com/vitest-dev/vitest/issues/3392 (19ecc)
- Vitest now has glob patterns similar to Jest for better compatibility. It's possible that some files will be considered test files when previously they were not. For example, Vitest now considers
test.jsto be a test file. Also any file in__tests__is now considered to be a test, not just files withtestorspecsuffix.
- Vitest now has glob patterns similar to Jest for better compatibility. It's possible that some files will be considered test files when previously they were not. For example, Vitest now considers
- Add
@vitest/coverage-v8package - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)- Vitest now uses v8 code coverage directly for better performance.
@vitest/coverage-c8is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user hasc8as their coverage provider. Please, install the new@vitest/coverage-v8package if you previously used@vitest/coverage-c8.
- Vitest now uses v8 code coverage directly for better performance.
- mocker: Don't restore mock to the original if the module is automocked - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3518 (c1004)
spy.mockRestoreon auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.
🚀 Features
- Support ssr optimizer - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3490 (89842)
- Image type add apng - by @btea in https://github.com/vitest-dev/vitest/issues/3498 (a53c2)
- expect: Support
expect.soft- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3507 (7c687) - runner: Support using function/class as
describe/testname - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3497 (15253)
🐞 Bug Fixes
- The cli option is passed to coverage.exclude - by @btea in https://github.com/vitest-dev/vitest/issues/3506 (c37cd)
- optimizer: Always respect optimizeDeps even if include/exclude is overridden - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3488 (eb285)
- runner: Ensure Vitest is deduped - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3489 (2deb7)
- ui: Don't cache coverage assets - by @userquin in https://github.com/vitest-dev/vitest/issues/3508 (952b5)
- vite-node: Circular import stuck - by @Dunqing in https://github.com/vitest-dev/vitest/issues/3480 (50f07)
- watch: Junit reporter fails to re-generate report - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3496 (5b73c)
View changes on GitHub
v0.31.4
🚀 Features
- Enable experimentalOptimizer - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3413 (5a894)
🐞 Bug Fixes
- vite-node: Deps.inline doesn't work - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3485 (be930)
View changes on GitHub
v0.31.3
🚀 Features
- Support
VITE_NODE_DEPS_MODULE_DIRECTORIESfrom .npmrc - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3471 (393bf)
🐞 Bug Fixes
- logger: Print unhandled errors before summary - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3474 (4c9a7)
- runner: Suite options do not propagate to nested suites (fix: #3467) - by @xsjcTony in https://github.com/vitest-dev/vitest/issues/3473 and https://github.com/vitest-dev/vitest/issues/3467 (9fb9d)
- vite-node: Clear importers when invalidating module - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3475 (add29)
View changes on GitHub
v0.31.2
🚀 Features
- Throw error if using inline snapshot inside of
test.eachordescribe.each- by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3360 (7c2f7) - Pass down meta information to Node.js process - by @sheremet-va and @dammy001 in https://github.com/vitest-dev/vitest/issues/3449 (e39ad)
- coverage: Add
reportOnFailureoption - by @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3453 (1988f) - dev: Add moduleDirectories option to the vitest config - by @fooddilsn and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3337 (b3602)
🐞 Bug Fixes
- Don't print empty diff - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3437 (32b53)
- Don't restore methods in automocked dependencies - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3438 (d1afd)
- Dot reporter scrollback buffer spam - by @gtm-nayan in https://github.com/vitest-dev/vitest/issues/3415 (e6792)
- Gracefully exit when first
SIGINTis received - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3407 (a2cc2) rejects&resolvesbreaks with thenable objects - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3456 (4e996)- Prevent
birpctimeouts whenMath.randommock is not restored - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3460 (cd5d5) - Assertion diff message now handle non writable property correctly - by @PCreations in https://github.com/vitest-dev/vitest/issues/3422 (f75ab)
- Extend logging of process timeout errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3452 (42643)
- Support requiring files with
lessextension - by @rluvaton in https://github.com/vitest-dev/vitest/issues/3465 (4d045) - cli:
- Improve colors used when erroring - by @ghiscoding and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3349 (16681)
- runner:
- Suite timeout does not take effect - by @btea in https://github.com/vitest-dev/vitest/issues/3455 (82547)
- spy:
- Don't print received calls if there are no calls - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3405 (41e11)
- typecheck:
- Show tsc errors not related to test files - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3441 (a1da5)
- types:
- Fix
PartialMockwith async TReturns - by @ghry5 in https://github.com/vitest-dev/vitest/issues/3462 (b664d)
- Fix
- vite-node:
- Circular import stuck - by @Dunqing in https://github.com/vitest-dev/vitest/issues/3418 (632ee)
- Coerce to string in import(dep) - by @jcbhmr and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3430 (b72eb)
- Don't remove sourcemap string in source code - by @rxliuli and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2918 and https://github.com/vitest-dev/vitest/issues/3379 (02dc9)
- Don't externalize "dist" by default - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3446 (306b2)
View changes on GitHub
v0.31.1
🚀 Features
- watch: Press
rshould rerun current pattern tests - by @Dunqing and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3305 (69d27)
🐞 Bug Fixes
- Make sure thrown error is an object - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3298 (a93be)
- Remove duplicate type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3303 (5382e)
- Throw an error, if tests are collected with a different vitest version - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3301 (708b1)
- Support application/x-gzip metadata in html report - by @mzanelee and Michael Lee in https://github.com/vitest-dev/vitest/issues/3333 (5bf7e)
- Correctly restore vi.fn implementation - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3341 (2aff8)
- Display error message correctly - by @btea in https://github.com/vitest-dev/vitest/issues/3314 (a5b3d)
- Exclude
cwdfrom test name filter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3353 (324a9) - Check error type before modifying it - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3385 (c44d9)
toMatchInlineSnapshotfails when file path includes parentheses - by @pacexy in https://github.com/vitest-dev/vitest/issues/3370 and https://github.com/vitest-dev/vitest/issues/3371 (dcf13)- Stop spying on a method, when it's restored - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3386 (2cb1a)
- Test repeats - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3369 (fb8fc)
- browser:
- Throw an error if test failed to load - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3390 (b354b)
- Keep default export when rewriting exports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3389 (6501d)
- cli:
- Improve cac errors when mixing boolean and dot notation - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3302 (93fbd)
- reporter:
- Prevent deleting test reports stored in coverage directory - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3331 (ddbba)
- typecheck:
- Correctly resolve custom tsconfig path - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3342 (c53ae)
- vite-node:
- Allow returning id not wrapped in promise - by @danielroe in https://github.com/vitest-dev/vitest/issues/3312 (9836c)
View changes on GitHub
v0.31.0
🚨 Breaking Changes
-
Remove
browserfrom allowed pools insidepoolMatchGlobconfig option. Please, use Vitest workspaces for running tests in the browser. -
Move assertion declarations to expect package - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)
- The change should be minor:
- declare namespace Vi { + declare module 'vitest' { interface Assertion<T = any> extends CustomMatchers<T> {} interface AsymmetricMatchersContaining extends CustomMatchers {} }
🚀 Features
- Update mock implementation to support ESM runtime, introduce "vi.hoisted" - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3258 (0c09a)
- Bypass ESM import order restriction with
vi.hoistedto run code before imports are executed:
You can also use it to pass variables tovi.hoisted(() => vi.setSystemTime(new Date(2022, 1, 1)))vi.mock:const { mockedMethod } = vi.hoisted(() => { return { mockedMethod: vi.fn() } }) vi.mock('./path/to/module.js', () => { return { originalMethod: mockedMethod } }) - Bypass ESM import order restriction with
- Add repeat method to tests - by @samkevin1 in https://github.com/vitest-dev/vitest/issues/2652 (7c8f0)
- Add an option to hide skipped test lines - by @g4rry420 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2745 (9bdb1)
- coverage: Watermarks for c8 - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3254 (730af)
- ui: Add html coverage - by @userquin and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3071 (e24cd)
- watch: Test run cancelling, feat:
--bailoption for cancelling test run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3163 (8d460)
🐞 Bug Fixes
- Don't call global setup teardown twice - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3188 (ba3d1)
- Reporter to log version before provider initalizations - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3131 (481b1)
- Throw an error if Vitest cannot access its internal state - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3250 (fbb14)
- Warning suppression broken - by @IceQub3 in https://github.com/vitest-dev/vitest/issues/3270 and https://github.com/vitest-dev/vitest/issues/3271 (036de)
- Show correct diff in "toHaveBeenCalledWith" - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3289 (19fcd)
- Don't print esm warning, if package name is not found - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3292 (62c14)
- Support exactOptionalPropertyTypes - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3293 (ba81d)
- Don't inline vite hmr and rollup types - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3291 (1f118)
- browser:
- Failing to load vitest/utils - by @userquin in https://github.com/vitest-dev/vitest/issues/3190 (78bad)
- coverage:
thresholdAutoUpdateto work withperFile- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3182 (29eeb)- Throw error if fail to load built-in provider - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3217 (0a287)
- Stackblitz hangs with c8 - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3225 (d9fda)
- C8 to ignore vite's generated helpers - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3241 (21942)
- Workspaces c8 source maps - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3226 (efce3)
- docs:
- Correct typo and broken link to WebdriverIO - by @nathanbabcock in https://github.com/vitest-dev/vitest/issues/3275 (c7da1)
- spy:
- Update to set initial implementation through normal logic - by @Codex- in https://github.com/vitest-dev/vitest/issues/3260 and https://github.com/vitest-dev/vitest/issues/3263 (c759a)
- vite-node:
- Circular imports - by @antfu in https://github.com/vitest-dev/vitest/issues/3196 (cbb59)
- Add missing
import.meta.hot.sendmock - by @antfu (b1624)
- vitest:
- Also check for vite relative to vitest package - by @JoshuaKGoldberg and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3274 (a3393)
- watch:
- Run test files when added to filesystem - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3189 (7b2c8)
View changes on GitHub
v0.30.1
🐞 Bug Fixes
- Do not rely on global
performanceandAggregateError- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3171 (cce45) - Allow workspace without a config in the root - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3173 (06852)
test.eachrespectschaiConfig- by @sheremet-va (4f6c1)- Use relative paths in source map's "sources" field - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3177 (6b1b4)
- types:
- Allow augmenting jest namespace for custom assertions - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3169 (905ec)
- Publish utils and snapshot .d.ts files for typescript - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3172 (7af64)
- snapshot:
toMatchFileSnapshotensure dir exists - by @antfu in https://github.com/vitest-dev/vitest/issues/3155 (31168)- Improve
skipWritingcheck - by @antfu (5436c) - Normalize EOL for
toMatchFileSnapshot- by @antfu in https://github.com/vitest-dev/vitest/issues/3164 (df3f2)
View changes on GitHub
v0.30.0
🚨 Breaking Changes
- Remove tinyspy internal properties on Vitest spies - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3069 (2f1dc)
- Only support Node.js 14.18.0 or newer - by @danez in https://github.com/vitest-dev/vitest/issues/2985 (287dc)
- Use "concordance" package to display diff instead of using custom diff - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2828 (44630)
- Move snapshot implementation into @vitest/snapshot - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3032 (6aff0)
- Bump coverage packages vitest peer dependency - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3126 (be1bf)
- Add workspace support - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3103 (b9d1a)
- Experimental optimizer introduced in 0.29.0 is temporarily disabled.
🚀 Features
- Gzip html reporter's metadata - by @7rulnik in https://github.com/vitest-dev/vitest/issues/3113 (7856e)
- Add chai config - by @btea in https://github.com/vitest-dev/vitest/issues/3066 (6fcba)
- snapshot: Introduce
toMatchFileSnapshotand auto queuing expect promise - by @antfu in https://github.com/vitest-dev/vitest/issues/3116 (bdc06)
🐞 Bug Fixes
- Resolve reporters passed down to the CLI relative to the running directory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3097 (93c7e)
- Don't show "diff" in "serialized error" section - by @sheremet-va (326b2)
- Convert '--single-thread' and '--inspect' cli args to boolean - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3111 (83a9a)
- Stack trace point to incorrect file - by @ChenKS12138 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3004 and https://github.com/vitest-dev/vitest/issues/3115 (5cee4)
- Run benchmarks sequentially - by @thecodrr in https://github.com/vitest-dev/vitest/issues/2004 and https://github.com/vitest-dev/vitest/issues/3151 (430b4)
View changes on GitHub
v0.29.8
🚀 Features
- Allow
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
size-limit report 📦
| Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
|---|---|---|---|---|
| dist/index.js | 630 B (0%) | 13 ms (0%) | 85 ms (+45.68% 🔺) | 97 ms |
Codecov Report
Merging #1149 (4189488) into master (38f6403) will increase coverage by
1.20%. The diff coverage isn/a.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## master #1149 +/- ##
==========================================
+ Coverage 88.88% 90.09% +1.20%
==========================================
Files 4 4
Lines 333 333
Branches 29 24 -5
==========================================
+ Hits 296 300 +4
+ Misses 37 33 -4
see 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more