Skip to content

Commit

Permalink
⬆️ Upgrade dependencies (#264)
Browse files Browse the repository at this point in the history
- 🤖 Use shared renovate config
- ⬆️ Upgrade dependencies
  • Loading branch information
WtfJoke authored Aug 4, 2023
2 parents 262be23 + e276a54 commit eba913e
Show file tree
Hide file tree
Showing 5 changed files with 961 additions and 839 deletions.
10 changes: 7 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"@actions/github": "5.1.1",
"@actions/io": "1.1.3",
"@actions/tool-cache": "2.0.1",
"semver": "7.5.3",
"semver": "7.5.4",
"uuid": "9.0.0"
},
"devDependencies": {
"@octokit/types": "9.2.3",
"@types/jest": "29.5.2",
"@octokit/types": "11.1.0",
"@types/jest": "29.5.3",
"@types/node": "16.x",
"@types/semver": "7.3.13",
"@types/uuid": "9.0.1",
"@typescript-eslint/parser": "5.55.0",
"@types/semver": "7.5.0",
"@types/uuid": "9.0.2",
"@typescript-eslint/parser": "6.2.1",
"@vercel/ncc": "0.36.1",
"eslint": "8.36.0",
"eslint-plugin-github": "4.8.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"jest-circus": "29.5.0",
"eslint": "8.46.0",
"eslint-plugin-github": "4.9.2",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"jest": "29.6.2",
"jest-circus": "29.6.2",
"js-yaml": "4.1.0",
"prettier": "2.8.8",
"ts-jest": "29.0.5",
"typescript": "5.0.4",
"webpack": "5.76.2"
"prettier": "3.0.1",
"ts-jest": "29.1.1",
"typescript": "5.1.6",
"webpack": "5.88.2"
}
}
11 changes: 1 addition & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"schedule": ["monthly"],
"updateNotScheduled": true,
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"extends": ["github>wtfjoke/renovate-config-ts"],
"commitMessagePrefix": "⬆️"
}
Loading

0 comments on commit eba913e

Please sign in to comment.