netlify-plugin-gatsby
netlify-plugin-gatsby copied to clipboard
A build plugin to integrate Gatsby seamlessly with Netlify
:robot: I have created a release *beep* *boop* --- ## [3.4.9](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.4.8...plugin-gatsby-v3.4.9) (2022-10-10) ### Bug Fixes * **deps:** update dependency @netlify/ipx to ^1.3.0 ([#527](https://github.com/netlify/netlify-plugin-gatsby/issues/527)) ([8688797](https://github.com/netlify/netlify-plugin-gatsby/commit/8688797deff8ce3f34d5ac1850417e35cd394a98)) * **deps:** update dependency abortcontroller-polyfill to...
### Summary Updating to @netlify/[email protected] breaks the tests because Netlify Config and the constants now use 'edge functions' terminology as opposed to 'edge handlers'. This PR fixes the tests.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uuid](https://togithub.com/uuidjs/uuid) | [`^8.3.2` -> `^9.0.0`](https://renovatebot.com/diffs/npm/uuid/8.3.2/9.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
### Summary ```javascript export async function getServerData() { return { status: 404, props: {}, } } ``` when my `getServerData` fn on a ssr route returns a 404 status (or...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gatsby-plugin-image](https://redirect.github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-image#readme) ([source](https://redirect.github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image)) | [`^2.25.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/gatsby-plugin-image/2.25.0/3.13.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pathe](https://redirect.github.com/unjs/pathe) | [`^0.3.0` -> `^1.0.0`](https://renovatebot.com/diffs/npm/pathe/0.3.9/1.1.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gatsby](https://redirect.github.com/gatsbyjs/gatsby/tree/master/packages/gatsby#readme) ([source](https://redirect.github.com/gatsbyjs/gatsby), [changelog](https://redirect.github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/CHANGELOG.md)) | [`5.3.2` -> `5.9.1`](https://renovatebot.com/diffs/npm/gatsby/5.3.2/5.9.1) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release...
:robot: I have created a release *beep* *boop* --- ## [3.8.1](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.8.0...plugin-gatsby-v3.8.1) (2024-03-04) ### Bug Fixes * clear redirects/rewrites produced by previous builds and generate functions in ntl dev ([#738](https://github.com/netlify/netlify-plugin-gatsby/issues/738)) ([e66731c](https://github.com/netlify/netlify-plugin-gatsby/commit/e66731c8129f029813bc1a37df390dcb3385efb4))...
### Summary there was a compatibility problem when i tried to deploy Gatsby site with SSR using nodejs14.x for AWS lambda runtime. it shows an error stated `Using an unsupported...