taco
taco copied to clipboard
Bump vitest from 0.32.2 to 1.2.1
Bumps vitest from 0.32.2 to 1.2.1.
Release notes
Sourced from vitest's releases.
v1.2.1
🐞 Bug Fixes
- browser:
- Apply inlined workspace config to browser mode vite server - by
@hi-ogawain vitest-dev/vitest#4947 (db01f)- Fix browser testing url for https - by
@hi-ogawain vitest-dev/vitest#4855 (6c1cc)- Don't fail when calling vi.useFakeTimers - by
@sheremet-vain vitest-dev/vitest#4992 (6c5fe)- coverage:
thresholds.autoUpdateto work with arrow function configuration files - by@AriPerkkioin vitest-dev/vitest#4959 (4b411)- expect:
- Implement chai inspect for
AsymmetricMatcher- by@hi-ogawaand@sheremet-vain vitest-dev/vitest#4942 (06bae)- vite-node:
- Externalize network imports - by
@hi-ogawain vitest-dev/vitest#4987 (21f57)- vitest:
- Handle single
await vi.hoisted- by@hi-ogawain vitest-dev/vitest#4962 (dcf2e)- Simplify hoist transform check regex to avoid expensive regex match - by
@hi-ogawain vitest-dev/vitest#4974 (df0db)- Correctly find module if it has a version query - by
@sheremet-vain vitest-dev/vitest#4976 (952c3)- Check color support for intercepted console logging - by
@hi-ogawain vitest-dev/vitest#4966 (39a71)- Use development/production conditions when resolving external modules - by
@sheremet-vain vitest-dev/vitest#4980 (8877e)- Throw a syntax error if vi.hoisted is directly exported - by
@sheremet-vain vitest-dev/vitest#4969 (f8bff)View changes on GitHub
v1.2.0
🚀 Features
- Support case-insensitive path matching in cli - by
@tigranmkin vitest-dev/vitest#3567 and vitest-dev/vitest#4911 (1326c)- Add typeahead search - by
@bonyuta0204and@sheremet-vain vitest-dev/vitest#4275 and vitest-dev/vitest#4733 (480d8)- Add syntax highlighting to error messages - by
@sheremet-vain vitest-dev/vitest#4813 (8c969)- Allow extending toEqual - by
@tigranmkand@sheremet-vain vitest-dev/vitest#2875 and vitest-dev/vitest#4880 (463be)- coverage:
- Custom reporter support - by
@AriPerkkioin vitest-dev/vitest#4828 (96dc6)- ui:
- Show unhandled errors on the ui - by
@spirokaand@sheremet-vain vitest-dev/vitest#4380 (7f59a)- vitest:
- Add
--disable-console-interceptoption to allow opting-out from automatic console log interception - by@hi-ogawain vitest-dev/vitest#4786 (43fa6)- Show slow test duration in verbose reporter on CI - by
@hi-ogawain vitest-dev/vitest#4929 (ccb25)- Allow overiding package installer with public API - by
@sheremet-vain vitest-dev/vitest#4936 (c2cce)🐞 Bug Fixes
- browser:
- Support vite config
server.headers- by@hi-ogawain vitest-dev/vitest#4890 (55f53)- Fix
testNamePatternconfig - by@hi-ogawain vitest-dev/vitest#4909 (4add9)- Fix updating snapshot during watch mode - by
@hi-ogawaand@sheremet-vain vitest-dev/vitest#4867 (508fc)- Remove redundant test failure logging - by
@hi-ogawain vitest-dev/vitest#4891 (7fd44)- happy-dom:
- Window.close() for environment teardown - by
@capricorn86in vitest-dev/vitest#4931 (91719)- utils:
- Fix
objDisplaydefault truncate option fortest.eachtitle - by@hi-ogawain vitest-dev/vitest#4917 (9ae9d)
... (truncated)
Commits
6421c27chore: release v1.2.1f8bff9efix(vitest): throw a syntax error if vi.hoisted is directly exported (#4969)6c5fe49fix(browser): don't fail when calling vi.useFakeTimers (#4992)8877e22fix(vitest): use development/production conditions when resolving external mo...39a7169fix(vitest): check color support for intercepted console logging (#4966)6c1cc78fix(browser): fix browser testing url for https (#4855)952c31dfix(vitest): correctly find module if it has a version query (#4976)df0db6afix(vitest): simplify hoist transform check regex to avoid expensive regex ma...db01f6cfix(browser): apply inlined workspace config to browser mode vite server (#4947)6bfdb5frefactor: improve highlighted function (#4967)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Your Render PR Server URL is https://taco-dev-prototyp-se-pr-119.onrender.com.
Follow its progress at https://dashboard.render.com/web/srv-cmn6hr6v3ddc73e5otj0.
A newer version of vitest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.