MichaelHettmer / website

My portfolio, blog and things I find worth sharing
MIT License
1 stars 0 forks source link

fix(deps): update dependency gatsby to v4 [security] #163

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby (source, changelog) 2.32.13 -> 4.25.7 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-34238

Impact

The Gatsby framework prior to versions 4.25.7 and 5.9.1 contain a Local File Inclusion vulnerability in the __file-code-frame and __original-stack-frame paths, exposed when running the Gatsby develop server (gatsby develop).

The following steps can be used to reproduce the vulnerability:


# Create a new Gatsby project
$ npm init gatsby
$ cd my-gatsby-site

# Start the Gatsby develop server
$ gatsby develop

# Execute the Local File Inclusion vulnerability in __file-code-frame
$ curl "http://127.0.0.1:8000/__file-code-frame?filePath=/etc/passwd&lineNumber=1"

# Execute the Local File Inclusion vulnerability in __original-stack-frame
$ curl "http://127.0.0.1:8000/__original-stack-frame?moduleId=/etc/hosts&lineNumber=1&skipSourceMap=1"

It should be noted that by default gatsby develop is only accessible via the localhost 127.0.0.1, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as --host 0.0.0.0, -H 0.0.0.0, or the GATSBY_HOST=0.0.0.0 environment variable.

Patches

A patch has been introduced in gatsby@5.9.1 and gatsby@4.25.7 which mitigates the issue.

Workarounds

As stated above, by default gatsby develop is only exposed to the localhost 127.0.0.1. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability.

We encourage projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.

Credits

We would like to thank Maxwell Garrett of Assetnote for bringing the __file-code-frame issue to our attention.

For more information

Email us at security@gatsbyjs.com.


Release Notes

gatsbyjs/gatsby (gatsby) ### [`v4.25.7`](https://togithub.com/gatsbyjs/gatsby/compare/8889bfe5271985d19c956dff7f567be86ef2f3df...db5eb186008c62acb78cf66ae50fd7e1f0d67626) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.6...gatsby@4.25.7) ### [`v4.25.6`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.5...gatsby@4.25.6) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.5...gatsby@4.25.6) ### [`v4.25.5`](https://togithub.com/gatsbyjs/gatsby/compare/15ab3f895e28ce57d8b1540f602e6c5db1d96009...3be4a80635ee905e0e1cfcbfdfc7c6b5bcb1af8b) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.4...gatsby@4.25.5) ### [`v4.25.4`](https://togithub.com/gatsbyjs/gatsby/compare/d88ed09b2a6d1b23607d153fa704c8f3bc2dbf06...15ab3f895e28ce57d8b1540f602e6c5db1d96009) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.3...gatsby@4.25.4) ### [`v4.25.3`](https://togithub.com/gatsbyjs/gatsby/compare/13bf518f95eed9373da0ae93a13ce774a4a3fc17...d88ed09b2a6d1b23607d153fa704c8f3bc2dbf06) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.2...gatsby@4.25.3) ### [`v4.25.2`](https://togithub.com/gatsbyjs/gatsby/compare/4dcca80d273558368785612ad07f2a8dc9e3bb99...13bf518f95eed9373da0ae93a13ce774a4a3fc17) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.1...gatsby@4.25.2) ### [`v4.25.1`](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...4dcca80d273558368785612ad07f2a8dc9e3bb99) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.25.0...gatsby@4.25.1) ### [`v4.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.8...gatsby@4.25.0) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.8...gatsby@4.25.0) ### [`v4.24.8`](https://togithub.com/gatsbyjs/gatsby/compare/c7b94b59251e45188290c18147313562a7e537ba...ab793c3f0eee95eee3017585d63beb4b83492cd1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.7...gatsby@4.24.8) ### [`v4.24.7`](https://togithub.com/gatsbyjs/gatsby/compare/5e5d5655c278e3b8b85103a5ec83eee558ec16f4...c7b94b59251e45188290c18147313562a7e537ba) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.6...gatsby@4.24.7) ### [`v4.24.6`](https://togithub.com/gatsbyjs/gatsby/compare/012761ea098ec69fd891f2e915ec97f0d808580a...5e5d5655c278e3b8b85103a5ec83eee558ec16f4) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.5...gatsby@4.24.6) ### [`v4.24.5`](https://togithub.com/gatsbyjs/gatsby/compare/78bc93235d18563420d4b0407767611f0bce9a3d...012761ea098ec69fd891f2e915ec97f0d808580a) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.4...gatsby@4.24.5) ### [`v4.24.4`](https://togithub.com/gatsbyjs/gatsby/compare/9b3ba706d845a95cd6835ba6ee0862e94202339a...78bc93235d18563420d4b0407767611f0bce9a3d) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.3...gatsby@4.24.4) ### [`v4.24.3`](https://togithub.com/gatsbyjs/gatsby/compare/4c4222a96b7080ffba7c480490e2e12fc9cb7d09...9b3ba706d845a95cd6835ba6ee0862e94202339a) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.2...gatsby@4.24.3) ### [`v4.24.2`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.1...gatsby@4.24.2) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.1...gatsby@4.24.2) ### [`v4.24.1`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...8a44d0fcdff481ef079059e024a0d7a20acb39aa) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.0...gatsby@4.24.1) ### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.24.0): v4.24 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.23.1...gatsby@4.24.0) Welcome to `gatsby@4.24.0` release (September 2022 #2) Key highlights of this release: - [Gatsby 5 Alpha](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24/#gatsby-5-alpha) - [Updating File System Routes on data changes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24/#updating-file-system-routes-on-data-changes) **Bleeding Edge**: Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.24.0-next.0...gatsby@4.24.0) ### [`v4.23.1`](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.23.0...gatsby@4.23.1) ### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.23.0): v4.23 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.22.1...gatsby@4.23.0) Welcome to `gatsby@4.23.0` release (September 2022 #1) Key highlights of this release: - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23/#open-rfcs) **Bleeding Edge**: Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.23.0-next.0...gatsby@4.23.0) ### [`v4.22.1`](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...3265a992213672ec9276d1e8bfbce3d5bf696cbd) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.22.0...gatsby@4.22.1) ### [`v4.22.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.22.0): v4.22 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.21.1...gatsby@4.22.0) Welcome to `gatsby@4.22.0` release (August 2022 #3) Key highlights of this release: - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22/#open-rfcs) **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.22.0-next.0...gatsby@4.22.0) ### [`v4.21.1`](https://togithub.com/gatsbyjs/gatsby/compare/b8eac2dd0521f2ce2199fd13b7d8484852d7bc1e...00669243cca49f3d70b1bcea7790096367fe2c04) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.21.0...gatsby@4.21.1) ### [`v4.21.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.21.0): v4.21 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.20.0...gatsby@4.21.0) Welcome to `gatsby@4.21.0` release (August 2022 #2) Key highlights of this release: - [`gatsby-plugin-mdx` v4](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21/#gatsby-plugin-mdx-v4) - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21/#open-rfcs) **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.20) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.21.0-next.0...gatsby@4.21.0) ### [`v4.20.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.20.0): v4.20 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.19.2...gatsby@4.20.0) Welcome to `gatsby@4.20.0` release (August 2022 #1) Key highlights of this release: - [RFC for changes in `sort` and aggregation fields in Gatsby GraphQL Schema](https://www.gatsbyjs.com/docs/reference/release-notes/v4.20#rfc-for-changes-in-sort-and-aggregation-fields-in-gatsby-graphql-schema) - [Release Candidate for gatsby-plugin-mdx v4](https://www.gatsbyjs.com/docs/reference/release-notes/v4.20#release-candidate-for-gatsby-plugin-mdx-v4) - Support for MDX v2 and more! **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.19) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.20.0-next.0...gatsby@4.20.0) ### [`v4.19.2`](https://togithub.com/gatsbyjs/gatsby/compare/3789449fafe6aecee7b3747a4782e7d89a71f93c...813d70df543ad8c8fc6acb881dff27f7eee59756) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.19.1...gatsby@4.19.2) ### [`v4.19.1`](https://togithub.com/gatsbyjs/gatsby/compare/53bedf19e998aee23db6a7b85205470ee6e3cc0a...3789449fafe6aecee7b3747a4782e7d89a71f93c) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.19.0...gatsby@4.19.1) ### [`v4.19.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.19.0): v4.19 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.18.2...gatsby@4.19.0) Welcome to `gatsby@4.19.0` release (July 2022 #2) Key highlights of this release: - [Gatsby Head API](https://www.gatsbyjs.com/docs/reference/release-notes/v4.19/#gatsby-head-api) - Better performance & more future-proof than `react-helmet` - [Release Candidate for gatsby-plugin-mdx v4](https://www.gatsbyjs.com/docs/reference/release-notes/v4.19/#release-candidate-for-gatsby-plugin-mdx-v4) - Support for MDX v2 and more! **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.19.0-next.0...gatsby@4.19.0) ### [`v4.18.2`](https://togithub.com/gatsbyjs/gatsby/compare/c6aa79d485c32ed81f22ec056669e8cd1766dd62...0c35cc44e974bb02ee0547e7319ac1c79922cc77) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.18.1...gatsby@4.18.2) ### [`v4.18.1`](https://togithub.com/gatsbyjs/gatsby/compare/2046e0257758e4fb85b3d7b9ef7f328d400ea4a9...c6aa79d485c32ed81f22ec056669e8cd1766dd62) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.18.0...gatsby@4.18.1) ### [`v4.18.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.18.0): v4.18 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.17.2...gatsby@4.18.0) Welcome to `gatsby@4.18.0` release (July 2022 #1) Key highlights of this release: - [`typesOutputPath` option for GraphQL Typegen](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/#typesoutputpath-option-for-graphql-typegen) - Configure the location of the generated TypeScript types - [Server Side Rendering (SSR) in development](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/#server-side-rendering-ssr-in-development) - Find bugs & hydration errors more easily during `gatsby develop` - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18/#open-rfcs) - MDX v2 & Metadata management **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.17/) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.18.0-next.0...gatsby@4.18.0) ### [`v4.17.2`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.17.1...gatsby@4.17.2) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.17.1...gatsby@4.17.2) ### [`v4.17.1`](https://togithub.com/gatsbyjs/gatsby/compare/4046323a40c4b6222066d47fe89e088ace9571a8...680b526156b0b22b6a6cd229612359e59874a526) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.17.0...gatsby@4.17.1) ### [`v4.17.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.17.0): v4.17 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.16.0...gatsby@4.17.0) Welcome to `gatsby@4.17.0` release (June 2022 #2) Key highlights of this release: - [JavaScript and CSS bundling performance improvements](https://www.gatsbyjs.com/docs/reference/release-notes/v4.17/#javascript-and-css-bundling-performance-improvements) - [Incremental builds performance improvements](https://www.gatsbyjs.com/docs/reference/release-notes/v4.17/#incremental-builds-performance-improvements) - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.17/#open-rfcs) **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16/) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.17.0-next.0...gatsby@4.17.0) ### [`v4.16.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.16.0): v4.16 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.15.2...gatsby@4.16.0) Welcome to `gatsby@4.16.0` release (June 2022 #1) Key highlights of this release: - [Speed Improvements for Image Processing](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16#speed-improvements-for-image-processing) - [`useContentfulImage` hook](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16#usecontentfulimage-hook) - [Node 18 Compatibility](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16#node-18-compatibility) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.15/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16) [Full changelog][full-changelog] [full-changelog]: https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.16.0-next.0...gatsby@4.16.0 ### [`v4.15.2`](https://togithub.com/gatsbyjs/gatsby/compare/823b22e83a36b3fb9e653d96b8fe95e2d79e7323...2652fa800cf5f21861368b332ea55de210cabcb3) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.15.1...gatsby@4.15.2) ### [`v4.15.1`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.15.0...gatsby@4.15.1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.15.0...gatsby@4.15.1) ### [`v4.15.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.15.0): v4.15 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.14.1...gatsby@4.15.0) Welcome to `gatsby@4.15.0` release (May 2022 #2) Key highlights of this release: - [Script Component](https://www.gatsbyjs.com/docs/reference/release-notes/v4.15/#script-component) - [GraphQL Typegen](https://www.gatsbyjs.com/docs/reference/release-notes/v4.15/#graphql-typegen) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.15/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) \[Full changelog]\[full-changelog] ### [`v4.14.1`](https://togithub.com/gatsbyjs/gatsby/compare/2c324f6d521dcbae6c98f4af48b9a695e9dee861...de24172c60c64836d134535067fc9eb479e26dcc) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.14.0...gatsby@4.14.1) ### [`v4.14.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.14.0): v4.14 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.13.1...gatsby@4.14.0) Welcome to `gatsby@4.14.0` release (May 2022 #1) Key highlights of this release: - [Experimental: GraphQL Typgen](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14/#experimental-graphql-typegen) - [Improvements in Image and Font Loading Times](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14/#improvements-in-image-and-font-loading-times) - [Gatsby Functions Body Parsing Configuration](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14/#gatsby-functions-body-parsing-configuration) - [`gatsby-source-drupal`: Image CDN Support](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14/#gatsby-source-drupal-image-cdn-support) - [Updated Default Starter](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14/#updated-default-starter) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.13) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.14.0-next.0...gatsby@4.14.0) ### [`v4.13.1`](https://togithub.com/gatsbyjs/gatsby/compare/89509ff7893787cf7359bc64b66a2ec32ced51d0...d10b8b7ddfab9e0ec67dee8718dba376f1c380f1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.13.0...gatsby@4.13.1) ### [`v4.13.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.13.0): v4.13 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.12.1...gatsby@4.13.0) Welcome to `gatsby@4.13.0` release (April 2022 #2) Key highlights of this release: - [Traced SVG option for Image CDN](https://www.gatsbyjs.com/docs/reference/release-notes/v4.13/#traced-svg-option-for-image-cdn) - [Open RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.13/#open-rfcs) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.13/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.12) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.13.0-next.0...gatsby@4.13.0) ### [`v4.12.1`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.12.0...gatsby@4.12.1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.12.0...gatsby@4.12.1) ### [`v4.12.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.12.0): v4.12 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.11.3...gatsby@4.12.0) Welcome to `gatsby@4.12.0` release (April 2022 #1) Key highlights of this release: - [New RFCs](https://www.gatsbyjs.com/docs/reference/release-notes/v4.12#new-rfcs) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.12#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.11) [Full changelog][full-changelog] [full-changelog]: https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.12.0-next.0...gatsby@4.12.0 ### [`v4.11.3`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.11.2...gatsby@4.11.3) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.11.2...gatsby@4.11.3) ### [`v4.11.2`](https://togithub.com/gatsbyjs/gatsby/compare/ad8c330df7b452b2e515b20d0d11dcb1385b9f6b...390eeffe931033a56429470323a6733d9c68a093) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.11.1...gatsby@4.11.2) ### [`v4.11.1`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.11.0...gatsby@4.11.1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.11.0...gatsby@4.11.1) ### [`v4.11.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.11.0): v4.11 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.10.3...gatsby@4.11.0) Welcome to `gatsby@4.11.0` release (March 2022 #3) Key highlights of this release: - [`gatsby-source-shopify` v7](https://www.gatsbyjs.com/docs/reference/release-notes/v4.11#gatsby-source-shopify-v7) - [React 18](https://www.gatsbyjs.com/docs/reference/release-notes/v4.11#react-18) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.11#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10) [Full changelog][full-changelog] [full-changelog]: https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.11.0-next.0...gatsby@4.11.0 ### [`v4.10.3`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.10.2...gatsby@4.10.3) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.10.2...gatsby@4.10.3) ### [`v4.10.2`](https://togithub.com/gatsbyjs/gatsby/compare/f080b4648da8ad96a4e94f6b6809d5fa2fedea24...7c43f38b344ec94bba4f96311339c76f18874b65) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.10.1...gatsby@4.10.2) ### [`v4.10.1`](https://togithub.com/gatsbyjs/gatsby/compare/24b9fde1c7705e27e5d7b24c7ef53189609f4f04...f080b4648da8ad96a4e94f6b6809d5fa2fedea24) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.10.0...gatsby@4.10.1) ### [`v4.10.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.10.0): v4.10 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.9.3...gatsby@4.10.0) Welcome to `gatsby@4.10.0` release (March 2022 #2) Key highlights of this release: - [Image CDN](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10#image-cdn) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) [Full changelog][full-changelog] [full-changelog]: https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.10.0-next.0...gatsby@4.10.0 ### [`v4.9.3`](https://togithub.com/gatsbyjs/gatsby/compare/2cf91b5e25134a7d260d8baaa62d6545a1dd9d72...gatsby@4.9.3) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cf91b5e25134a7d260d8baaa62d6545a1dd9d72...gatsby@4.9.3) ### [`v4.9.2`](https://togithub.com/gatsbyjs/gatsby/compare/f7fb383d78319f1b81272896208004362146174f...2cf91b5e25134a7d260d8baaa62d6545a1dd9d72) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/f7fb383d78319f1b81272896208004362146174f...2cf91b5e25134a7d260d8baaa62d6545a1dd9d72) ### [`v4.9.1`](https://togithub.com/gatsbyjs/gatsby/compare/6b160cc0934de95af9bdebbaa8798572e3770337...f7fb383d78319f1b81272896208004362146174f) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/6b160cc0934de95af9bdebbaa8798572e3770337...f7fb383d78319f1b81272896208004362146174f) ### [`v4.9.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.9.0): v4.9 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/1a295995daabaae7bb2603b2af9020e5ccd016a0...6b160cc0934de95af9bdebbaa8798572e3770337) Welcome to `gatsby@4.9.0` release (March 2022 #1) Key highlights of this release: - [Support for TypeScript in `gatsby-config` and `gatsby-node`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9#support-for-typescript-in-gatsby-config-and-gatsby-node) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.8) [Full changelog][full-changelog] [full-changelog]: https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.9.0-next.0...gatsby@4.9.0 ### [`v4.8.2`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.8.1...gatsby@4.8.2) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/f365eda91877969165319381ec63f8a72216bc43...1a295995daabaae7bb2603b2af9020e5ccd016a0) ### [`v4.8.1`](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.8.0...gatsby@4.8.1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/f6734b93eb0337930ef9ab54b564d113d4fc730c...f365eda91877969165319381ec63f8a72216bc43) ### [`v4.8.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.8.0): v4.8 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/db835237140023a9a09207180ea2cf0a5a3afe22...f6734b93eb0337930ef9ab54b564d113d4fc730c) Welcome to `gatsby@4.8.0` release (February 2022 #2) Key highlights of this release: - [Support for TypeScript in `gatsby-browser` and `gatsby-ssr`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.8#support-for-typescript-in-gatsby-browser-and-gatsby-ssr) - [New TypeScript option when creating Gatsby projects from the CLI](https://www.gatsbyjs.com/docs/reference/release-notes/v4.8#new-typescript-option-when-creating-gatsby-projects-from-the-cli) - [Significant memory usage reduction when filtering and sorting nodes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.8#significant-memory-usage-reduction-when-filtering-and-sorting-nodes) - [New APIs in `gatsby-core-utils` and `gatsby-plugin-utils`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.8#new-apis-in-gatsby-core-utils-and-gatsby-plugin-utils) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.8#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) [Full changelog][full-changelog] [full-changelog]: https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.8.0-next.0...gatsby@4.8.0 ### [`v4.7.2`](https://togithub.com/gatsbyjs/gatsby/compare/f672a67d65176c8e3e624ae0ad797bf5ab7b3263...db835237140023a9a09207180ea2cf0a5a3afe22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/f672a67d65176c8e3e624ae0ad797bf5ab7b3263...db835237140023a9a09207180ea2cf0a5a3afe22) ### [`v4.7.1`](https://togithub.com/gatsbyjs/gatsby/compare/1f30882907b20b63df4d63b97a80b233a7da37f8...f672a67d65176c8e3e624ae0ad797bf5ab7b3263) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/1f30882907b20b63df4d63b97a80b233a7da37f8...f672a67d65176c8e3e624ae0ad797bf5ab7b3263) ### [`v4.7.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.7.0): v4.7 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/339232ec5a543d4cbccf15948efda1a4040a9690...1f30882907b20b63df4d63b97a80b233a7da37f8) Welcome to `gatsby@4.7.0` release (February 2022 #1) Key highlights of this release: - [`trailingSlash` Option](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7/#trailingslash-option) - Now built into the Framework itself - [Faster Schema Creation & `createPages`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7/#faster-schema-creation--createpages) - Speed improvements of at least 30% Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.7.0-next.0...gatsby@4.7.0) ### [`v4.6.2`](https://togithub.com/gatsbyjs/gatsby/compare/f9478d92008bf67b4f8eb853a668f8dd343a9f68...339232ec5a543d4cbccf15948efda1a4040a9690) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/f9478d92008bf67b4f8eb853a668f8dd343a9f68...339232ec5a543d4cbccf15948efda1a4040a9690) ### [`v4.6.1`](https://togithub.com/gatsbyjs/gatsby/compare/441e6da3e1659e73621492a37a47745d308a565f...f9478d92008bf67b4f8eb853a668f8dd343a9f68) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/441e6da3e1659e73621492a37a47745d308a565f...f9478d92008bf67b4f8eb853a668f8dd343a9f68) ### [`v4.6.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.6.0): v4.6 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cf965b659b3caa1d31aa2ba4050c1d1128202033...441e6da3e1659e73621492a37a47745d308a565f) Welcome to `gatsby@4.6.0` release (January 2022 #2) Key highlights of this release: - [Speeding Up Subsequent Queries](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6/#speeding-up-subsequent-queries) - [Tracking Image Changes in Markdown Files](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6/#tracking-image-changes-in-markdown-files) - [New Major Version for `gatsby-plugin-utils`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6/#fix-plugin-schema-validation) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](/docs/reference/release-notes/v4.5) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.6.0-next.0...gatsby@4.6.0) ### [`v4.5.5`](https://togithub.com/gatsbyjs/gatsby/compare/80b3915e1373ef8c277e50fdfd6178b9930c830c...cf965b659b3caa1d31aa2ba4050c1d1128202033) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/80b3915e1373ef8c277e50fdfd6178b9930c830c...cf965b659b3caa1d31aa2ba4050c1d1128202033) ### [`v4.5.4`](https://togithub.com/gatsbyjs/gatsby/compare/c493ee721c16b5101134bcd98fdf4f6f0e40cede...80b3915e1373ef8c277e50fdfd6178b9930c830c) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/c493ee721c16b5101134bcd98fdf4f6f0e40cede...80b3915e1373ef8c277e50fdfd6178b9930c830c) ### [`v4.5.3`](https://togithub.com/gatsbyjs/gatsby/compare/dc6f9b8a55a6f2aad4aa2f84f929c5da0ea0bef9...c493ee721c16b5101134bcd98fdf4f6f0e40cede) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/dc6f9b8a55a6f2aad4aa2f84f929c5da0ea0bef9...c493ee721c16b5101134bcd98fdf4f6f0e40cede) ### [`v4.5.2`](https://togithub.com/gatsbyjs/gatsby/compare/9e6731c1216efa1fb8977a0088fd1a0ebe8de087...dc6f9b8a55a6f2aad4aa2f84f929c5da0ea0bef9) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9e6731c1216efa1fb8977a0088fd1a0ebe8de087...dc6f9b8a55a6f2aad4aa2f84f929c5da0ea0bef9) ### [`v4.5.1`](https://togithub.com/gatsbyjs/gatsby/compare/93c356e53f157b34b825ce3d1951fefc25dde433...9e6731c1216efa1fb8977a0088fd1a0ebe8de087) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/93c356e53f157b34b825ce3d1951fefc25dde433...9e6731c1216efa1fb8977a0088fd1a0ebe8de087) ### [`v4.5.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.5.0): v4.5 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/c09587abec36640b8d236455bc28bd430c7e112e...93c356e53f157b34b825ce3d1951fefc25dde433) Welcome to `gatsby@4.5.0` release (January 2022 #1) Key highlights of this release: - [Gracefully Handling Browser Cache Issues](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5/#gracefully-handling-browser-cache-issues) - [TypeScript Types for `getServerData`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5/#typescript-types-for-getserverdata) - [Deprecation of `gatsby-recipes`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5/#deprecation-of-gatsby-recipes) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://gatsbyjs.com/docs/reference/release-notes/v4.4/) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.5.0-next.0...gatsby@4.5.0) ### [`v4.4.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.4.0): v4.4 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/864751dd815c57f4122bc7aa12e17aac53ec3ba0...c09587abec36640b8d236455bc28bd430c7e112e) Welcome to `gatsby@4.4.0` release (December 2021 #1) Key highlights of this release: - [Detect Node Mutations](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4/#detect-node-mutations) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://gatsbyjs.com/docs/reference/release-notes/v4.3) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.4.0-next.0...gatsby@4.4.0) ### [`v4.3.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.3.0): v4.3 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/7ca9785a31b34ae3fcd1e1765c4851d313de3cec...864751dd815c57f4122bc7aa12e17aac53ec3ba0) Welcome to `gatsby@4.3.0` release (November 2021 [#​3](https://togithub.com/gatsbyjs/gatsby/issues/3)) Key highlights of this release: - [Content Sync Improvement](https://www.gatsbyjs.com/docs/reference/release-notes/v4.3/#content-sync-improvements) - [Use renderToPipeableStream React 18 API](https://www.gatsbyjs.com/docs/reference/release-notes/v4.3/#use-renderToPipeableStream-react-18-API) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.3/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://gatsbyjs.com/docs/reference/release-notes/v4.2) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.3.0-next.0...gatsby@4.3.0) ### [`v4.2.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.2.0): v4.2 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/87ca0dfe7590b533dfbdf4bc28068e8125b8a7fa...7ca9785a31b34ae3fcd1e1765c4851d313de3cec) Welcome to `gatsby@4.2.0` release (November 2021 #2). Key highlights of this release: - [`gatsby-source-contentful` v7](https://www.gatsbyjs.com/docs/reference/release-notes/v4.2/#gatsby-source-contentful-v7) - [`getServerData` improvements](https://www.gatsbyjs.com/docs/reference/release-notes/v4.2/#getserverdata-improvements) - [Framework Version Support](https://www.gatsbyjs.com/docs/reference/release-notes/v4.2/#framework-version-support) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.2/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.2.0-next.0...gatsby@4.2.0) ### [`v4.1.6`](https://togithub.com/gatsbyjs/gatsby/compare/11b51528526dc29a933928c93a6ee16c61c44370...87ca0dfe7590b533dfbdf4bc28068e8125b8a7fa) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/11b51528526dc29a933928c93a6ee16c61c44370...87ca0dfe7590b533dfbdf4bc28068e8125b8a7fa) ### [`v4.1.5`](https://togithub.com/gatsbyjs/gatsby/compare/94503aac2bbe061d15feeb803342a2eeae8e3a08...11b51528526dc29a933928c93a6ee16c61c44370) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/94503aac2bbe061d15feeb803342a2eeae8e3a08...11b51528526dc29a933928c93a6ee16c61c44370) ### [`v4.1.4`](https://togithub.com/gatsbyjs/gatsby/compare/c3c69709626f647b6ab3e0d759c3961bc2f02146...94503aac2bbe061d15feeb803342a2eeae8e3a08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/c3c69709626f647b6ab3e0d759c3961bc2f02146...94503aac2bbe061d15feeb803342a2eeae8e3a08) ### [`v4.1.3`](https://togithub.com/gatsbyjs/gatsby/compare/3b06677ed9e402042bd565b1c142e6016baa9a55...c3c69709626f647b6ab3e0d759c3961bc2f02146) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3b06677ed9e402042bd565b1c142e6016baa9a55...c3c69709626f647b6ab3e0d759c3961bc2f02146) ### [`v4.1.2`](https://togithub.com/gatsbyjs/gatsby/compare/95a35242ce8303b682e6453e2ba746ec5b12264e...3b06677ed9e402042bd565b1c142e6016baa9a55) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/95a35242ce8303b682e6453e2ba746ec5b12264e...3b06677ed9e402042bd565b1c142e6016baa9a55) ### [`v4.1.1`](https://togithub.com/gatsbyjs/gatsby/compare/4086ca523d1caf68d44076e361f00e7b4b96c4a5...95a35242ce8303b682e6453e2ba746ec5b12264e) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/4086ca523d1caf68d44076e361f00e7b4b96c4a5...95a35242ce8303b682e6453e2ba746ec5b12264e) ### [`v4.1.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.1.0): v4.1 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5505c478ccbd59863cdcf2e55404b54ee000d73e...4086ca523d1caf68d44076e361f00e7b4b96c4a5) Welcome to `gatsby@4.1.0` release (November 2021 #1). Key highlights of this release: - [Support for Deferred Static Generation in File System Route API](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1/#support-for-deferred-static-generation-in-file-system-route-api) - [JSX Runtime Options in `gatsby-config.js`](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1/#jsx-runtime-options-in-gatsby-configjs) Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@4.1.0-next.0...gatsby@4.1.0) ### [`v4.0.2`](https://togithub.com/gatsbyjs/gatsby/compare/cd0c018c968da3fefd135998bbbc92a2999d0697...5505c478ccbd59863cdcf2e55404b54ee000d73e) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cd0c018c968da3fefd135998bbbc92a2999d0697...5505c478ccbd59863cdcf2e55404b54ee000d73e) ### [`v4.0.1`](https://togithub.com/gatsbyjs/gatsby/compare/8d07242926e54f7c0819fbee84c152a27ec77959...cd0c018c968da3fefd135998bbbc92a2999d0697) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/8d07242926e54f7c0819fbee84c152a27ec77959...cd0c018c968da3fefd135998bbbc92a2999d0697) ### [`v4.0.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%404.0.0): v4.0.0 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.15.0...8d07242926e54f7c0819fbee84c152a27ec77959) Welcome to `gatsby@4.0.0` release (October 2021 #1). We've released Gatsby 3 in [March 2021](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0) and now have a lot of exciting new features for Gatsby 4! We’ve tried to make migration smooth. Please refer to the [migration guide](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/) and [let us know](https://togithub.com/gatsbyjs/gatsby/issues/new/choose) if you encounter any issues when migrating. Key highlights of this release: - [Parallel Query Running](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0/#parallel-query-running) - up to 40% reduction in build times - [Deferred Static Generation (DSG)](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0/#deferred-static-generation-dsg) - defer page generation to user request, speeding up build times - [Server-Side Rendering (SSR)](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0/#server-side-rendering-ssr) - pre-render a page with data that is fetched when a user visits the page Also check out [notable bugfixes and improvements](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0/#notable-bugfixes-and-improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes for 3.14](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.14.0-next.0...gatsby@4.0.0) ### [`v3.15.0`](https://togithub.com/gatsbyjs/gatsby/compare/1acb1bcf0f65c3c883c7ff82d39e273744212b65...c1e67a23e298811afa9273a9698af17aec74589d) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/1acb1bcf0f65c3c883c7ff82d39e273744212b65...gatsby@3.15.0) ### [`v3.14.6`](https://togithub.com/gatsbyjs/gatsby/compare/3d9a7027c4fdfe4c6af28ce33d188c5fff4b7536...1acb1bcf0f65c3c883c7ff82d39e273744212b65) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3d9a7027c4fdfe4c6af28ce33d188c5fff4b7536...1acb1bcf0f65c3c883c7ff82d39e273744212b65) ### [`v3.14.5`](https://togithub.com/gatsbyjs/gatsby/compare/fdf616c0a1695719ac9880d8fc5d0c37dc2290c2...3d9a7027c4fdfe4c6af28ce33d188c5fff4b7536) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/fdf616c0a1695719ac9880d8fc5d0c37dc2290c2...3d9a7027c4fdfe4c6af28ce33d188c5fff4b7536) ### [`v3.14.4`](https://togithub.com/gatsbyjs/gatsby/compare/a3a1cb9b5dcd471e754d1ec2ecf3d126ec0da75c...fdf616c0a1695719ac9880d8fc5d0c37dc2290c2) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a3a1cb9b5dcd471e754d1ec2ecf3d126ec0da75c...fdf616c0a1695719ac9880d8fc5d0c37dc2290c2) ### [`v3.14.3`](https://togithub.com/gatsbyjs/gatsby/compare/ea4fb54301b2cc5b5f52ef27ebe39cd70fffef33...a3a1cb9b5dcd471e754d1ec2ecf3d126ec0da75c) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/ea4fb54301b2cc5b5f52ef27ebe39cd70fffef33...a3a1cb9b5dcd471e754d1ec2ecf3d126ec0da75c) ### [`v3.14.2`](https://togithub.com/gatsbyjs/gatsby/compare/e10b2b93d49c8318deffe5e6a0168ab03f997766...ea4fb54301b2cc5b5f52ef27ebe39cd70fffef33) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/e10b2b93d49c8318deffe5e6a0168ab03f997766...ea4fb54301b2cc5b5f52ef27ebe39cd70fffef33) ### [`v3.14.1`](https://togithub.com/gatsbyjs/gatsby/compare/f3f1bbc4b75e4ede40500e899449820c958a72ff...e10b2b93d49c8318deffe5e6a0168ab03f997766) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/f3f1bbc4b75e4ede40500e899449820c958a72ff...e10b2b93d49c8318deffe5e6a0168ab03f997766) ### [`v3.14.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%403.14.0): v3.14 (September 2021 #​1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3cfc7910dbb8ef66bd86d29e31a5aedb2d00fd50...f3f1bbc4b75e4ede40500e899449820c958a72ff) Welcome to `gatsby@3.14.0` release (September 2021 #1) > This is the final minor release for gatsby v3. Gatsby v4 beta is already published behind the `next` npm tag and the next stable release will be `gatsby@4.0.0`. [See what's inside!](https://www.gatsbyjs.com/gatsby-4/) > > We will keep publishing patches for 3.14.x with hotfixes until `4.0.0` stable is published and at least several weeks after. Key highlights of this release: - [Better UX for navigation in the middle of deployment](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14/#better-ux-for-navigation-in-the-middle-of-deployment) - [New developer tools](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14/#new-developer-tools) - `createPages` snippet in GraphiQL and new GraphQL capability - [Preparations for gatsby v4](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14/#preparations-for-gatsby-v4) - API deprecations; migration guide; docs - [Improvements for `gatsby-source-drupal`](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14/#gatsby-source-drupal-improvements) - [New home for `gatsby-plugin-netlify`](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14/#new-home-for-gatsby-plugin-netlify) Also, check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](/docs/reference/release-notes/v3.13) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.14.0-next.0...gatsby@3.14.0) ### [`v3.13.1`](https://togithub.com/gatsbyjs/gatsby/compare/0a455df964ce0ee46fda1c053617d5adf22a34da...3cfc7910dbb8ef66bd86d29e31a5aedb2d00fd50) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0a455df964ce0ee46fda1c053617d5adf22a34da...3cfc7910dbb8ef66bd86d29e31a5aedb2d00fd50) ### [`v3.13.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%403.13.0): v3.13 (August 2021 #​3) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0a9058851e1307fdaab87f37d04dcb2855c1c0db...0a455df964ce0ee46fda1c053617d5adf22a34da) Welcome to `gatsby@3.13.0` release (August 2021 #3) Key highlights of this release: - [Improved Changelogs](https://www.gatsbyjs.com/docs/reference/release-notes/v3.13/#improved-changelogs) - Better structured and easier to read - [`sharp` v0.29](https://www.gatsbyjs.com/docs/reference/release-notes/v3.13/#sharp-v029) - Reduced install size, improved encoding time, and improved AVIF image quality - [Faster Sourcing for `gatsby-source-drupal`](https://www.gatsbyjs.com/docs/reference/release-notes/v3.13/#faster-sourcing-for-gatsby-source-drupal) - Speed up fetching data by around 4x - [webpack Caching in Development for Everyone](https://www.gatsbyjs.com/docs/reference/release-notes/v3.13/#webpack-caching-in-development-for-everyone) - Activating it for all users Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.13/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12/) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.13.0-next.0...gatsby@3.13.0) ### [`v3.12.1`](https://togithub.com/gatsbyjs/gatsby/compare/a87bfc3263e37ae711d626a0f6df657dafb88d0d...0a9058851e1307fdaab87f37d04dcb2855c1c0db) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a87bfc3263e37ae711d626a0f6df657dafb88d0d...0a9058851e1307fdaab87f37d04dcb2855c1c0db) ### [`v3.12.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%403.12.0): v3.12 (August 2021 #​2) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a7cd1d6ce850bc03f66fc18578af13747348830b...a87bfc3263e37ae711d626a0f6df657dafb88d0d) Welcome to `gatsby@3.12.0` release (August 2021 #2) Key highlights of this release: - [`webpack` dev server caching](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12/#webpack-dev-server-caching) - opt-in 20% of users - [Improvements to `gatsby-source-shopify`](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12/#improvements-to-gatsby-source-shopify) - Add compat for breaking change in Shopify's API - [Improvements to `gatsby-source-wordpress`](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12/#improvements-to-gatsby-source-wordpress) - Support for generating WebP images in HTML fields Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.0...gatsby@3.12.0) ### [`v3.11.1`](https://togithub.com/gatsbyjs/gatsby/compare/115e63196bb09f09446e7b57123e1178d81a7f40...a7cd1d6ce850bc03f66fc18578af13747348830b) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/115e63196bb09f09446e7b57123e1178d81a7f40...a7cd1d6ce850bc03f66fc18578af13747348830b) ### [`v3.11.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%403.11.0): v3.11 (August 2021 #​1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/7404fc347b0d4b57b547b1932af77d5f9dcb3843...115e63196bb09f09446e7b57123e1178d81a7f40) Welcome to `gatsby@3.11.0` release (August 2021 [#​1](https://togithub.com/gatsbyjs/gatsby/issues/1)) Key highlights of this release: - [Improvements to Parallel Query Running](https://togithub.com/gatsbyjs/gatsby/blob/66bdfa2a46db3606ea7394a0c54472273716cb58/docs/docs/reference/release-notes/v3.11/index.md#improvements-to-parallel-query-running) - Better performance and more configurable Also check out [notable bugfixes](https://togithub.com/gatsbyjs/gatsby/blob/66bdfa2a46db3606ea7394a0c54472273716cb58/docs/docs/reference/release-notes/v3.11/index.md#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://togithub.com/gatsbyjs/gatsby/blob/66bdfa2a46db3606ea7394a0c54472273716cb58/docs/docs/reference/release-notes/v3.10/index.md) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.11.0-next.0...gatsby@3.11.0) ### [`v3.10.2`](https://togithub.com/gatsbyjs/gatsby/compare/609bef1ef1a01f9f03f99423e24b0d5f115a4452...7404fc347b0d4b57b547b1932af77d5f9dcb3843) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/609bef1ef1a01f9f03f99423e24b0d5f115a4452...7404fc347b0d4b57b547b1932af77d5f9dcb3843) ### [`v3.10.1`](https://togithub.com/gatsbyjs/gatsby/compare/e77af12aeb672cf074719e0bacb7cccf796ebaef...609bef1ef1a01f9f03f99423e24b0d5f115a4452) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/e77af12aeb672cf074719e0bacb7cccf796ebaef...609bef1ef1a01f9f03f99423e24b0d5f115a4452) ### [`v3.10.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%403.10.0): v3.10 (July 2021 #​2) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/ea694a3d571a7ccc7dc9d3e22a7e4a0ba2829f07...e77af12aeb672cf074719e0bacb7cccf796ebaef) Welcome to `gatsby@3.10.0` release (July 2021 [#​2](https://togithub.com/gatsbyjs/gatsby/issues/2)) Key highlights of this release: - [Experimental: Parallel Query Running](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10#experimental-parallel-query-running) - Improves time it takes to run queries during gatsby build - [Experimental: webpack persistent caching for `gatsby develop`](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10#experimental-webpack-persistent-caching-for-gatsby-develop) - significantly speed up start of webpack server Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.10.0-next.0...gatsby@3.10.0) ### [`v3.9.1`](https://togithub.com/gatsbyjs/gatsby/compare/808f32ff1506297af5daeef1dd9907f3e1ec47a1...ea694a3d571a7ccc7dc9d3e22a7e4a0ba2829f07) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/808f32ff1506297af5daeef1dd9907f3e1ec47a1...ea694a3d571a7ccc7dc9d3e22a7e4a0ba2829f07) ### [`v3.9.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%403.9.0): v3.9 (July 2021 #​1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/ee93b58b2281d26050bc97df3cf57d5054d3bd4b...808f32ff1506297af5daeef1dd9907f3e1ec47a1) Welcome to `gatsby@3.9.0` release (July 2021 [#​1](https://togithub.com/gatsbyjs/gatsby/issues/1)) Key highlights of this release: - [React 18 - New Suspense SSR Architecture](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9/#react-18---new-suspense-ssr-architecture) - Enables SSR support for Suspense when using React 18 (Alpha) - [Shopify App for Gatsby Cloud](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9/#shopify-app-for-gatsby-cloud) - [gatsby-source-contentful](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9/#quality-of-life-improvements-to-gatsby-source-contentful) - quality of life improvements Also check out [notable bugfixes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9/#notable-bugfixes--improvements). **Bleeding Edge:** Want to try new features as soon as possible? Install `gatsby@next` and let us know if you have any [issues](https://togithub.com/gatsbyjs/gatsby/issues). [Previous release notes](/docs/reference/release-notes/v3.8) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@3.9.0-next.0...gatsby@3.9.0) ### [`v3.8.1`](https://togithub.com/gatsbyjs/gatsby/compare/715739c81824862bcf724ea581a9408fa357a27c...ee93b58b2281d26050bc97df3cf57d5054d3bd4b) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/715739c81824862bcf724ea581a9408fa357a27c...ee93b58b2281d26050bc97df3cf57d5054d3bd4b) ### [`v3.8.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%403.8.0): v3.8 (June 2021 #​2) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/6b7caf0abae1c18581cbb51c3c1cb15f025607f7...715739c81824862bcf724ea581a9408fa357a27c) Welcome to `gatsby@3.8.0` release (June 2021 #2) Key highlights of this release: - [React 18 - Alpha](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8/#react-18---alpha) - React 18 Alpha is available in Gatsby - [`gatsby-source-shopify` v5](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8/#gatsby-source-shopify-v5) - [Web Vitals Tracking](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8/#web-vitals-tracking) - Analytics Plugins now support tracking Web Vitals - [webpack caching](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8/#webpack-caching) - built-in persistent caching activated for everyone - [Improvements to Drupal integration](https://www.gatsbyjs.

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: babel-plugin-remove-graphql-queries@2.16.1
npm WARN Found: gatsby@4.25.7
npm WARN node_modules/gatsby
npm WARN   gatsby@"4.25.7" from the root project
npm WARN   4 more (gatsby-plugin-remove-console, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer gatsby@"^2.0.0" from babel-plugin-remove-graphql-queries@2.16.1
npm WARN node_modules/babel-plugin-remove-graphql-queries
npm WARN   babel-plugin-remove-graphql-queries@"^2.16.1" from gatsby-plugin-typescript@2.12.1
npm WARN   node_modules/gatsby-plugin-typescript
npm WARN 
npm WARN Conflicting peer dependency: gatsby@2.32.13
npm WARN node_modules/gatsby
npm WARN   peer gatsby@"^2.0.0" from babel-plugin-remove-graphql-queries@2.16.1
npm WARN   node_modules/babel-plugin-remove-graphql-queries
npm WARN     babel-plugin-remove-graphql-queries@"^2.16.1" from gatsby-plugin-typescript@2.12.1
npm WARN     node_modules/gatsby-plugin-typescript
npm notice 
npm notice New major version of npm available! 8.19.4 -> 9.7.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.7.1>
npm notice Run `npm install -g npm@9.7.1` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: commitlint-circle@1.0.0
npm ERR! Found: @commitlint/cli@11.0.0
npm ERR! node_modules/@commitlint/cli
npm ERR!   dev @commitlint/cli@"11.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @commitlint/cli@"^7.0.0" from commitlint-circle@1.0.0
npm ERR! node_modules/commitlint-circle
npm ERR!   dev commitlint-circle@"1.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @commitlint/cli@7.6.1
npm ERR! node_modules/@commitlint/cli
npm ERR!   peer @commitlint/cli@"^7.0.0" from commitlint-circle@1.0.0
npm ERR!   node_modules/commitlint-circle
npm ERR!     dev commitlint-circle@"1.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/worker/ef6e96/b354ad/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/worker/ef6e96/b354ad/cache/others/npm/_logs/2023-06-09T23_24_37_332Z-debug-0.log