renovate 43.249.1 → 43.249.2
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.249.
|
|
4
|
+
"version": "43.249.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"p-throttle": "8.1.0",
|
|
182
182
|
"parse-link-header": "2.0.0",
|
|
183
183
|
"prettier": "3.8.1",
|
|
184
|
-
"protobufjs": "8.6.
|
|
184
|
+
"protobufjs": "8.6.5",
|
|
185
185
|
"punycode": "2.3.1",
|
|
186
186
|
"remark": "15.0.1",
|
|
187
187
|
"remark-gfm": "4.0.1",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"type-fest": "5.7.0",
|
|
284
284
|
"typescript": "6.0.3",
|
|
285
285
|
"unified": "11.0.5",
|
|
286
|
-
"vite": "8.0
|
|
286
|
+
"vite": "8.1.0",
|
|
287
287
|
"vitest": "4.1.9",
|
|
288
288
|
"vitest-mock-extended": "4.0.0"
|
|
289
289
|
},
|
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.249.
|
|
3
|
+
"title": "JSON schema for Renovate 43.249.2 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.249.
|
|
5
|
+
"x-renovate-version": "43.249.2",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"definitions": {
|