Skip to content

Commit

Permalink
Merge branch 'fix/39010-ssr-encoded-urls' of https://github.com/emmro…
Browse files Browse the repository at this point in the history
…n/gatsby-issue-25207-fix into fix/39010-ssr-encoded-urls
  • Loading branch information
emmron committed Nov 7, 2024
2 parents 05bbc06 + 0ce81ca commit fcae8ee
Show file tree
Hide file tree
Showing 110 changed files with 917 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,23 @@ Gatsby helps professional developers efficiently create maintainable, highly-per

- **Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.

- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on [Netlify](https://www.netlify.com/) and other similar services.

- **Use Gatsby's Centralized Data Layer Everywhere.** With Gatsby's [Valhalla Content Hub](https://www.gatsbyjs.com/products/valhalla-content-hub/) you can bring Gatsby's data layer to any project. Making it accessible via a unified GraphQL API for building content sites, eCommerce platforms, and both native and web applications.

[**Learn how to use Gatsby for your next project.**](https://www.gatsbyjs.com/docs/)

## 🚀 Ship your first Gatsby site in 5 Minutes

Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Gatsby Cloud.
Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Netlify.

[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)

At the end of this process, you'll have

1. a site working on Gatsby Cloud
1. a site working on Netlify
2. a new repository that is linked to that new site
3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!
3. as you push changes to your new repository, Netlify will automatically rebuild and redeploy your site!

## 💻 Get started with Gatsby locally in 5 Minutes

Expand Down
52 changes: 52 additions & 0 deletions docs/docs/reference/release-notes/v5.14/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
date: "2024-11-06"
version: "5.14.0"
title: "v5.14 Release Notes"
---

Welcome to `[email protected]` release (November 2024 #1)

Check out [notable bugfixes and improvements](#notable-bugfixes--improvements).

[Previous release notes](/docs/reference/release-notes/v5.13)

---

## Notable bugfixes & improvements

- minor docs improvements: https://github.com/gatsbyjs/gatsby/pull/38816, https://github.com/gatsbyjs/gatsby/pull/39052, https://github.com/gatsbyjs/gatsby/pull/39133, https://github.com/gatsbyjs/gatsby/pull/39060
- security fixes:
- bump gh-pages: https://github.com/gatsbyjs/gatsby/pull/39089
- bump underscore: https://github.com/gatsbyjs/gatsby/pull/39092
- bump thenify: https://github.com/gatsbyjs/gatsby/pull/39095
- bump axios: https://github.com/gatsbyjs/gatsby/pull/39101 https://github.com/gatsbyjs/gatsby/pull/39118
- bump ejs: https://github.com/gatsbyjs/gatsby/pull/39093
- bump set-getter: https://github.com/gatsbyjs/gatsby/pull/39091
- bump express: https://github.com/gatsbyjs/gatsby/pull/39099
- bump express: https://github.com/gatsbyjs/gatsby/pull/39098
- bump css-what: https://github.com/gatsbyjs/gatsby/pull/39107
- bump rollup: https://github.com/gatsbyjs/gatsby/pull/39112 https://github.com/gatsbyjs/gatsby/pull/39115
- bump body-parser: https://github.com/gatsbyjs/gatsby/pull/39097 https://github.com/gatsbyjs/gatsby/pull/39132
- bump webpack-dev-middleware: https://github.com/gatsbyjs/gatsby/pull/39106
- bump path-to-regexp: https://github.com/gatsbyjs/gatsby/pull/39096
- [`gatsby`, `create-gatsby`, `gatsby-cli`, `gatsby-dev-cli`, `gatsby-plugin-gatsby-cloud`, `gatsby-plugin-page-creator`] perf: disable telemetry reporting https://github.com/gatsbyjs/gatsby/pull/39137

## Contributors

A big **Thank You** to our community who contributed to this release 💜

- [JohanForngren](https://github.com/JohanForngren): Fixing missing .default #38606 [PR #38816](https://github.com/gatsbyjs/gatsby/pull/38816)
- [MetzinAround](https://github.com/MetzinAround): updating a readme dead link [PR #39133](https://github.com/gatsbyjs/gatsby/pull/39133)
- [RJWadley](https://github.com/RJWadley): fix(types): navigate doesn't return anything [PR #38590](https://github.com/gatsbyjs/gatsby/pull/38590)
- [Tuscan-blue](https://github.com/Tuscan-blue): Docs update. [PR #38915](https://github.com/gatsbyjs/gatsby/pull/38915)
- [bartveneman](https://github.com/bartveneman): fix(gatsby-source-contentful): remove outdated `forceFullSync` option from readme [PR #38787](https://github.com/gatsbyjs/gatsby/pull/38787)
- [chitoku-k](https://github.com/chitoku-k): fix(gatsby): support builtin modules prefixed with `node:` on `build-html` [PR #38516](https://github.com/gatsbyjs/gatsby/pull/38516)
- [dianacheung](https://github.com/dianacheung): Update how-gatsby-works-with-github-pages.md [PR #38909](https://github.com/gatsbyjs/gatsby/pull/38909)
- [fdmarcin](https://github.com/fdmarcin): fix(docs): Update GitLab Pages docs link [PR #39060](https://github.com/gatsbyjs/gatsby/pull/39060)
- [izzythecubemaster](https://github.com/izzythecubemaster): chore(gatsby-cli,gatsby-source-wordpress): bump clipboardy [PR #38775](https://github.com/gatsbyjs/gatsby/pull/38775)
- [larowlan](https://github.com/larowlan): chore: upgrade axios [PR #38698](https://github.com/gatsbyjs/gatsby/pull/38698)
- [laurenskling](https://github.com/laurenskling): Fix getNodesByIds typo [PR #39012](https://github.com/gatsbyjs/gatsby/pull/39012)
- [mavaddat](https://github.com/mavaddat): fix(gatsby-codemods): call jscodeshift natively [PR #38635](https://github.com/gatsbyjs/gatsby/pull/38635)
- [pindjur](https://github.com/pindjur): fix(gatsby): fix broken DevOverlay when there is no stack trace. [PR #38535](https://github.com/gatsbyjs/gatsby/pull/38535)
- [skyf0l](https://github.com/skyf0l): chore: add missing angle bracket [PR #38956](https://github.com/gatsbyjs/gatsby/pull/38956)
- [timodwhit](https://github.com/timodwhit): Remove link to self [PR #39052](https://github.com/gatsbyjs/gatsby/pull/39052)
6 changes: 6 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries

### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2024-01-23)

**Note:** Version bump only for package babel-plugin-remove-graphql-queries
Expand Down
9 changes: 9 additions & 0 deletions packages/babel-preset-gatsby-package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Chores

- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a))
- update dependency @types/babel\_\_core to ^7.20.5 for babel-preset-gatsby-package [#38594](https://github.com/gatsbyjs/gatsby/issues/38594) ([aef8e58](https://github.com/gatsbyjs/gatsby/commit/aef8e58f70fe7231a6c928cad2864c9b3fb18dad))

### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2024-01-23)

#### Chores
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

**Note:** Version bump only for package babel-preset-gatsby

### [3.13.2](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2024-04-10)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
13 changes: 13 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Bug Fixes

- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
- remove outdated `forceFullSync` option from readme [#38787](https://github.com/gatsbyjs/gatsby/issues/38787) ([a39d374](https://github.com/gatsbyjs/gatsby/commit/a39d374232709ba310a8a2cc4a17f0469ebaa8d5))

#### Chores

- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8))

### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2024-01-23)

**Note:** Version bump only for package create-gatsby
Expand Down
26 changes: 26 additions & 0 deletions packages/gatsby-adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-adapter-netlify) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Features

- allow dsg/ssr renders without access to datastore if it's not required [#38974](https://github.com/gatsbyjs/gatsby/issues/38974) ([884ecaf](https://github.com/gatsbyjs/gatsby/commit/884ecaf57ba67a453fe90ecdf9999cc3549384d5))

#### Bug Fixes

- support monorepos [#39005](https://github.com/gatsbyjs/gatsby/issues/39005) ([1a56c34](https://github.com/gatsbyjs/gatsby/commit/1a56c3433a4285220358a22a9d72facbc1ce59e0))
- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92))
- add missing fs method rewrites to handle fetchRemoteFile in dsg/ssr engine [#38822](https://github.com/gatsbyjs/gatsby/issues/38822) ([bbdddd7](https://github.com/gatsbyjs/gatsby/commit/bbdddd74063161c838c652e49448301fef5987c9))
- update dependency cookie to ^0.6.0 [#38725](https://github.com/gatsbyjs/gatsby/issues/38725) ([f3e617b](https://github.com/gatsbyjs/gatsby/commit/f3e617b370406342c8f5a001ce0ec05da01b80ab))
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))
- update remote url docs [#38768](https://github.com/gatsbyjs/gatsby/issues/38768) ([357e77f](https://github.com/gatsbyjs/gatsby/commit/357e77f88e19186bf6c39c0efc9d7ebca3e72e4f))

#### Performance Improvements

- improve adapt() performance [#38988](https://github.com/gatsbyjs/gatsby/issues/38988) ([ec77bed](https://github.com/gatsbyjs/gatsby/commit/ec77beded8ed28d8ec713f109673bd9c75d264d8))

#### Other Changes

- Fixing missing .default #38606 [#38606](https://github.com/gatsbyjs/gatsby/issues/38606) [#38816](https://github.com/gatsbyjs/gatsby/issues/38816) ([5d48a98](https://github.com/gatsbyjs/gatsby/commit/5d48a9877acab00100a2e280c1ce50e080246ee8))
- add CHANGELOG.md [#38848](https://github.com/gatsbyjs/gatsby/issues/38848) ([7cea40b](https://github.com/gatsbyjs/gatsby/commit/7cea40b61a8cbb9272d2d5cb7d637ae2a22d80e3))

### [1.1.7](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-adapter-netlify) (2024-07-12)

#### Bug Fixes
Expand Down
16 changes: 16 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Bug Fixes

- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92))
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))

#### Chores

- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8))
- update dependency rollup to ^2.79.2 for gatsby-cli [#39115](https://github.com/gatsbyjs/gatsby/issues/39115) ([d5ef4da](https://github.com/gatsbyjs/gatsby/commit/d5ef4dabc16109958200387706243bafdd67fec1))
- swap babel-plugin-lodash with updated version that doesn't use deprecated APIs [#38797](https://github.com/gatsbyjs/gatsby/issues/38797) ([3d4d6a6](https://github.com/gatsbyjs/gatsby/commit/3d4d6a6e222cf3bff3f2c2cdfb0cc539bad2403a))
- bump clipboardy [#38775](https://github.com/gatsbyjs/gatsby/issues/38775) ([ee158d9](https://github.com/gatsbyjs/gatsby/commit/ee158d9f23854bd2ced46db3183de52f001f25a7))

### [5.13.3](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2024-04-10)

#### Bug Fixes
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Bug Fixes

- call jscodeshift natively [#38635](https://github.com/gatsbyjs/gatsby/issues/38635) ([f129c37](https://github.com/gatsbyjs/gatsby/commit/f129c37e4540754613f403af1e54e74f674b178a))

### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-codemods) (2024-01-23)

**Note:** Version bump only for package gatsby-codemods
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-core-utils) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Bug Fixes

- update dependency hash-wasm to ^4.11.0 for gatsby-core-utils [#38678](https://github.com/gatsbyjs/gatsby/issues/38678) ([f8ce66e](https://github.com/gatsbyjs/gatsby/commit/f8ce66e751ccb4d998fc884b7b530acbac7c590c))
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))

### [4.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-core-utils) (2024-01-23)

**Note:** Version bump only for package gatsby-core-utils
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

**Note:** Version bump only for package gatsby-cypress

### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cypress) (2024-01-23)

**Note:** Version bump only for package gatsby-cypress
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-design-tokens) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

**Note:** Version bump only for package gatsby-design-tokens

## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-design-tokens) (2023-12-18)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13)
Expand Down
13 changes: 13 additions & 0 deletions packages/gatsby-dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-dev-cli) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Bug Fixes

- fix webpack compilation when pnpm is used fix [#38757](https://github.com/gatsbyjs/gatsby/issues/38757) ([d2ffc2a](https://github.com/gatsbyjs/gatsby/commit/d2ffc2a348fd62f9b0f887f860d415c813f9cbac))
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))

#### Chores

- disable telemetry [#39137](https://github.com/gatsbyjs/gatsby/issues/39137) ([1b1720b](https://github.com/gatsbyjs/gatsby/commit/1b1720bb75233661b30205000c4c3bff855d47c8))

### [5.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-dev-cli) (2024-01-23)

#### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-graphiql-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-graphiql-explorer) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

**Note:** Version bump only for package gatsby-graphiql-explorer

### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-graphiql-explorer) (2024-01-23)

**Note:** Version bump only for package gatsby-graphiql-explorer
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-legacy-polyfills/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-legacy-polyfills) (2024-11-06)

[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.14)

#### Bug Fixes

- handler generation on windows [#38900](https://github.com/gatsbyjs/gatsby/issues/38900) ([c91ed28](https://github.com/gatsbyjs/gatsby/commit/c91ed287fd319a345c2f27877e20656826767e92))
- update dependency fs-extra to ^11.2.0 [#38727](https://github.com/gatsbyjs/gatsby/issues/38727) ([cb33fe5](https://github.com/gatsbyjs/gatsby/commit/cb33fe5d02b3a42cf629baf948a7aae7a9e7dd0f))

### [3.13.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-legacy-polyfills) (2024-04-10)

#### Bug Fixes
Expand Down
Loading

0 comments on commit fcae8ee

Please sign in to comment.