Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2024
1 parent f717532 commit db69c22
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 252 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.17.0
pnpm 9.11.0
nodejs 20.18.0
pnpm 9.12.3
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@
"reporter"
],
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@antfu/ni": "^0.23.0",
"markdown-table": "^3.0.3"
"markdown-table": "^3.0.4"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.16.10",
"@vitest/coverage-v8": "^2.1.1",
"@types/node": "^20.17.4",
"@vitest/coverage-v8": "^2.1.4",
"chalk": "^5.3.0",
"changelogithub": "^0.13.10",
"changelogithub": "^0.13.11",
"esbuild": "^0.24.0",
"eslint": "^9.11.1",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-import": "^2.30.0",
"knip": "^5.30.6",
"eslint-plugin-import": "^2.31.0",
"knip": "^5.34.4",
"prettier": "3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vitest": "^2.1.1",
"yaml": "^2.5.1"
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vitest": "^2.1.4",
"yaml": "^2.6.0"
}
}
Loading

0 comments on commit db69c22

Please sign in to comment.