Skip to content

chore: upgrade eslint from v9 to v10 #21

Description

@four-bytes-robby

Purpose

Coordinated ESLint major version upgrade: eslint ^9.39.1 → ^10.0.0 + @eslint/js 9.39.4 → 10.0.1.

Dependabot PR #5 attempted @eslint/js alone but failed because eslint peer-dep was still ^9. This issue tracks the combined bump.

Steps

  1. Update package.json: "eslint": "^10.0.0" + "@eslint/js": "^10.0.1"
  2. Run bun install
  3. Run bun run lint — fix any new ESLint v10 rule violations
  4. Run bun run typecheck — verify no TS errors
  5. Run bun test — all tests pass

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions