Skip to content

feat: upgrade NextJS#2410

Merged
wilsonrivera merged 2 commits intomainfrom
wilson/eng-8652-update-nextjs-on-studio
Dec 15, 2025
Merged

feat: upgrade NextJS#2410
wilsonrivera merged 2 commits intomainfrom
wilson/eng-8652-update-nextjs-on-studio

Conversation

@wilsonrivera
Copy link
Copy Markdown
Contributor

@wilsonrivera wilsonrivera commented Dec 12, 2025

Summary by CodeRabbit

  • Chores
    • Updated Next.js dependency to v15.4.10 (root and studio). No public APIs or exported signatures changed and no user-facing behavior alterations expected.

✏️ Tip: You can customize this high-level summary in your review settings.

Checklist

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Dec 12, 2025

Walkthrough

Updated the Next.js (next) dependency from 15.4.8 to 15.4.10 in the root pnpm overrides and studio/package.json. No other changes to code, exports, or behavior.

Changes

Cohort / File(s) Summary
Dependency updates
package.json, studio/package.json
Bumped next dependency from 15.4.8 to 15.4.10 in pnpm overrides and the studio workspace package.json.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Review focus: confirm only version strings changed and lockfile (if present) aligns; validate no other dependency or config edits.

Possibly related PRs

  • feat: update next #2391 — Prior PR that bumped the same next dependency entry (15.4.7 → 15.4.8) in the pnpm overrides / studio/package.json.

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: upgrade NextJS' accurately reflects the main change—upgrading the next package from 15.4.8 to 15.4.10 in both package.json files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bfce51c and 56b0bb7.

📒 Files selected for processing (1)
  • studio/package.json (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • studio/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (16)
  • GitHub Check: build_push_image
  • GitHub Check: build_test
  • GitHub Check: build_test
  • GitHub Check: integration_test (./telemetry)
  • GitHub Check: integration_test (./events)
  • GitHub Check: build_test
  • GitHub Check: build_push_image
  • GitHub Check: integration_test (./. ./fuzzquery ./lifecycle ./modules)
  • GitHub Check: image_scan
  • GitHub Check: image_scan (nonroot)
  • GitHub Check: build_push_image (nonroot)
  • GitHub Check: Analyze (javascript-typescript)
  • GitHub Check: Analyze (go)
  • GitHub Check: build_test
  • GitHub Check: build_test
  • GitHub Check: build_push_image

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 12, 2025

Router image scan passed

✅ No security vulnerabilities found in image:

ghcr.io/wundergraph/cosmo/router:sha-98b3502a62e8efc63fd0b93daf8c7f576632d4c9

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.59%. Comparing base (e5d9750) to head (56b0bb7).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2410       +/-   ##
===========================================
- Coverage   62.31%   42.59%   -19.73%     
===========================================
  Files         295     1013      +718     
  Lines       41134   141063    +99929     
  Branches     4194     8660     +4466     
===========================================
+ Hits        25634    60086    +34452     
- Misses      15480    79365    +63885     
- Partials       20     1612     +1592     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member

@Aenimus Aenimus left a comment

Choose a reason for hiding this comment

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

LGTM

@wilsonrivera wilsonrivera merged commit 84c1ba4 into main Dec 15, 2025
49 checks passed
@wilsonrivera wilsonrivera deleted the wilson/eng-8652-update-nextjs-on-studio branch December 15, 2025 15:10
asoorm pushed a commit that referenced this pull request Dec 16, 2025
dbinnersley added a commit to dbinnersley/cosmo that referenced this pull request Jan 5, 2026
…ueries (wundergraph#2411)

chore(release): Publish [skip ci]

 - wgc@0.102.5
 - @wundergraph/composition@0.49.0
 - controlplane@0.181.0
 - graphqlmetrics@0.37.0
 - @wundergraph/protographic@0.14.0
 - router@0.273.0
 - @wundergraph/cosmo-shared@0.42.24
 - studio@0.147.0

feat: upgrade NextJS (wundergraph#2410)

chore(release): Publish [skip ci]

 - studio@0.148.0

fix: resolve js-yaml vulnerabilities (wundergraph#2415)

feat: validate session cookie (wundergraph#2406)

Co-authored-by: Milinda Dias <83293842+SkArchon@users.noreply.github.com>
chore(release): Publish [skip ci]

 - wgc@0.102.6
 - controlplane@0.182.0
 - keycloak@0.11.1

fix: codecov carryforward paths are not detected (wundergraph#2412)

chore: bumping expr dependency (wundergraph#2419)

fix: make error accessible to custom modules (wundergraph#2420)

chore(release): Publish [skip ci]

 - router@0.273.1

fix: use the correct cgroup policy to work on most of the systems (wundergraph#2421)

chore(release): Publish [skip ci]

 - router@0.273.2

Add support for per message deflate to websocket connectinos

Merge branch 'main' into per-message-deflate
revert formatting
dbinnersley added a commit to dbinnersley/cosmo that referenced this pull request Jan 5, 2026
…ueries (wundergraph#2411)

chore(release): Publish [skip ci]

 - wgc@0.102.5
 - @wundergraph/composition@0.49.0
 - controlplane@0.181.0
 - graphqlmetrics@0.37.0
 - @wundergraph/protographic@0.14.0
 - router@0.273.0
 - @wundergraph/cosmo-shared@0.42.24
 - studio@0.147.0

feat: upgrade NextJS (wundergraph#2410)

chore(release): Publish [skip ci]

 - studio@0.148.0

fix: resolve js-yaml vulnerabilities (wundergraph#2415)

feat: validate session cookie (wundergraph#2406)

Co-authored-by: Milinda Dias <83293842+SkArchon@users.noreply.github.com>
chore(release): Publish [skip ci]

 - wgc@0.102.6
 - controlplane@0.182.0
 - keycloak@0.11.1

fix: codecov carryforward paths are not detected (wundergraph#2412)

chore: bumping expr dependency (wundergraph#2419)

fix: make error accessible to custom modules (wundergraph#2420)

chore(release): Publish [skip ci]

 - router@0.273.1

fix: use the correct cgroup policy to work on most of the systems (wundergraph#2421)

chore(release): Publish [skip ci]

 - router@0.273.2

Add support for per message deflate to websocket connectinos

Merge branch 'main' into per-message-deflate
revert formatting
@coderabbitai coderabbitai Bot mentioned this pull request Mar 27, 2026
5 tasks
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.

3 participants