renovate 43.123.6 → 43.123.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/renovate-schema.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "renovate",
|
|
3
3
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
|
4
|
-
"version": "43.123.
|
|
4
|
+
"version": "43.123.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"pnpm": "^10.0.0"
|
|
88
88
|
},
|
|
89
89
|
"volta": {
|
|
90
|
-
"node": "24.
|
|
90
|
+
"node": "24.15.0",
|
|
91
91
|
"pnpm": "10.33.0"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"@types/semver-utils": "1.1.3",
|
|
259
259
|
"@types/tmp": "0.2.6",
|
|
260
260
|
"@types/validate-npm-package-name": "4.0.2",
|
|
261
|
-
"@vitest/coverage-v8": "4.1.
|
|
261
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
262
262
|
"ajv": "8.18.0",
|
|
263
263
|
"ajv-formats": "3.0.1",
|
|
264
264
|
"aws-sdk-client-mock": "4.1.0",
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"typescript": "6.0.2",
|
|
290
290
|
"unified": "11.0.5",
|
|
291
291
|
"vite": "8.0.5",
|
|
292
|
-
"vitest": "4.1.
|
|
292
|
+
"vitest": "4.1.4",
|
|
293
293
|
"vitest-mock-extended": "4.0.0"
|
|
294
294
|
},
|
|
295
295
|
"files": [
|
package/renovate-schema.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$id": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
-
"title": "JSON schema for Renovate 43.123.
|
|
3
|
+
"title": "JSON schema for Renovate 43.123.7 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.123.
|
|
5
|
+
"x-renovate-version": "43.123.7",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|