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

chore: bump next to 15.1.3 in the monorepo #10211

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Conversation

r1tsuu
Copy link
Member

@r1tsuu r1tsuu commented Dec 27, 2024

Bumps Next.js to the latest version 15.1.3. This affects only internal package.json files (in the root dir and test)

Fixes errors from here #10209

@r1tsuu r1tsuu marked this pull request as ready for review December 27, 2024 23:07
@r1tsuu r1tsuu requested a review from denolfe as a code owner December 27, 2024 23:07
@r1tsuu r1tsuu changed the title chore: bump next to 15.1.3 for the monorepo chore: bump next to 15.1.3 in the monorepo Dec 27, 2024
@r1tsuu r1tsuu force-pushed the chore/bump-next-monoreop branch 2 times, most recently from 167a805 to 6e6aeea Compare December 28, 2024 01:12
@r1tsuu r1tsuu force-pushed the chore/bump-next-monoreop branch 2 times, most recently from e450f1a to c9ac302 Compare December 28, 2024 02:25
@r1tsuu r1tsuu requested a review from AlessioGr December 28, 2024 03:12
@@ -58,6 +59,10 @@ if (shouldStartMemoryDB) {
await startMemoryDB()
}

// This is needed to forward the environment variables to the next process that were created after loadEnv()
// for example process.env.MONGODB_MEMORY_SERVER_URI otherwise app.prepare() will clear them
nextEnvImport.updateInitialEnv(process.env)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!! Previously I got around this by installing 2 different versions of Next.js in our monorepo. Glad you found this

@AlessioGr AlessioGr merged commit 7a4d53a into main Dec 28, 2024
135 of 137 checks passed
@AlessioGr AlessioGr deleted the chore/bump-next-monoreop branch December 28, 2024 07:11
Copy link
Contributor

🚀 This is included in version v3.12.0

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