Skip to content

chore: update deps within semver ranges; pin eslint-config-next to 15.x#29

Merged
archey347 merged 1 commit into
mainfrom
chore/update-deps
Jun 7, 2026
Merged

chore: update deps within semver ranges; pin eslint-config-next to 15.x#29
archey347 merged 1 commit into
mainfrom
chore/update-deps

Conversation

@archey347

Copy link
Copy Markdown
Member

Update dependencies to latest within their existing semver ranges (next 15.5.9->15.5.19, react/react-dom 19.2.3->19.2.7, plus dayjs, postcss, eslint, @types/*).

eslint-config-next was on 16.x while next is on 15.x, which broke the in-build ESLint pass (Next 15 can't read eslint-config-next 16's package layout). Pin eslint-config-next to ^15.5.19 to match next, and migrate eslint.config.mjs to load next/core-web-vitals via FlatCompat (v15 ships the legacy eslintrc shape rather than a spreadable flat-config array).

Update dependencies to latest within their existing semver ranges (next
15.5.9->15.5.19, react/react-dom 19.2.3->19.2.7, plus dayjs, postcss,
eslint, @types/*).

eslint-config-next was on 16.x while next is on 15.x, which broke the
in-build ESLint pass (Next 15 can't read eslint-config-next 16's package
layout). Pin eslint-config-next to ^15.5.19 to match next, and migrate
eslint.config.mjs to load next/core-web-vitals via FlatCompat (v15 ships
the legacy eslintrc shape rather than a spreadable flat-config array).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@archey347
archey347 merged commit e0847d1 into main Jun 7, 2026
1 check passed
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