Skip to content

Conversation

@simonbs
Copy link
Contributor

@simonbs simonbs commented Feb 3, 2025

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.

Copilot AI review requested due to automatic review settings February 3, 2025 14:27
Copy link
Contributor

Copilot AI left a 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

@simonbs simonbs enabled auto-merge February 3, 2025 14:31
@simonbs
Copy link
Contributor Author

simonbs commented Feb 3, 2025

This addresses the build errors in #484 and #483.

@simonbs simonbs mentioned this pull request Feb 3, 2025
Copy link
Contributor

@ulrikandersen ulrikandersen left a 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! 💯

@simonbs simonbs merged commit 20d564d into develop Feb 3, 2025
7 checks passed
@simonbs simonbs deleted the enhancement/next15 branch February 3, 2025 15:46
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