upgrade to Next.js 15 #635
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
.eslintrc.json, .eslintrc.jsonL6-R12)ecmaVersionto "latest" for better compatibility with newer ECMAScript features. (.eslintrc.json, .eslintrc.jsonL23-R21)react/jsx-filename-extensionto enforce specific extensions and adjusted accessibility rules. (.eslintrc.json, [1] [2].eslintrc.json, .eslintrc.jsonL63-R92)Dependency Updates:
nextto version 15 andreactto version 18.3.1, along with other related dependencies. (package.json, [1] [2] [3]Documentation Updates:
README.md, [1] [2]pnpmoveryarnandnpm. (README.md, [1] [2]README.md, README.mdL90-R95)Asset Adjustments:
globals.cssto reflect new directory structure. (src/assets/css/globals.css, src/assets/css/globals.cssL3-R116)Code Formatting:
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.