-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat!: update dependency to eslint v9 @W-17448473 #141
Conversation
.circleci/config.yml
Outdated
@@ -1,6 +1,6 @@ | |||
version: 2.1 | |||
|
|||
supported-eslint-versions: &supported-eslint-versions ['local', '7'] | |||
supported-eslint-versions: &supported-eslint-versions ['local', '9'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not need this logic anymore. We can just use the local ESLint version, since it's assumed to be v9.
08d2e1c
to
7f64827
Compare
README.md
Outdated
@@ -12,70 +12,99 @@ Note that `@lwc/eslint-plugin-lwc`, `@salesforce/eslint-plugin-lightning`, `esli | |||
|
|||
## Usage | |||
|
|||
Add the appropriate [configuration](#Configurations) to the `extends` field in your configuration. | |||
_Starting with v4.0.0, @salesforce/eslint-config-lwc only supports eslint@v9. Use @salesforce/eslint-config-lwc@v3.x for older versions of eslint._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_Starting with v4.0.0, @salesforce/eslint-config-lwc only supports eslint@v9. Use @salesforce/eslint-config-lwc@v3.x for older versions of eslint._ | |
>[!IMPORTANT] | |
> Starting with v4.0.0, @salesforce/eslint-config-lwc only supports eslint v9. Use @salesforce/eslint-config-lwc v3 for older versions of eslint. |
With the @
as written, it renders as an email link. 😕
Starting with v4.0.0, @salesforce/eslint-config-lwc only supports eslint@v9. Use @salesforce/eslint-config-lwc@v3.x for older versions of eslint.
BREAKING CHANGE: dropping support for ESLint v7 and v8. The only supported option is ESLint v9
0396917
to
80c4d7c
Compare
80c4d7c
to
073f2a0
Compare
BREAKING CHANGE: dropping support for ESLint v7 and v8. The only supported option is ESLint v9
Fixes #128
Depends on salesforce/eslint-plugin-lightning#14