app-sdk
app-sdk copied to clipboard
Bump vitest from 0.28.1 to 1.3.1
Bumps vitest from 0.28.1 to 1.3.1.
Release notes
Sourced from vitest's releases.
v1.3.1
🚀 Features
- vitest: Expose parseCLI method - by
@sheremet-va
in vitest-dev/vitest#5248 (c793a)
- This feature is not affected by SemVer because it is part of an experimental API.
🐞 Bug Fixes
- Add task tests iteratively - by
@DerYeger
in vitest-dev/vitest#5235 (38155)- coverage: Ignore generated TS decorators - by
@AriPerkkio
and@sheremet-va
in vitest-dev/vitest#5206 (a2804)- ui: Auto reload coverage iframe after test run - by
@hi-ogawa
in vitest-dev/vitest#5242 (5376d)View changes on GitHub
v1.3.0
🚀 Features
- Deprecate watchExclude - by
@patak-dev
in vitest-dev/vitest#5171 (82885)- browser:
- Run test files in isolated iframes - by
@sheremet-va
in vitest-dev/vitest#5036 (4f401)- config:
- Add
snapshotSerializers
option - by@fenghan34
in vitest-dev/vitest#5092 (5b102)- reporters:
- Support custom options - by
@AriPerkkio
in vitest-dev/vitest#5111 (fec9c)- runner:
- Support automatic fixtures - by
@fenghan34
and@sheremet-va
in vitest-dev/vitest#5102 (0441f)- ui:
- Save splitpanes size to local storage - by
@posva
in vitest-dev/vitest#5166 (c28b4)- vitest:
- Add onTestFinished hook - by
@sheremet-va
in vitest-dev/vitest#5128 (6f5b4)- Add github actions reporter - by
@hi-ogawa
in vitest-dev/vitest#5093 (40afb)- Expose jsdom global if jsdom environment is enabled - by
@sheremet-va
in vitest-dev/vitest#5155 (567d2)- Add new CLI options - by
@sheremet-va
in vitest-dev/vitest#5163 (4e179)- "test" accepts options object as the second parameter - by
@sheremet-va
in vitest-dev/vitest#5142 (7d9b1)- vm:
- Support wasm module - by
@hi-ogawa
in vitest-dev/vitest#5131 (5ed53)🐞 Bug Fixes
- Fix sourcemap in vm pools - by
@hi-ogawa
in vitest-dev/vitest#5063 (81105)- Don't optimize react/jsx-runtime by default when running in Node - by
@sheremet-va
in vitest-dev/vitest#5079 (0d2bf)- Rpc timeout error messages to include caller - by
@AriPerkkio
in vitest-dev/vitest#5103 (a6e04)- Requires fixed version across the monorepo - by
@antfu
in vitest-dev/vitest#5208 (68f51)- Prevent merging of
poolOptions
- by@penalosa
in vitest-dev/vitest#5221 (bc5b2)- browser:
- Don't exclude node builtins from optimization - by
@sheremet-va
in vitest-dev/vitest#5082 (714c9)- Support
coverage.reportsDirectory
with multiple directories - by@AriPerkkio
in vitest-dev/vitest#5056 (ae73f)- cli:
- Parse
--browser=<name>
correctly - by@AriPerkkio
in vitest-dev/vitest#5179 (656e2)- coverage:
.tmp
directory conflicts with--shard
option - by@AriPerkkio
in vitest-dev/vitest#5184 (5749d)- deps:
- Update dependency strip-literal to v2 - by
@renovate
[bot] in vitest-dev/vitest#5136 (ef557)
... (truncated)
Commits
e5114ab
chore: release v1.3.1c793a13
feat(vitest): expose parseCLI method (#5248)2f755f0
docs: fix defaults in JSDocs to be more accurate (#5196)5376d5b
fix(ui): auto reload coverage iframe after test run (#5242)671cbcd
chore: update licensec692f76
refactor(coverage): move common parts tovitest
package (#5236)bb2af3b
chore: release v1.3.0bc5b2d0
fix: Prevent merging ofpoolOptions
(#5221)1aecd65
fix(vitest): fixoptimizeDeps.disabled
warnings on Vite 5.1 (#5215)b3182e0
chore: pass down--update
flag to the project config- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vitestbot, a new releaser for vitest since your current version.
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
⚠️ No Changeset found
Latest commit: f221a024b78f24e6137a2c0421e1ba2f1f8c0c48
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR