renovate 43.25.7 → 43.25.8
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 +3 -3
- 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.25.
|
|
4
|
+
"version": "43.25.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"luxon": "3.7.2",
|
|
175
175
|
"markdown-it": "14.1.1",
|
|
176
176
|
"markdown-table": "3.0.4",
|
|
177
|
-
"minimatch": "10.1
|
|
177
|
+
"minimatch": "10.2.1",
|
|
178
178
|
"moo": "0.5.2",
|
|
179
179
|
"ms": "2.1.3",
|
|
180
180
|
"neotraverse": "0.6.18",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"typescript-eslint": "8.55.0",
|
|
303
303
|
"unified": "11.0.5",
|
|
304
304
|
"vite": "8.0.0-beta.13",
|
|
305
|
-
"vite-tsconfig-paths": "6.1.
|
|
305
|
+
"vite-tsconfig-paths": "6.1.1",
|
|
306
306
|
"vitest": "4.0.18",
|
|
307
307
|
"vitest-mock-extended": "3.1.0"
|
|
308
308
|
},
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 43.25.
|
|
2
|
+
"title": "JSON schema for Renovate 43.25.8 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "43.25.
|
|
4
|
+
"x-renovate-version": "43.25.8",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|