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] authored Dec 31, 2024
1 parent d5629d5 commit b8c3c70
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 424 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 22.11.0
pnpm 9.14.4
nodejs 22.12.0
pnpm 9.15.2
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@antfu/ni": "^0.23.1",
"@antfu/ni": "^0.23.2",
"markdown-table": "^3.0.4"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"chalk": "^5.3.0",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"chalk": "^5.4.1",
"changelogithub": "^0.13.11",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^5.1.3",
"eslint-plugin-github": "^5.1.4",
"eslint-plugin-import": "^2.31.0",
"knip": "^5.38.3",
"prettier": "3.4.1",
"knip": "^5.41.1",
"prettier": "3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vitest": "^2.1.6",
"yaml": "^2.6.1"
"typescript-eslint": "^8.19.0",
"vitest": "^2.1.8",
"yaml": "^2.7.0"
}
}
Loading

0 comments on commit b8c3c70

Please sign in to comment.