Skip to content

Commit f8bf21c

Browse files
authored
chore(deps): Update browserslist-rs to 0.19 (#10750)
**Description:** This updates the dependency on `browserslist-rs` to 0.19, which refactors the data layout to save about 2M of size.
1 parent 0279914 commit f8bf21c

File tree

11 files changed

+150
-75
lines changed

11 files changed

+150
-75
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
preset_env_base: major
3+
---
4+
5+
chore: Update browserslist-rs to 0.19

Cargo.lock

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resolver = "2"
2929
backtrace = "0.3.61"
3030
base64 = "0.22.1"
3131
bitflags = "2.5.0"
32-
browserslist-rs = "0.18.1"
32+
browserslist-rs = "0.19.0"
3333
bumpalo = "3.16.0"
3434
bytes-str = "0.2.5"
3535
cargo_metadata = "0.18.1"

crates/swc_core/tests/fixture/stub_napi/Cargo.lock

Lines changed: 52 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.wasm32-unknown-unknown]
2+
rustflags = ['--cfg', 'getrandom_backend="wasm_js"']

0 commit comments

Comments
 (0)