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

Update "eslint-plugin-jsx-a11y": "^6.0.2" #1546

Closed
wants to merge 1 commit into from
Closed

Conversation

inoas
Copy link

@inoas inoas commented Sep 1, 2017

$ npm outdated
Package                 Current  Wanted  Latest  Location
eslint-plugin-jsx-a11y    5.1.1   5.1.1   6.0.2  React-Backend-Client

But, after updating package.json and running npm install:

npm WARN eslint-config-airbnb@15.1.0 requires a peer of eslint-plugin-jsx-a11y@^5.1.1 but none was installed.

```javascript
$ npm outdated
Package                 Current  Wanted  Latest  Location
eslint-plugin-jsx-a11y    5.1.1   5.1.1   6.0.2  React-Backend-Client
```

But, after updating package.json and running `npm install`:

    npm WARN eslint-config-airbnb@15.1.0 requires a peer of eslint-plugin-jsx-a11y@^5.1.1 but none was installed.
@inoas
Copy link
Author

inoas commented Sep 1, 2017

@ljharb
Copy link
Collaborator

ljharb commented Sep 1, 2017

We are currently not compatible with v6 of eslint-plugin-jsx-a11y.

If you use the install command in our readmes, you'll get the proper peer dep versions. npm outdated output is irrelevant.

Duplicate of #1482, which properly upgrades us to v6 as a semver-major change.

@ljharb ljharb closed this Sep 1, 2017
@inoas inoas deleted the patch-1 branch September 1, 2017 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants