Compare commits

...

7 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
6 changed files with 93 additions and 15 deletions

View File

@@ -10,6 +10,16 @@ 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 ## [2.58.31] - 2025-09-03
- Update `trivy@latest` to 0.66.0. - Update `trivy@latest` to 0.66.0.
@@ -4394,7 +4404,9 @@ 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.31...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.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

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) |

50
manifests/typos.json generated
View File

@@ -19,13 +19,57 @@
}, },
"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.36.0" "version": "1.36.2"
}, },
"1": { "1": {
"version": "1.36.0" "version": "1.36.2"
}, },
"1.36": { "1.36": {
"version": "1.36.0" "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": { "1.36.0": {
"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",