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

Bumping jsx-ast-utils to enable objectRestSpread #363

Closed
wants to merge 8 commits into from

Conversation

jnwng
Copy link

@jnwng jnwng commented Dec 7, 2017

Here's the requisite bump in jsx-ast-utils to enable objectRestSpread.

This should address #327 and close https://github.com/evcohen/eslint-plugin-jsx-a11y/pull/356 when published — for some reason the package.json showing for eslint-plugin-jsx-a11y in NPM has jsx-ast-utils@^1.4.0 but should be ^2.0.0.

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jsx-a11y",
"version": "6.0.2",
"version": "6.0.3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert this; package versions should never be bumped in PRs.

@ljharb
Copy link
Member

ljharb commented Dec 8, 2017

LGTM, but this can't pass until v2.0.2 is available.

Separately, it's not necessary because ^2.0.0 automatically includes v2.0.2.

@jnwng
Copy link
Author

jnwng commented Dec 8, 2017 via email

@beefancohen
Copy link
Contributor

This should come for free now that v6.0.3 is published

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.

3 participants