Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump @vitest/ui from 0.30.1 to 0.31.0 #148

Merged
merged 1 commit into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps-dev): Bump @vitest/ui from 0.30.1 to 0.31.0
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 0.30.1 to 0.31.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.31.0/packages/ui)

---
updated-dependencies:
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 4, 2023
commit 1c2fe3d8462dafecb64ecb1796a223b2864159cb
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@typescript-eslint/parser": "5.59.2",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-c8": "0.30.1",
"@vitest/ui": "0.30.1",
"@vitest/ui": "0.31.0",
"add-stream": "1.0.0",
"chai": "4.3.7",
"conventional-changelog": "3.1.25",
Expand Down
25 changes: 8 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ __metadata:
"@typescript-eslint/parser": "npm:5.59.2"
"@vates/toggle-scripts": "npm:1.0.0"
"@vitest/coverage-c8": "npm:0.30.1"
"@vitest/ui": "npm:0.30.1"
"@vitest/ui": "npm:0.31.0"
add-stream: "npm:1.0.0"
chai: "npm:4.3.7"
conventional-changelog: "npm:3.1.25"
Expand Down Expand Up @@ -2323,29 +2323,20 @@ __metadata:
languageName: node
linkType: hard

"@vitest/ui@npm:0.30.1":
version: 0.30.1
resolution: "@vitest/ui@npm:0.30.1"
"@vitest/ui@npm:0.31.0":
version: 0.31.0
resolution: "@vitest/ui@npm:0.31.0"
dependencies:
"@vitest/utils": "npm:0.30.1"
"@vitest/utils": "npm:0.31.0"
fast-glob: "npm:^3.2.12"
fflate: "npm:^0.7.4"
flatted: "npm:^3.2.7"
pathe: "npm:^1.1.0"
picocolors: "npm:^1.0.0"
sirv: "npm:^2.0.2"
checksum: 5c0e734d8e4407b36bddb2b58250c07ec8a4e36118dd77b48466c6290060d530d55e3d6d7bad872311748472a5282e64700d144a6c3f50cbbb96c3ee406961bd
languageName: node
linkType: hard

"@vitest/utils@npm:0.30.1":
version: 0.30.1
resolution: "@vitest/utils@npm:0.30.1"
dependencies:
concordance: "npm:^5.0.4"
loupe: "npm:^2.3.6"
pretty-format: "npm:^27.5.1"
checksum: dde609f2a3ca23a769f8d401a3df871c55eada7bf9be06816c83bd345ab0ca36f68be9847912e9d64052a7d053cac93dc6cb4fef5b330b949a28d58448414946
peerDependencies:
vitest: ">=0.30.1 <1"
checksum: 44558cbab593bfef6e4fbacc09c3ed88caddbb4d04b91222ec1853fa4ebeeca534e01efbe8ead00974a7a3a1d8aee23fe80ae426bdbcdf4593cc910f827a3533
languageName: node
linkType: hard

Expand Down
Loading