8000 [pull] master from hitokoto-osc:master by pull[bot] · Pull Request #4 · ZhaoTonggang/hitokoto-api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[pull] master from hitokoto-osc:master #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@sentry/integrations": "7.1.1",
"@sentry/node": "7.1.1",
"@sentry/tracing": "7.1.1",
"NeteaseCloudMusicApi": "4.5.9",
"NeteaseCloudMusicApi": "4.8.2",
"async": "3.2.4",
"bytes": "3.1.2",
"chalk": "4.1.2",
Expand Down
58 changes: 57 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
{
"extends": [
"config:base"
"config:base",
"default:automergeMinor",
"default:disableRateLimiting",
"default:rebaseStalePrs",
"group:allNonMajor"
],
"packageRules": [

{
"groupName": "Web Basement & Middleware",
"matchPackagePatterns": [
"fast-json-stringify",
"flatstr",
"ioredis",
"nconf",
"NeteaseCloudMusicApi",
"kcors"
]
},
{
"groupName": "Tools & Commanders",
"matchPackagePatterns": [
"async",
"lodash",
"bytes",
"commander",
"chalk",
"cron",
"yaml",
"joi",
"@babel",
"@types",
"pify",
"semver",
"winston",
"uuid"
]
},
{
"groupName": "Lint packages",
"matchPackagePatterns": [
"eslint",
"prettier",
"commitlint",
"commitizen",
"changelog",
"husky",
"lint-staged"
]
},
{
"groupName": "Testing packages",
"matchPackagePatterns": [
"jest",
"nodemon"
]
}
]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2822,9 +2822,9 @@ __metadata:
languageName: node
linkType: hard

"NeteaseCloudMusicApi@npm:4.5.9":
version: 4.5.9
resolution: "NeteaseCloudMusicApi@npm:4.5.9"
"NeteaseCloudMusicApi@npm:4.8.2":
version: 4.8.2
resolution: "NeteaseCloudMusicApi@npm:4.8.2"
dependencies:
axios: ^0.24.0
express: ^4.17.1
Expand All @@ -2838,7 +2838,7 @@ __metadata:
yargs: ^17.1.1
bin:
NeteaseCloudMusicApi: app.js
checksum: b42360bbb66b34e7b5f02f603e995fda4d70d5a0d5a440878aa4de14bfcb880368f5aec70b3a9e8be7df5e8b50d2daa491dc9def3902cec535e80e814b72aad5
checksum: 1d71f2eb9592c1ac0a6afa1d4759818b1c907d60d7b4dfe533657171be0b26b7c4bd728c3096ac482153a8f45df7bc0df67432d7d7b0eb3d8d2e2b1b83c7dabd
languageName: node
linkType: hard

Expand Down Expand Up @@ -6411,7 +6411,7 @@ __metadata:
"@sentry/node": 7.1.1
"@sentry/tracing": 7.1.1
"@types/jest": 27.4.1
NeteaseCloudMusicApi: 4.5.9
NeteaseCloudMusicApi: 4.8.2
async: 3.2.4
bytes: 3.1.2
chalk: 4.1.2
Expand Down
0