Skip to content

Conversation

@devlopharsh
Copy link

Related Tickets & Documents

Fixes: #3641

Description

  • Issue: next was set to latest, causing non-deterministic installs and mismatched eslint-config-next vs Next.js versions.
  • Solution: Pinned next to 14.1.0 and kept eslint-config-next aligned at 14.1.0 .

Changes

  • Changed the next.js version in the package files for exact matching with eslint config of next js .

Type of Change

  • Chore (maintenance, refactoring, tooling updates)
  • Bug fix (non-breaking change that fixes an issue)
  • New feature (change that adds functionality)
  • Breaking Change (may require updates in existing code)
  • UI improvement (visual or design changes)
  • Performance improvement (optimization or efficiency enhancements)
  • Documentation update (changes to README, guides, etc.)
  • CI (updates to continuous integration workflows)
  • Revert (undo a previous commit or merge)

Testing

  • No testing required .

Demo

  • No change in the UI .

Environment and Dependencies

  • New Dependencies: NA
  • Configuration Changes: NA

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added corresponding tests
  • I have run the build command to ensure there are no build errors
  • My changes have been tested across relevant browsers/devices
  • For UI changes, I've included visual evidence of my changes

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.

[bug]: Pin Next.js version to avoid dependency drift.

2 participants