renovate 42.80.3 → 42.81.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 +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": "42.
|
|
4
|
+
"version": "42.81.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"@types/tmp": "0.2.6",
|
|
265
265
|
"@types/validate-npm-package-name": "4.0.2",
|
|
266
266
|
"@vitest/coverage-v8": "4.0.16",
|
|
267
|
-
"@vitest/eslint-plugin": "1.5
|
|
267
|
+
"@vitest/eslint-plugin": "1.6.5",
|
|
268
268
|
"ajv": "8.17.1",
|
|
269
269
|
"ajv-formats": "3.0.1",
|
|
270
270
|
"aws-sdk-client-mock": "4.1.0",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"nock": "14.0.10",
|
|
293
293
|
"npm-run-all2": "8.0.4",
|
|
294
294
|
"nyc": "17.1.0",
|
|
295
|
-
"oxlint": "1.
|
|
295
|
+
"oxlint": "1.38.0",
|
|
296
296
|
"rimraf": "6.1.2",
|
|
297
297
|
"semantic-release": "25.0.2",
|
|
298
298
|
"tar": "7.5.2",
|
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.81.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.81.0",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|