@swc/core, a high-performance alternative to Babel, has released version 1.3.106, building upon the previous stable version 1.3.105. Both versions share the same core dependencies, including "@swc/types" and "@swc/counter", ensuring continuity in fundamental functionalities. However, notable differences emerge in the development dependencies.
In version 1.3.106, "@swc/plugin-jest" is explicitly pinned to version "1.5.113", whereas version 1.3.105 uses "latest". This change may affect developers relying on the newest features of swc-plugin-jest, as they'll need to be mindful of the pinned version in 1.3.106. Conversely, pinning a specific version of "@swc/plugin-jest" guarantee to have predictable and stable builds which will prevent headaches.
The optional dependencies, which include platform-specific builds of @swc/core for various operating systems and architectures (darwin, linux, win32 for x64, arm64, ia32, gnu, musl, msvc) are updated to reflect the new version number, ensuring compatibility across different environments.
Finally, the release date indicates that version 1.3.106 was published on January 25, 2024, while version 1.3.105 was released on January 21, 2024, clarifying the recency of the update. Unpacked Size has grown a bit from 213645 to 214067 as well. Developers should review these changes when upgrading to ensure compatibility with their existing configurations and take advantage of any performance improvements or bug fixes included in the latest release.
The are not vulnerabilities for the version 1.3.106 of the package @swc/core