Skip to content

Commit

Permalink
ESLint: update eslint-plugin-import and eslint-import-resolver-node
Browse files Browse the repository at this point in the history
The version 2.30.0 of `eslint-plugin-import` triggers "parserPath or languageOptions.parser is required!" error (see import-js/eslint-plugin-import#3051)
  • Loading branch information
shvlv committed Sep 30, 2024
1 parent f7bea4e commit 7117d68
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 82 deletions.
139 changes: 60 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
"escape-html": "1.0.3",
"eslint": "9.11.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-node": "0.3.4",
"eslint-plugin-import": "2.3.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@wordpress/prettier-config": "file:../prettier-config",
"cosmiconfig": "^7.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
Expand Down

0 comments on commit 7117d68

Please sign in to comment.