Skip to content

Releases: sqlc-dev/setup-sqlc

v5.0.0

08 Apr 04:07
bac53b7

Choose a tag to compare

Update devDependencies and migrate to ESLint 10 flat config (#168)

- 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

Co-authored-by: Claude <noreply@anthropic.com>

v4.0.0

06 Sep 20:23
c0209b9

Choose a tag to compare

What's changed

  • Update default runtime tonode20 in #39
  • Add support for install sqlc on arm architectures in #44

Full Changelog: v3...v4.0.0

v3

01 Jul 00:21
7f68db1

Choose a tag to compare

Update dependencies

v2

14 Nov 05:28
176f09f

Choose a tag to compare

v2
feat: Upgrade to the Node 16 runtime (#2)

Also upgrade all of the dependencies

v1

15 Feb 16:56

Choose a tag to compare

v1

What's Changed

New Contributors

Full Changelog: https://github.com/kyleconroy/setup-sqlc/commits/v1