Skip to content
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

chore: migrate to eslint v9 #732

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greenhat616
Copy link
Collaborator

@greenhat616 greenhat616 commented Apr 8, 2024

Before upgrading to eslint v9, these issues below should be resolved:

pnpm add -D eslint@9
Packages: +27 -34
+++++++++++++++++++++++++++----------------------------------
Progress: resolved 923, reused 848, downloaded 9, added 27, done

devDependencies:
- eslint 8.57.0
+ eslint 9.0.0

 WARN  Issues with peer dependencies found
.
├─┬ eslint-config-standard 17.1.0
│ └── ✕ unmet peer eslint@^8.0.1: found 9.0.0
├─┬ eslint-plugin-import 2.29.1
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.0.0
├─┬ eslint-plugin-promise 6.1.1
│ └── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.0.0
├─┬ eslint-plugin-react 7.34.1
│ └── ✕ unmet peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8": found 9.0.0
└─┬ typescript-eslint 7.5.0
  ├── ✕ unmet peer eslint@^8.56.0: found 9.0.0
  ├─┬ @typescript-eslint/eslint-plugin 7.5.0
  │ ├── ✕ unmet peer eslint@^8.56.0: found 9.0.0
  │ └─┬ @typescript-eslint/type-utils 7.5.0
  │   ├── ✕ unmet peer eslint@^8.56.0: found 9.0.0
  │   └─┬ @typescript-eslint/utils 7.5.0
  │     └── ✕ unmet peer eslint@^8.56.0: found 9.0.0
  └─┬ @typescript-eslint/parser 7.5.0
    └── ✕ unmet peer eslint@^8.56.0: found 9.0.0

@greenhat616 greenhat616 added the S: Blocked Need upstream fix or got updated label Apr 13, 2024
@keiko233 keiko233 force-pushed the main branch 2 times, most recently from 8f7546a to 8bc95a5 Compare April 18, 2024 02:10
@keiko233 keiko233 force-pushed the main branch 7 times, most recently from ef6fbe5 to b064023 Compare May 24, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: Blocked Need upstream fix or got updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant