Babel plugin remove GraphQL queries version 5.11.0 brings subtle yet important updates compared to its predecessor, version 5.10.0. Primarily, the dependency gatsby-core-utils has been bumped from version 4.10.0 to 4.11.0. This indicates under-the-hood improvements or bug fixes within Gatsby's core utility functions, potentially impacting how this plugin interacts with the Gatsby ecosystem. While the core functionality of removing GraphQL queries during the Babel transformation process remains consistent, developers should note this dependency update, as it might resolve compatibility issues or introduce new behaviors related to Gatsby's internal utilities. The babel-preset-gatsby-package dev dependency also gets a bump from version 3.10.0 to 3.11.0.
The unpackedSize of the package has also slightly increased from 70081 to 70399, suggesting minor additions or modifications to the codebase. For developers using this plugin within a Gatsby project, upgrading to 5.11.0 ensures they are leveraging the latest compatible version of gatsby-core-utils, potentially benefitting from performance enhancements or addressing known issues. Beyond these changes, the core development dependencies, peer dependencies, license, repository, and author information remain unchanged between the two versions, indicating the scope of the update is focused on internal dependencies and refinements rather than major functional changes. This makes the upgrade relatively low-risk and potentially beneficial for Gatsby projects already using the plugin.
The are not vulnerabilities for the version 5.11.0 of the package babel-plugin-remove-graphql-queries