Skip to content

[js-client] Deprecated Dependency node-domexception #6297

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

Open
n-ce opened this issue May 13, 2025 · 2 comments · May be fixed by #6307
Open

[js-client] Deprecated Dependency node-domexception #6297

n-ce opened this issue May 13, 2025 · 2 comments · May be fixed by #6307

Comments

@n-ce
Copy link

n-ce commented May 13, 2025

the netlify js-client package is dependent on node-fetch which has a dependency on fetch-blob which has a deprecated dependency node-domexception. node-fetch was last updated 2 years ago so no wonder this happened.

This is the warning

npm warn deprecated [email protected]: Use your platform's native DOMException instead
│ │ ├─┬ [email protected]
│ │ │ ├── @netlify/[email protected]
│ │ │ ├── [email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├── [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├── **[email protected]**
│ │ │ │ │ └── [email protected]
│ │ │ │ └─┬ [email protected]
│ │ │ │   └── [email protected] deduped
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ └─┬ [email protected]
│ │ │   └─┬ [email protected]
│ │ │     ├── [email protected] deduped
│ │ │     ├── [email protected]
│ │ │     ├─┬ [email protected]
│ │ │     │ ├── [email protected] deduped
│ │ │     │ └── [email protected] deduped
│ │ │     ├─┬ [email protected]
│ │ │     │ ├── [email protected] deduped
│ │ │     │ ├── [email protected] deduped
│ │ │     │ ├── [email protected] deduped
│ │ │     │ └── [email protected] deduped
│ │ │     └─┬ [email protected]
│ │ │       ├── [email protected] deduped
│ │ │       ├── [email protected] deduped
│ │ │       ├── [email protected] deduped
│ │ │       ├── [email protected] deduped
│ │ │       └── [email protected] deduped
@n-ce n-ce changed the title Deprecated Dependency node-domexception [js-client] Deprecated Dependency node-domexception May 13, 2025
@jimmywarting
Copy link

My suggestion: update to nodejs v18+ and use built in fetch

@n-ce
Copy link
Author

n-ce commented May 14, 2025

@jimmywarting would you like to take a look at #6300?

@n-ce n-ce linked a pull request May 15, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants