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

Upgrade ESLint from v8 to v9 #431

Merged
merged 24 commits into from
Dec 3, 2024
Merged

Upgrade ESLint from v8 to v9 #431

merged 24 commits into from
Dec 3, 2024

Conversation

MrChocolatine
Copy link
Member

@MrChocolatine MrChocolatine commented Dec 1, 2024

Time to upgrade ESLint to v9 and its infamous "flat config".

While I was at it, I took this opportunity to also update other ESLint-related dependencies in order to maximise our chances to opt in to this new "flat configuration file" feature.

Build

Update eslint to 9.16.0 (#431)

Update eslint-plugin-ember to 12.3.3 (#431)

Update eslint-plugin-n to 17.14.0 (#431)

Update eslint-plugin-qunit to 8.1.2 (#431)

Add globals v15.12.0 (#431)

Add @eslint/js v9.16.0 (#431)

Add @eslint/eslintrc v3.2.0 (#431)

Add typescript-eslint v8.16.0 (#431)

This change implies the removal of:

  • @typescript-eslint/parser
  • @typescript-eslint/eslint-plugin

See:


Note:
This PR mainly reuses what I did in DazzlingFugu/ember-reading-time#246 .

@MrChocolatine MrChocolatine added the dependencies Changes that update dependencies label Dec 1, 2024
@MrChocolatine MrChocolatine force-pushed the upgrade-to-eslint-v9 branch 5 times, most recently from 6a27ad3 to 7dee504 Compare December 1, 2024 19:03
Command executed:

```
npx @eslint/migrate-config .eslintrc.js
```
Commands executed:
1. `npx yarn-deduplicate`
2. `yarn`
@MrChocolatine MrChocolatine merged commit a4b389f into master Dec 3, 2024
9 checks passed
@MrChocolatine MrChocolatine deleted the upgrade-to-eslint-v9 branch December 3, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants