renovate 42.66.1 → 42.66.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 +2 -2
- 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.66.
|
|
4
|
+
"version": "42.66.2",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"common-tags": "1.8.2",
|
|
272
272
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
273
273
|
"emojibase-data": "16.0.3",
|
|
274
|
-
"esbuild": "0.27.
|
|
274
|
+
"esbuild": "0.27.2",
|
|
275
275
|
"eslint": "9.39.2",
|
|
276
276
|
"eslint-config-prettier": "10.1.8",
|
|
277
277
|
"eslint-formatter-gha": "1.6.0",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 42.66.
|
|
2
|
+
"title": "JSON schema for Renovate 42.66.2 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "42.66.
|
|
4
|
+
"x-renovate-version": "42.66.2",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|