renovate 41.155.0 → 41.155.1
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": "41.155.
|
|
4
|
+
"version": "41.155.1",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"diff": "8.0.2",
|
|
146
146
|
"editorconfig": "3.0.1",
|
|
147
147
|
"email-addresses": "5.0.0",
|
|
148
|
-
"emoji-regex": "10.
|
|
148
|
+
"emoji-regex": "10.6.0",
|
|
149
149
|
"emojibase": "16.0.0",
|
|
150
150
|
"emojibase-regex": "16.0.0",
|
|
151
151
|
"extract-zip": "2.0.1",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"test-e2e:pack": "pnpm pack",
|
|
349
349
|
"test-e2e:install": "cd test/e2e && pnpm --ignore-workspace install --no-lockfile --prod",
|
|
350
350
|
"test-e2e:run": "cd test/e2e && pnpm test",
|
|
351
|
-
"test-schema": "run-s create-json-schema",
|
|
351
|
+
"test-schema": "run-s create-json-schema && tsx tools/validate-schema.ts",
|
|
352
352
|
"test:docs": "node --test tools/docs/test/**/*.mjs",
|
|
353
353
|
"schedule-test-shards": "SCHEDULE_TEST_SHARDS=true tsx tools/test-shards.ts",
|
|
354
354
|
"tsc": "tsc",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 41.155.
|
|
2
|
+
"title": "JSON schema for Renovate 41.155.1 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
4
|
-
"x-renovate-version": "41.155.
|
|
4
|
+
"x-renovate-version": "41.155.1",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|