Skip to content

Commit

Permalink
deps: remove whatwg-url override
Browse files Browse the repository at this point in the history
This commit removes the final override from the package.json file.
The whatwg-url override was added to silence Node core deprecation
warning DEP0040. While this silences the warning in the CI, it does
not help users of this module.

I have also opened nodejs/node#56632. If
landed, that will make the warning go away for users of this
library.
  • Loading branch information
cjihrig committed Jan 16, 2025
1 parent 66d1b3f commit 87af1af
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 58 deletions.
102 changes: 47 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,5 @@
"trailingComma": "all",
"singleQuote": true,
"arrowParens": "always"
},
"overrides": {
"whatwg-url@<12.0.1": "12.0.1"
}
}

0 comments on commit 87af1af

Please sign in to comment.