Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 24 additions & 43 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ similar-asserts = "1.4.2"
swc_atoms = "9.0.0"
swc_cached = "2.0.0"
swc_common = "19.0.0"
swc_core = "58.0.1"
swc_core = "59.0.1"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Bump npm package versions for the new swc_core ABI

This updates the Rust workspace to swc_core 59.0.1, but none of the published plugin packages were versioned for that new compatibility line: for example packages/remove-console/package.json:3 is still 12.7.0, and its changelog still says 12.7.0 is the v58.0.1 release (packages/remove-console/CHANGELOG.md:3-7). The repo itself tells users to select plugin versions by swc_core compatibility (contrib/mut-cjs-exports/README.md:11-13), so leaving the npm versions unchanged means the next publish cannot ship a distinct v59-compatible release and risks host/plugin version-mismatch failures for consumers still pinned to the current v58-compatible packages.

Useful? React with 👍 / 👎.

swc_css_ast = "19.0.0"
swc_css_codegen = "19.0.0"
swc_css_compat = "19.0.0"
Expand All @@ -60,17 +60,17 @@ swc_css_prefixer = "23.0.0"
swc_css_visit = "19.0.0"
swc_ecma_ast = "21.0.0"
swc_ecma_codegen = "24.0.0"
swc_ecma_minifier = "46.0.0"
swc_ecma_parser = "35.0.0"
swc_ecma_transforms = "48.0.0"
swc_ecma_transforms_base = "38.0.0"
swc_ecma_transforms_react = "42.0.0"
swc_ecma_transforms_testing = "42.0.0"
swc_ecma_minifier = "47.0.0"
swc_ecma_parser = "36.0.0"
swc_ecma_transforms = "49.0.0"
swc_ecma_transforms_base = "39.0.0"
swc_ecma_transforms_react = "43.0.0"
swc_ecma_transforms_testing = "43.0.0"
swc_ecma_utils = "27.0.0"
swc_ecma_visit = "21.0.0"
swc_plugin_macro = "1.1.0"
swc_plugin_proxy = "21.0.0"
swc_sourcemap = "9.3.0"
swc_sourcemap = "10.0.2"
swc_trace_macro = "2.0.2"
testing = "20.0.0"
tracing = "0.1.40"
Expand Down
Loading