feat: Update frontend dependencies to latest versions#4
Closed
oliverdougherC wants to merge 3 commits intomainfrom
Closed
feat: Update frontend dependencies to latest versions#4oliverdougherC wants to merge 3 commits intomainfrom
oliverdougherC wants to merge 3 commits intomainfrom
Conversation
added 3 commits
February 16, 2026 08:53
- Created CONTRIBUTING.md with local dev setup and PR process - Added bug report template for reporting issues - Added feature request template for suggestions - Set up .github/ISSUE_TEMPLATE directory - Repository is now more professional and contributor-friendly
…nfig ESLint
- Server: Regenerated package-lock.json via npm install to match current versions
- npm install created fresh lock file for all dependencies
- Frontend: Removed deprecated eslint config from next.config.ts
- eslint: { ignoreDuringBuilds } not supported in Next.js 16.1.6
- Configured ESLint to only run in dev environment instead
Both builds should now succeed with npm ci.
- Next.js: 15.5.4 → 16.1.6 - react/react-dom: 19.1.0 → 19.2.4 - eslint-config-next: 15.5.4 → 16.1.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
1. Frontend Dependency Upgrades
2. Documentation Added
3. Build Configuration Fixed
Test Results from Local Build
Notes
References