chore(deps-dev): bump the vitest group with 4 updates
Bumps the vitest group with 4 updates: @vitest/browser, @vitest/browser-playwright, @vitest/eslint-plugin and vitest.
Updates @vitest/browser from 4.0.3 to 4.0.15
Release notes
Sourced from @vitest/browser's releases.
v4.0.15
🚀 Experimental Features
- cache: Add opt-out on a plugin level, fix internal root cache - by
@sheremet-vain vitest-dev/vitest#9154 (a68f7)- reporters: Print import duration breakdown - by
@sheremet-vain vitest-dev/vitest#9105 (122ff)🐞 Bug Fixes
- Keep built-in id as is in bun and deno - by
@sheremet-vain vitest-dev/vitest#9117 (075ab)- Use
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by@hi-ogawain vitest-dev/vitest#9121 (fd8bd)- Fix external behavior with
deps.optimizer- by@hi-ogawain vitest-dev/vitest#9125 (4c754)- Very minor typo in "Chrome DevTools Protocol" - by
@HowToTestFrontendin vitest-dev/vitest#9146 (20997)- browser: Run
toMatchScreenshotonly once when used withexpect.element- by@macariein vitest-dev/vitest#9132 (0d2e7)- coverage: Istanbul provider to not break source maps - by
@AriPerkkioin vitest-dev/vitest#9040 (e4ca9)- deps: Update dependency tinyexec to v1 - in vitest-dev/vitest#9122 (fd786)
- docs: Remove
--browser.providerfrom docs - by@sheremet-vain vitest-dev/vitest#9115 (120b3)- expect: Preserve
currentTestNamein extended matchers - by@macariein vitest-dev/vitest#9106 (e4345)- pool: Terminate workers on
CTRL+cforceful exits - by@AriPerkkioin vitest-dev/vitest#9140 (d57d8)- reporters: Show project in github reporter - by
@sheremet-vain vitest-dev/vitest#9138 (bb65e)- spy: Do not mock overriden method, if parent was automocked - by
@sheremet-vain vitest-dev/vitest#9116 (1a246)- web-worker: MessagePort objects passed to Worker.postMessage work when clone === "native" - by
@whitphxin vitest-dev/vitest#9118 (deee8)View changes on GitHub
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)
... (truncated)
Commits
eb1abf0chore: release v4.0.15122ff32feat(reporters): print import duration breakdown (#9105)0d2e7e3fix(browser): runtoMatchScreenshotonly once when used with `expect.elemen...fd8bd6dfix: useoptimizeDeps.rolldownOptionsto fix depreated warning + fix `ssr.e...9ca74cfchore: release v4.0.142cc34e0feat(browser): exposeutils.configurePrettyDOM(#9103)c37c2ebfeat(ui): add tabbed failure view fortoMatchScreenshotwith comparison sli...229b5b3chore: move check allow out of forEach (#9086)f5b7237fix(browser): unsubscribeonCancelon rpc destroy (#9088)73b54cechore: release v4.0.13- Additional commits viewable in compare view
Updates @vitest/browser-playwright from 4.0.3 to 4.0.15
Release notes
Sourced from @vitest/browser-playwright's releases.
v4.0.15
🚀 Experimental Features
- cache: Add opt-out on a plugin level, fix internal root cache - by
@sheremet-vain vitest-dev/vitest#9154 (a68f7)- reporters: Print import duration breakdown - by
@sheremet-vain vitest-dev/vitest#9105 (122ff)🐞 Bug Fixes
- Keep built-in id as is in bun and deno - by
@sheremet-vain vitest-dev/vitest#9117 (075ab)- Use
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by@hi-ogawain vitest-dev/vitest#9121 (fd8bd)- Fix external behavior with
deps.optimizer- by@hi-ogawain vitest-dev/vitest#9125 (4c754)- Very minor typo in "Chrome DevTools Protocol" - by
@HowToTestFrontendin vitest-dev/vitest#9146 (20997)- browser: Run
toMatchScreenshotonly once when used withexpect.element- by@macariein vitest-dev/vitest#9132 (0d2e7)- coverage: Istanbul provider to not break source maps - by
@AriPerkkioin vitest-dev/vitest#9040 (e4ca9)- deps: Update dependency tinyexec to v1 - in vitest-dev/vitest#9122 (fd786)
- docs: Remove
--browser.providerfrom docs - by@sheremet-vain vitest-dev/vitest#9115 (120b3)- expect: Preserve
currentTestNamein extended matchers - by@macariein vitest-dev/vitest#9106 (e4345)- pool: Terminate workers on
CTRL+cforceful exits - by@AriPerkkioin vitest-dev/vitest#9140 (d57d8)- reporters: Show project in github reporter - by
@sheremet-vain vitest-dev/vitest#9138 (bb65e)- spy: Do not mock overriden method, if parent was automocked - by
@sheremet-vain vitest-dev/vitest#9116 (1a246)- web-worker: MessagePort objects passed to Worker.postMessage work when clone === "native" - by
@whitphxin vitest-dev/vitest#9118 (deee8)View changes on GitHub
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)
... (truncated)
Commits
eb1abf0chore: release v4.0.159ca74cfchore: release v4.0.1422e381echore(deps): update all non-major dependencies (#9082)64502a2fix(browser): revert the viewport scaling in non-ui mode #9018 (#9072)73b54cechore: release v4.0.135aa84d5chore: release v4.0.12c3befb0chore: release v4.0.114bdcb11docs: fix browser provider redirect (#9051)7729236feat(api): add extensible test artifact API (#8987)259a3d1chore: release v4.0.10- Additional commits viewable in compare view
Updates @vitest/eslint-plugin from 1.3.24 to 1.5.2
Release notes
Sourced from @vitest/eslint-plugin's releases.
v1.5.2
🐞 Bug Fixes
- Regression for valid-title and prefer-hooks-on-top when using test.scoped - by
@y-hsgwin vitest-dev/eslint-plugin-vitest#836 (bdf8e)View changes on GitHub
v1.5.1
🐞 Bug Fixes
- no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError - by
@y-hsgwin vitest-dev/eslint-plugin-vitest#832 (4ea56)View changes on GitHub
v1.5.0
🚀 Features
- Add rule to recommended Vitest ESLint config - by
@y-hsgwin vitest-dev/eslint-plugin-vitest#827 (bc95b)🐞 Bug Fixes
- consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names - by
@y-hsgwin vitest-dev/eslint-plugin-vitest#828 (54be6)View changes on GitHub
What's Changed
- fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by
@y-hsgwin vitest-dev/eslint-plugin-vitest#828- feat: Add rule to recommended Vitest ESLint config by
@y-hsgwin vitest-dev/eslint-plugin-vitest#827Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.4...v1.5.0
v1.4.4
🚀 Features
- Adding
require-import-vi-mockrule - by@axel7083in vitest-dev/eslint-plugin-vitest#820 (abdea)- Add rule consistent-each-for - by
@figueiredoluizin vitest-dev/eslint-plugin-vitest#826 (db570)🐞 Bug Fixes
- expect-expect: Potential false positives for expect-expect and valid-title when using it.scoped - by
@y-hsgwin vitest-dev/eslint-plugin-vitest#822 (765ee)- no-identical-title: FP when using
test.for- by@y-hsgwin vitest-dev/eslint-plugin-vitest#825 (962de)View changes on GitHub
What's Changed
- fix(expect-expect): Potential false positives for expect-expect and valid-title when using it.scoped by
@y-hsgwin vitest-dev/eslint-plugin-vitest#822- feat: adding
require-import-vi-mockrule by@axel7083in vitest-dev/eslint-plugin-vitest#820- docs(prefer-equality-matcher): correct (e)quality typo in description by
@JoshuaKGoldbergin vitest-dev/eslint-plugin-vitest#824- fix(no-identical-title): FP when using
test.forby@y-hsgwin vitest-dev/eslint-plugin-vitest#825
... (truncated)
Commits
c2e94e2chore: release v1.5.2bdf8e66fix: Regression for valid-title and prefer-hooks-on-top when using test.scope...cc85c0achore: release v1.5.14ea5673fix(no-alias-methods): Align no-alias-methods rule with Vitest by aliasing to...fb2b134chore: release v1.5.0bc95b10feat: Add rule to recommended Vitest ESLint config (#827)54be66efix(consistent-test-it): Handle aliased Vitest imports when enforcing consist...cc5fcdbfix minor docs update13efaafchore: release v1.4.4db570c8feat: add rule consistent-each-for (#826)- Additional commits viewable in compare view
Updates vitest from 4.0.3 to 4.0.15
Release notes
Sourced from vitest's releases.
v4.0.15
🚀 Experimental Features
- cache: Add opt-out on a plugin level, fix internal root cache - by
@sheremet-vain vitest-dev/vitest#9154 (a68f7)- reporters: Print import duration breakdown - by
@sheremet-vain vitest-dev/vitest#9105 (122ff)🐞 Bug Fixes
- Keep built-in id as is in bun and deno - by
@sheremet-vain vitest-dev/vitest#9117 (075ab)- Use
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by@hi-ogawain vitest-dev/vitest#9121 (fd8bd)- Fix external behavior with
deps.optimizer- by@hi-ogawain vitest-dev/vitest#9125 (4c754)- Very minor typo in "Chrome DevTools Protocol" - by
@HowToTestFrontendin vitest-dev/vitest#9146 (20997)- browser: Run
toMatchScreenshotonly once when used withexpect.element- by@macariein vitest-dev/vitest#9132 (0d2e7)- coverage: Istanbul provider to not break source maps - by
@AriPerkkioin vitest-dev/vitest#9040 (e4ca9)- deps: Update dependency tinyexec to v1 - in vitest-dev/vitest#9122 (fd786)
- docs: Remove
--browser.providerfrom docs - by@sheremet-vain vitest-dev/vitest#9115 (120b3)- expect: Preserve
currentTestNamein extended matchers - by@macariein vitest-dev/vitest#9106 (e4345)- pool: Terminate workers on
CTRL+cforceful exits - by@AriPerkkioin vitest-dev/vitest#9140 (d57d8)- reporters: Show project in github reporter - by
@sheremet-vain vitest-dev/vitest#9138 (bb65e)- spy: Do not mock overriden method, if parent was automocked - by
@sheremet-vain vitest-dev/vitest#9116 (1a246)- web-worker: MessagePort objects passed to Worker.postMessage work when clone === "native" - by
@whitphxin vitest-dev/vitest#9118 (deee8)View changes on GitHub
v4.0.14
🚀 Experimental Features
- browser: Expose
utils.configurePrettyDOM- by@sheremet-vain vitest-dev/vitest#9103 (2cc34)- runner: Add full names to tasks - by
@macariein vitest-dev/vitest#9087 (821aa)- ui: Add tabbed failure view for
toMatchScreenshotwith comparison slider - by@macariein vitest-dev/vitest#8813 (c37c2)🐞 Bug Fixes
- Externalize before caching - by
@sheremet-vain vitest-dev/vitest#9077 (e1b2e)- Collect the duration of external imports - by
@sheremet-vain vitest-dev/vitest#9097 (3326c)- Rename
collecttoimport, removeprepare- by@sheremet-vain vitest-dev/vitest#9091 (1256b)- browser:
- Unsubscribe
onCancelon rpc destroy - by@AriPerkkioin vitest-dev/vitest#9088 (f5b72)- Revert the viewport scaling in non-ui mode #9018 - by
@sheremet-vain vitest-dev/vitest#9072 and vitest-dev/vitest#9018 (64502)- coverage:
- Invalidate circular modules correctly on rerun with coverage - by
@aicestin vitest-dev/vitest#9096 (6f22c)- expect:
- Allow function as standard schema - by
@hi-ogawain vitest-dev/vitest#9099 (ed8a2)- jsdom:
- Reuse abort signals if possible - by
@sheremet-vain vitest-dev/vitest#9090 (2c468)- pool:
- Init
VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by@AriPerkkioin vitest-dev/vitest#9085 (37918)- web-worker:
postMessageto send ports to workers - by@whitphxand@AriPerkkioin vitest-dev/vitest#9078 (9d176)
... (truncated)
Commits
eb1abf0chore: release v4.0.15a68f74efeat(cache): add opt-out on a plugin level, fix internal root cache (#9154)122ff32feat(reporters): print import duration breakdown (#9105)0d2e7e3fix(browser): runtoMatchScreenshotonly once when used with `expect.elemen...d57d8bffix(pool): terminate workers onCTRL+cforceful exits (#9140)bb65e15fix(reporters): show project in github reporter (#9138)52b242bchore(deps): update all non-major dependencies (#9133)4c75492fix: fix external behavior withdeps.optimizer(#9125)a5d98fdrefactor(vitest): get current test name from task property (#9120)fd8bd6dfix: useoptimizeDeps.rolldownOptionsto fix depreated warning + fix `ssr.e...- 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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
⚠️ No Changeset found
Latest commit: ba1b08af9bd4c7556a06b626a5171782bb04aa96
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
turning no-conditional-expect off for vitest like what we did for playwright
:wave: Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Or, apply the integration-tests: skipped manually label to skip these checks.