Skip to content

chore: update nextJS#319

Merged
JamesGeorg merged 1 commit into
mainfrom
fix-nextjs-vulnerabilities
May 11, 2026
Merged

chore: update nextJS#319
JamesGeorg merged 1 commit into
mainfrom
fix-nextjs-vulnerabilities

Conversation

@yuvrajjsingh0
Copy link
Copy Markdown
Contributor

@yuvrajjsingh0 yuvrajjsingh0 commented May 11, 2026

Summary by CodeRabbit

  • Chores
    • Updated framework version to include the latest bug fixes and improvements.

Review Change Stack

@semanticdiff-com
Copy link
Copy Markdown

semanticdiff-com Bot commented May 11, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  airborne_dashboard/package.json  72% smaller

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

Walkthrough

The next dependency in airborne_dashboard/package.json is pinned from caret range ^15.5.9 to explicit version 15.5.18, removing automatic minor and patch version updates.

Changes

Dependency Updates

Layer / File(s) Summary
Next.js Dependency Pin
airborne_dashboard/package.json
The next dependency is pinned to version 15.5.18 instead of using the caret range ^15.5.9.

🎯 1 (Trivial) | ⏱️ ~1 minute

🐰 A version pins itself with care,
From ranges loose to anchors fair,
15.5.18 stands firm and true,
No floating deps for you!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title 'chore: update nextJS' directly relates to the main change: updating the Next.js dependency version from ^15.5.9 to 15.5.18.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-nextjs-vulnerabilities

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
airborne_dashboard/package.json (1)

65-65: ⚡ Quick win

Align eslint-config-next with the upgraded next version.

next is pinned to 15.5.18, but eslint-config-next is still 15.2.4. Since eslint-config-next bundles @next/eslint-plugin-next with matching version, upgrading it to 15.5.18 ensures lint rules stay consistent with framework updates and prevents potential config drift across patch releases.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@airborne_dashboard/package.json` at line 65, Update the eslint-config-next
dependency to match the upgraded next version: change the "eslint-config-next"
version to "15.5.18" in package.json so it aligns with "next": "15.5.18", then
run your package manager install (and update the lockfile) to ensure
`@next/eslint-plugin-next` and ESLint rules are in sync with the framework patch
release.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@airborne_dashboard/package.json`:
- Line 65: Update the eslint-config-next dependency to match the upgraded next
version: change the "eslint-config-next" version to "15.5.18" in package.json so
it aligns with "next": "15.5.18", then run your package manager install (and
update the lockfile) to ensure `@next/eslint-plugin-next` and ESLint rules are in
sync with the framework patch release.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 304f3b45-3022-457a-949e-8ddc0b02dfd2

📥 Commits

Reviewing files that changed from the base of the PR and between 487e711 and bb7f25a.

📒 Files selected for processing (1)
  • airborne_dashboard/package.json

@JamesGeorg JamesGeorg merged commit ed77681 into main May 11, 2026
14 checks passed
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.

2 participants