netlify-plugin-gatsby icon indicating copy to clipboard operation
netlify-plugin-gatsby copied to clipboard

A build plugin to integrate Gatsby seamlessly with Netlify

Results 58 netlify-plugin-gatsby issues
Sort by recently updated
recently updated
newest added

## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...

:robot: I have created a release *beep* *boop* --- ## [3.4.5](https://github.com/netlify/netlify-plugin-gatsby/compare/plugin-gatsby-v3.4.4...plugin-gatsby-v3.4.5) (2022-08-30) ### Bug Fixes * **deps:** update dependency pathe to v0.3.5 ([#498](https://github.com/netlify/netlify-plugin-gatsby/issues/498)) ([dba29db](https://github.com/netlify/netlify-plugin-gatsby/commit/dba29db24c7c89e2664d4a1be5841244e2d7cee0)) --- This PR was generated with...

type: chore
autorelease: pending

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^28.0.0` -> `^29.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/28.1.8/29.2.0) |...

type: chore

As the local functions server now proxies to the gatsby develop server, our wrapper functions are no longer being fully tested. We should add tests where we run `ntl deploy...

enhancement
priority: medium

### Summary This is a proof of concept to rewrite the `createMetadataFileAndCopyDatastore` unit tests using mocked file operations. Previously, the `createMetadataFileAndCopyDatastore` tests copied the whole Gatsby demo directory to a...

type: chore

Thanks for suggesting a new feature! Please fill in the sections below. **Which problem is this feature request solving?** We're getting bad api responses cached, resulting in chains of broken...

enhancement

My gatsby build on netlify fails due to the size of the DSG/SSR functions which are created by netlify-plugin-gatsby. Error produced is `Request must be smaller than 69905067 bytes for...

bug
priority: medium
Ecosystem: Frameworks

**Which problem is this feature request solving?** For a few recent pull requests there have been some difficulties with broken CI builds. This is due to incorrect synchronisation of the...

enhancement
type: feature

Currently the latest version of the plugin [requires Gatsby 4](https://github.com/netlify/plugins/blob/main/site/plugins.json#L515), but there's nothing specific that demands this. We should test this with Gatsby 3 and Gatsby 2 to ensure that...

type: chore