Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
90b0ce5
feat: modernize tooling stack
vmaerten Dec 31, 2025
b6f5ee4
fix: markdownlint exec name and ignore npmjs.com
vmaerten Dec 31, 2025
009eeaa
fix: use pnpm source for licensed
vmaerten Dec 31, 2025
ab4bfd9
fix: ajv executable name
vmaerten Dec 31, 2025
a497ec7
fix: strip-json-comments executable name
vmaerten Dec 31, 2025
e929742
build: rebuild dist bundle
vmaerten Dec 31, 2025
7514c30
chore: remove npm license cache, will be regenerated for pnpm in CI
vmaerten Dec 31, 2025
36b7397
fix: downgrade nock to 13.x for test compatibility
vmaerten Dec 31, 2025
6d9fef2
fix: update license cache for pnpm source format
vmaerten Dec 31, 2025
6d81d6e
feat: revert to npm from pnpm
vmaerten Dec 31, 2025
7e5bcfc
fix: replace typed-rest-client with @actions/http-client
vmaerten Apr 18, 2026
bd20fa8
chore: bump minor and patch dependencies
vmaerten Apr 18, 2026
c0912cb
chore: upgrade major deps and migrate to ESM
vmaerten Apr 18, 2026
38c0549
refactor: use named imports throughout
vmaerten Apr 18, 2026
cdc3f90
chore: fix workflow failures (prettier, codespell, license cache)
vmaerten Apr 18, 2026
0455213
ci: consolidate 11 workflows into a single ci.yml
vmaerten Apr 18, 2026
a3a48a6
chore: switch from prettier to oxfmt
vmaerten Apr 18, 2026
5914f4a
build: rebuild dist bundle after oxfmt reformat of installer.ts
vmaerten Apr 18, 2026
7dd0e2b
docs: update README badges for consolidated ci.yml
vmaerten Apr 18, 2026
dca61da
fix(ci): add nodemon.json schema reference for npm:validate
vmaerten Apr 18, 2026
a3ec89e
docs: update taskfile.dev links to new URL structure
vmaerten Apr 18, 2026
aa35b2f
chore: bump go-task/setup-task references from v1 to v2
vmaerten Apr 18, 2026
caa506b
ci: bump actions/checkout to v6 and drop Task 2.x from integration ma…
vmaerten Apr 18, 2026
a7344dd
ci: only run on push to main, avoid duplicate runs on PR branches
vmaerten Apr 18, 2026
6ce70eb
ci: single push trigger, drop pull_request
vmaerten Apr 18, 2026
9bee4c9
docs: move unreleased modernization entries out of v2.0.0 section
vmaerten Apr 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[codespell]
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
ignore-words-list = afterall
skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./node_modules,./__tests__/testdata
skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./pnpm-lock.yaml,./poetry.lock,./yarn.lock,./node_modules,./__tests__/testdata
builtin = clear,informal,en-GB_to_en-US
check-filenames =
check-hidden =
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

30 changes: 0 additions & 30 deletions .eslintrc.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/check-action-metadata-task.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/check-license.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/check-markdown-task.yml

This file was deleted.

151 changes: 0 additions & 151 deletions .github/workflows/check-npm-dependencies-task.yml

This file was deleted.

Loading
Loading