Open greenkeeper[bot] opened 7 years ago
Update to this version instead π
See #277
Update to this version instead π
jsx-ast-utils
was using incorrect major version for v6.0.2 of this plugin. This version republishes the same code with jsx-ast-utils@^2.0.0
Update to this version instead π
Update to this version instead π
[fix] aria-proptypes support for idlist, #454
[fix] Image with expanded props throws 'The prop must be a JSXAttribute collected by the AST parser.', #459
[fix] label-has-for: broken in v6.1.0, #455
The new version differs by 15 commits.
7aacdc9
6.1.1
8f1c72a
Update CHANGELOG.md
c98c88f
Merge pull request #461 from jessebeach/upversioning-for-fix-459
8160b94
Upversion to 6.1.2
006e29e
Merge branch 'dschaller-patch-1'
573609c
Merge branch 'master' into patch-1
ea3cd31
Merge pull request #464 from jessebeach/every-to-some
e7ba24c
Change every to some in label-has-for
d4bea02
Merge pull request #463 from setek/master
8e5ec83
fix typo in new label-has-associated-control documentation
e345b80
Fix heading on 6.1.1
5f4d343
Merge pull request #460 from tricoder42/issue/459
42b385c
fix: ignore spread props when checking attributes
8fa7d4a
Merge pull request #456 from jessebeach/fix-aria-proptypes-rule
f22711e
[#454] Fix for aria-proptypes rule failure
See the full diff
devDependency
eslint-plugin-jsx-a11y was updated from 5.1.1
to 6.1.2
.Update to this version instead π
6.1.2 / 2018-10-05
[fix] Add link-type styling recommendation to anchor-is-valid #486
[fix] label-has-for: textareas are inputs too #470
The new version differs by 12 commits.
c538d35
6.1.2
ea964b1
Update changelog
43d1d94
Add link-type styling recommendation to anchor-is-valid
71819a0
[Docs] accessible-emoji
: plural of emoji is emoji
4a0608b
[Docs] label-has-associated-control
: update label id
9957219
[Tests] temporarily allow node 4 + eslint 4 to fail
969ce6d
[Dev Deps] add missing dev dep
1be1744
[Tests] use nvm install-latest-npm
9103c7a
[Tests] add additional test case for #474
bbad58a
Merge pull request #471 from ljharb/textarea
47633fb
[Fix] label-has-for
: textarea
s are inputs too
c1bf3c1
Update aria-props.md to link to the correct doc
See the full diff
devDependency
eslint-plugin-jsx-a11y was updated from 5.1.1
to 6.2.2
.Update to this version instead π
The new version differs by 152 commits.
057fb27
6.2.2
fc56208
Merge pull request #615 from evcohen/changelog--v6.2.2
8c5f964
Changelog for v6.2.2
f82fbcb
Merge pull request #614 from evcohen/update--jsx-ast-utils
1c3e63a
Update jsx-ast-utils to v2.2.1
c571293
Merge pull request #613 from evcohen/add-babel-to-dev-deps
c398d3a
Add @babel/cli to the dev dependencies
13b370c
Merge pull request #610 from evcohen/greenkeeper/flow-bin-0.102.0
e28b81a
Merge branch 'master' into greenkeeper/flow-bin-0.102.0
e3163e3
Merge pull request #603 from evcohen/another-attempt-at-eslint-v6
f121a78
Merge branch 'master' into another-attempt-at-eslint-v6
f3de162
Merge pull request #611 from evcohen/update-jsx-ast-utils
91f17be
Update ESLint to v6
1eb9f19
Update jsx-ast-utils to 2.2.0
313bc03
chore(package): update flow-bin to version 0.102.0
There are 152 commits in total.
See the full diff
devDependency
eslint-plugin-jsx-a11y was updated from 5.1.1
to 6.2.3
.
Version 6.0.0 of eslint-plugin-jsx-a11y just got published.
The version 6.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of eslint-plugin-jsx-a11y. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
Lots of updates!anchor-is-valid
. See documentation for configuration options. Thanks @AlmeroSteyn.href-no-hash
replaced withanchor-is-valid
in the recommended and strict configs. Use theinvalidHref
aspect (active by default) inanchor-is-valid
to continue to apply the behavior provided byhref-no-hash
.label-has-for
now allows inputs nested in label tags. Previously it was strict about requiring afor
attribute. Thanks @ignatiusreza and @mjaltamirano.interactive-supports-focus
. Recommended and strict configs for now contain a trimmed-down whitelist of roles that will be checked.media-has-caption
. Thanks @ismail-syed.aria-props
rule incorrectly threw errors for these new properties.Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: