fix: v5 maintenance - update actions, deps, and eslint flat config#181
Merged
Flydiverny merged 1 commit intomainfrom Apr 9, 2026
Merged
fix: v5 maintenance - update actions, deps, and eslint flat config#181Flydiverny merged 1 commit intomainfrom
Flydiverny merged 1 commit intomainfrom
Conversation
- Bump all GitHub Actions to latest: checkout v6, setup-node v6, upload-artifact v7, codeql-action v4 - Migrate ESLint from v8 (.eslintrc.json) to v9 (eslint.config.mjs flat config) - Bump eslint-plugin-github 4.x → 5.x, @typescript-eslint/* 6.x → 8.x - Bump prettier 3.2 → 3.5, typescript 5.3 → 5.7, @types/node 20 → 24 - Update README for v5 with modern action versions in examples - Bump package version to 5.0.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkoutv6,actions/setup-nodev6,actions/upload-artifactv7,github/codeql-actionv4.eslintrc.json) to v9 (eslint.config.mjsflat config)eslint-plugin-github4→5,@typescript-eslint/*6→8,prettier3.2→3.5,typescript5.3→5.7,@types/node20→24Supersedes: #174, #173, #178, #177, #176, #170, #168
Test plan
check-distworkflow confirms dist/ is up to date🤖 Generated with Claude Code