Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 15, 2024
1 parent 1cff6dd commit 40d1579
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 667 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- run: corepack enable pnpm
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand All @@ -34,4 +34,4 @@ jobs:
run: pnpm build
- name: test
run: pnpm test:coverage
- uses: codecov/codecov-action@v3.1.1
- uses: codecov/codecov-action@v3.1.6
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18.14.0
18.19.1
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.33.7",
"lint-staged": {
"*.{ts,yml,md,json}": [
"prettier --write"
Expand All @@ -41,21 +41,21 @@
"dependencies": {
"kleur": "4.1.5",
"ts-morph": "17.0.1",
"yargs": "17.6.2"
"yargs": "17.7.2"
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/yargs": "17.0.22",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@vitest/coverage-c8": "0.28.4",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"@types/node": "18.19.17",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-c8": "0.33.0",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"prettier": "2.8.4",
"tsx": "3.12.3",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"tsx": "3.14.0",
"typescript": "4.9.5",
"vitest": "0.28.4"
"vitest": "0.34.6"
}
}

0 comments on commit 40d1579

Please sign in to comment.