@swc/core has released version 1.3.46, a minor update arriving shortly after version 1.3.45. Both versions maintain the package's core purpose as a high-performance alternative to Babel, designed for speedy JavaScript and TypeScript compilation.
Key enhancements in version 1.3.46 center around dependency updates and refinements. While the core functionality remains consistent, developers will find that several underlying packages have been bumped to their latest compatible versions. Most notably, @swc/helpers was updated from 0.4.2 to 0.5.0 in the newer version and the peer dependency @swc/helpers was updated from >0.4.14 <0.5 to ^0.5.0. These changes may introduce subtle improvements in code transformation and compatibility with modern JavaScript features.
Users should also note small updates in package sizes. While the main functionality of the core package stayed the same, there was a minor bump of unpacked size from 734889 to 734892, and it might suggest minor addition of features or some fixes.
Essentially, version 1.3.46 provides a subtle yet valuable upgrade path for those already using @swc/core. While the update might not include flashy features, developers can expect dependency resolutions and under-the-hood tweaks improving the compilation process. If you're seeking the most up-to-date and efficient build setup for your JavaScript or TypeScript projects, upgrading to version 1.3.46 is recommended. Developers are encouraged to review their project's specific dependency requirements before upgrading.
The are not vulnerabilities for the version 1.3.46 of the package @swc/core