Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the swc_common dependency from version 14.0.3 to 14.0.4 to fix a compatibility issue with serde 220, where SWC's reliance on an internal API was broken.
- Updates
swc_commondependency version to resolve serde compatibility issues
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Thanks! I probably won't bother with a release though because the published version will automatically pull in 14.0.4. Do you need this for using Deno crates? If so, it would be good to bump this up one because it's pinned there: https://github.com/denoland/deno_ast/blob/0cd62638cfe7e2333176119212524f7533f049ba/Cargo.toml#L53
|
@dsherret Wow, that was fast! I was like "Huh, where did the PR go?", but it had moved to the "Closed" tab. 😃 And thanks for the tip! I am now working on making a pull request to |
|
Done! denoland/deno_ast#319 |
SWC relied on an internal API, which broke in serde 220. swc-project/swc#11094
This PR bumps
swc_commonfrom14.0.3to14.0.4.