renovate 41.2.0 → 41.3.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.json +1 -0
- package/package.json +2 -2
package/dist/data/monorepo.json
CHANGED
@@ -669,6 +669,7 @@
|
|
669
669
|
"/^com.oracle.database.jdbc:/",
|
670
670
|
"/^com.oracle.database.nls:/"
|
671
671
|
],
|
672
|
+
"oxlint": ["oxlint", "eslint-plugin-oxlint"],
|
672
673
|
"prometheus-simpleclient": "/^io.prometheus:simpleclient/",
|
673
674
|
"russh": ["/^russh$/", "/^russh-keys$/"],
|
674
675
|
"spfx": ["/^@microsoft/sp-/", "/^@microsoft/eslint-.+-spfx$/"],
|
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.
|
4
|
+
"version": "41.3.0",
|
5
5
|
"type": "commonjs",
|
6
6
|
"bin": {
|
7
7
|
"renovate": "dist/renovate.js",
|
@@ -302,7 +302,7 @@
|
|
302
302
|
"@types/mdast": "4.0.4",
|
303
303
|
"@types/moo": "0.5.10",
|
304
304
|
"@types/ms": "2.1.0",
|
305
|
-
"@types/node": "22.15.
|
305
|
+
"@types/node": "22.15.32",
|
306
306
|
"@types/parse-link-header": "2.0.3",
|
307
307
|
"@types/punycode": "2.1.4",
|
308
308
|
"@types/sax": "1.2.7",
|