Bump glob and @vitest/coverage-v8
Bumps glob to 11.1.0 and updates ancestor dependency @vitest/coverage-v8. These dependencies need to be updated together.
Updates glob from 11.0.0 to 11.1.0
Changelog
Sourced from glob's changelog.
changeglob
12
- Remove the unsafe
--shelloption. The--shelloption is now ONLY supported on known shells where the behavior can be implemented safely.11.1
- Add the
--shelloption for the command line, with a warning that this is unsafe. (It will be removed in v12.)- Add the
--cmd-arg/-gas a way to safely add positional arguments to the command provided to the CLI tool.- Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding
shell:trueexecution.11.0
- Drop support for node before v20
10.4
- Add
includeChildMatches: falseoption- Export the
Ignoreclass10.3
- Add
--default -pflag to provide a default pattern- exclude symbolic links to directories when
followandnodirare both set10.2
- Add glob cli
10.1
- Return
'.'instead of the empty string''when the current working directory is returned as a match.- Add
posix: trueoption to return/delimited paths, even on Windows.10.0.0
- No default exports, only named exports
... (truncated)
Commits
2551fb511.1.047473c0bin: Do not expose filenames to shell expansionbc33fe1skip tilde test on systems that lack tilde expansion59bf9cafix notesdde4fa6docs(README): add #anchor and improvenotes0559b0edocs: add better links to path-scurry docsc9773c2fix: correct typos inREADME.md13e68eaFix punctuation in traversal function documentation1527e2bfix repo url7e190e8fix typomaths→paths- Additional commits viewable in compare view
Updates @vitest/coverage-v8 from 3.2.4 to 4.0.10
Release notes
Sourced from @vitest/coverage-v8's releases.
v4.0.10
🐞 Bug Fixes
- Remove
onCancelwhen worker is terminated - by@sheremet-vain vitest-dev/vitest#9033 (6d7f0)- browser:
- Don't scale the iframe if UI is disabled - by
@sheremet-vain vitest-dev/vitest#9018 (5406e)- Handle dependency stack traces with external source maps. Resolves: #9003 - by
@iclecticin vitest-dev/vitest#9016 and vitest-dev/vitest#9003 (57ae5)- bun:
- Parsing of stack trace for bun runtime - by
@nazarhussainin vitest-dev/vitest#9032 (f3ec6)- core:
- Prevent starting new run when cancelling - by
@AriPerkkioin vitest-dev/vitest#8991 (eb98d)- pool:
- Prevent writing to closed worker - by
@AriPerkkioand@sheremet-vain vitest-dev/vitest#9023 (042c6)- reporters:
- Report correct test run duration at the end - by
@sheremet-vain vitest-dev/vitest#8969 (bc3a6)- ui:
- Use execution time from ws reporter (
onFinished) - by@userquinin vitest-dev/vitest#8975 (f56dc)View changes on GitHub
v4.0.9
🚀 Experimental Features
- expect: Add Set support to toBeOneOf - by
@tim-weand@sheremet-vain vitest-dev/vitest#8906 (a415d)🐞 Bug Fixes
- browser: Add favicon icons to the browser mode ui - by
@userquinin vitest-dev/vitest#8972 (353ee)- forks: Increase worker start timeout - by
@AriPerkkioin vitest-dev/vitest#9027 (5e750)- jsdom: Cloned request is an instance of
Request- by@sheremet-vain vitest-dev/vitest#8985 (506a9)- ui: Collect file/suite/test duration correctly - by
@userquinin vitest-dev/vitest#8976 (8016d)View changes on GitHub
v4.0.8
🐞 Bug Fixes
- Workaround
noExternalmerging bug on Vite 6 - by@hi-ogawain vitest-dev/vitest#8950 (bcb13)- Missed context.d.ts file - by
@termoreyin vitest-dev/vitest#8965 (9044d)- Incorrect error message for non-awaited
expect.element()- by@StyleShitin vitest-dev/vitest#8954 (9638d)- browser: Cleanup frame-ancestors from CSP header at coverage middleware - by
@userquinin vitest-dev/vitest#8941 (1f730)- deps: Update all non-major dependencies - by
@sheremet-vain vitest-dev/vitest#8636 (da8b9)- forks: Do not fail with Windows Defender enabled - by
@sheremet-vain vitest-dev/vitest#8967 (c79f4)- runner: Properly encode Uint8Array body in annotations - by
@Livan-proin vitest-dev/vitest#8951 (997ca)- spy: Copy static properties if spy is initialised with
vi.fn(), fix types forvi.spyOn(obj, class)- by@sheremet-vain vitest-dev/vitest#8956 (75e7f)- webdriverio: When no argument is passed to the .click interaction command, the webdriver command should also have no argument - by
@julienwin vitest-dev/vitest#8937 (069e6)View changes on GitHub
v4.0.7
... (truncated)
Commits
259a3d1chore: release v4.0.1062fab24chore: release v4.0.946bfd09chore: release v4.0.8da8b93afix(deps): update all non-major dependencies (#8636)1f5d9d2chore: release v4.0.72e7b2b8chore: release v4.0.6e3b7775fix(coverage): prevent filtering out virtual files before remapping to source...ed9fc71chore: release v4.0.59b75ec5chore: release v4.0.4ca1766fchore: release v4.0.3- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @vitest/coverage-v8 since your current version.
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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.
@vitest/coverage-v8 must be upgraded along with vitest