-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cannot find module eslint-module-utils/visit after updating to v2.25.1 #2255
Comments
I have the same problem. See details in this PR that only bumps this dependency and causes eslint to fail in the CI build Haprog/hash-actions#47 |
Bump dev dependencies. Bump eslint-plugin-import later when import-js/eslint-plugin-import#2255 has been resolved.
This fixes an issue related to: import-js/eslint-plugin-import#2255
Oops, forgot to bump the version in 6bdab31. edit: actually, npm 7+ errored out on |
I'm using yarn, adding reverting back to 2.24.2 fixes an issue. |
I would expect anyone who runs |
To fix the issue I deleted our |
You can also |
|
It absolutely will, especially if it's a transitive dependency - it will update your lockfile without touching package.json in that case. |
https://github.com/import-js/eslint-plugin-import/blob/main/package.json#L106 Should this be updated to |
Yes, there’s two open PRs already to do that. I’m waiting on something from one of them, and then I’ll cut a patch release. In the meantime, it’s trivial for anyone to fix this by upgrading eslint-module-utils in their lockfile. |
not necessarily the hill I want to die on, but it really doesn't :)
and the (unchanged) yarn entry:
|
very weird; that's not my experience. maybe |
|
I can confirm that |
OK, well thanks for correcting me then - I'll stop suggesting it as a workaround. |
I have updated |
@smlabt i won't land anything not using |
@ljharb Allright then I will close my PR, because I don't know how I can fix this issue :) |
I REALLY REALLY wish you had not done that; you deleted your fork, which means the PR can never be landed. I had already force pushed your PR to update the commit; you literally needed to do "nothing" for me to be able to make the release. The fix is now delayed. |
@ljharb Sorry, I didn't mean to cause you any trouble. I was not aware that you've made a force-push. Should I open a new PR? |
No, please don't; I'll figure something out. |
v2.25.2 is published. |
I had previously
eslint-plugin-import@2.24.2
. When updating tov2.25.1
, I'm getting the following error:The text was updated successfully, but these errors were encountered: