Skip to content

Tags: sqlc-dev/setup-sqlc

Tags

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v5

Toggle v5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v4

Toggle v4's commit message
v4: Release 4.0.0

v3

Toggle v3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump json5 from 1.0.1 to 1.0.2 (#9)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2

Toggle v2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Upgrade to the Node 16 runtime (#2)

Also upgrade all of the dependencies

v1

Toggle v1's commit message
chore: Fix test workflow