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 mkdirp@0.5.4 #13106

Closed
johnschult opened this issue Mar 27, 2020 · 1 comment
Closed

Deprecated mkdirp@0.5.4 #13106

johnschult opened this issue Mar 27, 2020 · 1 comment
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion core Relates to ESLint's core APIs and features enhancement This change enhances an existing feature of ESLint

Comments

@johnschult
Copy link

johnschult commented Mar 27, 2020

The version of ESLint you are using.
6.80.

The problem you want to solve.
The reference to mkdirp@0.5.4 can be here.

In a new project:

test ❯ node -v
v13.11.0
test ❯ yarn add eslint
yarn add v1.22.4
warning package.json: No license field
warning No license field
[1/4] 🔍  Resolving packages...
warning eslint > mkdirp@0.5.4: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
warning eslint > file-entry-cache > flat-cache > write > mkdirp@0.5.4: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...

success Saved lockfile.
warning No license field
success Saved 107 new dependencies.
info Direct dependencies
└─ eslint@6.8.0

Your take on the correct solution to problem.
Make changes to use mkdirp@1.x

Are you willing to submit a pull request to implement this change?
Not sure. I could not find any references to mkdirp in the project. The reason I could not find anything is that it appears that the 7.x alpha version is now on master and it looks like mkdirp is not being used in 7.x.

@johnschult johnschult added core Relates to ESLint's core APIs and features enhancement This change enhances an existing feature of ESLint triage An ESLint team member will look at this issue soon labels Mar 27, 2020
@kaicataldo
Copy link
Member

Duplicate of #13050.

@kaicataldo kaicataldo removed the triage An ESLint team member will look at this issue soon label Mar 27, 2020
@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Sep 24, 2020
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Sep 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion core Relates to ESLint's core APIs and features enhancement This change enhances an existing feature of ESLint
Projects
None yet
Development

No branches or pull requests

2 participants