For anyone may be interested, I just upgraded debug to v4 and removed unused resolve dependencies at v2.29.1. And I tried to upgrade minimatch to v9 but it fails on some cases like
import-js/eslint-plugin-import#2900 (comment)
and
https://github.com/import-js/eslint-plugin-import/blob/ee5fadeffff68f2300bed7f67a310496cb969d61/tests/src/rules/no-internal-modules.js
I don't have enough time to work on this replacement, anyone interested can help to raise a PR which will be appreciated.
For import-js/eslint-plugin-import#2900 (comment), I think it should be changed to invalid cases instead.
Originally posted by @JounQin in #11 (comment)
For anyone may be interested, I just upgraded
debugto v4 and removed unusedresolvedependencies at v2.29.1. And I tried to upgrademinimatchto v9 but it fails on some cases likeimport-js/eslint-plugin-import#2900 (comment)
and
https://github.com/import-js/eslint-plugin-import/blob/ee5fadeffff68f2300bed7f67a310496cb969d61/tests/src/rules/no-internal-modules.js
I don't have enough time to work on this replacement, anyone interested can help to raise a PR which will be appreciated.
For import-js/eslint-plugin-import#2900 (comment), I think it should be changed to
invalidcases instead.Originally posted by @JounQin in #11 (comment)