Parcel, the zero-configuration web application bundler known for its speed, released version 2.9.2, a minor update following version 2.9.1. Both versions share the same core dependencies like chalk, get-port, and commander, essential for command-line interface interactions and port management. Crucially, the @parcel/* packages, representing Parcel's internal modules such as the file system, core functionality, utilities, events, logging, diagnostics, default configuration, package management, CLI reporter, tracer reporter, and dev server reporter, all received updates from version 2.9.1 to 2.9.2. These internal updates often contain bug fixes, performance improvements, and refinements to existing features, enhancing the overall stability and efficiency of the bundler without introducing major breaking changes. The developer dependencies, @babel/core and @parcel/babel-register remain consistent across both releases, ensuring continued compatibility with Babel for transpiling modern JavaScript.
The most significant difference lies in the updated internal Parcel packages, indicating improvements and fixes within the core bundling process. Developers using Parcel should consider upgrading to version 2.9.2 to benefit from these enhancements and potential bug resolutions. The update assures continued support of modern JavaScript features and a streamlined bundling experience, maintaining Parcel's promise of simplicity and speed for web application development. The release date difference of approximately 12 days suggests a focused effort on addressing immediate issues or delivering incremental improvements.
The are not vulnerabilities for the version 2.9.2 of the package parcel