renovate 41.42.6 → 41.42.7
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/replacements.json +0 -13
- package/package.json +1 -1
@@ -16,7 +16,6 @@
|
|
16
16
|
"replacements:eslint-plugin-vitest-to-scoped",
|
17
17
|
"replacements:fakerjs-to-scoped",
|
18
18
|
"replacements:fastify-to-scoped",
|
19
|
-
"replacements:gradle-wrapper-validation-action",
|
20
19
|
"replacements:hapi-to-scoped",
|
21
20
|
"replacements:jade-to-pug",
|
22
21
|
"replacements:joi-to-scoped",
|
@@ -671,18 +670,6 @@
|
|
671
670
|
}
|
672
671
|
]
|
673
672
|
},
|
674
|
-
"gradle-wrapper-validation-action": {
|
675
|
-
"description": "gradle/wrapper-validation-action got renamed to gradle/actions/wrapper-validation",
|
676
|
-
"packageRules": [
|
677
|
-
{
|
678
|
-
"matchCurrentVersion": "/^3/",
|
679
|
-
"matchDatasources": ["github-actions"],
|
680
|
-
"matchPackageNames": ["gradle/wrapper-validation-action"],
|
681
|
-
"replacementName": "gradle/actions/wrapper-validation",
|
682
|
-
"replacementVersion": "3.5.0"
|
683
|
-
}
|
684
|
-
]
|
685
|
-
},
|
686
673
|
"hapi-to-scoped": {
|
687
674
|
"description": "`hapi` became scoped.",
|
688
675
|
"packageRules": [
|