renovate 43.252.6 → 43.252.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 +5 -5
- 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.252.
|
|
4
|
+
"version": "43.252.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"clean-git-ref": "2.0.1",
|
|
137
137
|
"commander": "14.0.3",
|
|
138
138
|
"croner": "10.0.1",
|
|
139
|
-
"cronstrue": "3.
|
|
139
|
+
"cronstrue": "3.24.0",
|
|
140
140
|
"deepmerge": "4.3.1",
|
|
141
141
|
"dequal": "2.0.3",
|
|
142
142
|
"detect-indent": "7.0.2",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"neotraverse": "0.6.18",
|
|
177
177
|
"node-html-parser": "7.1.0",
|
|
178
178
|
"p-all": "5.0.1",
|
|
179
|
-
"p-map": "7.0.
|
|
179
|
+
"p-map": "7.0.5",
|
|
180
180
|
"p-queue": "9.3.0",
|
|
181
181
|
"p-throttle": "8.1.0",
|
|
182
182
|
"parse-link-header": "2.0.0",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"@ls-lint/ls-lint": "2.3.1",
|
|
219
219
|
"@openpgp/web-stream-tools": "0.3.1",
|
|
220
220
|
"@semantic-release/exec": "7.1.0",
|
|
221
|
-
"@smithy/util-stream": "4.7.
|
|
221
|
+
"@smithy/util-stream": "4.7.4",
|
|
222
222
|
"@types/adm-zip": "0.5.8",
|
|
223
223
|
"@types/aws4": "1.11.6",
|
|
224
224
|
"@types/breejs__later": "4.1.5",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"nock": "14.0.16",
|
|
274
274
|
"npm-run-all2": "8.0.4",
|
|
275
275
|
"nyc": "18.0.0",
|
|
276
|
-
"oxlint": "1.
|
|
276
|
+
"oxlint": "1.72.0",
|
|
277
277
|
"oxlint-tsgolint": "0.23.0",
|
|
278
278
|
"rimraf": "6.1.3",
|
|
279
279
|
"semantic-release": "25.0.5",
|
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.252.
|
|
3
|
+
"title": "JSON schema for Renovate 43.252.8 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.252.
|
|
5
|
+
"x-renovate-version": "43.252.8",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"definitions": {
|