hygraph / gatsby-source-graphcms

The official Gatsby source plugin for GraphCMS projects
https://graphcms.com
MIT License
145 stars 41 forks source link

feat: add support for Gatsby v4 #206

Closed jpedroschmitz closed 3 years ago

jpedroschmitz commented 3 years ago

This PR adds support for Gatsby v4.

Looking into the migration guide, we don't have any relevant updates to do in the package.

We also need to publish it under the next tag on npm.

gatsby-cloud[bot] commented 3 years ago

Gatsby Cloud Build Report

gatsby-source-graphcms

:tada: Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

:clock1: Build time: 3m

Performance

Lighthouse report

Metric Score
Performance :green_heart: 100
Accessibility :green_heart: 93
Best Practices :green_heart: 100
SEO :large_orange_diamond: 75

:link: View full report

jpedroschmitz commented 3 years ago

The build is failing because of the Node.js version. Gatsby v4 requires Node.js >=14.15. The cloud project still uses version 12 - I couldn't find a place to change it.

jpedroschmitz commented 3 years ago

It's building correctly! The bot hasn't updated the status.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 2.7.0-next.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

notrab commented 3 years ago

🤖