renovate 41.167.1 → 41.168.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 +2 -1
- package/package.json +2 -2
- package/renovate-schema.json +2 -2
package/dist/data/monorepo.json
CHANGED
|
@@ -370,6 +370,7 @@
|
|
|
370
370
|
"hickory-dns": "https://github.com/hickory-dns/hickory-dns",
|
|
371
371
|
"html-eslint": "https://github.com/yeonjuan/html-eslint",
|
|
372
372
|
"humanizer": "https://github.com/Humanizr/Humanizer",
|
|
373
|
+
"immich": "https://github.com/immich-app/immich",
|
|
373
374
|
"infrastructure-ui": "https://github.com/instructure/instructure-ui",
|
|
374
375
|
"ionic-native": "https://github.com/ionic-team/ionic-native",
|
|
375
376
|
"istanbuljs": "https://github.com/istanbuljs/istanbuljs",
|
|
@@ -558,7 +559,7 @@
|
|
|
558
559
|
"ruby-on-rails": "https://github.com/rails/rails",
|
|
559
560
|
"rust-analyzer": "https://github.com/rust-lang/rust-analyzer",
|
|
560
561
|
"rust-futures": "https://github.com/rust-lang/futures-rs",
|
|
561
|
-
"rust-wasm-bindgen": "https://github.com/
|
|
562
|
+
"rust-wasm-bindgen": "https://github.com/wasm-bindgen/wasm-bindgen",
|
|
562
563
|
"sanity": "https://github.com/sanity-io/sanity",
|
|
563
564
|
"serilog-ui": "https://github.com/serilog-contrib/serilog-ui",
|
|
564
565
|
"scaffdog": "https://github.com/scaffdog/scaffdog",
|
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.168.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"renovate": "dist/renovate.js",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"@types/tmp": "0.2.6",
|
|
261
261
|
"@types/validate-npm-package-name": "4.0.2",
|
|
262
262
|
"@vitest/coverage-v8": "3.2.4",
|
|
263
|
-
"@vitest/eslint-plugin": "1.3.
|
|
263
|
+
"@vitest/eslint-plugin": "1.3.24",
|
|
264
264
|
"ajv": "8.17.1",
|
|
265
265
|
"ajv-formats": "3.0.1",
|
|
266
266
|
"aws-sdk-client-mock": "4.1.0",
|
package/renovate-schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "JSON schema for Renovate 41.
|
|
2
|
+
"title": "JSON schema for Renovate 41.168.0 config files (https://renovatebot.com/)",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
|
-
"x-renovate-version": "41.
|
|
4
|
+
"x-renovate-version": "41.168.0",
|
|
5
5
|
"allowComments": true,
|
|
6
6
|
"type": "object",
|
|
7
7
|
"properties": {
|