renovate 43.221.0 → 43.222.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.
@@ -1,6 +1,6 @@
1
1
  //#region lib/data/mise-registry.json
2
2
  var mise_registry_default = {
3
- meta: { "version": "2026.6.1 linux-x64 (2026-06-06)" },
3
+ meta: { "version": "2026.6.6 linux-x64 (2026-06-13)" },
4
4
  tools: {
5
5
  "1password": {
6
6
  "aqua": "1password/cli",
@@ -47,6 +47,7 @@ var mise_registry_default = {
47
47
  "aqua": "slok/agebox",
48
48
  "asdf": "slok/asdf-agebox"
49
49
  },
50
+ "agy": { "aqua": "google-antigravity/antigravity-cli" },
50
51
  "aichat": { "aqua": "sigoden/aichat" },
51
52
  "air": {
52
53
  "aqua": "air-verse/air",
@@ -84,6 +85,7 @@ var mise_registry_default = {
84
85
  "ansible-base": { "pipx": "ansible-core" },
85
86
  "ansible-core": { "pipx": "ansible-core" },
86
87
  "ant": { "vfox": "mise-plugins/vfox-ant" },
88
+ "antigravity-cli": { "aqua": "google-antigravity/antigravity-cli" },
87
89
  "apko": {
88
90
  "aqua": "chainguard-dev/apko",
89
91
  "asdf": "omissis/asdf-apko"
@@ -145,9 +147,9 @@ var mise_registry_default = {
145
147
  "cargo": "atuin"
146
148
  },
147
149
  "aube": {
148
- "aqua": "endevco/aube",
150
+ "aqua": "jdx/aube",
149
151
  "cargo": "aube",
150
- "github": "endevco/aube"
152
+ "github": "jdx/aube"
151
153
  },
152
154
  "auto-doc": {
153
155
  "asdf": "mise-plugins/mise-auto-doc",
@@ -377,6 +379,10 @@ var mise_registry_default = {
377
379
  "asdf": "mise-plugins/asdf-cargo-make",
378
380
  "cargo": "cargo-make"
379
381
  },
382
+ "cargo-msrv": {
383
+ "aqua": "foresterre/cargo-msrv",
384
+ "cargo": "cargo-msrv"
385
+ },
380
386
  "cargo-release": { "github": "crate-ci/cargo-release" },
381
387
  "carthage": {
382
388
  "asdf": "mise-plugins/mise-carthage",
@@ -1010,6 +1016,10 @@ var mise_registry_default = {
1010
1016
  "aqua": "x-motemen/ghq",
1011
1017
  "asdf": "kajisha/asdf-ghq"
1012
1018
  },
1019
+ "ghtkn": {
1020
+ "aqua": "suzuki-shunsuke/ghtkn",
1021
+ "github": "suzuki-shunsuke/ghtkn"
1022
+ },
1013
1023
  "ginkgo": {
1014
1024
  "asdf": "mise-plugins/mise-ginkgo",
1015
1025
  "go": "github.com/onsi/ginkgo/v2/ginkgo"
@@ -2175,7 +2185,7 @@ var mise_registry_default = {
2175
2185
  },
2176
2186
  "podman": {
2177
2187
  "asdf": "tvon/asdf-podman",
2178
- "github": "containers/podman"
2188
+ "github": "podman-container-tools/podman"
2179
2189
  },
2180
2190
  "podman-tui": { "github": "containers/podman-tui" },
2181
2191
  "poetry": {
@@ -3036,6 +3046,7 @@ var mise_registry_default = {
3036
3046
  },
3037
3047
  "vlang": { "vfox": "mise-plugins/vfox-vlang" },
3038
3048
  "vp": { "npm": "vite-plus" },
3049
+ "vscode-cli": { "aqua": "microsoft/vscode/code" },
3039
3050
  "vultr": {
3040
3051
  "asdf": "ikuradon/asdf-vultr-cli",
3041
3052
  "github": "vultr/vultr-cli"
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": "43.221.0",
4
+ "version": "43.222.0",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$id": "https://docs.renovatebot.com/renovate-schema.json",
3
- "title": "JSON schema for Renovate 43.221.0 config files (https://renovatebot.com/)",
3
+ "title": "JSON schema for Renovate 43.222.0 config files (https://renovatebot.com/)",
4
4
  "$schema": "http://json-schema.org/draft-07/schema#",
5
- "x-renovate-version": "43.221.0",
5
+ "x-renovate-version": "43.222.0",
6
6
  "allowComments": true,
7
7
  "type": "object",
8
8
  "definitions": {