Skip to content

Update dev dependencies#4

Open
tphummel wants to merge 2 commits into
mainfrom
codex/bump-dependency-versions-to-latest
Open

Update dev dependencies#4
tphummel wants to merge 2 commits into
mainfrom
codex/bump-dependency-versions-to-latest

Conversation

@tphummel
Copy link
Copy Markdown
Owner

Summary

  • update StandardJS and tap to newer versions

Testing

  • npm test

https://chatgpt.com/codex/tasks/task_e_6849f51394f08323ab1e280dc153bd1e

standard@18 was never published; ^17.0.0 is the actual latest.
tap@21 removed --no-check-coverage; replace with explicit zero
thresholds (--lines=0 --branches=0 --functions=0 --statements=0)
across all three tap scripts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tphummel tphummel force-pushed the codex/bump-dependency-versions-to-latest branch from 854e55b to 6ea5c3d Compare March 20, 2026 05:08
tap@21 crashes npm ci on CI because all @tapjs/* sub-packages run tshy
(TypeScript compilation) in their prepare scripts. tap@16.3.10 is the
latest stable release without this issue.

Revert tap script flags from --lines=0/--branches=0/etc back to
--no-check-coverage which is the tap@16 API.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant