Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 0ed0651 commit e260d21
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 22.11.0
pnpm 9.12.3
pnpm 9.14.4
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.0",
"@antfu/ni": "^0.23.1",
"markdown-table": "^3.0.4"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.5",
"@vitest/coverage-v8": "^2.1.4",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"chalk": "^5.3.0",
"changelogithub": "^0.13.11",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-github": "^5.1.3",
"eslint-plugin-import": "^2.31.0",
"knip": "^5.34.4",
"prettier": "3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vitest": "^2.1.4",
"yaml": "^2.6.0"
"knip": "^5.38.3",
"prettier": "3.4.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vitest": "^2.1.6",
"yaml": "^2.6.1"
}
}
Loading

0 comments on commit e260d21

Please sign in to comment.