Skip to content

Migrate linting to ESLint 10.4.0#927

Merged
rzhao271 merged 3 commits into
mainfrom
copilot/migrate-to-eslint-10-4-0
Jun 3, 2026
Merged

Migrate linting to ESLint 10.4.0#927
rzhao271 merged 3 commits into
mainfrom
copilot/migrate-to-eslint-10-4-0

Conversation

Copilot AI commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This updates the repository to ESLint 10.4.0 and aligns the dependency graph with the current flat-config setup. The only functional follow-up needed was declaring globals explicitly because the ESLint config imports it directly.

  • Dependency update

    • bump eslint to 10.4.0
    • refresh package-lock.json to capture the new resolver output and dependency tree
  • Flat config dependency hygiene

    • add globals as an explicit dev dependency
    • preserve the existing eslint.config.js behavior without changing lint rules or config structure
  • Resulting package changes

    {
      "devDependencies": {
        "eslint": "^10.4.0",
        "globals": "^14.0.0"
      }
    }
Original prompt

Migrate to eslint 10.4.0. Create a PR.

Created from VS Code.

Copilot AI changed the title [WIP] Update project to use ESLint 10.4.0 Migrate linting to ESLint 10.4.0 Jun 3, 2026
Copilot AI requested a review from rzhao271 June 3, 2026 17:54
@rzhao271 rzhao271 modified the milestones: 1.125.0, 1.124.0 Jun 3, 2026
@rzhao271 rzhao271 marked this pull request as ready for review June 3, 2026 17:59
@rzhao271 rzhao271 merged commit 08b06aa into main Jun 3, 2026
9 checks passed
@rzhao271 rzhao271 deleted the copilot/migrate-to-eslint-10-4-0 branch June 3, 2026 18:05
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.

3 participants