Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby-adapter-netlify): support monorepos (#39005) #39037

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

gatsbybot
Copy link
Collaborator

Backporting #39005 to the 5.13 release branch

(cherry picked from commit 1a56c34)

* test: run e2e adapters in monorepo setup

* fix(gatsby-adapter-netlify): ensure we set includedFilesBasePath so monorepo cases will bundle all required files correctly

* fix(gatsby): don't rely on process.cwd() in lambda for ssr/dsg, instead infer root of 'gatsby' through relative path from entry module and set process.cwd() based on that so rest of utils relying on process.cwd() continue to work in monorepo scenarios

* chore: minor cleanup

* chore: bump caniuse-lite

(cherry picked from commit 1a56c34)
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 11, 2024
@pieh pieh removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jul 11, 2024
@pieh pieh merged commit 74d1fd1 into release/5.13 Jul 12, 2024
34 of 36 checks passed
@pieh pieh deleted the backport-5.13-39005 branch July 12, 2024 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants