Skip to content

Commit

Permalink
chore(deps-dev): bump the tests group with 2 updates (#1195)
Browse files Browse the repository at this point in the history
Bumps the tests group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/coverage-v8)

Updates `vitest` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent b2e2e2a commit 910e7ee
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 171 deletions.
4 changes: 2 additions & 2 deletions packages/api-client-old/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"devDependencies": {
"@faker-js/faker": "8.4.1",
"@shopware/api-client": "workspace:*",
"@vitest/coverage-v8": "2.0.4",
"@vitest/coverage-v8": "2.0.5",
"eslint-config-shopware": "workspace:*",
"happy-dom": "14.12.3",
"tsconfig": "workspace:*",
"unbuild": "2.0.0",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"devDependencies": {
"@codspeed/vitest-plugin": "3.1.1",
"@types/prettier": "3.0.0",
"@vitest/coverage-v8": "2.0.4",
"@vitest/coverage-v8": "2.0.5",
"eslint-config-shopware": "workspace:*",
"prettier": "3.3.3",
"tsconfig": "workspace:*",
"unbuild": "2.0.0",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"dependencies": {
"defu": "6.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"devDependencies": {
"@types/prettier": "3.0.0",
"@types/yargs": "17.0.32",
"@vitest/coverage-v8": "2.0.4",
"@vitest/coverage-v8": "2.0.5",
"eslint-config-shopware": "workspace:*",
"json5": "2.2.3",
"picocolors": "1.0.1",
"tsconfig": "workspace:*",
"unbuild": "2.0.0",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"dependencies": {
"@shopware/api-client": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/cms-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"devDependencies": {
"@nuxt/schema": "3.12.4",
"@types/three": "0.166.0",
"@vitest/coverage-v8": "2.0.4",
"@vitest/coverage-v8": "2.0.5",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "9.27.0",
"nuxt": "3.12.4",
"tsconfig": "workspace:*",
"typescript": "5.5.4",
"unbuild": "2.0.0",
"vitest": "2.0.4",
"vitest": "2.0.5",
"vue-eslint-parser": "9.4.3",
"vue-router": "4.4.2",
"vue-tsc": "2.0.29"
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
},
"devDependencies": {
"@nuxt/kit": "3.12.4",
"@vitest/coverage-v8": "2.0.4",
"@vitest/coverage-v8": "2.0.5",
"@vue/test-utils": "2.4.6",
"eslint-config-shopware": "workspace:*",
"happy-dom": "14.12.3",
"tsconfig": "workspace:*",
"typescript": "5.5.4",
"unbuild": "2.0.0",
"vitest": "2.0.4",
"vitest": "2.0.5",
"vue": "3.4.35"
}
}
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"test:watch": "vitest"
},
"devDependencies": {
"@vitest/coverage-v8": "2.0.4",
"@vitest/coverage-v8": "2.0.5",
"happy-dom": "14.12.3",
"tsconfig": "workspace:*",
"unbuild": "2.0.0",
"vitest": "2.0.4"
"vitest": "2.0.5"
}
}
Loading

0 comments on commit 910e7ee

Please sign in to comment.