iterative / cml.dev

🔗 CML website and documentation
https://cml.dev
Apache License 2.0
12 stars 23 forks source link

fix(deps): update gatsby monorepo (major) - autoclosed #375

Closed renovate[bot] closed 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) ^4.22.1 -> ^5.0.0 age adoption passing confidence
gatsby-cli (source) 4.22.1 -> 5.3.1 age adoption passing confidence
gatsby-plugin-catch-links (source) 4.22.0 -> 5.3.0 age adoption passing confidence
gatsby-plugin-image (source) 2.22.0 -> 3.3.2 age adoption passing confidence
gatsby-plugin-manifest (source) 4.22.0 -> 5.3.1 age adoption passing confidence
gatsby-plugin-postcss (source) 5.22.0 -> 6.3.0 age adoption passing confidence
gatsby-plugin-react-helmet (source) 5.22.0 -> 6.3.0 age adoption passing confidence
gatsby-plugin-sitemap (source) 5.22.0 -> 6.3.1 age adoption passing confidence
gatsby-remark-autolink-headers (source) 5.22.0 -> 6.3.1 age adoption passing confidence
gatsby-remark-copy-linked-files (source) 5.22.0 -> 6.3.0 age adoption passing confidence
gatsby-remark-images (source) 6.22.0 -> 7.3.1 age adoption passing confidence
gatsby-remark-prismjs (source) 6.22.0 -> 7.3.0 age adoption passing confidence
gatsby-remark-responsive-iframe (source) 5.22.0 -> 6.3.0 age adoption passing confidence
gatsby-remark-smartypants (source) 5.22.0 -> 6.3.0 age adoption passing confidence
gatsby-source-filesystem (source) 4.22.0 -> 5.3.1 age adoption passing confidence
gatsby-transformer-remark (source) 5.22.0 -> 6.3.2 age adoption passing confidence
gatsby-transformer-sharp (source) 4.22.0 -> 5.3.1 age adoption passing confidence

Release Notes

gatsbyjs/gatsby (gatsby) ### [`v5.3.3`](https://togithub.com/gatsbyjs/gatsby/compare/98cbee12f2f8a303b11c338fa3f980cb6c5f5d6c...da692c77a711bccec2866d863c0f221f81a7dc2c) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/98cbee12f2f8a303b11c338fa3f980cb6c5f5d6c...da692c77a711bccec2866d863c0f221f81a7dc2c) ### [`v5.3.2`](https://togithub.com/gatsbyjs/gatsby/compare/287cabd221034391fb0874c39677a0263d791e9c...98cbee12f2f8a303b11c338fa3f980cb6c5f5d6c) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/287cabd221034391fb0874c39677a0263d791e9c...98cbee12f2f8a303b11c338fa3f980cb6c5f5d6c) ### [`v5.3.1`](https://togithub.com/gatsbyjs/gatsby/compare/b995fc2374435dd1e282a167975733a1ff3d6ad0...287cabd221034391fb0874c39677a0263d791e9c) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b995fc2374435dd1e282a167975733a1ff3d6ad0...287cabd221034391fb0874c39677a0263d791e9c) ### [`v5.3.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%405.3.0): v5.3.0 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) Welcome to `gatsby@5.3.0` release (December 2022 [#​1](https://togithub.com/gatsbyjs/gatsby/issues/1)) Key highlights of this release: - [ES Modules (ESM) in Gatsby files](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3/#es-modules-esm-in-gatsby-files) - [Improved error messages](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3/#improved-error-messages) **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/v5.2) [Full changelog](https://togithub.com/gatsbyjs/gatsby/compare/gatsby@5.3.0-next.0...gatsby@5.3.0) ### [`v5.2.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%405.2.0): v5.2.0 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) Welcome to `gatsby@5.2.0` release (November 2022 #3) This is an out of band release due to the [removal of the Potrace](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2/#removal-of-potrace) library in Gatsby. We'll continue with our biweekly schedule as normal. **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). ### [`v5.1.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%405.1.0): v5.1.0 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3007cd39c045ba0a1069a03f8ba343cc7af6ed69...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) Welcome to `gatsby@5.1.0` release (November 2022 #2) This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed. If you haven’t migrated yet, please refer to the [migration guide](https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v4-to-v5/). We’ve done our best to make the transition smooth! Some brief notes about what Gatsby 5 brings to the table: - [Slices API](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-slice/) unlocks up to 90% reduction in build duration for content changes in highly shared components - [Partial Hydration](https://www.gatsbyjs.com/docs/how-to/performance/partial-hydration/) allows you to ship only the necessary JavaScript to the browser **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). ### [`v5.0.1`](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...3007cd39c045ba0a1069a03f8ba343cc7af6ed69) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...3007cd39c045ba0a1069a03f8ba343cc7af6ed69) ### [`v5.0.0`](https://togithub.com/gatsbyjs/gatsby/releases/tag/gatsby%405.0.0): v5.0.0 [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/13bf518f95eed9373da0ae93a13ce774a4a3fc17...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) Welcome to `gatsby@5.0.0` release (November 2022 #1) Key highlights of this release: - [Slice API](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0/#slice-api) - Only re-build individual slices of your page - [Partial Hydration (Beta)](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0/#partial-hydration-beta) - Improve frontend performance by shipping less JavaScript - [GraphiQL v2](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0/#graphiql-v2) - An all new UI with features like dark mode, tabs, and persisted state - [Performance Improvements](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0/#performance-improvements) Major dependency updates: - [Node 18](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0/#node-18) - [React 18](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0/#react-18) **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). ### [`v4.25.2`](https://togithub.com/gatsbyjs/gatsby/compare/4dcca80d273558368785612ad07f2a8dc9e3bb99...13bf518f95eed9373da0ae93a13ce774a4a3fc17) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/4dcca80d273558368785612ad07f2a8dc9e3bb99...13bf518f95eed9373da0ae93a13ce774a4a3fc17) ### [`v4.25.1`](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...4dcca80d273558368785612ad07f2a8dc9e3bb99) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...4dcca80d273558368785612ad07f2a8dc9e3bb99) ### [`v4.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/ab793c3f0eee95eee3017585d63beb4b83492cd1...5e72a5d1fab1f312685a533f25a637fbbbefb518) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/ab793c3f0eee95eee3017585d63beb4b83492cd1...5e72a5d1fab1f312685a533f25a637fbbbefb518) ### [`v4.24.8`](https://togithub.com/gatsbyjs/gatsby/compare/c7b94b59251e45188290c18147313562a7e537ba...ab793c3f0eee95eee3017585d63beb4b83492cd1) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/c7b94b59251e45188290c18147313562a7e537ba...ab793c3f0eee95eee3017585d63beb4b83492cd1) ### [`v4.24.7`](https://togithub.com/gatsbyjs/gatsby/compare/5e5d5655c278e3b8b85103a5ec83eee558ec16f4...c7b94b59251e45188290c18147313562a7e537ba) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e5d5655c278e3b8b85103a5ec83eee558ec16f4...c7b94b59251e45188290c18147313562a7e537ba) ### [`v4.24.6`](https://togithub.com/gatsbyjs/gatsby/compare/012761ea098ec69fd891f2e915ec97f0d808580a...5e5d5655c278e3b8b85103a5ec83eee558ec16f4) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/012761ea098ec69fd891f2e915ec97f0d808580a...5e5d5655c278e3b8b85103a5ec83eee558ec16f4) ### [`v4.24.5`](https://togithub.com/gatsbyjs/gatsby/compare/78bc93235d18563420d4b0407767611f0bce9a3d...012761ea098ec69fd891f2e915ec97f0d808580a) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78bc93235d18563420d4b0407767611f0bce9a3d...012761ea098ec69fd891f2e915ec97f0d808580a)
gatsbyjs/gatsby (gatsby-cli) ### [`v5.3.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​531-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli531packagesgatsby-cli-2022-12-14) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b995fc2374435dd1e282a167975733a1ff3d6ad0...287cabd221034391fb0874c39677a0263d791e9c) **Note:** Version bump only for package gatsby-cli ### [`v5.3.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​530-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli530packagesgatsby-cli-2022-12-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) ##### Chores - update dependency typescript to ^4.9.3 [#​37192](https://togithub.com/gatsbyjs/gatsby/issues/37192) ([204ed0e](https://togithub.com/gatsbyjs/gatsby/commit/204ed0e220eb9c1c5cdec692e82bce8e3e82e915)) - update semver [#​37186](https://togithub.com/gatsbyjs/gatsby/issues/37186) ([34adbf1](https://togithub.com/gatsbyjs/gatsby/commit/34adbf1f6147f9c440dfc0900b8523010ca61d51)) ### [`v5.2.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​520-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli520packagesgatsby-cli-2022-11-25) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) ##### Bug Fixes - Make type optionally accept context [#​37074](https://togithub.com/gatsbyjs/gatsby/issues/37074) ([759910a](https://togithub.com/gatsbyjs/gatsby/commit/759910a410ee601ebf2ee5f82f79b9bbf87c19e6)) - Fine-grained errors with type/category [#​37070](https://togithub.com/gatsbyjs/gatsby/issues/37070) ([0c2b51c](https://togithub.com/gatsbyjs/gatsby/commit/0c2b51cac9b644df21d2b816dc5fa5c37bd349d4)) ##### Chores - Update internal links to website [#​37052](https://togithub.com/gatsbyjs/gatsby/issues/37052) ([35703b6](https://togithub.com/gatsbyjs/gatsby/commit/35703b6e4db2d008a03f538097e05a70aae3c6b8)) ### [`v5.1.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​510-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli510packagesgatsby-cli-2022-11-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1) ##### Other Changes - update snapshots after adding js codehints to minimal starter [#​36999](https://togithub.com/gatsbyjs/gatsby/issues/36999) ([adf5f9b](https://togithub.com/gatsbyjs/gatsby/commit/adf5f9b44e247422b7132578e8a778b424223c69)) ### [`v5.0.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​500-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli500packagesgatsby-cli-2022-11-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0) ##### Features - Fancier Slices Tree [#​36905](https://togithub.com/gatsbyjs/gatsby/issues/36905) ([c6bfa80](https://togithub.com/gatsbyjs/gatsby/commit/c6bfa80912e251147155f07c47361b47a473e6f7)) - Update partial hydration directive [#​36868](https://togithub.com/gatsbyjs/gatsby/issues/36868) ([7f1b57c](https://togithub.com/gatsbyjs/gatsby/commit/7f1b57c5a5849b3bc997957b3370c3119e79d279)) - inject source location data to Slice usage and show errors in places where user renders them and not in gatsby internals [#​36849](https://togithub.com/gatsbyjs/gatsby/issues/36849) ([4423795](https://togithub.com/gatsbyjs/gatsby/commit/4423795ed8069b8ce1f0646e213182009bfeb312)) - GraphiQL v2 [#​36541](https://togithub.com/gatsbyjs/gatsby/issues/36541) ([55a601d](https://togithub.com/gatsbyjs/gatsby/commit/55a601d759589286fb99e97db0ba095a1e6ed894)) - Slice HTML rendering error handling [#​36822](https://togithub.com/gatsbyjs/gatsby/issues/36822) ([f21b54f](https://togithub.com/gatsbyjs/gatsby/commit/f21b54faaee5fa1d9f5c1377721333013261c8c3)) - Slice component validation [#​36801](https://togithub.com/gatsbyjs/gatsby/issues/36801) ([1fd450f](https://togithub.com/gatsbyjs/gatsby/commit/1fd450fc7b3b3a6d3beb98f79ffe960e19bfe74e)) - Slices API [#​36489](https://togithub.com/gatsbyjs/gatsby/issues/36489) ([6660144](https://togithub.com/gatsbyjs/gatsby/commit/666014471a545d183a91051d81864ecbad2a3971)) ##### Bug Fixes - Remove `update-notifier` [#​36367](https://togithub.com/gatsbyjs/gatsby/issues/36367) ([4c48a10](https://togithub.com/gatsbyjs/gatsby/commit/4c48a10cc4fc074332254e7ba93093e952d2ed95)) - Persist manifest on cached builds [#​36693](https://togithub.com/gatsbyjs/gatsby/issues/36693) ([45a105b](https://togithub.com/gatsbyjs/gatsby/commit/45a105b6db6892150da27d71abaf693b8e43fb14)) - Add back missing partial hydration error handling change [#​36676](https://togithub.com/gatsbyjs/gatsby/issues/36676) ([a629551](https://togithub.com/gatsbyjs/gatsby/commit/a62955144f4d369e18402a9c4345f213c3a1d72e)) ##### Chores - Remove HAS_REACT\_18 check [#​36850](https://togithub.com/gatsbyjs/gatsby/issues/36850) ([20ef7c1](https://togithub.com/gatsbyjs/gatsby/commit/20ef7c12ffa9fd48c763c913e70ef20bef8a68fc)) - apply patches for v5 [#​36796](https://togithub.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://togithub.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c)) - setup circleci to run unit tests againt v5 [#​36714](https://togithub.com/gatsbyjs/gatsby/issues/36714) ([ba146fd](https://togithub.com/gatsbyjs/gatsby/commit/ba146fd3b7ee1f18c1c695bc654890151d2cc0b3)) ### [`v4.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) ### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​4240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli4240packagesgatsby-cli-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) ##### Features - add partial hydration [#​36485](https://togithub.com/gatsbyjs/gatsby/issues/36485) ([c073bbe](https://togithub.com/gatsbyjs/gatsby/commit/c073bbea40379adc62bd891da9f65ff2756b120b)) ##### Chores - More Node 18 bumps [#​36640](https://togithub.com/gatsbyjs/gatsby/issues/36640) ([5b3b565](https://togithub.com/gatsbyjs/gatsby/commit/5b3b565229d89a7e440898ba4b8652ee852091c7)) - Fix run script glossary link Fix [#​36636](https://togithub.com/gatsbyjs/gatsby/issues/36636) ([c500314](https://togithub.com/gatsbyjs/gatsby/commit/c500314cabc40e0ac4975f7a4d1a27b7bfb124df)) - Improve Gatsby CLI reference doc [#​36619](https://togithub.com/gatsbyjs/gatsby/issues/36619) ([71e81fc](https://togithub.com/gatsbyjs/gatsby/commit/71e81fca1c5dd2408fa5932149218993ef65d40d)) ##### [4.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-cli@4.23.1/packages/gatsby-cli) (2022-09-22) **Note:** Version bump only for package gatsby-cli ### [`v4.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​4231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli4231packagesgatsby-cli-2022-09-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) **Note:** Version bump only for package gatsby-cli ### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-cli/CHANGELOG.md#​4230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-cli4230packagesgatsby-cli-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/3265a992213672ec9276d1e8bfbce3d5bf696cbd...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-cli ##### [4.22.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-cli@4.22.1/packages/gatsby-cli) (2022-09-08) **Note:** Version bump only for package gatsby-cli
gatsbyjs/gatsby (gatsby-plugin-catch-links) ### [`v5.3.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-catch-links/CHANGELOG.md#​530-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-catch-links530packagesgatsby-plugin-catch-links-2022-12-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) **Note:** Version bump only for package gatsby-plugin-catch-links ### [`v5.2.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-catch-links/CHANGELOG.md#​520-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-catch-links520packagesgatsby-plugin-catch-links-2022-11-25) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) **Note:** Version bump only for package gatsby-plugin-catch-links ### [`v5.1.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-catch-links/CHANGELOG.md#​510-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-catch-links510packagesgatsby-plugin-catch-links-2022-11-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1) **Note:** Version bump only for package gatsby-plugin-catch-links ### [`v5.0.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-catch-links/CHANGELOG.md#​500-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-catch-links500packagesgatsby-plugin-catch-links-2022-11-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0) ##### Chores - Update peerDeps [#​36965](https://togithub.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://togithub.com/gatsbyjs/gatsby/commit/b6244424fe8b724cbc23b80b2b4f5424cc2055a4)) - apply patches for v5 [#​36796](https://togithub.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://togithub.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c)) ### [`v4.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) ### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-catch-links/CHANGELOG.md#​4240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-catch-links4240packagesgatsby-plugin-catch-links-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package gatsby-plugin-catch-links ### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-catch-links/CHANGELOG.md#​4230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-catch-links4230packagesgatsby-plugin-catch-links-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-plugin-catch-links
gatsbyjs/gatsby (gatsby-plugin-image) ### [`v3.3.2`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​332-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image332packagesgatsby-plugin-image-2022-12-14) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/287cabd221034391fb0874c39677a0263d791e9c...8fc123c97f6d9934387dec2d6e0e2ea6a8338d19) ##### Bug Fixes - Normalize filename for correct hashing [#​37262](https://togithub.com/gatsbyjs/gatsby/issues/37262) [#​37263](https://togithub.com/gatsbyjs/gatsby/issues/37263) ([b7477f4](https://togithub.com/gatsbyjs/gatsby/commit/b7477f4cb680d60ee0d88e22a71937194764a9af)) ### [`v3.3.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​331-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image331packagesgatsby-plugin-image-2022-12-14) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b995fc2374435dd1e282a167975733a1ff3d6ad0...287cabd221034391fb0874c39677a0263d791e9c) **Note:** Version bump only for package gatsby-plugin-image ### [`v3.3.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​330-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image330packagesgatsby-plugin-image-2022-12-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) ##### Bug Fixes - Ensure cache hash is unique [#​37087](https://togithub.com/gatsbyjs/gatsby/issues/37087) ([c98d947](https://togithub.com/gatsbyjs/gatsby/commit/c98d9479c913df33b58618a512bf5119cb2c5d40)) ##### Chores - update dependency typescript to ^4.9.3 [#​37192](https://togithub.com/gatsbyjs/gatsby/issues/37192) ([204ed0e](https://togithub.com/gatsbyjs/gatsby/commit/204ed0e220eb9c1c5cdec692e82bce8e3e82e915)) - update semver [#​37186](https://togithub.com/gatsbyjs/gatsby/issues/37186) ([34adbf1](https://togithub.com/gatsbyjs/gatsby/commit/34adbf1f6147f9c440dfc0900b8523010ca61d51)) ### [`v3.2.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​320-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image320packagesgatsby-plugin-image-2022-11-25) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) ##### Chores - remove tracedSVG [#​37093](https://togithub.com/gatsbyjs/gatsby/issues/37093) ([94c2d73](https://togithub.com/gatsbyjs/gatsby/commit/94c2d735ad378bf05836e74cc47f7ca9523cabdc)) - Add `peerDependenciesMeta` [#​35146](https://togithub.com/gatsbyjs/gatsby/issues/35146) ([c935f05](https://togithub.com/gatsbyjs/gatsby/commit/c935f053b70265257873c235b610642fcd775932)) ### [`v3.1.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​310-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image310packagesgatsby-plugin-image-2022-11-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1) **Note:** Version bump only for package gatsby-plugin-image ### [`v3.0.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​300-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image300packagesgatsby-plugin-image-2022-11-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0) ##### Features - Update partial hydration directive [#​36868](https://togithub.com/gatsbyjs/gatsby/issues/36868) ([7f1b57c](https://togithub.com/gatsbyjs/gatsby/commit/7f1b57c5a5849b3bc997957b3370c3119e79d279)) ##### Bug Fixes - Move murmurhash to gatsby-core-utils [#​36882](https://togithub.com/gatsbyjs/gatsby/issues/36882) ([aaaa8c5](https://togithub.com/gatsbyjs/gatsby/commit/aaaa8c5da25014e386b2d4775d5691d9e5134699)) ##### Chores - Update peerDeps [#​36965](https://togithub.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://togithub.com/gatsbyjs/gatsby/commit/b6244424fe8b724cbc23b80b2b4f5424cc2055a4)) - Remove HAS_REACT\_18 check [#​36850](https://togithub.com/gatsbyjs/gatsby/issues/36850) ([20ef7c1](https://togithub.com/gatsbyjs/gatsby/commit/20ef7c12ffa9fd48c763c913e70ef20bef8a68fc)) - apply patches for v5 [#​36796](https://togithub.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://togithub.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c)) ### [`v2.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) ### [`v2.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​2240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image2240packagesgatsby-plugin-image-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) ##### Chores - allow react/react-dom@experimental [#​36533](https://togithub.com/gatsbyjs/gatsby/issues/36533) ([7ef4a3f](https://togithub.com/gatsbyjs/gatsby/commit/7ef4a3fe080d45e9edaff9f1d4deebd12a00ddbd)) ##### [2.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-plugin-image@2.23.1/packages/gatsby-plugin-image) (2022-09-22) **Note:** Version bump only for package gatsby-plugin-image ### [`v2.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​2231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image2231packagesgatsby-plugin-image-2022-09-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) **Note:** Version bump only for package gatsby-plugin-image ### [`v2.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-image/CHANGELOG.md#​2230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-image2230packagesgatsby-plugin-image-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) ##### Features - Client export directive [#​36470](https://togithub.com/gatsbyjs/gatsby/issues/36470) ([320efb7](https://togithub.com/gatsbyjs/gatsby/commit/320efb77079f7adf4c89b885a7f34e4cc3951906))
gatsbyjs/gatsby (gatsby-plugin-manifest) ### [`v5.3.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​531-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest531packagesgatsby-plugin-manifest-2022-12-14) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b995fc2374435dd1e282a167975733a1ff3d6ad0...287cabd221034391fb0874c39677a0263d791e9c) **Note:** Version bump only for package gatsby-plugin-manifest ### [`v5.3.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​530-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest530packagesgatsby-plugin-manifest-2022-12-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) ##### Chores - update semver [#​37186](https://togithub.com/gatsbyjs/gatsby/issues/37186) ([34adbf1](https://togithub.com/gatsbyjs/gatsby/commit/34adbf1f6147f9c440dfc0900b8523010ca61d51)) - update sharp [#​37131](https://togithub.com/gatsbyjs/gatsby/issues/37131) ([5a5e419](https://togithub.com/gatsbyjs/gatsby/commit/5a5e419709cd4cf39ae344a887249b0630756baf)) ### [`v5.2.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​520-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest520packagesgatsby-plugin-manifest-2022-11-25) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) ##### Other Changes - Update pluginOptionsSchema tests [#​27904](https://togithub.com/gatsbyjs/gatsby/issues/27904) ([2d967cb](https://togithub.com/gatsbyjs/gatsby/commit/2d967cbf3be81bb036f1f1cbc108a5e36c49785c)) ### [`v5.1.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​510-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest510packagesgatsby-plugin-manifest-2022-11-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1) **Note:** Version bump only for package gatsby-plugin-manifest ### [`v5.0.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​500-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest500packagesgatsby-plugin-manifest-2022-11-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0) ##### Chores - Update peerDeps [#​36965](https://togithub.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://togithub.com/gatsbyjs/gatsby/commit/b6244424fe8b724cbc23b80b2b4f5424cc2055a4)) - apply patches for v5 [#​36796](https://togithub.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://togithub.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c)) ### [`v4.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) ### [`v4.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​4240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest4240packagesgatsby-plugin-manifest-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/a6b1513e657e2f0cbdf7626fa0584d7353be8fba...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package gatsby-plugin-manifest ##### [4.23.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-plugin-manifest@4.23.1/packages/gatsby-plugin-manifest) (2022-09-22) **Note:** Version bump only for package gatsby-plugin-manifest ### [`v4.23.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​4231-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest4231packagesgatsby-plugin-manifest-2022-09-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...a6b1513e657e2f0cbdf7626fa0584d7353be8fba) **Note:** Version bump only for package gatsby-plugin-manifest ### [`v4.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-manifest/CHANGELOG.md#​4230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-manifest4230packagesgatsby-plugin-manifest-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-plugin-manifest
gatsbyjs/gatsby (gatsby-plugin-postcss) ### [`v6.3.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-postcss/CHANGELOG.md#​630-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-postcss630packagesgatsby-plugin-postcss-2022-12-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) **Note:** Version bump only for package gatsby-plugin-postcss ### [`v6.2.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-postcss/CHANGELOG.md#​620-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-postcss620packagesgatsby-plugin-postcss-2022-11-25) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) **Note:** Version bump only for package gatsby-plugin-postcss ### [`v6.1.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-postcss/CHANGELOG.md#​610-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-postcss610packagesgatsby-plugin-postcss-2022-11-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1) **Note:** Version bump only for package gatsby-plugin-postcss ### [`v6.0.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-postcss/CHANGELOG.md#​600-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-postcss600packagesgatsby-plugin-postcss-2022-11-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0) ##### Bug Fixes - update dependency postcss-loader to v7 for gatsby-plugin-postcss [#​33506](https://togithub.com/gatsbyjs/gatsby/issues/33506) ([bfe7ee0](https://togithub.com/gatsbyjs/gatsby/commit/bfe7ee0bfea48472879a1bfc47a444d5631bb8dc)) ##### Chores - Update peerDeps [#​36965](https://togithub.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://togithub.com/gatsbyjs/gatsby/commit/b6244424fe8b724cbc23b80b2b4f5424cc2055a4)) - apply patches for v5 [#​36796](https://togithub.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://togithub.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c)) ### [`v5.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) ### [`v5.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-postcss/CHANGELOG.md#​5240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-postcss5240packagesgatsby-plugin-postcss-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package gatsby-plugin-postcss ### [`v5.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-postcss/CHANGELOG.md#​5230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-postcss5230packagesgatsby-plugin-postcss-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-plugin-postcss
gatsbyjs/gatsby (gatsby-plugin-react-helmet) ### [`v6.3.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-react-helmet/CHANGELOG.md#​630-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-react-helmet630packagesgatsby-plugin-react-helmet-2022-12-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) **Note:** Version bump only for package gatsby-plugin-react-helmet ### [`v6.2.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-react-helmet/CHANGELOG.md#​620-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-react-helmet620packagesgatsby-plugin-react-helmet-2022-11-25) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) **Note:** Version bump only for package gatsby-plugin-react-helmet ### [`v6.1.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-react-helmet/CHANGELOG.md#​610-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-react-helmet610packagesgatsby-plugin-react-helmet-2022-11-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1) **Note:** Version bump only for package gatsby-plugin-react-helmet ### [`v6.0.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-react-helmet/CHANGELOG.md#​600-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-react-helmet600packagesgatsby-plugin-react-helmet-2022-11-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0) ##### Chores - Update peerDeps [#​36965](https://togithub.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://togithub.com/gatsbyjs/gatsby/commit/b6244424fe8b724cbc23b80b2b4f5424cc2055a4)) - apply patches for v5 [#​36796](https://togithub.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://togithub.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c)) ### [`v5.25.0`](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303...5e72a5d1fab1f312685a533f25a637fbbbefb518) ### [`v5.24.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-react-helmet/CHANGELOG.md#​5240-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-react-helmet5240packagesgatsby-plugin-react-helmet-2022-09-27) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/92543afcb355afc0990affae06b56a1e1841b7e4...9f4c0b92d8da3d3f0ccd75efd91ed4f44669d303) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24) **Note:** Version bump only for package gatsby-plugin-react-helmet ### [`v5.23.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-react-helmet/CHANGELOG.md#​5230-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-react-helmet5230packagesgatsby-plugin-react-helmet-2022-09-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/78f8c7a599748feed4865cdc832a07537d44ded8...92543afcb355afc0990affae06b56a1e1841b7e4) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23) **Note:** Version bump only for package gatsby-plugin-react-helmet
gatsbyjs/gatsby (gatsby-plugin-sitemap) ### [`v6.3.1`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-sitemap/CHANGELOG.md#​631-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-sitemap631packagesgatsby-plugin-sitemap-2022-12-14) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/b995fc2374435dd1e282a167975733a1ff3d6ad0...287cabd221034391fb0874c39677a0263d791e9c) **Note:** Version bump only for package gatsby-plugin-sitemap ### [`v6.3.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-sitemap/CHANGELOG.md#​630-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-sitemap630packagesgatsby-plugin-sitemap-2022-12-13) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/cec2ab08bf08d96a02e224f0b02273d7529e80ae...b995fc2374435dd1e282a167975733a1ff3d6ad0) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3) ##### Bug Fixes - update dependency sitemap to ^7.1.1 for gatsby-plugin-sitemap [#​37193](https://togithub.com/gatsbyjs/gatsby/issues/37193) ([5248413](https://togithub.com/gatsbyjs/gatsby/commit/52484139ff695d32daf1d5eeedde44cba149cae0)) ### [`v6.2.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-sitemap/CHANGELOG.md#​620-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-sitemap620packagesgatsby-plugin-sitemap-2022-11-25) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf...cec2ab08bf08d96a02e224f0b02273d7529e80ae) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2) ##### Chores - Clarify filterPages' reliance on the excludes array [#​37065](https://togithub.com/gatsbyjs/gatsby/issues/37065) ([fa5e90d](https://togithub.com/gatsbyjs/gatsby/commit/fa5e90dc67fb663afbb01574e009b346d48b4e1d)) ### [`v6.1.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-sitemap/CHANGELOG.md#​610-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-sitemap610packagesgatsby-plugin-sitemap-2022-11-22) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427...2cfb64b6a7d2fac447f4535c30a82fbcbc6251bf) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1) **Note:** Version bump only for package gatsby-plugin-sitemap ### [`v6.0.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-plugin-sitemap/CHANGELOG.md#​600-httpsgithubcomgatsbyjsgatsbycommitsgatsby-plugin-sitemap600packagesgatsby-plugin-sitemap-2022-11-08) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/5e72a5d1fab1f312685a533f25a637fbbbefb518...0c6cd6126c9ccb7fbd62ad3aa3a75efaa7bc7427) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0) ##### Chores - Update peerDeps [#​36965](https://togithub.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://togithub.com/gatsbyjs/gatsby/commit/b624442

Configuration

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

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

github-actions[bot] commented 1 year ago

c4810a1

Link Check Report

There were no links to check!