Skip to content
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

Deprecated package dependencies (inflight, rimraf, glob) #29

Closed
morshabaal opened this issue May 30, 2024 · 2 comments
Closed

Deprecated package dependencies (inflight, rimraf, glob) #29

morshabaal opened this issue May 30, 2024 · 2 comments

Comments

@morshabaal
Copy link

morshabaal commented May 30, 2024

Many millions of users around the world started experiencing some warnings that their packages are deprecated. I had an issue with the following three packages:

By running npm ls inflight, it lead me to geoip-country (using all three of those packages).

In other words, [email protected]. is the culprit in this.

I think it's a good idea we go over the package dependencies in this project and ensure we get rid of the deprecated ones. Is anyone already working on this?

@trim21
Copy link

trim21 commented Aug 9, 2024

I'm gueesing this is because maintainers still want to support node 0.10

node-version: ['0.10', 0.12, 4, 6, 8, 10, 12, 14, 16, 18]

"engines": {
"node": ">=0.6.3"
},

but even nodejs 14 has reach its end-of-life for 2 years.

@sapics
Copy link
Owner

sapics commented Aug 16, 2024

Sorry for late response.

As @trim21 said, I want to use the package in older node version, thus I did not update old packages.
Anyway, removing the package was just a small modification, so I have fixed.

@sapics sapics closed this as completed Aug 16, 2024
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

No branches or pull requests

3 participants