Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlc-dev/setup-sqlc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sqlc-dev/setup-sqlc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: claude/update-eslint-typescript-r2rDo
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Apr 8, 2026

  1. Update devDependencies and migrate to ESLint 10 flat config

    - Update @typescript-eslint/eslint-plugin and parser from 5.x to 8.58.1
    - Update eslint from 8.x to 10.2.0 with new flat config format
    - Update prettier from 2.x to 3.8.1, jest from 29.x to 30.3.0
    - Update ts-jest to 29.4.9, typescript to 5.9.3, js-yaml to 4.1.1
    - Update @types/jest to 30.0.0, jest-circus to 30.3.0
    - Remove eslint-plugin-github, eslint-plugin-jest, eslint-plugin-prettier
      (incompatible with ESLint 10)
    - Migrate .eslintrc.json to eslint.config.mjs (flat config)
    - Remove .eslintignore (use ignores in flat config)
    - Remove jest-circus testRunner config (default in Jest 30)
    - Replace deprecated rules: no-empty-interface -> no-empty-object-type,
      remove no-var-requires (merged into no-require-imports),
      remove func-call-spacing/semi/type-annotation-spacing (removed in v8)
    
    https://claude.ai/code/session_01K5K8LnpofCY12cksPpGDuj
    claude committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    8be8c36 View commit details
    Browse the repository at this point in the history
Loading