Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Missed @typescript-eslint/utils dependency #145

Closed
zloirock opened this issue Aug 13, 2024 · 1 comment · Fixed by #148
Closed

Missed @typescript-eslint/utils dependency #145

zloirock opened this issue Aug 13, 2024 · 1 comment · Fixed by #148

Comments

@zloirock
Copy link

Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@typescript-eslint/utils' imported from /home/runner/work/core-js/core-js/tests/eslint/node_modules/eslint-plugin-sonar/lib/index.js

CI: https://github.com/zloirock/core-js/actions/runs/10370050329/job/28707737763

It's missed in direct dependencies:

  "peerDependencies": {
    "@babel/core": "^7.11.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.0.0 || ^9.0.0",
    "typescript": "^4.0.0 || ^5.0.0"
  },
  "dependencies": {
    "@babel/eslint-parser": "^7.24.5",
    "@eslint-community/regexpp": "^4.10.0",
    "@typescript-eslint/eslint-plugin": "^6.16.0",
    "builtin-modules": "^3.3.0",
    "bytes": "^3.1.2",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-sonarjs": "^1.0.3",
    "functional-red-black-tree": "^1.0.1",
    "jsx-ast-utils": "^3.3.5",
    "minimatch": "^9.0.3",
    "scslre": "^0.3.0",
    "tmp": "^0.2.3"
  },
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
JounQin added a commit that referenced this issue Mar 6, 2025
@JounQin JounQin closed this as completed in f81b834 Mar 6, 2025
@JounQin
Copy link
Member

JounQin commented Mar 6, 2025

Sorry for the long delay, I'm back now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants