renovate 43.19.0 → 43.19.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 +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": "43.19.
|
|
4
|
+
"version": "43.19.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
"editorconfig": "3.0.1",
|
|
149
149
|
"email-addresses": "5.0.0",
|
|
150
150
|
"emoji-regex": "10.6.0",
|
|
151
|
-
"emojibase": "
|
|
152
|
-
"emojibase-regex": "
|
|
151
|
+
"emojibase": "17.0.0",
|
|
152
|
+
"emojibase-regex": "17.0.0",
|
|
153
153
|
"execa": "8.0.1",
|
|
154
154
|
"extract-zip": "2.0.1",
|
|
155
155
|
"find-packages": "10.0.4",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"callsite": "1.0.0",
|
|
271
271
|
"common-tags": "1.8.2",
|
|
272
272
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
273
|
-
"emojibase-data": "
|
|
273
|
+
"emojibase-data": "17.0.0",
|
|
274
274
|
"esbuild": "0.27.3",
|
|
275
275
|
"eslint": "9.39.2",
|
|
276
276
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"markdownlint-cli2": "0.20.0",
|
|
289
289
|
"markdownlint-cli2-formatter-template": "0.0.4",
|
|
290
290
|
"memfs": "4.55.0",
|
|
291
|
-
"nock": "14.0.
|
|
291
|
+
"nock": "14.0.11",
|
|
292
292
|
"npm-run-all2": "8.0.4",
|
|
293
293
|
"nyc": "17.1.0",
|
|
294
294
|
"oxlint": "1.43.0",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 43.19.
|
|
2
|
+
"title": "JSON schema for Renovate 43.19.1 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "43.19.
|
|
4
|
+
"x-renovate-version": "43.19.1",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|