Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#172)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: move @vitest/coverage-c8 to @vitest/coverage-v8

* chore: remove node 14, 16, 17

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Koichi Kiyokawa <koichi20110068@gmail.com>
  • Loading branch information
renovate[bot] and KoichiKiyokawa committed Aug 27, 2023
1 parent 28310f3 commit 04a9f31
Show file tree
Hide file tree
Showing 4 changed files with 1,330 additions and 731 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -17,12 +17,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- run: corepack enable pnpm
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -34,4 +34,4 @@ jobs:
run: pnpm build
- name: test
run: pnpm test
- uses: codecov/codecov-action@v3.1.0
- uses: codecov/codecov-action@v3.1.4
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
16.17.0
18.15.0
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -36,22 +36,22 @@
},
"devDependencies": {
"@jsdevtools/version-bump-prompt": "6.1.0",
"@types/node": "18.7.13",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@vitest/coverage-c8": "0.22.1",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"typescript": "4.8.2",
"vite": "3.0.9",
"vitepress": "1.0.0-alpha.12",
"vitest": "0.22.1",
"zx": "7.0.8"
"@types/node": "18.17.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-v8": "0.34.3",
"eslint": "8.48.0",
"eslint-config-prettier": "8.10.0",
"husky": "8.0.3",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"typescript": "4.9.5",
"vite": "3.2.7",
"vitepress": "1.0.0-rc.4",
"vitest": "0.34.3",
"zx": "7.2.3"
},
"packageManager": "pnpm@7.9.5",
"packageManager": "pnpm@7.33.6",
"lint-staged": {
"**/*.{ts}": [
"eslint --fix"
Expand Down

0 comments on commit 04a9f31

Please sign in to comment.