Skip to content

Releases: ofkm/gha-svelte-check

v1.1.5

01 Oct 04:55
v1.1.5
43d5999

Choose a tag to compare

v1.1.5

Bug fixes

  • update git-cliff commands to use latest instead of unreleased(de48ca4 by @kmendell)

Chores

Full Changelog: v1.1.3...v1.1.5

v1.1.3

Bug fixes

  • robust problem matcher resolution; use Node 24 in workflows and dev; relax engines(4eea1f5 by @kmendell)
  • ensure release script runs git-cliff with unreleased commits(75f6720 by @kmendell)

Chores

Continuous integration

  • add check-dist workflow, engines field, .nvmrc, mark dist as generated; align checkout to v5(ea4b9a3 by @kmendell)
  • use Node 24 in all workflows; engines set to 24; checkout v5 in tests(07dae1d by @kmendell)

Full Changelog: v1...v1.1.3

v1

Bug fixes

Full Changelog: v1.1.0...v1

v1.1.0

New features

Bug fixes

Chores

Continuous integration

Full Changelog: v1.0.0...v1.1.0

Release v1.1.2

26 Aug 21:36

Choose a tag to compare

GitHub Action: Svelte Check v1.1.2

Run svelte-check on a sveltejs project.

Usage

- name: Run Svelte Check
  uses: ofkm/[email protected]
  with:
    working-directory: './src'

What's included

  • ✅ TypeScript error detection
  • ✅ Problem matcher for GitHub UI integration
  • ✅ Configurable failure conditions
  • ✅ Support for custom working directories and tsconfig

Release v1.1.1

26 Aug 21:29

Choose a tag to compare

GitHub Action: Svelte Check v1.1.1

Run svelte-check on a sveltejs project.

Usage

- name: Run Svelte Check
  uses: ofkm/[email protected]
  with:
    working-directory: './src'

What's included

  • ✅ TypeScript error detection
  • ✅ Problem matcher for GitHub UI integration
  • ✅ Configurable failure conditions
  • ✅ Support for custom working directories and tsconfig

Release v1.1.0

26 Aug 21:18
v1.1.0
402b403

Choose a tag to compare

GitHub Action: Svelte Check v1.1.0

Run svelte-check on a sveltejs project.

Usage

- name: Run Svelte Check
  uses: ofkm/[email protected]
  with:
    working-directory: './src'

What's included

  • ✅ TypeScript error detection
  • ✅ Problem matcher for GitHub UI integration
  • ✅ Configurable failure conditions
  • ✅ Support for custom working directories and tsconfig

Release v1.0.0

13 Jul 18:10

Choose a tag to compare

GitHub Action: Svelte Check v1.0.0

Run svelte-check with enhanced error reporting and problem matcher integration.

Usage

- name: Run Svelte Check
  uses: ofkm/[email protected]
  with:
    working-directory: './src'
    fail-on-warnings: true
    fail-on-hints: false
    tsconfig: './tsconfig.json'

What's included

  • ✅ TypeScript error detection
  • ✅ Problem matcher for GitHub UI integration
  • ✅ Configurable failure conditions
  • ✅ Support for custom working directories and tsconfig