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

ESLint v9 contains breaking API changes #3699

Open
2 tasks done
Tracked by #2961 ...
james-yeoman opened this issue Mar 4, 2024 · 36 comments
Open
2 tasks done
Tracked by #2961 ...

ESLint v9 contains breaking API changes #3699

james-yeoman opened this issue Mar 4, 2024 · 36 comments

Comments

@james-yeoman
Copy link

james-yeoman commented Mar 4, 2024

Is there an existing issue for this?

  • I have searched the existing issues and my issue is unique
  • My issue appears in the command-line and not only in the text editor

Description Overview

Upon bumping to the ESLint beta for v9, I was met with several errors in my monorepo during the linting test-run.

Namely:

  • Error: context.getScope is not a function
    • Rule: "react/no-string-refs"
  • Error: context.getFirstTokens is not a function
    • Rule: "react/display-name"

I get that it's still only a beta, but these API changes were announced in september 2023.

Additionally, there are some rule structure changes outlined separately that may be worth ensuring are in compliance.

Expected Behavior

Given that ESLint v9 is now in beta, I wasn't expecting to find any plugins that haven't yet addressed the API changes

eslint-plugin-react version

v7.34.0

eslint version

v9.0.0-beta.1

node version

v18.12.0

@ljharb
Copy link
Member

ljharb commented Mar 4, 2024

That expectation is flawed; the point of it being in beta is for plugins to begin to address the changes - announcements are irrelevant. Thanks for the report.

A fix for this will also need to add eslint 9 into the test matrix.

@ljharb
Copy link
Member

ljharb commented Mar 4, 2024

I put up a branch running tests on eslint 9; https://github.com/ljharb/eslint-plugin-react/actions/runs/8147742013/job/22269131527#step:5:21 is failing because the jsx-no-undef and jsx-uses-react and jsx-uses-vars tests call linter.defineRule. @bmish, any thoughts on an approach here?

@ljharb
Copy link
Member

ljharb commented Mar 4, 2024

Additionally, when I comment out those 3 lines, i get 22166 failures because Error: ESLint configuration in rule-tester is invalid: Key "parserOptions": This appears to be in eslintrc format rather than flat config format.. Does this mean eslint 9 drops support for eslintrc, or it's just no longer the default?

If the former, how can we run the same tests with both normal eslintrc stuff on eslint 8, and also with flat config on eslint 9?

@james-yeoman
Copy link
Author

james-yeoman commented Mar 5, 2024

ESLint 9 makes the flat config the default. It renames the ESLintRC style classes to be LegacyESLint and the Linter requires an option of {configType: "eslintrc"}, and in ESLint 10, they plan on dropping the legacy config altogether.

There's a migration guide that might be a good place to start in terms of compiling a list of required tasks for this

@ljharb
Copy link
Member

ljharb commented Mar 6, 2024

Awesome, thanks for the pointers.

That will help get us unblocked for eslint 9, but we'll still have a lot of work to support eslint 10.

@james-yeoman
Copy link
Author

james-yeoman commented Apr 2, 2024

Is there any update on this yet? Or is this still quite far off? The first release candidate for v9 released last week

@ljharb
Copy link
Member

ljharb commented Apr 2, 2024

@james-yeoman it is almost never the case that all the plugins in the eslint ecosystem support a new major until awhile after the final release is out. It'd be great to beat that, but if there'd been any update, it'd be in this issue :-)

@JstnMcBrd
Copy link

Eslint officially released v9.0.0 today. Hope this plugin will support it soon!

@ljharb ljharb changed the title [Bug]: ESLint v9 contains breaking API changes ESLint v9 contains breaking API changes Apr 6, 2024
@ljharb ljharb removed the bug label Apr 6, 2024
@nodegin
Copy link

nodegin commented Apr 8, 2024

Getting TypeError: context.getScope is not a function here

@chelsea6502
Copy link

I'd like to continue using this plugin, but this bug is unfortunately stopping me.

I hope we get to see a fix soon!

@ljharb
Copy link
Member

ljharb commented Apr 11, 2024

Nobody’s forcing you to upgrade to eslint 9 right away ¯\_(ツ)_/¯ new eslint majors always take months before everything supports them, and this one will take longer because it’s changing the default config format.

@Standard8
Copy link

and this one will take longer because it’s changing the default config format.

Having worked on a couple of other plugins, I want to elaborate that I think there's two parts to this upgrade.

The real breaking change for v9 is the fact that v9 has removed APIs - it looks like this is being covered in #3727.

The second change is flat config compatibility. Consumers can use the plugin as-is (as long as the API issues are resolved). It is slightly more work, but it is possible. Of course, supporting the flat config natively makes it easier, and ESLint has a good migration guide should anyone wanting to upgrade to v9 feel like contributing a patch (I might eventually, but I have several other plugins that I'm focussing on).

@lucasprag
Copy link

Also getting the error for these rules:

    'react/no-direct-mutation-state': 0,
    'react/require-render-return': 0,
    'react/no-string-refs': 0,
    'react/jsx-uses-react': 0,
    'react/react-in-jsx-scope': 0,
    'react/no-danger-with-children': 0,
    'react/jsx-no-undef': 0,
    'react/jsx-uses-vars': 0,

@sethlivingston
Copy link

Thanks for all your hard work on this, maintainers.

Until support for eslint v9 is ready, you can create a fresh v8 config with:

npm install -D eslint@8
npm init @eslint/config@0

@alaa-paramount
Copy link

alaa-paramount commented May 8, 2024

Hi,
I'm listing all the problematic rules that I faced when migrated to eslint 9 with the eslint-plugin-react:

react/no-string-refs
react/display-name
react/no-direct-mutation-state
react/require-render-return
react/jsx-no-undef
react/jsx-uses-vars
react/no-typos
react/no-array-index-key
react/prefer-stateless-function
react/no-access-state-in-setstate
react/jsx-fragments
react/jsx-max-depth
react/jsx-no-constructed-context-values
react/no-unstable-nested-components
react/function-component-definition
react/destructuring-assignment
react/no-unused-prop-types

@Standard8
Copy link

I'm not a maintainer here, but listing the details of what's failing is not going to help this move forward. The list will be obvious to anyone running the tests with v9. They effectively amount to "me too" comments that are only really serving to spam everyone with email.

If you look around, you'll see there is ongoing work towards v9 by contributors - #3743 and #3727. Be patient or help out. Adding extra comments here isn't going to help.

@saltycrane
Copy link

I found the ESLint Compatibility Utilities worked for me. CodeSandbox example:
https://codesandbox.io/p/devbox/billowing-tree-wp33ds

npm install --save-dev @eslint/compat

eslint.config.mjs:

import { fixupConfigRules } from "@eslint/compat";
import reactRecommended from "eslint-plugin-react/configs/recommended.js";
import globals from "globals";

export default [
  ...fixupConfigRules(reactRecommended),
  {
    languageOptions: {
      globals: {
        ...globals.browser,
      },
      parserOptions: {
        ecmaFeatures: {
          jsx: true,
        },
      },
    },
    rules: {
      "react/react-in-jsx-scope": "off",
    },
    settings: {
      react: {
        version: "detect",
      },
    },
  },
];

package.json:

{
  "scripts": {
    "lint": "eslint"
  },
  "dependencies": {
    "globals": "^15.2.0",
    "react": "^18",
    "react-dom": "^18"
  },
  "devDependencies": {
    "@eslint/compat": "^1.0.1",
    "eslint": "^9.2.0",
    "eslint-plugin-react": "^7.34.1"
  }
}

@onlywei
Copy link

onlywei commented May 17, 2024

Even with the use of @eslint/compat, installation remains an issue. Shall we continue to install eslint-plugin-react using npm install --force?

@ljharb
Copy link
Member

ljharb commented May 17, 2024

@onlywei no, you should continue to hold off upgrading to eslint 9 until all of the eslint-related packages you use support it.

@karlhorky
Copy link
Contributor

I found the ESLint Compatibility Utilities worked for me.

@saltycrane thanks for your comment above, this was helpful!

For anyone who is not using the recommended config but rather just configuring the plugin and its rules manually, the fixupPluginRules compatibility util from @eslint/compat may be what you're looking for.

First, install @eslint/compat as a dev dependency. Then, use fixupPluginRules in your config:

eslint.config.mjs

import { fixupPluginRules } from '@eslint/compat';
import react from 'eslint-plugin-react';
import globals from 'globals';

export default [
  {
    languageOptions: {
      globals: {
        ...globals.browser,
      },
      parserOptions: {
        ecmaFeatures: {
          jsx: true,
        },
      },
    },
    plugins: {
      react: fixupPluginRules(react),
    },
    rules: {
      // Error on creating components within components
      // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unstable-nested-components.md
      'react/no-unstable-nested-components': 'error',
    },
    settings: {
      react: {
        version: 'detect',
      },
    },
  },
];

@mdjermanovic
Copy link
Contributor

@ljharb it looks like the code changes have been merged, and the only task left is to make the rule tests work with ESLint v9?

@ljharb
Copy link
Member

ljharb commented May 19, 2024

@mdjermanovic those were just the deprecations, which are the easy part. next we need tested flat config support, and then figuring out how to test on eslint 9 since we need to simultaneously test on eslintrc in a bunch of older versions (unfortunately since RuleTester doesn’t obey the eslintrc env var, this work can’t be delayed until after shipping v9 support)

@MirKml
Copy link

MirKml commented May 19, 2024

Little notice, as I know, VS Code support for flat config isn't still stable. So even when all plugins will be upgraded, without stable IDE support eslint 9 isn't very usefull (for my colleagues 🙂)

@mdjermanovic
Copy link
Contributor

how to test on eslint 9 since we need to simultaneously test on eslintrc in a bunch of older versions (unfortunately since RuleTester doesn’t obey the eslintrc env var, this work can’t be delayed until after shipping v9 support)

I'll submit a PR for rule tests, per #3743 (comment).

@ljharb
Copy link
Member

ljharb commented May 19, 2024

@MirKml it'll likely be 6 months minimum before eslint 9 is made fully useful by the majority of the ecosystem supporting it; it normally takes 2-3 months for any eslint major, but eslint 9 is a much more disruptive change, so it'll probably take longer.

@adamspotlite
Copy link

adamspotlite commented May 21, 2024

@karlhorky have you found a way to make this typesafe?

I'm using something like:

...
import tseslint from "typescript-eslint";

...
export default tseslint.config({ ... });

but getting yelled at because:

          Type 'FixupRuleDefinition' is not assignable to type 'LooseRuleDefinition'.ts(2322)

EDIT: For anyone wondering about typesafety as a result of this, please see this issue in the @eslint/compat repo.

@bsal649
Copy link

bsal649 commented May 22, 2024

@adamspotlite here's what I did, works without issues so far (aside from npm crying about peer deps).

devDeps:

"devDependencies": {
    "@eslint/compat": "^1.0.0",
    "@eslint/js": "^9.2.0",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^20.7.0",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "eslint": "^9.3.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "rc",
    "globals": "^15.1.0",
    "typescript": "next",
    "typescript-eslint": "rc-v8"
  }

npm update --force

eslint.config.js:

import eslint from '@eslint/js';
import { fixupPluginRules } from '@eslint/compat';
import globals from 'globals';
import reactPlugin from 'eslint-plugin-react';
import reactHooksPlugin from 'eslint-plugin-react-hooks';
import tseslint from 'typescript-eslint';

export default tseslint.config(
  // extends ...
  eslint.configs.recommended,
  ...tseslint.configs.strictTypeChecked,
  ...tseslint.configs.stylisticTypeChecked,
  {
    files: ['**/*.ts', '**/*.tsx'],
    languageOptions: {
      globals: globals.node,
      parserOptions: {
        project: true,
        tsconfigRootDir: import.meta.dirname,
      },
      parser: tseslint.parser,
    },
    plugins: {
      ['react']: fixupPluginRules(reactPlugin),
      ['react-hooks']: reactHooksPlugin,
      ['@typescript-eslint']: tseslint.plugin,
    },
    rules: {
      ...reactPlugin.configs['jsx-runtime'].rules,
      'react-hooks/exhaustive-deps': 'warn', // Add the rule for enforcing useEffect dependencies
      '@typescript-eslint/explicit-module-boundary-types': 'warn', // Add the rule for enforcing explicit return types on functions
    },
  },
  {
    extends: [tseslint.configs.disableTypeChecked],
    files: ['**/*.js'],
  },
);

fixupConfigRules did not work for me however, but afaik all it does is add one setting to language options (below) and loads the rules (which we are doing anyway). Not really sure how necessary this language option is, but you can add it yourself if you find yourself troubleshooting:

languageOptions: Object.assign({}, all.languageOptions, {
    parserOptions: Object.assign({}, all.languageOptions.parserOptions, {
      jsxPragma: null, // for @typescript/eslint-parser
    }),
  }),

If anyone's wondering, I only included my other eslint dependencies for completeness. I don't think any of them would be necessary (except typescript-eslint if you're using typescript, and this should be on rc-v8).

@ljharb
Copy link
Member

ljharb commented May 22, 2024

To be clear, peer dep warnings aren’t “crying”, they’re “it might happen to work sometimes, but if it doesn’t it’s your own fault, this is the danger zone”, and they should be taken very seriously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests