firebase / firebase/firebase-tools

deprecated dependency issue

Open
#9,421 1 comment 2 reactions 0 assignees View on GitHub
api: core type: bug
Dominant language
TypeScript
Stars
4.5k
Forks
1.3k
Avg merge
1d 12h
Merged PRs (30d)
84

Description

When installing firebase tools I get a warning
`npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead`

and with `milankeser@pop-os:~/projects/Firetable$ pnpm why node-domexception`
I get this output
```text
Legend: production dependency, optional only, dev only

devDependencies:
firebase-tools 14.23.0
└─┬ @google-cloud/cloud-sql-connector 1.8.2
├─┬ @googleapis/sqladmin 31.1.0
│ └─┬ googleapis-common 8.0.2-rc.0
│ ├─┬ gaxios 7.1.1
│ │ └─┬ node-fetch 3.3.2
│ │ ├─┬ fetch-blob 3.2.0
│ │ │ └── node-domexception 1.0.0
│ │ └─┬ formdata-polyfill 4.0.10
│ │ └─┬ fetch-blob 3.2.0
│ │ └── node-domexception 1.0.0
│ └─┬ google-auth-library 10.2.0
│ ├─┬ gaxios 7.1.1
│ │ └─┬ node-fetch 3.3.2
│ │ ├─┬ fetch-blob 3.2.0
│ │ │ └── node-domexception 1.0.0
│ │ └─┬ formdata-polyfill 4.0.10
│ │ └─┬ fetch-blob 3.2.0
│ │ └── node-domexception 1.0.0
│ ├─┬ gcp-metadata 7.0.1
│ │ └─┬ gaxios 7.1.1
│ │ └─┬ node-fetch 3.3.2
│ │ ├─┬ fetch-blob 3.2.0
│ │ │ └── node-domexception 1.0.0
│ │ └─┬ formdata-polyfill 4.0.10
│ │ └─┬ fetch-blob 3.2.0
│ │ └── node-domexception 1.0.0
│ └─┬ gtoken 8.0.0
│ └─┬ gaxios 7.1.1
│ └─┬ node-fetch 3.3.2
│ ├─┬ fetch-blob 3.2.0
│ │ └── node-domexception 1.0.0
│ └─┬ formdata-polyfill 4.0.10
│ └─┬ fetch-blob 3.2.0
│ └── node-domexception 1.0.0
├─┬ gaxios 7.1.1
│ └─┬ node-fetch 3.3.2
│ ├─┬ fetch-blob 3.2.0
│ │ └── node-domexception 1.0.0
│ └─┬ formdata-polyfill 4.0.10
│ └─┬ fetch-blob 3.2.0
│ └── node-domexception 1.0.0
└─┬ google-auth-library 10.2.0
├─┬ gaxios 7.1.1
│ └─┬ node-fetch 3.3.2
│ ├─┬ fetch-blob 3.2.0
│ │ └── node-domexception 1.0.0
│ └─┬ formdata-polyfill 4.0.10
│ └─┬ fetch-blob 3.2.0
│ └── node-domexception 1.0.0
├─┬ gcp-metadata 7.0.1
│ └─┬ gaxios 7.1.1
│ └─┬ node-fetch 3.3.2
│ ├─┬ fetch-blob 3.2.0
│ │ └── node-domexception 1.0.0
│ └─┬ formdata-polyfill 4.0.10
│ └─┬ fetch-blob 3.2.0
│ └── node-domexception 1.0.0
└─┬ gtoken 8.0.0
└─┬ gaxios 7.1.1
└─┬ node-fetch 3.3.2
├─┬ fetch-blob 3.2.0
│ └── node-domexception 1.0.0
└─┬ formdata-polyfill 4.0.10
└─┬ fetch-blob 3.2.0
└── node-domexception 1.0.0
```
Any chance this can be fixed?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.