build(deps-dev): bump vitest from 3.1.4 to 3.2.0
Open
Number: #182
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 1
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
Created:
June 03, 2025 at 06:26 AM UTC
(4 months ago)
(4 months ago)
Updated:
June 03, 2025 at 11:01 AM UTC
(4 months ago)
(4 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps vitest from 3.1.4 to 3.2.0.
Release notes
Sourced from vitest'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.0cce98d3
chore(deps): update all non-major dependencies (#8067)35e313f
fix(reporters): check the test result again when tests are rerunning (#8063)9cbfc23
feat(vitest): allow per-file and per-worker fixtures (#7704)797be1f
chore(deps):tinypool
v1.1.0 (#8061)b03f209
feat: annotation API (#7953)8fad735
fix(cli): parse--silent
values properly (#8055)3bdf05d
fix: ensure errors keep their message and stack aftertoJSON
serialisation ...0cbad1b
fix(browser): share vite cache with the project cache (#8049)95961e4
feat: track module execution totalTime and selfTime (#8027)- Additional commits viewable 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:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
ID: | 847895 |
UUID: | 3112594858 |
Node ID: | PR_kwDOIL6zsM6YwKO5 |
Host: | GitHub |
Repository: | posthtml/posthtml-components |