Compare commits

..

5 commits

Author SHA1 Message Date
renovate[bot]
8c85d72f98
chore(deps): update typescript-eslint monorepo to v8 2024-10-03 22:49:38 +00:00
renovate[bot]
0e014b2278 chore(deps): update dependency @vercel/ncc to v0.38.2 2024-10-03 22:49:06 +00:00
renovate[bot]
7859f1e43d chore(deps): update dependency @types/node to v20.16.10 2024-10-03 19:02:21 +00:00
853e34970e
fix: Correct schedule syntax in renovate config 2024-10-03 12:12:54 +00:00
0d968ab749 ci: Enable Renovate automerge for npm
The renovate bot has the ability to merge package changes that pass ci
testing and follow semver minor updates (non-breaking changes). I've
been merging renovate packages for the past six months or so with no
problems that weren't caught using the test suite, so I feel confident
in letting the bot take over merging.
2024-10-03 01:40:15 +00:00
3 changed files with 24 additions and 16 deletions

View file

@ -4,5 +4,13 @@
"github>nf-core/ops//.github/renovate/default.json5",
"config:recommended",
"schedule:weekly"
],
"packageRules": [
{
"matchManagers": ["npm"],
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"schedule": ["every weekday before 5am"]
}
]
}

28
package-lock.json generated
View file

@ -21,11 +21,11 @@
"@ava/typescript": "5.0.0",
"@tsconfig/node16": "16.1.3",
"@types/async-retry": "1.4.8",
"@types/node": "20.16.5",
"@types/node": "20.16.10",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vercel/ncc": "0.38.1",
"@vercel/ncc": "0.38.2",
"ava": "6.1.3",
"c8": "10.1.2",
"eslint": "8.57.1",
@ -694,9 +694,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.16.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz",
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==",
"version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true,
"dependencies": {
"undici-types": "~6.19.2"
@ -927,9 +927,9 @@
"dev": true
},
"node_modules/@vercel/ncc": {
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz",
"integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==",
"version": "0.38.2",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.2.tgz",
"integrity": "sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ==",
"dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
@ -7200,9 +7200,9 @@
"dev": true
},
"@types/node": {
"version": "20.16.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz",
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==",
"version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true,
"requires": {
"undici-types": "~6.19.2"
@ -7343,9 +7343,9 @@
"dev": true
},
"@vercel/ncc": {
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz",
"integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==",
"version": "0.38.2",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.2.tgz",
"integrity": "sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ==",
"dev": true
},
"@vercel/nft": {

View file

@ -63,11 +63,11 @@
"@ava/typescript": "5.0.0",
"@tsconfig/node16": "16.1.3",
"@types/async-retry": "1.4.8",
"@types/node": "20.16.5",
"@types/node": "20.16.10",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vercel/ncc": "0.38.1",
"@vercel/ncc": "0.38.2",
"ava": "6.1.3",
"c8": "10.1.2",
"eslint": "8.57.1",