Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Update dependency eslint-plugin-jsx-a11y to v6 - autoclosed #74

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2018

This Pull Request updates dependency eslint-plugin-jsx-a11y from v4.0.0 to v6.0.3

Commits

evcohen/eslint-plugin-jsx-a11y

6.0.3

  • b54c82d adding p as non-interactive elements
  • 356944a Upgrade dependencies.
  • d700045 Update README.md
  • dd457a3 Add reference to no-access-key
  • c46fc48 Merge pull request #​313 from zburke/patch-1
  • e80a2e0 fix typo: convert quote to backticks around "div"
  • 02a438d Ignore custom components for role-has-required-aria-props.
  • 339d23a Update no-noninteractive-element-interactions.md
  • b7793f7 chore(package): update flow-bin to version 0.51.0
  • 91f71e7 chore(package): update flow-bin to version 0.50.0
  • e5c76c1 Update no-access-key.md
  • 775d0d1 Merge pull request #​286 from ljharb/travis
  • 589eb08 Update jsx-ast-utils
  • 469243b Merge pull request #​284 from jessebeach/put-cases-back-in
  • f0aa76a Add more cases to the no interactions rule tests
  • 0c8aba5 [Tests] improve coverage
  • 1d89064 [Refactor] this falsy condition is impossible in a rule, because JSXAttribute can’t ever have a falsy propName.
  • b12f081 [Fix] dom.keys is an iterator, not a map.
  • 4684e31 [Tests] generate an HTML coverage report
  • 535f008 [Test] only run prepublish script on publish.
  • 3fa6065 [publish] don’t run lint/flow twice on prepublish; don’t auto fix prepublish.
  • 860f839 [Tests] improve matrix; test on node 7 and 8; don’t run the linter more than once; disable sudo; enable fast finish
  • 0745af3 Merge tag 'v5.1.1'

5.1.1

  • 1e13e04 v5.1.1
  • 1cfc11e [Dev Deps] add safe-publish-latest
  • ef01959 Reverts back to 6076fe5fbd1d87446298e14e9fec69dce2660dbf
  • d5a442a Merge pull request #​280 from jessebeach/t270--onclick-has-key-events-presentation-role
  • a6bc1c7 Do not fail presentation roles in click-events-have-key-events
  • 297dd52 Merge pull request #​281 from jessebeach/t253--allow-onsubmit-and-onload--on-forms-and-such
  • 1bdf02e Limit failures in non-interactive interacts to keyboard, mouse and focus event handler types

6.0.2

6.0.1

  • 71ce135 6.0.1
  • 31753c7 Update CHANGELOG.md
  • 436acd2 Merge pull request #​277 from jessebeach/remove-src-from-package
  • f9d3ba9 Remove development artifacts from the NPM package
  • c121cd0 chore(package): update flow-bin to version 0.49.1

6.0.0

5.1.0

  • 131a75d Added thanks to mjaltamirano in CHANGELOG
  • e621917 Removed two references to href-no-hash in README
  • 91c6b46 Removed v2 for peer dependency ESLint
  • a146175 Remove href-no-hash rule
  • 5755a1d 6.0.0
  • 67813b7 Changelog for v6.0.0
  • d7cfe54 Merge pull request #​259 from mjaltamirano/label-has-for-update
  • d22d480 Merge branch 'master' into label-has-for-update
  • d2fbea5 Update label-has-for children content handling and make default for label-has-for both id and nesting
  • 6076fe5 Chore: Support eslint v4. (#​267)
  • 7dbcfb1 [Dev Deps] update babel-cli, babel-core, babel-eslint, babel-jest, babel-plugin-transform-flow-strip-types, babel-plugin-transform-object-rest-spread, babel-polyfill, babel-preset-es2015, coveralls, eslint-config-airbnb-base, eslint, eslint-plugin-flowtype, eslint-plugin-import, jest, rimraf
  • 198d0a5 Remove all lockfiles. (#​261)
  • 6be5290 Merge pull request #​260 from wyattdanger/bump-aria-query
  • 828dca8 Bump aria-query to 0.7.0
  • 1a633af Merge pull request #​251 from AlmeroSteyn/anchor-is-valid-config
  • 121600b Add sub rule configuration to anchor-is-valid.
  • e23d158 Update yarn lock file.
  • 4f0052d Merge pull request #​236 from jessebeach/finer-casing-interactive-supports-focus
  • d856a7f Improve the interactive-supports-focus test to provide contextualized error messages
  • 23939e3 Add the babel-plugin-transform-es2015-template-literals transform to the package
  • c0de387 Merge pull request #​247 from AlmeroSteyn/anchor-is-valid-doc-fix
  • 87e54eb [Docs]: anchor-is-valid doc fix.
  • 83994a8 Merge pull request #​224 from AlmeroSteyn/master
  • 6399a08 Add anchor-is-valid rule
  • fe9bd6f Merge pull request #​240 from ignatiusreza/label/nesting
  • 06c30c3 Allow label-has-for rule to pass if containing nesting content.
  • 0228998 Fix trailing comma in package.json
  • 19b052a Upgrade yarn lock file and speed up CI test script.

5.0.3

5.0.2

  • 4230a69 5.0.2
  • a2e4cb1 Update CHANGELOG
  • d70ac7d [fix] - Resolve flow issues by explicitly importing types (#​243)
  • 9971241 Update README with explanation recommended/strict (#​238)
  • c156644 Add missing README.md doc for media-has-caption (#​237)
  • c16fa00 Polyfill missed Array.includes in test helper. (#​233)
  • 47b1306 Add linting to all directories and fix errors.

5.0.1

  • bf0ac6a 5.0.1
  • fb8c626 Upgrade all dependencies.
  • fb5b87a Fix: backward compatibility with node.js v4 and v5. (#​231)

5.0.0

  • ca876d2 5.0.0
  • bb8dc4d Update CHANGELOG for v5.
  • 24b6193 Refactor img-has-alt to alt-text (#​220)
  • 5be6cd6 Merge pull request #​221 from jessebeach/docs--no-noninteractive-element-interactions
  • 68931f3 Add a case for interaction handlers on table cells to no-noninteractive-element-interactions
  • 6be5eab Merge pull request #​218 from jessebeach/options-for-interactive-element-rules

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/eslint-plugin-jsx-a11y-6.x branch from a36f33b to 3542676 Compare January 9, 2018 16:33
@renovate renovate bot changed the title Update dependency eslint-plugin-jsx-a11y to v6 Update dependency eslint-plugin-jsx-a11y to v6 - autoclosed Jan 9, 2018
@renovate renovate bot closed this Jan 9, 2018
@renovate renovate bot deleted the renovate/eslint-plugin-jsx-a11y-6.x branch January 9, 2018 22:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant