Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
  • Loading branch information
renovate[bot] and bluwy committed Jun 11, 2024
1 parent 6aa85f1 commit 990b85d
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 482 deletions.
15 changes: 11 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
extends: ["config:base", "schedule:weekly", "group:allNonMajor"],
labels: ["dependencies"],
rangeStrategy: "bump",
packageRules: [{ depTypeList: ["peerDependencies"], enabled: false }],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
"labels": ["dependencies"],
"ignorePaths": ["**/__tests__/**"],
"rangeStrategy": "bump",
"packageRules": [
{
"depTypeList": ["peerDependencies"],
"enabled": false,
},
],
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@
"dependencies": {
"execa": "^8.0.1",
"mri": "^1.2.0",
"picocolors": "^1.0.0",
"picocolors": "^1.0.1",
"prompts": "^2.4.2",
"publint": "^0.2.7",
"semver": "^7.6.0"
"publint": "^0.2.8",
"semver": "^7.6.2"
},
"devDependencies": {
"@arnaud-barre/tnode": "^0.19.2",
"@types/node": "^20.12.5",
"@types/node": "^20.14.2",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"esbuild": "^0.20.2",
"prettier": "^3.2.5",
"typescript": "^5.4.4"
}
"esbuild": "^0.21.5",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.3.0"
}
Loading

0 comments on commit 990b85d

Please sign in to comment.