[PR #147] [CLOSED] feat: upgrade to nextjs 15 #296

Closed
opened 2026-02-15 19:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/147
Author: @thucpn
Created: 6/27/2024
Status: Closed

Base: mainHead: feat/upgrade-to-nextjs-15


📝 Commits (2)

  • 61595ff feat: upgrade to nextjs 15
  • c17351b Create curly-eyes-rest.md

📊 Changes

4 files changed (+31 additions, -25 deletions)

View changed files

.changeset/curly-eyes-rest.md (+5 -0)
📝 templates/types/streaming/nextjs/next.config.json (+3 -3)
📝 templates/types/streaming/nextjs/package.json (+22 -22)
📝 templates/types/streaming/nextjs/webpack.config.mjs (+1 -0)

📄 Description

Follow upgrade guides:
https://rc.nextjs.org/docs/app/building-your-application/upgrading/version-15
https://react.dev/blog/2024/04/25/react-19-upgrade-guide

Summary by CodeRabbit

  • New Features

    • Upgraded to Next.js 15, improving overall application functionality.
  • Configuration Changes

    • Moved serverComponentsExternalPackages from experimental to the top-level serverExternalPackages in next.config.json.
    • Added sharp and onnxruntime-node to serverExternalPackages.
  • Dependency Updates

    • Updated multiple dependencies to their latest versions, including react, next, typescript, eslint, prettier, and more.
  • Build Enhancements

    • Added canvas as an external dependency in the webpack configuration.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/147 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 6/27/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/upgrade-to-nextjs-15` --- ### 📝 Commits (2) - [`61595ff`](https://github.com/run-llama/create-llama/commit/61595ff7ea69391bf8043d7a0d18b9c108582bd7) feat: upgrade to nextjs 15 - [`c17351b`](https://github.com/run-llama/create-llama/commit/c17351b727fb0e2f0492a88e5e37b4d53f61cc25) Create curly-eyes-rest.md ### 📊 Changes **4 files changed** (+31 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/curly-eyes-rest.md` (+5 -0) 📝 `templates/types/streaming/nextjs/next.config.json` (+3 -3) 📝 `templates/types/streaming/nextjs/package.json` (+22 -22) 📝 `templates/types/streaming/nextjs/webpack.config.mjs` (+1 -0) </details> ### 📄 Description Follow upgrade guides: https://rc.nextjs.org/docs/app/building-your-application/upgrading/version-15 https://react.dev/blog/2024/04/25/react-19-upgrade-guide <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Upgraded to Next.js 15, improving overall application functionality. - **Configuration Changes** - Moved `serverComponentsExternalPackages` from `experimental` to the top-level `serverExternalPackages` in `next.config.json`. - Added `sharp` and `onnxruntime-node` to `serverExternalPackages`. - **Dependency Updates** - Updated multiple dependencies to their latest versions, including `react`, `next`, `typescript`, `eslint`, `prettier`, and more. - **Build Enhancements** - Added `canvas` as an external dependency in the webpack configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:06 -05:00
yindo closed this issue 2026-02-15 19:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#296