Skip to content
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

feat(next)!: upgrade next to 14.0.0 #150

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

mrchriscarpenter
Copy link
Owner

@mrchriscarpenter mrchriscarpenter commented Oct 30, 2023

πŸ”— Linked issue

#149

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This pull request upgrades Next.js from 13.5.5 to 14.0.0.

Resolves #149

Dependencies

  • next (13.5.5 -> 14.0.0)

Dev Dependencies

  • @types/node (20.8.6 -> 20.8.9)
  • @types/react (18.2.28 -> 18.2.33)
  • @types/react-dom (18.2.13 -> 18.2.14)
  • @typescript-eslint/eslint-plugin (6.8.0 -> 6.9.0)
  • @typescript-eslint/parser (6.8.0 -> 6.9.0)
  • eslint (8.51.0 -> 8.52.0)
  • eslint-config-next (13.5.5 -> 14.0.0)
  • eslint-plugin-import (2.28.1 -> 2.29.0)
  • lint-staged (15.0.1 -> 15.0.2)

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.
  • I have formatted my code with Prettier (npm run prettier-check and npm run prettier-write).
  • I have checked that my code lints (npm run lint).
  • I have added relevant tests.
  • I have verified all tests pass.

@mrchriscarpenter mrchriscarpenter self-assigned this Oct 30, 2023
@mrchriscarpenter mrchriscarpenter added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file npm Updates to an npm package labels Oct 30, 2023
Copy link
Owner Author

@mrchriscarpenter mrchriscarpenter left a comment

Choose a reason for hiding this comment

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

I have reviewed and approve these changes.

@mrchriscarpenter mrchriscarpenter merged commit a0e6c5d into main Oct 30, 2023
2 checks passed
@mrchriscarpenter mrchriscarpenter deleted the upgrade-next-14.0.0 branch October 30, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request npm Updates to an npm package
Projects
Development

Successfully merging this pull request may close these issues.

Upgrade to Next.js 14
1 participant