renovate 42.9.1 → 42.10.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 +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": "42.
|
|
4
|
+
"version": "42.10.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@renovatebot/detect-tools": "1.2.4",
|
|
121
121
|
"@renovatebot/osv-offline": "1.7.10",
|
|
122
122
|
"@renovatebot/pep440": "4.2.1",
|
|
123
|
-
"@renovatebot/pgp": "1.1.
|
|
123
|
+
"@renovatebot/pgp": "1.1.1",
|
|
124
124
|
"@renovatebot/ruby-semver": "4.1.2",
|
|
125
125
|
"@sindresorhus/is": "7.1.1",
|
|
126
126
|
"@yarnpkg/core": "4.4.4",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
},
|
|
218
218
|
"devDependencies": {
|
|
219
219
|
"@containerbase/eslint-plugin": "1.1.18",
|
|
220
|
-
"@containerbase/semantic-release-pnpm": "1.3.
|
|
220
|
+
"@containerbase/semantic-release-pnpm": "1.3.5",
|
|
221
221
|
"@eslint/js": "9.39.1",
|
|
222
222
|
"@hyrious/marshal": "0.3.3",
|
|
223
223
|
"@ls-lint/ls-lint": "2.3.1",
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"@types/tmp": "0.2.6",
|
|
262
262
|
"@types/validate-npm-package-name": "4.0.2",
|
|
263
263
|
"@vitest/coverage-v8": "3.2.4",
|
|
264
|
-
"@vitest/eslint-plugin": "1.4.
|
|
264
|
+
"@vitest/eslint-plugin": "1.4.1",
|
|
265
265
|
"ajv": "8.17.1",
|
|
266
266
|
"ajv-formats": "3.0.1",
|
|
267
267
|
"aws-sdk-client-mock": "4.1.0",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"typescript": "5.9.3",
|
|
297
297
|
"typescript-eslint": "8.46.3",
|
|
298
298
|
"unified": "11.0.5",
|
|
299
|
-
"vite": "7.2.
|
|
299
|
+
"vite": "7.2.1",
|
|
300
300
|
"vite-tsconfig-paths": "5.1.4",
|
|
301
301
|
"vitest": "3.2.4",
|
|
302
302
|
"vitest-mock-extended": "3.1.0"
|
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.10.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.10.0",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|