renovate 43.17.0 → 43.18.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/dist/data/monorepo.js +2 -0
- package/package.json +15 -16
- package/renovate-schema.json +2 -2
package/dist/data/monorepo.js
CHANGED
|
@@ -76,6 +76,7 @@ var repoGroups = {
|
|
|
76
76
|
"baset": "https://github.com/igmat/baset",
|
|
77
77
|
"brave": "https://github.com/openzipkin/brave",
|
|
78
78
|
"bugsnag-js": "https://github.com/bugsnag/bugsnag-js",
|
|
79
|
+
"bull-board": "https://github.com/felixmosh/bull-board",
|
|
79
80
|
"cake": "https://github.com/cake-build/cake",
|
|
80
81
|
"cake-issues": "https://github.com/cake-contrib/Cake.Issues",
|
|
81
82
|
"capacitor": "https://github.com/ionic-team/capacitor",
|
|
@@ -669,6 +670,7 @@ var repoGroups = {
|
|
|
669
670
|
],
|
|
670
671
|
"yarn": "https://github.com/yarnpkg/berry",
|
|
671
672
|
"zag-js": "https://github.com/chakra-ui/zag",
|
|
673
|
+
"zxcvbn-ts": "https://github.com/zxcvbn-ts/zxcvbn",
|
|
672
674
|
"zxing-net": "https://github.com/micjahn/ZXing.Net"
|
|
673
675
|
};
|
|
674
676
|
var orgGroups = {
|
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.
|
|
4
|
+
"version": "43.18.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"commander": "14.0.3",
|
|
141
141
|
"conventional-commits-detector": "1.0.3",
|
|
142
142
|
"croner": "9.1.0",
|
|
143
|
-
"cronstrue": "3.
|
|
143
|
+
"cronstrue": "3.12.0",
|
|
144
144
|
"deepmerge": "4.3.1",
|
|
145
145
|
"dequal": "2.0.3",
|
|
146
146
|
"detect-indent": "7.0.2",
|
|
@@ -298,7 +298,6 @@
|
|
|
298
298
|
"tar": "7.5.7",
|
|
299
299
|
"tmp-promise": "3.0.3",
|
|
300
300
|
"tsdown": "0.20.3",
|
|
301
|
-
"tsx": "4.21.0",
|
|
302
301
|
"type-fest": "5.4.4",
|
|
303
302
|
"typescript": "5.9.3",
|
|
304
303
|
"typescript-eslint": "8.54.0",
|
|
@@ -314,17 +313,17 @@
|
|
|
314
313
|
],
|
|
315
314
|
"scripts": {
|
|
316
315
|
"build": "run-s clean 'generate:*' 'compile:*' create-json-schema",
|
|
317
|
-
"build:docker": "
|
|
318
|
-
"build:docs": "
|
|
316
|
+
"build:docker": "node tools/docker.ts",
|
|
317
|
+
"build:docs": "node tools/generate-docs.ts",
|
|
319
318
|
"clean": "rimraf dist tmp",
|
|
320
319
|
"clean-cache": "node tools/clean-cache.mjs",
|
|
321
320
|
"compile:ts": "tsdown",
|
|
322
|
-
"config-validator": "
|
|
323
|
-
"create-json-schema": "
|
|
324
|
-
"debug": "
|
|
321
|
+
"config-validator": "node lib/config-validator.ts",
|
|
322
|
+
"create-json-schema": "node tools/generate-schema.ts && prettier --write --cache 'renovate-schema.json' renovate-inherited-schema.json renovate-global-schema.json",
|
|
323
|
+
"debug": "node --inspect-brk lib/renovate.ts",
|
|
325
324
|
"doc-fix": "run-s markdown-lint-fix prettier-fix",
|
|
326
325
|
"doc-fix-everything": "run-s doc-fix doc-fence-check lint-documentation",
|
|
327
|
-
"doc-fence-check": "
|
|
326
|
+
"doc-fence-check": "node tools/check-fenced-code.ts",
|
|
328
327
|
"lint-documentation": "vitest run --coverage false test/docs/**.spec.ts",
|
|
329
328
|
"lint-other": "vitest run --coverage false test/other/**.spec.ts",
|
|
330
329
|
"oxlint": "oxlint --import-plugin",
|
|
@@ -342,11 +341,11 @@
|
|
|
342
341
|
"vitest": "GIT_ALLOW_PROTOCOL=file LOG_LEVEL=fatal vitest run --logHeapUsage",
|
|
343
342
|
"lint": "run-s ls-lint type-check oxlint biome eslint prettier markdown-lint git-check doc-fence-check",
|
|
344
343
|
"lint-fix": "run-s oxlint-fix biome-fix eslint-fix prettier-fix markdown-lint-fix",
|
|
345
|
-
"check": "
|
|
344
|
+
"check": "node tools/check/index.ts",
|
|
346
345
|
"ls-lint": "ls-lint",
|
|
347
346
|
"markdown-lint": "markdownlint-cli2",
|
|
348
347
|
"markdown-lint-fix": "markdownlint-cli2 --fix",
|
|
349
|
-
"mkdocs": "
|
|
348
|
+
"mkdocs": "node tools/mkdocs.ts",
|
|
350
349
|
"prepare:husky": "husky",
|
|
351
350
|
"prepare:generate": "run-s 'generate:*'",
|
|
352
351
|
"prepare:deps": "node tools/prepare-deps.mjs",
|
|
@@ -354,18 +353,18 @@
|
|
|
354
353
|
"pretest": "run-s 'generate:*'",
|
|
355
354
|
"prettier": "prettier --cache --check '**/*.{ts,js,mjs,json,md,yml}'",
|
|
356
355
|
"prettier-fix": "prettier --write --cache '**/*.{ts,js,mjs,json,md,yml}'",
|
|
357
|
-
"release:prepare": "
|
|
358
|
-
"release:publish": "
|
|
359
|
-
"start": "
|
|
356
|
+
"release:prepare": "node tools/prepare-release.ts",
|
|
357
|
+
"release:publish": "node tools/publish-release.ts",
|
|
358
|
+
"start": "node lib/renovate.ts",
|
|
360
359
|
"test": "run-s lint test-schema jest",
|
|
361
360
|
"test-dirty": "git diff --exit-code",
|
|
362
361
|
"test-e2e": "run-s 'test-e2e:*'",
|
|
363
362
|
"test-e2e:pack": "pnpm pack",
|
|
364
363
|
"test-e2e:install": "cd test/e2e && pnpm --ignore-workspace install --no-lockfile --prod",
|
|
365
364
|
"test-e2e:run": "cd test/e2e && pnpm test",
|
|
366
|
-
"test-schema": "run-s create-json-schema &&
|
|
365
|
+
"test-schema": "run-s create-json-schema && node tools/validate-schema.ts",
|
|
367
366
|
"test:docs": "node --test tools/docs/test/**/*.mjs",
|
|
368
|
-
"schedule-test-shards": "SCHEDULE_TEST_SHARDS=true
|
|
367
|
+
"schedule-test-shards": "SCHEDULE_TEST_SHARDS=true node tools/test-shards.ts",
|
|
369
368
|
"tsc": "tsc",
|
|
370
369
|
"type-check": "run-s 'generate:*' 'tsc --noEmit {@}' --",
|
|
371
370
|
"update-static-data": "run-s 'update-static-data:*'",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 43.
|
|
2
|
+
"title": "JSON schema for Renovate 43.18.0 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "43.
|
|
4
|
+
"x-renovate-version": "43.18.0",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|