Releases: ofkm/gha-svelte-check
Releases · ofkm/gha-svelte-check
v1.1.5
v1.1.5
Bug fixes
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
- align action to node20, ignore lib, update workflows, rebuild dist(672c8fb by @kmendell)
- integrate git-cliff release tooling(2362d57 by @kmendell)
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
- annotate pull request(41aa15b by @kmendell)
- loosen up regex for problem matcher(2a986bc by @kmendell)
Full Changelog: v1.1.0...v1
v1.1.0
New features
Bug fixes
- use ts-node(7d0af32 by @kmendell)
- make sure tests return correct data(2c3b3ed by @kmendell)
- simplify working directory(402b403 by @kmendell)
Chores
Continuous integration
- fix test workflow(1a27ef5 by @kmendell)
- restructure test wf(b9c2a6e by @kmendell)
- add real action test(22d5073 by @kmendell)
- remove test from release(53d8158 by @kmendell)
Full Changelog: v1.0.0...v1.1.0
Release v1.1.2
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
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
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
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