Skip to content

Commit

Permalink
chore(preset-env): Update browserslist-rs (#9918)
Browse files Browse the repository at this point in the history
**Description:**

Update the `browserslist-rs` dependency to the latest available version.

**Related issue:**

#9778 - the PR doesn't solve the issue but mitigates the negative impact a bit as the updated `browserslist-rs` package uses a the recent versions database instead of the 7 months old one.
  • Loading branch information
erykpiast authored Jan 23, 2025
1 parent 4ebea77 commit 606ffe5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 38 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-pumas-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
swc_ecma_preset_env: major
---

chore: update browserslist-rc dependency
73 changes: 36 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resolver = "2"
backtrace = "0.3.61"
base64 = "0.21.0"
bitflags = "2.5.0"
browserslist-rs = "0.16.0"
browserslist-rs = "0.17.0"
bumpalo = "3.16.0"
cargo_metadata = "0.18.1"
cfg-if = "1.0.0"
Expand Down

0 comments on commit 606ffe5

Please sign in to comment.