renovate 41.165.3 → 41.165.5
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 +6 -6
- 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.165.
|
|
4
|
+
"version": "41.165.5",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"commander": "14.0.1",
|
|
139
139
|
"conventional-commits-detector": "1.0.3",
|
|
140
140
|
"croner": "9.1.0",
|
|
141
|
-
"cronstrue": "3.
|
|
141
|
+
"cronstrue": "3.9.0",
|
|
142
142
|
"deepmerge": "4.3.1",
|
|
143
143
|
"dequal": "2.0.3",
|
|
144
144
|
"detect-indent": "7.0.2",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"prettier": "3.6.2",
|
|
187
187
|
"protobufjs": "7.5.4",
|
|
188
188
|
"punycode": "2.3.1",
|
|
189
|
-
"redis": "5.
|
|
189
|
+
"redis": "5.9.0",
|
|
190
190
|
"remark": "15.0.1",
|
|
191
191
|
"remark-gfm": "4.0.1",
|
|
192
192
|
"remark-github": "12.0.0",
|
|
@@ -216,13 +216,13 @@
|
|
|
216
216
|
},
|
|
217
217
|
"devDependencies": {
|
|
218
218
|
"@containerbase/eslint-plugin": "1.1.16",
|
|
219
|
-
"@containerbase/semantic-release-pnpm": "1.
|
|
219
|
+
"@containerbase/semantic-release-pnpm": "1.3.0",
|
|
220
220
|
"@eslint/js": "9.37.0",
|
|
221
221
|
"@hyrious/marshal": "0.3.3",
|
|
222
222
|
"@ls-lint/ls-lint": "2.3.1",
|
|
223
223
|
"@openpgp/web-stream-tools": "0.2.0",
|
|
224
224
|
"@semantic-release/exec": "7.1.0",
|
|
225
|
-
"@smithy/util-stream": "4.5.
|
|
225
|
+
"@smithy/util-stream": "4.5.4",
|
|
226
226
|
"@types/auth-header": "1.0.6",
|
|
227
227
|
"@types/aws4": "1.11.6",
|
|
228
228
|
"@types/better-sqlite3": "7.6.13",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"typescript": "5.9.3",
|
|
296
296
|
"typescript-eslint": "8.45.0",
|
|
297
297
|
"unified": "11.0.5",
|
|
298
|
-
"vite": "7.1.
|
|
298
|
+
"vite": "7.1.12",
|
|
299
299
|
"vite-tsconfig-paths": "5.1.4",
|
|
300
300
|
"vitest": "3.2.4",
|
|
301
301
|
"vitest-mock-extended": "3.1.0"
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 41.165.
|
|
2
|
+
"title": "JSON schema for Renovate 41.165.5 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "41.165.
|
|
4
|
+
"x-renovate-version": "41.165.5",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|