renovate 43.229.0 → 43.229.1
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.229.
|
|
4
|
+
"version": "43.229.1",
|
|
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.3",
|
|
185
185
|
"punycode": "2.3.1",
|
|
186
186
|
"remark": "15.0.1",
|
|
187
187
|
"remark-gfm": "4.0.1",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"@types/mdast": "4.0.4",
|
|
245
245
|
"@types/moo": "0.5.10",
|
|
246
246
|
"@types/ms": "2.1.0",
|
|
247
|
-
"@types/node": "24.13.
|
|
247
|
+
"@types/node": "24.13.2",
|
|
248
248
|
"@types/parse-link-header": "2.0.3",
|
|
249
249
|
"@types/punycode": "2.1.4",
|
|
250
250
|
"@types/sax": "1.2.7",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"lint-staged": "17.0.7",
|
|
270
270
|
"markdownlint-cli2": "0.22.1",
|
|
271
271
|
"markdownlint-cli2-formatter-template": "0.0.4",
|
|
272
|
-
"memfs": "4.57.
|
|
272
|
+
"memfs": "4.57.7",
|
|
273
273
|
"nock": "14.0.15",
|
|
274
274
|
"npm-run-all2": "8.0.4",
|
|
275
275
|
"nyc": "18.0.0",
|
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.229.
|
|
3
|
+
"title": "JSON schema for Renovate 43.229.1 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.229.
|
|
5
|
+
"x-renovate-version": "43.229.1",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"definitions": {
|