Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-import-x to v4.2.1
Browse files Browse the repository at this point in the history
This dependency is updated independently from #2434 for
avoiding the duplicate `node_modules` directory that `eslint-plugin-sonarjs` creates
in the `frontend` directory.

That issue will be solved until `eslint-plugin-sonarjs` updates to typescript-eslint v8

This commit also allows us to unblock other dependency updates, like #2422, which was blocked because it contained the old `eslint-plugin-import-x` that still relied on `typescript-eslint` v7,
causing the same issue as `eslint-plugin-sonarjs` is causing now.

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
ferferga authored Sep 6, 2024
1 parent 1697d99 commit a498375
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-css": "0.10.0",
"eslint-plugin-depend": "0.9.0",
"eslint-plugin-file-progress": "1.4.0",
"eslint-plugin-import-x": "3.1.0",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-jsdoc": "50.0.0",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-promise": "7.1.0",
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

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

0 comments on commit a498375

Please sign in to comment.