Skip to content

chore: bump next versions - #1192

Merged
JamieSinn merged 1 commit into
mainfrom
chore-update-deps
Dec 3, 2025
Merged

chore: bump next versions#1192
JamieSinn merged 1 commit into
mainfrom
chore-update-deps

Conversation

@kaushalkapasi

Copy link
Copy Markdown
Contributor
  • chore: bumps next 15.4.* to min require 15.4.8
  • chore: bumps next 15.2.* to min require 15.2.6
  • chore: bumps next 15.1.* to min require 15.1.9

@kaushalkapasi
kaushalkapasi requested a review from a team as a code owner December 3, 2025 16:51
Copilot AI review requested due to automatic review settings December 3, 2025 16:51
@vercel

vercel Bot commented Dec 3, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
js-sdks-web-elements Ready Ready Preview Comment Dec 3, 2025 5:17pm
js-sdks-with-provider Ready Ready Preview Comment Dec 3, 2025 5:17pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
js-sdks-next-js-page-router Ignored Ignored Dec 3, 2025 5:17pm

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Next.js version constraints across the monorepo to require minimum versions for security or stability fixes. It updates peer dependencies for the SDK package (>=15.1.9), development dependencies in the root package (15.2.6), and e2e test applications (15.4.8).

Key changes:

  • Updated SDK peer dependency minimum from >=15.1.0 to >=15.1.9
  • Updated root package Next.js development dependency from ~15.2.4 to ~15.2.6
  • Updated e2e test applications from ~15.4.7 to ~15.4.8

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
sdk/nextjs/package.json Updates Next.js peer dependency minimum to 15.1.9
package.json Updates Next.js dev dependency to 15.2.6
yarn.lock Updates lockfile entries for Next.js 15.2.6 and peer dependency constraints
e2e/nextjs/pages-router/app/package.json Updates Next.js dependency to 15.4.8 for pages router tests
e2e/nextjs/app-router/app/package.json Updates Next.js dependency to 15.4.8 for app router tests

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"@devcycle/nextjs-sdk": "file:../../../../dist/sdk/nextjs",
"@devcycle/web-debugger": "file:../../../../dist/lib/web-debugger",
"next": "~15.4.7",
"next": "~15.4.8",

Copilot AI Dec 3, 2025

Copy link

Choose a reason for hiding this comment

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

The package.json specifies next: "~15.4.8", but there is no corresponding entry for Next.js 15.4.x in the yarn.lock file. This indicates that yarn.lock is out of sync with the package.json changes.

After updating package.json files, you need to run yarn install to regenerate the yarn.lock file with the new dependency versions. Without this, the actual installed version may not match what's specified in package.json.

Copilot uses AI. Check for mistakes.
"dependencies": {
"@devcycle/nextjs-sdk": "file:../../../../dist/sdk/nextjs",
"next": "~15.4.7",
"next": "~15.4.8",

Copilot AI Dec 3, 2025

Copy link

Choose a reason for hiding this comment

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

The package.json specifies next: "~15.4.8", but there is no corresponding entry for Next.js 15.4.x in the yarn.lock file. This indicates that yarn.lock is out of sync with the package.json changes.

After updating package.json files, you need to run yarn install to regenerate the yarn.lock file with the new dependency versions. Without this, the actual installed version may not match what's specified in package.json.

Copilot uses AI. Check for mistakes.
@JamieSinn
JamieSinn enabled auto-merge (squash) December 3, 2025 16:58
@JamieSinn
JamieSinn merged commit a8a42e9 into main Dec 3, 2025
16 of 17 checks passed
@JamieSinn
JamieSinn deleted the chore-update-deps branch December 3, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants