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

upgrade to Next.js 15 #635

Merged
merged 2 commits into from
Nov 22, 2024
Merged

upgrade to Next.js 15 #635

merged 2 commits into from
Nov 22, 2024

Conversation

jeromehardaway
Copy link
Contributor

This pull request includes significant updates to the ESLint configuration, dependencies, and documentation, as well as minor code and asset adjustments. The key changes are summarized below:

ESLint Configuration Updates:

  • Removed redundant ESLint plugins and updated the environment to support ES2023. (.eslintrc.json, .eslintrc.jsonL6-R12)
  • Changed ecmaVersion to "latest" for better compatibility with newer ECMAScript features. (.eslintrc.json, .eslintrc.jsonL23-R21)
  • Modified rules for react/jsx-filename-extension to enforce specific extensions and adjusted accessibility rules. (.eslintrc.json, [1] [2]
  • Added settings for React version detection and TypeScript import resolver. (.eslintrc.json, .eslintrc.jsonL63-R92)

Dependency Updates:

  • Upgraded next to version 15 and react to version 18.3.1, along with other related dependencies. (package.json, [1] [2] [3]

Documentation Updates:

  • Updated the README to reflect new Node.js and npm versions, and revised the tech stack description. (README.md, [1] [2]
  • Adjusted installation steps to recommend pnpm over yarn and npm. (README.md, [1] [2]
  • Simplified development container setup instructions. (README.md, README.mdL90-R95)

Asset Adjustments:

Code Formatting:

  • Improved readability by reformatting JSX labels and state handling in the contact form component. (src/components/forms/contact-form.tsx, [1] [2] [3] [4]

These changes collectively enhance the project's maintainability, compatibility with modern tools, and developer experience.

Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vets-who-code-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 22, 2024 5:22am

@jeromehardaway jeromehardaway merged commit 9ed9a9e into master Nov 22, 2024
3 checks passed
@jeromehardaway jeromehardaway deleted the upgrade-nextJS branch November 22, 2024 17:32
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.

1 participant