renovate 42.25.4 → 42.26.0
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": "42.
|
|
4
|
+
"version": "42.26.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
"volta": {
|
|
90
90
|
"node": "24.11.1",
|
|
91
|
-
"pnpm": "10.
|
|
91
|
+
"pnpm": "10.23.0"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@aws-sdk/client-codecommit": "3.922.0",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"@types/tar": "6.1.13",
|
|
263
263
|
"@types/tmp": "0.2.6",
|
|
264
264
|
"@types/validate-npm-package-name": "4.0.2",
|
|
265
|
-
"@vitest/coverage-v8": "4.0.
|
|
265
|
+
"@vitest/coverage-v8": "4.0.12",
|
|
266
266
|
"@vitest/eslint-plugin": "1.4.3",
|
|
267
267
|
"ajv": "8.17.1",
|
|
268
268
|
"ajv-formats": "3.0.1",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"unified": "11.0.5",
|
|
301
301
|
"vite": "npm:rolldown-vite@7.2.7",
|
|
302
302
|
"vite-tsconfig-paths": "5.1.4",
|
|
303
|
-
"vitest": "4.0.
|
|
303
|
+
"vitest": "4.0.12",
|
|
304
304
|
"vitest-mock-extended": "3.1.0"
|
|
305
305
|
},
|
|
306
306
|
"files": [
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.
|
|
2
|
+
"title": "JSON schema for Renovate 42.26.0 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.
|
|
4
|
+
"x-renovate-version": "42.26.0",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|