Eslint-plugin-jsx-a11y: Error dependency `jsx-ast-utils` version

Created on 18 Sep 2017  路  5Comments  路  Source: jsx-eslint/eslint-plugin-jsx-a11y

Hi, I saw the version of jsx-ast-utils in package.json dependencies section of eslint-plugin-jsx-a11y 6.0.2 is 2.0.0, but the actually code I download is 1.4.0.

I meet the same issue today, and this PR fixed it.

Could you please upgrade the version number and republish this repo? Thanks a lot!

Most helpful comment

tweet
I tweeted him yesterday.

All 5 comments

@evcohen this would be nice as currently eslint is breaking because of this problem.

When did try branching off v5.1.1 to fix it (https://github.com/hammadzz/eslint-plugin-jsx-a11y/tree/fix-version-jsx-ast-utils) I ran into a new problem with eslint complaining:
ESLint couldn't find the plugin "eslint-plugin-jsx-a11y"

same here @markduan
please fix this

Hi @evcohen

The published version of [email protected] on NPM is still using eslint-plugin-jsx-a11y@^1.4.0
https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/v6.0.2/package.json#L66

"jsx-ast-utils": "^1.4.0"

Will be a new version of eslint-plugin-jsx-a11y published to NPM to reflect the latest changes of the master branch?

tweet
I tweeted him yesterday.

published v6.0.3

Was this page helpful?
0 / 5 - 0 ratings