diff --git a/Cargo.lock b/Cargo.lock index 9029d97d9c..202efe401d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.15.0", + "hashbrown 0.16.0", "serde", "serde_core", ] @@ -1017,9 +1017,9 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "js-sys" -version = "0.3.81" +version = "0.3.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" +checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" dependencies = [ "once_cell", "wasm-bindgen", @@ -3740,9 +3740,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" +checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" dependencies = [ "cfg-if", "once_cell", @@ -3751,25 +3751,11 @@ dependencies = [ "wasm-bindgen-shared", ] -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.104" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" -dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn 2.0.90", - "wasm-bindgen-shared", -] - [[package]] name = "wasm-bindgen-macro" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" +checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -3777,22 +3763,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" +checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" dependencies = [ + "bumpalo", "proc-macro2", "quote", "syn 2.0.90", - "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.104" +version = "0.2.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" +checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index 3418a917e4..544025c39a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ sugar_path = "1.2.0" swc_core = "47.0.3" swc_sourcemap = "9.3.0" version-compare = "0.2.0" -wasm-bindgen = "0.2.104" +wasm-bindgen = "0.2.105" [profile.release] codegen-units = 1 diff --git a/packages/web-platform/web-style-transformer/scripts/wasm-bindgen b/packages/web-platform/web-style-transformer/scripts/wasm-bindgen index d307900f4b..9fe515355b 100755 --- a/packages/web-platform/web-style-transformer/scripts/wasm-bindgen +++ b/packages/web-platform/web-style-transformer/scripts/wasm-bindgen @@ -3,98 +3,98 @@ // AUTO GENERATED. DO NOT MODIFY // This is generated with -// `uv run https://gist.githubusercontent.com/colinaaa/090b404e09f6628be90076765b4d455d/raw/dotslash-publish-release.py --config ./scripts/dotslash-config.json --local-config --repo wasm-bindgen/wasm-bindgen --output ./scripts --tag 0.2.104` +// `uv run https://gist.githubusercontent.com/colinaaa/090b404e09f6628be90076765b4d455d/raw/dotslash-publish-release.py --config ./scripts/dotslash-config.json --local-config --repo wasm-bindgen/wasm-bindgen --output ./scripts --tag 0.2.105` { "name": "wasm-bindgen", "platforms": { "macos-x86_64": { - "size": 7135038, + "size": 8215239, "hash": "blake3", - "digest": "5e24a55189ededa6724f1b0d9783537315f81e30901728253b0976c854400425", + "digest": "f2a0b8a710efeea9c312f9f3517f813566277abec6204f9055eea267674fd676", "format": "tar.gz", - "path": "wasm-bindgen-0.2.104-x86_64-apple-darwin/wasm-bindgen", + "path": "wasm-bindgen-0.2.105-x86_64-apple-darwin/wasm-bindgen", "providers": [ { - "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.104/wasm-bindgen-0.2.104-x86_64-apple-darwin.tar.gz" + "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.105/wasm-bindgen-0.2.105-x86_64-apple-darwin.tar.gz" }, { "type": "github-release", "repo": "https://github.com/wasm-bindgen/wasm-bindgen", - "tag": "0.2.104", - "name": "wasm-bindgen-0.2.104-x86_64-apple-darwin.tar.gz" + "tag": "0.2.105", + "name": "wasm-bindgen-0.2.105-x86_64-apple-darwin.tar.gz" } ] }, "macos-aarch64": { - "size": 6784484, + "size": 7792381, "hash": "blake3", - "digest": "eff1f9db61ffc9dd29ca3e7e233399aee2fdbcd45862acd11de6751f85dcb756", + "digest": "a44bf5447c976fe2c9a34a5d4058dbd6ac1fd93d87c456d493b9b99b297712bd", "format": "tar.gz", - "path": "wasm-bindgen-0.2.104-aarch64-apple-darwin/wasm-bindgen", + "path": "wasm-bindgen-0.2.105-aarch64-apple-darwin/wasm-bindgen", "providers": [ { - "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.104/wasm-bindgen-0.2.104-aarch64-apple-darwin.tar.gz" + "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.105/wasm-bindgen-0.2.105-aarch64-apple-darwin.tar.gz" }, { "type": "github-release", "repo": "https://github.com/wasm-bindgen/wasm-bindgen", - "tag": "0.2.104", - "name": "wasm-bindgen-0.2.104-aarch64-apple-darwin.tar.gz" + "tag": "0.2.105", + "name": "wasm-bindgen-0.2.105-aarch64-apple-darwin.tar.gz" } ] }, "linux-x86_64": { - "size": 7724698, + "size": 8815954, "hash": "blake3", - "digest": "12378ccca9d2a6a0bb6c8ca95ca2a245c808d58a9947ba3b58ca4415ebc971ee", + "digest": "4c317cf9e0cfed5272098f101f8567ccf2f1e4b7df0f8fce5903fe14da4cfb43", "format": "tar.gz", - "path": "wasm-bindgen-0.2.104-x86_64-unknown-linux-musl/wasm-bindgen", + "path": "wasm-bindgen-0.2.105-x86_64-unknown-linux-musl/wasm-bindgen", "providers": [ { - "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.104/wasm-bindgen-0.2.104-x86_64-unknown-linux-musl.tar.gz" + "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.105/wasm-bindgen-0.2.105-x86_64-unknown-linux-musl.tar.gz" }, { "type": "github-release", "repo": "https://github.com/wasm-bindgen/wasm-bindgen", - "tag": "0.2.104", - "name": "wasm-bindgen-0.2.104-x86_64-unknown-linux-musl.tar.gz" + "tag": "0.2.105", + "name": "wasm-bindgen-0.2.105-x86_64-unknown-linux-musl.tar.gz" } ] }, "linux-aarch64": { - "size": 7229719, + "size": 8302471, "hash": "blake3", - "digest": "6bedb202a8762000ae6dd72f39ddfdfe00b4eb926d8285cf063d56cf0ba7df4a", + "digest": "f4e63e3f454247595e512db000070a9ad3927fd9d7053f5a13a597f73957bc91", "format": "tar.gz", - "path": "wasm-bindgen-0.2.104-aarch64-unknown-linux-gnu/wasm-bindgen", + "path": "wasm-bindgen-0.2.105-aarch64-unknown-linux-gnu/wasm-bindgen", "providers": [ { - "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.104/wasm-bindgen-0.2.104-aarch64-unknown-linux-gnu.tar.gz" + "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.105/wasm-bindgen-0.2.105-aarch64-unknown-linux-gnu.tar.gz" }, { "type": "github-release", "repo": "https://github.com/wasm-bindgen/wasm-bindgen", - "tag": "0.2.104", - "name": "wasm-bindgen-0.2.104-aarch64-unknown-linux-gnu.tar.gz" + "tag": "0.2.105", + "name": "wasm-bindgen-0.2.105-aarch64-unknown-linux-gnu.tar.gz" } ] }, "windows-x86_64": { - "size": 6121375, + "size": 7278855, "hash": "blake3", - "digest": "27433d89a0af12a5bdbcee8c3a95daa44f2306e37d4d5bc4195f792705abf184", + "digest": "40b82300518d67a8b0f36e0507834c252dbc6a6f673958765ec10c8b20544ff6", "format": "tar.gz", - "path": "wasm-bindgen-0.2.104-x86_64-pc-windows-msvc/wasm-bindgen.exe", + "path": "wasm-bindgen-0.2.105-x86_64-pc-windows-msvc/wasm-bindgen.exe", "providers": [ { - "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.104/wasm-bindgen-0.2.104-x86_64-pc-windows-msvc.tar.gz" + "url": "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/0.2.105/wasm-bindgen-0.2.105-x86_64-pc-windows-msvc.tar.gz" }, { "type": "github-release", "repo": "https://github.com/wasm-bindgen/wasm-bindgen", - "tag": "0.2.104", - "name": "wasm-bindgen-0.2.104-x86_64-pc-windows-msvc.tar.gz" + "tag": "0.2.105", + "name": "wasm-bindgen-0.2.105-x86_64-pc-windows-msvc.tar.gz" } ] }