Skip to content

Releases: fernforge/tsgo-ready

v0.2.1

29 Jun 01:45

Choose a tag to compare

Now on npm: npx tsgo-ready. README updated to the registry install path. No rule changes from v0.2.0.

v0.2.0 — SARIF / GitHub code scanning

27 Jun 16:37

Choose a tag to compare

Adds SARIF 2.1.0 output so tsgo-ready findings show up inline on PRs and in the repo Security tab.

  • --sarif (or --format sarif) emits SARIF 2.1.0. Each result is anchored to the offending tsconfig line, package.json, or source file.
  • The GitHub Action gains a sarif-file input — pair it with github/codeql-action/upload-sarif to upload the report.
  • Severity maps to SARIF levels: error→error, warn→warning, review/info→note.

Run it: npx github:fernforge/tsgo-ready

v0.1.0

27 Jun 16:31

Choose a tag to compare

First release. Scans tsconfig, dependencies, and source for TypeScript 7.0 / tsgo migration risks the official tsgo --noEmit check does not surface. Run: npx github:fernforge/tsgo-ready.