-
Notifications
You must be signed in to change notification settings - Fork 2
Updates to Next v15 #490
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
Updates to Next v15 #490
Conversation
# Conflicts: # package-lock.json # src/features/docs/view/Stoplight.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (1)
- package.json: Language not supported
Comments suppressed due to low confidence (1)
src/app/api/blob/[owner]/[repository]/[...path]/route.ts:16
- [nitpick] The variable name 'paramsPath' is ambiguous. It should be renamed to 'pathArray' for clarity.
const { path: paramsPath, owner, repository } = await params
…nto enhancement/next15
ulrikandersen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to get Next and eslint bumped! 💯
Updates Next from v14 to v15.
The PR addresses a breaking change in v15 where dynamic APIs are now asynchronous.
The PR also updates ESLint because it's tied to the Next version through eslint-config-next.