Conversation
|
PR Review: build: Update
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4f2c3bef6f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| swc_cached = "2.0.0" | ||
| swc_common = "19.0.0" | ||
| swc_core = "58.0.1" | ||
| swc_core = "59.0.1" |
There was a problem hiding this comment.
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 👍 / 👎.
No description provided.