Skip to content

chore: update tap to 21.7.5 - #1128

Open
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:update/tap
Open

chore: update tap to 21.7.5#1128
MikeMcC399 wants to merge 1 commit into
nodejs:mainfrom
MikeMcC399:update/tap

Conversation

@MikeMcC399

@MikeMcC399 MikeMcC399 commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Situation

When npm test is run in CI under Node.js 26, it logs a DEP0205 deprecation warning, similar to the following:

(node:6991) [DEP0205] DeprecationWarning: module.register() is deprecated. Use module.registerHooks() instead.

DEP0205: module.register() was promoted to runtime deprecation in Node.js 26.0.0

Change

https://node-tap.org/changelog/ shows a related fix in tap@21.7, so update

FROM TO
tap@21.1.0 tap@21.7.5

Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com>
@codecov-commenter

codecov-commenter commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.20%. Comparing base (09ca92b) to head (2045c7b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1128      +/-   ##
==========================================
- Coverage   96.33%   96.20%   -0.14%     
==========================================
  Files          29       29              
  Lines        2213     2213              
==========================================
- Hits         2132     2129       -3     
- Misses         81       84       +3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@MikeMcC399
MikeMcC399 marked this pull request as ready for review August 14, 2026 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node.js 26 deprecation warnings DEP0205 module.register() from tap in CI

2 participants