build(deps-dev): bump @vitest/coverage-v8 from 3.1.4 to 3.2.0
Merged
Number: #181
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
June 03, 2025 at 06:26 AM UTC
(3 months ago)
(3 months ago)
Updated:
June 03, 2025 at 11:00 AM UTC
(3 months ago)
(3 months ago)
Merged:
June 03, 2025 at 11:00 AM UTC
(3 months ago)
by cossssmin
(3 months ago)
by cossssmin
Time to Close:
about 5 hours
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @vitest/coverage-v8 from 3.1.4 to 3.2.0.
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.2.0
🚀 Features
- Provide
ctx.signal
- by@sheremet-va
in vitest-dev/vitest#7878 (e761f)- Support custom colors for
test.name
- by@AriPerkkio
in vitest-dev/vitest#7809 (4af5d)- Add
vi.mockObject
to automock any object - by@hi-ogawa
and@sheremet-va
in vitest-dev/vitest#7761 (465bd)- Introduce
watchTriggerPatterns
option - by@sheremet-va
in vitest-dev/vitest#7778 (a0675)- Deprecate
workspace
in favor ofprojects
- by@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7923 (41beb)- Explicit Resource Management support in mocked functions - by
@EskiMojo14
in vitest-dev/vitest#7927 (b67d3)- Add
sequence.groupOrder
option - by@sheremet-va
in vitest-dev/vitest#7852 (d1a1d)- Initial support for Temporal equality - by
@dirkluijk
in vitest-dev/vitest#8007 (52bd7)- Support Vite 7 - by
@sheremet-va
in vitest-dev/vitest#8003 (1716b)- Track module execution totalTime and selfTime - by
@abrenneke
in vitest-dev/vitest#8027 (95961)- Annotation API - by
@sheremet-va
in vitest-dev/vitest#7953 (b03f2)- browser:
- Implement
connect
option forplaywright
browser provider - by@egfx-notifications
and@sheremet-va
in vitest-dev/vitest#7915 (029c0)- Add
screenshot.save
option - by@sheremet-va
in vitest-dev/vitest#7777 (d9f51)- Custom locators API - by
@sheremet-va
in vitest-dev/vitest#7993 (e6fbd)- coverage:
- V8 experimental AST-aware remapping - by
@AriPerkkio
in vitest-dev/vitest#7736 (78a3d)- reporter:
- Add
onWritePath
option togithub-actions
- by@nwalters512
and@AriPerkkio
in vitest-dev/vitest#8015 (abd3b)- vitest:
- Allow per-file and per-worker fixtures - by
@sheremet-va
and@AriPerkkio
in vitest-dev/vitest#7704 (9cbfc)🐞 Bug Fixes
- Replace
micromatch
withpicomatch
- by@sapphi-red
in vitest-dev/vitest#7951 (df076)- Try to catch unhandled error outside of a test - by
@sheremet-va
in vitest-dev/vitest#7968 (46421)- Generate a separate config for "vitest init browser" instead of a workspace file - by
@sheremet-va
in vitest-dev/vitest#7934 (e84e2)- Switch ExpectStatic
any
types toAsymmetricMatcher<unknown>
, withDeeplyAllowMatchers<T>
- by@JoshuaKGoldberg
in vitest-dev/vitest#7016 (8ec44)- Remove unused exports - by
@sheremet-va
in vitest-dev/vitest#7618 (33d05)- Throw an error if typechecker failed to spawn - by
@sheremet-va
in vitest-dev/vitest#7990 (0e960)- Ignore non-string
stack
properties - by@sheremet-va
in vitest-dev/vitest#7995 (330f9)- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-va
in vitest-dev/vitest#7984 (70358)- Ensure errors keep their message and stack after
toJSON
serialisation - by@sheremet-va
in vitest-dev/vitest#8053 (3bdf0)- browser:
- Resolve FS commands relative to the project root - by
@sheremet-va
in vitest-dev/vitest#7896 (69ac9)- Run tests serially if provider doesn't provide a mocker - by
@sheremet-va
in vitest-dev/vitest#8032 (227a9)- Resolve
upload
files relative to the project root - by@sheremet-va
in vitest-dev/vitest#8042 (b9a31)- Await mocker invalidation to avoid race condition with "mock wasn't registered" - by
@sheremet-va
in vitest-dev/vitest#8021 (b34ff)- Share vite cache with the project cache - by
@sheremet-va
in vitest-dev/vitest#8049 (0cbad)- Add
this
type tolocators.extend
- by@sheremet-va
in vitest-dev/vitest#8069 (70fb0)- cache:
- Preserve test results from previous runs - by
@macko911
in vitest-dev/vitest#8043 (d6ef0)- cli:
- Add built-in reporters list to --help output - by
@pengooseDev
in vitest-dev/vitest#7955 (ef6ef)- Parse
--silent
values properly - by@AriPerkkio
in vitest-dev/vitest#8055 (8fad7)- coverage:
- Istanbul provider to not use Vite preserved query params - by
@AriPerkkio
in vitest-dev/vitest#7939 (a05d4)
... (truncated)
Commits
59200ae
chore: release v3.2.0407c0e4
fix(coverage): in-source test cases excluded (#7985)e86282e
chore(deps): update Vite to 6.3.5 (#8051)ba87a62
chore: release v3.2.0-beta.33f8159a
ci(rollup): disable watcher for types generators (#8035)51cd814
fix(coverage): browser + v8 in source tests missing (#7946)2854ad6
chore: release v3.2.0-beta.2165fb0e
chore: release v3.2.0-beta.178a3d27
feat(coverage): v8 experimental AST-aware remapping (#7736)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+597
+597
Deletions:
-519
-519
Package Dependencies
Technical Details
ID: | 847872 |
UUID: | 2562761107 |
Node ID: | PR_kwDOIL6zsM6YwKGT |
Host: | GitHub |
Repository: | posthtml/posthtml-components |
Merge State: | Unknown |