Open
Conversation
Bumps the vitest group with 5 updates: | Package | From | To | | --- | --- | --- | | [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `4.0.14` | `4.0.18` | | [@vitest/browser-playwright](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser-playwright) | `4.0.14` | `4.0.18` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.0.14` | `4.0.18` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.5.1` | `1.6.6` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.14` | `4.0.18` | Updates `@vitest/browser` from 4.0.14 to 4.0.18 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/browser) Updates `@vitest/browser-playwright` from 4.0.14 to 4.0.18 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/browser-playwright) Updates `@vitest/coverage-istanbul` from 4.0.14 to 4.0.18 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-istanbul) Updates `@vitest/eslint-plugin` from 1.5.1 to 1.6.6 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.5.1...v1.6.6) Updates `vitest` from 4.0.14 to 4.0.18 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/browser" dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest - dependency-name: "@vitest/browser-playwright" dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest - dependency-name: "@vitest/coverage-istanbul" dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.6.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vitest - dependency-name: vitest dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest ... Signed-off-by: dependabot[bot] <support@github.com>
32579d8 to
672a4d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vitest group with 5 updates:
4.0.144.0.184.0.144.0.184.0.144.0.181.5.11.6.64.0.144.0.18Updates
@vitest/browserfrom 4.0.14 to 4.0.18Release notes
Sourced from
@vitest/browser's releases.... (truncated)
Commits
4d3e3c6chore: release v4.0.18dd54e94chore: release v4.0.17e6a3f8cfix: replace crypto.randomUUID to allow insecure environments (fix #9… (#9339)5d84eebfix(browser): logErrorEvent.messagewhen unhandledErrorEvent.erroris n...1ec3a8bfeat: support openTelemetry for browser mode (#9180)b67788cfix(browser): fix upload File instance (#9294)b70c961fix(browser): fixprocess.envandimport.meta.envdefines in inline proje...a36c3berefactor(browser): restructure screenshot matcher and add documentation (#9243)b46d744chore: release v4.0.1684a3062fix(browser): string formatting bug when including placeholders in console.lo...Updates
@vitest/browser-playwrightfrom 4.0.14 to 4.0.18Release notes
Sourced from
@vitest/browser-playwright's releases.... (truncated)
Commits
4d3e3c6chore: release v4.0.18dd54e94chore: release v4.0.17b46d744chore: release v4.0.16eb1abf0chore: release v4.0.15Updates
@vitest/coverage-istanbulfrom 4.0.14 to 4.0.18Release notes
Sourced from
@vitest/coverage-istanbul's releases.... (truncated)
Commits
4d3e3c6chore: release v4.0.18dd54e94chore: release v4.0.17e05cedbfix(coverage): apply patch from istanbuljs/istanbuljs#837 (#9413)b46d744chore: release v4.0.16372e86ffix(coverage): istanbul untested files source maps are off (#9208)eb1abf0chore: release v4.0.15e4ca917fix(coverage): istanbul provider to not break source maps (#9040)Updates
@vitest/eslint-pluginfrom 1.5.1 to 1.6.6Release notes
Sourced from
@vitest/eslint-plugin's releases.... (truncated)
Commits
472ba3dchore: release v1.6.60829c0afeat: add require-test-timeout rule (#863)23b771echore: release v1.6.5e8ac615docs: put rule descriptions after title (#861)01f6df9feat: no-conditional-expect takes expect.assertions into account (#840)6beca38refactor: Require rule name in createTestingLibraryRule return type and use r...9636ae8fix(prefer-mock-return-shorthand): don't report mutable implementations (#190...1881ed0fix(prefer-mock-return-shorthand): ignore async implementations (#857)da4b6f7fix(prefer-mock-return-shorthand): ignore use of update expressions (#858)d15371fchore: updateeslint-remote-tester(#859)Updates
vitestfrom 4.0.14 to 4.0.18Release notes
Sourced from vitest's releases.
... (truncated)
Commits
4d3e3c6chore: release v4.0.18ea837defeat(experimental): addonModuleRunnerhook toworker.init(#9286)e057281fix: usemeta.urlincreateRequire(#9441)dd54e94chore: release v4.0.1759f92d4fix(fsModuleCache): add importers alongside importedModules (#9423)751364efix(fsModuleCache): don't store importers in cache (#9422)4b67fc2fix: typo in browser.provider error (#9394)40841fffix: handle null options inaddEventHandler#9371 (#9372)200dadbfix(pool): handle worker start failures gracefully (#9337)1500654fix(browser): supportfileParallelismon an instance (#9328)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 manuallyDescription has been truncated