Skip to content

Release v1.0.0 + quality-gate scaffold (Biome, coverage, security) - #14

Merged
revxshafi merged 4 commits into
mainfrom
tooling-scaffold
Aug 21, 2026
Merged

Release v1.0.0 + quality-gate scaffold (Biome, coverage, security)#14
revxshafi merged 4 commits into
mainfrom
tooling-scaffold

Conversation

@revxshafi

Copy link
Copy Markdown
Collaborator

Summary

First stable release (v1.0.0) plus the quality-gate hardening scaffold.

  • Biome lint + format gate (pnpm check), wired into CI (quality job) and prepublishOnly
  • v8 coverage (pnpm test:coverage) generated in the Postgres CI job
  • Security workflow: pnpm audit --audit-level high + CodeQL (push/PR + weekly cron)
  • Node engine floor >=22, CI matrix on Node 22/24
  • Version bumped to 1.0.0 across root, scoped alias, and the scoped sql-switch pin

No public API or runtime behavior changes from 0.2.0 — this marks the fluent chain,
createDAL/engineSwap, error classes and config types as stable under SemVer.

Tested

  • pnpm typecheck clean; CI test (22) / test (24) / docs are the gates.

Release

Merging this, then tagging v1.0.0, triggers publish.yml to ship both
sql-switch and @creative-softworks/sql-switch with provenance.

🤖 Generated with Claude Code

- Biome (biome.json) as the lint + format gate; new `quality` CI job runs `biome ci .`
- v8 coverage wired into the postgres CI job (report-only, thresholds deferred)
- security.yml: pnpm audit (high/critical) + CodeQL on PR/push + weekly cron
- one-time Biome reflow + two lint fixes (dead pg-driver field, thenable ignore)
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@revxshafi
revxshafi merged commit 40554d7 into main Aug 21, 2026
8 checks passed
@revxshafi
revxshafi deleted the tooling-scaffold branch August 21, 2026 11:37
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.

2 participants