Skip to content

Commit

Permalink
feat: Update vitest to 1.3.1 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 1, 2024
1 parent 4df7a3a commit fb5aae8
Show file tree
Hide file tree
Showing 6 changed files with 1,004 additions and 1,070 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x
- 20.x
- 21.x

os:
- ubuntu-latest
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
node-version:
- 16.x
- 18.x

os:
- windows-latest
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -52,21 +52,21 @@
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.2",
"@types/vscode": "^1.87.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"inject-markdown": "^2.1.0",
"inject-markdown": "^3.0.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"rfdc": "^1.3.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"vscode-uri": "^3.0.8"
Expand Down

0 comments on commit fb5aae8

Please sign in to comment.