Skip to content
Open
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
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/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
- id: add-item
name: Add ${{ format('#{0}', github.event.number) }} to project
uses: actions/add-to-project@v0.6.1
uses: actions/add-to-project@v1.0.2
with:
github-token: ${{ steps.bot-token.outputs.token }}
project-url: |
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