renovate 43.100.1 → 43.100.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 +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.100.
|
|
4
|
+
"version": "43.100.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@pnpm/parse-overrides": "1001.0.3",
|
|
120
120
|
"@qnighy/marshal": "0.1.3",
|
|
121
121
|
"@redis/client": "5.11.0",
|
|
122
|
-
"@renovatebot/detect-tools": "
|
|
122
|
+
"@renovatebot/detect-tools": "2.0.0",
|
|
123
123
|
"@renovatebot/good-enough-parser": "1.2.0",
|
|
124
124
|
"@renovatebot/osv-offline": "2.4.0",
|
|
125
125
|
"@renovatebot/pep440": "4.2.2",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"@types/semver-utils": "1.1.3",
|
|
260
260
|
"@types/tmp": "0.2.6",
|
|
261
261
|
"@types/validate-npm-package-name": "4.0.2",
|
|
262
|
-
"@vitest/coverage-v8": "4.1.
|
|
262
|
+
"@vitest/coverage-v8": "4.1.1",
|
|
263
263
|
"ajv": "8.18.0",
|
|
264
264
|
"ajv-formats": "3.0.1",
|
|
265
265
|
"aws-sdk-client-mock": "4.1.0",
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"unified": "11.0.5",
|
|
298
298
|
"vite": "8.0.0-beta.18",
|
|
299
299
|
"vite-tsconfig-paths": "6.1.1",
|
|
300
|
-
"vitest": "4.1.
|
|
300
|
+
"vitest": "4.1.1",
|
|
301
301
|
"vitest-mock-extended": "3.1.0"
|
|
302
302
|
},
|
|
303
303
|
"files": [
|
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.100.
|
|
3
|
+
"title": "JSON schema for Renovate 43.100.2 config files (https://renovatebot.com/)",
|
|
4
4
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
-
"x-renovate-version": "43.100.
|
|
5
|
+
"x-renovate-version": "43.100.2",
|
|
6
6
|
"allowComments": true,
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|