Compare commits

...

12 Commits

Author SHA1 Message Date
Taiki Endo
e1a30d200a Release 2.58.33 2025-09-06 01:29:14 +09:00
Taiki Endo
9046354ba3 Update wasm-bindgen@latest to 0.2.101 2025-09-05 23:12:39 +09:00
Taiki Endo
3a4f3eb15a Update typos@latest to 1.36.2 2025-09-05 23:12:39 +09:00
Taiki Endo
c68a3869eb codegen: Update wasm-bindgen repository url 2025-09-05 10:49:07 +09:00
Taiki Endo
e5f52f3480 codegen: Mark cargo-sort 2.0.2 broken for now
Same as 4be883217e.
2025-09-05 10:47:28 +09:00
Taiki Endo
133a13585e Release 2.58.32 2025-09-04 19:54:14 +09:00
Taiki Endo
c595af1d25 Update typos@latest to 1.36.1 2025-09-04 06:18:11 +09:00
Taiki Endo
6e092deb71 Release 2.58.31 2025-09-03 20:06:02 +09:00
Taiki Endo
cb20341c85 Update changelog 2025-09-03 20:05:44 +09:00
Taiki Endo
8cbaef1f65 Update trivy@latest to 0.66.0 2025-09-03 03:15:31 +09:00
Taiki Endo
522d7179a5 Update typos@latest to 1.36.0 2025-09-03 00:16:36 +09:00
Taiki Endo
22a7cb9e70 Update typos@latest to 1.35.8 2025-09-02 21:04:32 +09:00
7 changed files with 173 additions and 16 deletions

View File

@@ -10,6 +10,22 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.58.33] - 2025-09-05
- Update `wasm-bindgen@latest` to 0.2.101.
- Update `typos@latest` to 1.36.2.
## [2.58.32] - 2025-09-04
- Update `typos@latest` to 1.36.1.
## [2.58.31] - 2025-09-03
- Update `trivy@latest` to 0.66.0.
- Update `typos@latest` to 1.36.0.
## [2.58.30] - 2025-09-01 ## [2.58.30] - 2025-09-01
- Update `release-plz@latest` to 0.3.142. - Update `release-plz@latest` to 0.3.142.
@@ -4388,7 +4404,10 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.30...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.58.33...HEAD
[2.58.33]: https://github.com/taiki-e/install-action/compare/v2.58.32...v2.58.33
[2.58.32]: https://github.com/taiki-e/install-action/compare/v2.58.31...v2.58.32
[2.58.31]: https://github.com/taiki-e/install-action/compare/v2.58.30...v2.58.31
[2.58.30]: https://github.com/taiki-e/install-action/compare/v2.58.29...v2.58.30 [2.58.30]: https://github.com/taiki-e/install-action/compare/v2.58.29...v2.58.30
[2.58.29]: https://github.com/taiki-e/install-action/compare/v2.58.28...v2.58.29 [2.58.29]: https://github.com/taiki-e/install-action/compare/v2.58.28...v2.58.29
[2.58.28]: https://github.com/taiki-e/install-action/compare/v2.58.27...v2.58.28 [2.58.28]: https://github.com/taiki-e/install-action/compare/v2.58.27...v2.58.28

View File

@@ -73,7 +73,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) | | [**valgrind**](https://valgrind.org/) | `/snap/bin` | [snap](https://snapcraft.io/install/valgrind/ubuntu) | Linux | [GPL-2.0](https://sourceware.org/git/?p=valgrind.git;a=blob;f=COPYING;hb=HEAD) |
| [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) | | [**wait-for-them**](https://github.com/shenek/wait-for-them) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/shenek/wait-for-them/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/shenek/wait-for-them/blob/v0.4.0/Cargo.toml#L7) |
| [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) | | [**wash**](https://github.com/wasmCloud/wasmCloud) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasmCloud/wasmCloud/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE) |
| [**wasm-bindgen**](https://github.com/rustwasm/wasm-bindgen) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-bindgen/releases) | Linux, macOS, Windows | [MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE) | | [**wasm-bindgen**](https://github.com/wasm-bindgen/wasm-bindgen) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/wasm-bindgen/wasm-bindgen/releases) | Linux, macOS, Windows | [MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE) |
| [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-APACHE) | | [**wasm-pack**](https://github.com/rustwasm/wasm-pack) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rustwasm/wasm-pack/releases) | Linux, macOS, Windows | [MIT](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-pack/blob/master/LICENSE-APACHE) |
| [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE) | | [**wasmtime**](https://github.com/bytecodealliance/wasmtime) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/bytecodealliance/wasmtime/releases) | Linux, macOS, Windows | [Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE) |
| [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) | | [**xbuild**](https://github.com/rust-mobile/xbuild) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/rust-mobile/xbuild/releases) | Linux, macOS, Windows | [Apache-2.0 OR MIT](https://github.com/rust-mobile/xbuild/blob/v0.2.0/xbuild/Cargo.toml#L7) |

27
manifests/trivy.json generated
View File

@@ -24,7 +24,32 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
"latest": { "latest": {
"version": "0.65.0" "version": "0.66.0"
},
"0.66": {
"version": "0.66.0"
},
"0.66.0": {
"x86_64_linux_gnu": {
"etag": "0x8DDEA4865EC0918",
"checksum": "93678741c3223c15120934ac00671ca7e797c9a5a4d89148db9ffca9184a5f0d"
},
"x86_64_macos": {
"etag": "0x8DDEA486A0448AA",
"checksum": "284a3d3346429837f3da11aa6c25bf196e4fe5431733d4f6f99eac8578b329ed"
},
"x86_64_windows": {
"etag": "0x8DDEA4867FEFF09",
"checksum": "402d083f7b6b75005bef6dcc75613c41fc09c0ba735bbdbbcce418d7b3250ad6"
},
"aarch64_linux_gnu": {
"etag": "0x8DDEA4868075A08",
"checksum": "a51268845bdeb68f5f885f7de6c92fe33b64d630392e546eec0e16f79cfd42e8"
},
"aarch64_macos": {
"etag": "0x8DDEA4865C5C055",
"checksum": "964bb69fc0e652891b38514fed4ee31de004a58ac22ea2a23c6891728bb6b6eb"
}
}, },
"0.65": { "0.65": {
"version": "0.65.0" "version": "0.65.0"

97
manifests/typos.json generated
View File

@@ -19,13 +19,104 @@
}, },
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": { "latest": {
"version": "1.35.7" "version": "1.36.2"
}, },
"1": { "1": {
"version": "1.35.7" "version": "1.36.2"
},
"1.36": {
"version": "1.36.2"
},
"1.36.2": {
"x86_64_linux_musl": {
"etag": "0x8DDEBBE969BBA15",
"checksum": "d255f509aca7d43a50854cdc5ea94480b13918459992e3b5f2d0d8c4eadddb49"
},
"x86_64_macos": {
"etag": "0x8DDEBBE85B9E59F",
"checksum": "07ed2a25be9d1cfede6aaa93b7758fdc939530c454efff35cf4e6ca51f0b12f2"
},
"x86_64_windows": {
"etag": "0x8DDEBBEB2642E46",
"checksum": "7079d16d4d19f973e6f8d45f61ea53c3c7d0d73285d85d5b180d1e384eb0ae12"
},
"aarch64_linux_musl": {
"etag": "0x8DDEBBE63A89ACC",
"checksum": "2259a6cb7f22271b928f7af9205045e46ead98004a0757df87916f91d4e6b35c"
},
"aarch64_macos": {
"etag": "0x8DDEBBE89D6DB63",
"checksum": "c784cdb37d9bcfe347a161889edb28bb07e24fe5828bac14bdd42a071ea6c983"
}
},
"1.36.1": {
"x86_64_linux_musl": {
"etag": "0x8DDEB26DA10E8CC",
"checksum": "19079f54c6bcd91f1e82c82bb9b03762fdc234feddd7bcbd68a2e63a4798ec62"
},
"x86_64_macos": {
"etag": "0x8DDEB273C83712E",
"checksum": "1cc4b2b16066175591296864718faa5bbd349b6f24a3d20313cd37431f10b1b2"
},
"x86_64_windows": {
"etag": "0x8DDEB273EA21AA2",
"checksum": "00527d61a21abd712902e0816bc89a2bf3e8f4ebb34cbc92a9d55c270d47be4f"
},
"aarch64_linux_musl": {
"etag": "0x8DDEB26DE214226",
"checksum": "145ede039a2e70a93f984685cfa7842224c076424e279259f4f0033bfc41d60f"
},
"aarch64_macos": {
"etag": "0x8DDEB27054CC1AD",
"checksum": "384f34d0aa3c1c8c53674ea62d78e2cc91b6d009aa2ef5725751782d69904f81"
}
},
"1.36.0": {
"x86_64_linux_musl": {
"etag": "0x8DDEA27DD55E12B",
"checksum": "4399ab7d1d7883da0c83b737b1bd154eaf0787ef9a66bd0946861515f255a38a"
},
"x86_64_macos": {
"etag": "0x8DDEA283C05ECA1",
"checksum": "f380727356dd27d24352a99496fb108522a5b86d196f3a104ff5dcc8d35e6307"
},
"x86_64_windows": {
"etag": "0x8DDEA27FAF10DF1",
"checksum": "8f1bfd6a35d902b871ee5c60d7f72866bcbbc27bc9a042bba597889c368bccb8"
},
"aarch64_linux_musl": {
"etag": "0x8DDEA27B92F5DFE",
"checksum": "63a6bc69ec4cc55848603aef3eda5ab73a4f3a3fa8c04dea30a41cf88cd24159"
},
"aarch64_macos": {
"etag": "0x8DDEA2827FFC815",
"checksum": "33e508f38687905ddf55f516e98389d1def34d66146f01db0d86498737c69b36"
}
}, },
"1.35": { "1.35": {
"version": "1.35.7" "version": "1.35.8"
},
"1.35.8": {
"x86_64_linux_musl": {
"etag": "0x8DDE9C79DAEA7CB",
"checksum": "f9233a4bb830da518385368c400b6d57387ac92e0b7a1ae39f10eb6841eeac80"
},
"x86_64_macos": {
"etag": "0x8DDE9C7EA9DB22F",
"checksum": "02ed7ab8f1badcf9e7da7f7b1082eef198c9ad12fef969da048dfe40e1e4769e"
},
"x86_64_windows": {
"etag": "0x8DDE9C7E686F7FB",
"checksum": "649d5f07698e5cbabb323059d27f87525ae7ede9bb505508c8c45bd388c5244c"
},
"aarch64_linux_musl": {
"etag": "0x8DDE9C7A033197E",
"checksum": "c35fa58c5c1aa1c6357c6fa2e146bbf447060c49bf90749b492719ef183cb49a"
},
"aarch64_macos": {
"etag": "0x8DDE9C816FF9F7F",
"checksum": "a1f8fe52da935ae28d09ce8f31410ff11682730f14f07739522939aba0a272ae"
}
}, },
"1.35.7": { "1.35.7": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -2,7 +2,7 @@
"rust_crate": "wasm-bindgen-cli", "rust_crate": "wasm-bindgen-cli",
"template": { "template": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-unknown-linux-musl.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-unknown-linux-musl.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen-test-runner", "wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen", "wasm-bindgen-${version}-x86_64-unknown-linux-musl/wasm-bindgen",
@@ -10,7 +10,7 @@
] ]
}, },
"x86_64_macos": { "x86_64_macos": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-apple-darwin.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-apple-darwin.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen-test-runner", "wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen", "wasm-bindgen-${version}-x86_64-apple-darwin/wasm-bindgen",
@@ -18,7 +18,7 @@
] ]
}, },
"x86_64_windows": { "x86_64_windows": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-pc-windows-msvc.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-x86_64-pc-windows-msvc.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen-test-runner.exe", "wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen-test-runner.exe",
"wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen.exe", "wasm-bindgen-${version}-x86_64-pc-windows-msvc/wasm-bindgen.exe",
@@ -26,7 +26,7 @@
] ]
}, },
"aarch64_linux_gnu": { "aarch64_linux_gnu": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-unknown-linux-gnu.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-unknown-linux-gnu.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen-test-runner", "wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen", "wasm-bindgen-${version}-aarch64-unknown-linux-gnu/wasm-bindgen",
@@ -34,7 +34,7 @@
] ]
}, },
"aarch64_macos": { "aarch64_macos": {
"url": "https://github.com/rustwasm/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-apple-darwin.tar.gz", "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/${version}/wasm-bindgen-${version}-aarch64-apple-darwin.tar.gz",
"bin": [ "bin": [
"wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen-test-runner", "wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen-test-runner",
"wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen", "wasm-bindgen-${version}-aarch64-apple-darwin/wasm-bindgen",
@@ -42,12 +42,34 @@
] ]
} }
}, },
"license_markdown": "[MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE)",
"latest": { "latest": {
"version": "0.2.100" "version": "0.2.101"
}, },
"0.2": { "0.2": {
"version": "0.2.100" "version": "0.2.101"
},
"0.2.101": {
"x86_64_linux_musl": {
"etag": "0x8DDEBE7F1C3B213",
"checksum": "f36a778bb0bdc5b04f6c6070ba7d0c51546a6ac7104aee302136894ac52f9e62"
},
"x86_64_macos": {
"etag": "0x8DDEBE7F1BCB514",
"checksum": "dca64a0bc977841dec33179574646c93588665cff432d9cb00d52efbc055af2e"
},
"x86_64_windows": {
"etag": "0x8DDEBE7F1B73CF2",
"checksum": "295329de5afbc3ff6e030648cfab3955357ad3053fae61e95b0726a032b34ce0"
},
"aarch64_linux_gnu": {
"etag": "0x8DDEBE7F1B19E05",
"checksum": "2f3412826df717a4a54ae8b245aa37a80508dbe79931b3d072e4c9858d5787af"
},
"aarch64_macos": {
"etag": "0x8DDEBE7F1BBCBBA",
"checksum": "97335e2cb57f4d099cad6456979cc56072179a23f2fdd145ca966b50e751eca8"
}
}, },
"0.2.100": { "0.2.100": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -5,7 +5,7 @@
"rust_crate": "${package}", "rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz", "asset_name": "${package}-${rust_target}.tar.gz",
"version_range": "> 1.0.5", "version_range": "> 1.0.5",
"broken": ["2.0.0", "2.0.1"], "broken": ["2.0.0", "2.0.1", "2.0.2"],
"platform": { "platform": {
"x86_64_linux_gnu": {}, "x86_64_linux_gnu": {},
"x86_64_macos": {}, "x86_64_macos": {},

View File

@@ -1,5 +1,5 @@
{ {
"repository": "https://github.com/rustwasm/wasm-bindgen", "repository": "https://github.com/wasm-bindgen/wasm-bindgen",
"tag_prefix": "", "tag_prefix": "",
"rust_crate": "wasm-bindgen-cli", "rust_crate": "wasm-bindgen-cli",
"version_range": ">= 0.2.88", "version_range": ">= 0.2.88",