-
Notifications
You must be signed in to change notification settings - Fork 21
chore(deps): update dependency tap to v21 #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,7 +71,7 @@ | |
| "rimraf": "^2.2.8", | ||
| "server-destroy": "^1.0.1", | ||
| "standard": "^9.0.0", | ||
| "tap": "^15.1.5", | ||
| "tap": "^21.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tap v21 requires Node 20 but CI uses Node 18High Severity Bumping Reviewed by Cursor Bugbot for commit 2641cc9. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed CLI flag breaks test-ci script with tap v21High Severity Upgrading Reviewed by Cursor Bugbot for commit 8d45206. Configure here. |
||
| "tape": "^4.6.0" | ||
| }, | ||
| "greenkeeper": { | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
--no-check-coverageflag breaks test-ci scriptHigh Severity
Upgrading
tapfrom^15to^21without updating thetest-ciscript breaks the test runner. The--no-check-coverageflag used in"test-ci": "tap --no-check-coverage tests/test-*.js"was removed in tap v18's major overhaul. In tap v18+, coverage configuration changed entirely — the replacement options are--allow-incomplete-coverageor--disable-coverage. Running the existing script with tap v21 will fail with an unrecognized option error.Additional Locations (1)
package.json#L50-L51