Babel plugin remove GraphQL queries, a vital tool for Gatsby developers optimizing build times, has been updated from version 4.5.1 to 4.5.2. Both versions share the same core development dependencies like @babel/cli, @babel/core, and babel-preset-gatsby-package, ensuring compatibility with the broader Gatsby ecosystem. They also maintain consistent peer dependencies, requiring gatsby version ^4.0.0-next and @babel/core version ^7.0.0.
The key difference lies in the dependencies. Version 4.5.2 updates gatsby-core-utils from 3.5.1 to 3.5.2. While seemingly minor, this update likely incorporates bug fixes, performance improvements, or new utility functions within Gatsby's core utilities, potentially impacting the plugin's interaction with the rest of Gatsby. Developers should review the Gatsby core-utils CHANGELOG of that sub-release to understand the specific changes. It continues to utilize @babel/runtime at ^7.15.4. Both versions are distributed under the MIT license, hosted on GitHub within the Gatsby repository, and authored by Jason Quense. The unpacked and packed size of the packages are identical. The versions were released 5 days apart, pointing to a quick resolution of an urgent issue and or small feature addition to the core utilities dependency.
The are not vulnerabilities for the version 4.5.2 of the package babel-plugin-remove-graphql-queries