Skip to content

Commit

Permalink
override whatwg-url dependency of node-fetch to address problems with…
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Dec 7, 2024
1 parent fb04f7f commit 9583654
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 26 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- override [whatwg-url](https://www.npmjs.com/package/whatwg-url) to v14. this fixes a `punycode` incompatibility
warning when using the commonjs variant of [node-fetch](https://www.npmjs.com/package/node-fetch) with node v21+.

- fix some internal context call queuing under parallel execution

- fix console output for `--server-start-debugger` and `--version`
Expand Down
63 changes: 37 additions & 26 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"dependencies": {
"node-fetch": "^2.7.0"
},
"overrides": {
"whatwg-url": "^14.0.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit 9583654

Please sign in to comment.