Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v2.1.7 (#717)
Browse files Browse the repository at this point in the history
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
  • Loading branch information
bfra-me[bot] authored Dec 5, 2024
1 parent c2584e6 commit 60676c1
Show file tree
Hide file tree
Showing 8 changed files with 333 additions and 101 deletions.
11 changes: 11 additions & 0 deletions .changeset/renovate-9b628d4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@bfra.me/api-core': patch
'@api/test-utils': patch
'@bfra.me/create': patch
'@bfra.me/eslint-config': patch
'@bfra.me/prettier-config': patch
'@bfra.me/semantic-release': patch
---

Updated dependency `vitest` to `2.1.7`.
Updated dependency `@vitest/coverage-v8` to `2.1.7`.
4 changes: 2 additions & 2 deletions packages/api-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
"@readme/oas-examples": "5.18.2",
"@types/caseless": "0.12.5",
"@types/lodash.merge": "4.6.9",
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "2.1.7",
"fetch-mock": "11.1.5",
"get-stream": "9.0.1",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.7"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-core/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@types/caseless": "0.12.5",
"oas": "25.0.4",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.7"
}
}
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ts-essentials": "10.0.3",
"tsup": "8.3.5",
"typescript": "5.7.2",
"vitest": "2.1.6"
"vitest": "2.1.7"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"prettier": "3.4.1",
"tsup": "8.3.5",
"tsx": "4.19.2",
"vitest": "2.1.6"
"vitest": "2.1.7"
},
"peerDependencies": {
"@vitest/eslint-plugin": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"fs-extra": "11.2.0",
"prettier": "3.4.1",
"tsup": "8.3.5",
"vitest": "2.1.6"
"vitest": "2.1.7"
},
"peerDependencies": {
"prettier": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"semantic-release": "24.2.0",
"tsup": "8.3.5",
"type-fest": "4.29.1",
"vitest": "2.1.6"
"vitest": "2.1.7"
},
"peerDependencies": {
"semantic-release": ">=23"
Expand Down
Loading

0 comments on commit 60676c1

Please sign in to comment.