Skip to content

Fix punycode deprecation warnings on Node.js 22#283

Open
dnicolson wants to merge 1 commit intomassive-com:masterfrom
dnicolson:fix-deprecation-warning
Open

Fix punycode deprecation warnings on Node.js 22#283
dnicolson wants to merge 1 commit intomassive-com:masterfrom
dnicolson:fix-deprecation-warning

Conversation

@dnicolson
Copy link
Copy Markdown

Description

Removes the unused cross-fetch dependency and updates tsup from ^8.5.0 to ^8.5.1. The cross-fetch dependency is no longer used after 0cee2f1#diff-4fab5baaca5c14d2de62d8d2fceef376ddddcc8e9509d86cfa5643f51b89ce3dL4.

Motivation and Context

Node.js 22 emits DEP0040 warnings when deprecated punycode paths are loaded. This change removes that warning path from this package’s install graph without changing runtime behavior.

How Has This Been Tested?

npm ls punycode
node --trace-deprecation -e "require('tsup')"
node --trace-deprecation -e "require('./scripts/pull_spec.js')"

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.

1 participant