chore: format renovate.json + revert eslint to 9.x #14

Merged
gravityfargo merged 2 commits from chore/format-renovate-json into main 2026-05-05 01:29:53 +00:00
Owner

Summary

  • Format renovate.json so prettier --check passes.
  • Revert eslint to ^9.39.0; v10 breaks eslint-plugin-react@7.37.5 (transitive via eslint-config-next@16.1.1).
  • Add .memsearch, .next, node_modules to .prettierignore.

Why

A direct push of eslint ^10.0.0 and an unformatted renovate.json landed on main before CI existed. Lint and format CI fail until those are reverted.

Test plan

  • CI green on this PR (lint, format, build all pass)
  • After merge, rebased Renovate PRs run with passing CI
## Summary - Format `renovate.json` so prettier --check passes. - Revert eslint to ^9.39.0; v10 breaks `eslint-plugin-react@7.37.5` (transitive via `eslint-config-next@16.1.1`). - Add `.memsearch`, `.next`, `node_modules` to `.prettierignore`. ## Why A direct push of `eslint ^10.0.0` and an unformatted `renovate.json` landed on main before CI existed. Lint and format CI fail until those are reverted. ## Test plan - [ ] CI green on this PR (lint, format, build all pass) - [ ] After merge, rebased Renovate PRs run with passing CI
chore: format renovate.json
Some checks failed
CI / lint (pull_request) Failing after 37s
CI / format (pull_request) Successful in 59s
CI / build (pull_request) Successful in 1m19s
c5848d2111
Run prettier on renovate.json so the new format CI job passes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
chore: revert eslint to 9.x, expand .prettierignore
All checks were successful
CI / format (pull_request) Successful in 59s
CI / lint (pull_request) Successful in 1m2s
CI / build (pull_request) Successful in 1m19s
6385521c63
eslint v10 breaks eslint-plugin-react@7.37.5 (transitive via
eslint-config-next@16.1.1):

  TypeError: contextOrFilename.getFilename is not a function

Pin to ^9.39.0 until next-config supports a v10-compatible plugin
chain. Also ignore .memsearch / .next / node_modules in prettier so
format:check doesn't trip on local artefacts.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
gravityfargo changed title from chore: format renovate.json to chore: format renovate.json + revert eslint to 9.x 2026-05-05 01:28:18 +00:00
gravityfargo deleted branch chore/format-renovate-json 2026-05-05 01:29:53 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
gravityfargo/modernleft-home!14
No description provided.