Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(preset_env_base): remove serde-serialize from bindgen #6485

Closed

Conversation

kwonoj
Copy link
Member

@kwonoj kwonoj commented Nov 20, 2022

Description:

Same as #6462, but for the transitive dep browserslist-rs. There is an open PR targeting the latest version of browserslist (0.12), but we are currently using 0.11 so use a commit kwonoj/browserslist-rs@bd47b8e#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R58 to safely remove features for now, and then later try to bump up version separately to avoid regressions.

BREAKING CHANGE:

Related issue (if exists):

st-map = "0.1.2"
tracing = { version = "0.1.32" }
# https://github.com/browserslist/browserslist-rs/pull/13
browserslist-rs = { git = "https://github.com/kwonoj/browserslist-rs", rev = "bd47b8e17c937d15ed75fe9c3522ef0ac94ffcd9" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will block publishing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, I keep forgetting it 🤦 . Guess this is no go and I have to wait browserslist/browserslist-rs#13?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing for now. as we can't ship it this anyway.

@kwonoj kwonoj closed this Nov 20, 2022
@kwonoj kwonoj deleted the refactor-break-serde-browserslist branch November 20, 2022 23:37
@swc-project swc-project locked as resolved and limited conversation to collaborators Dec 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants