Skip to content

Commit

Permalink
build(deps-dev): bump the vitest group to 2.0.0-beta.13
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jul 5, 2024
1 parent a4ce8cc commit ff96d17
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 293 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ updates:
vitest:
patterns:
- '@vitest/*'
- vitest*
- vitest
labels:
- scope:dependencies
- type:build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
- id: test
if: steps.test-files-check.outputs.files_exists == 'true'
name: Run tests
run: yarn test:cov --segfault-retry=3
run: yarn test:cov
- id: codecov
name: Upload coverage report to Codecov
if: steps.test-files-check.outputs.files_exists == 'true'
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/coverage-v8": "2.0.0-beta.13",
"@vitest/ui": "2.0.0-beta.13",
"chai": "5.1.1",
"chai-quantifiers": "1.0.18",
"chai-string": "1.5.0",
Expand Down Expand Up @@ -165,18 +166,16 @@
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"typescript": "5.5.3",
"vite": "5.2.2",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0",
"vitest": "2.0.0-beta.13",
"yaml-eslint-parser": "1.2.2"
},
"resolutions": {
"@flex-development/unist-util-types": "1.4.0",
"@types/mdast": "4.0.3",
"@types/unist": "3.0.2",
"chai": "5.1.1",
"micromark-util-types": "2.0.0",
"vite": "5.2.2"
"micromark-util-types": "2.0.0"
},
"engines": {
"node": ">=18.18.2"
Expand Down
Loading

0 comments on commit ff96d17

Please sign in to comment.