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
- closes #111

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Jul 8, 2024
1 parent 220c3ac commit 049db62
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 134 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 @@ -331,7 +331,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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-v8": "2.0.0-beta.3",
"@vitest/coverage-v8": "2.0.0-beta.13",
"@vitest/ui": "2.0.0-beta.13",
"chai": "5.1.1",
"cross-env": "7.0.3",
"cspell": "8.10.0",
Expand Down Expand Up @@ -138,7 +139,7 @@
"trash-cli": "5.0.0",
"ts-dedent": "2.2.0",
"typescript": "5.5.0-beta",
"vitest": "2.0.0-beta.3",
"vitest": "2.0.0-beta.13",
"yaml-eslint-parser": "1.2.3"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 049db62

Please sign in to comment.