Gatsby Plugin Typescript saw a release of version 5.2.0 on November 25, 2022, following version 5.1.0 which was released on November 22, 2022. Both versions provide TypeScript support to Gatsby projects, simplifying the integration of TypeScript into Gatsby development workflows. A key difference lies in the updated dependency for babel-plugin-remove-graphql-queries. Version 5.2.0 depends on version 5.2.0 of this plugin, while version 5.1.0 depends on version 5.1.0. Furthermore, babel-preset-gatsby-package gets updated from from version 3.1.0 to 3.2.0. This change likely incorporates improvements and bug fixes related to GraphQL query handling and overall Gatsby package compatibility. For developers, this means potentially enhanced performance and stability when working with GraphQL queries in TypeScript-based Gatsby projects. Upgrading to version 5.2.0 might resolve issues related to GraphQL query processing or offer better compatibility with the latest Gatsby features tied to GraphQL. The file size also increased from 50867 to 51149, indicating general updates to the code and the unpacked size. Both versions share the same core dependencies for Babel, ensuring consistent TypeScript compilation. The peer dependency on gatsby remains at ^5.0.0-next for both versions, suggesting no breaking changes were introduced in this update regarding Gatsby's core functionality. Therefore, the update from 5.1.0 to 5.2.0 seems a relatively minor update focused on enhacements and bugfixes, specifically revolving graphql processing.
The are not vulnerabilities for the version 5.2.0 of the package gatsby-plugin-typescript