phil-r / react-native-looped-carousel

:carousel_horse: Looped carousel for React Native
MIT License
1.49k stars 306 forks source link

Bump eslint-plugin-jsx-a11y from 5.1.1 to 6.2.3 #334

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint-plugin-jsx-a11y from 5.1.1 to 6.2.3.

Release notes *Sourced from [eslint-plugin-jsx-a11y's releases](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases).* > ## Cool new things. > 6.2.0 / 2019-01-25 > ================= > - 5650674 [new rule] control-has-associated-label checks interactives for a label > - f234698 [docs] add How to manage IDs > - 9924d03 [docs] document jsx-a11y/label-has-associated-control assert option > - 77b9870 [docs] Add newlines below headings > - 8244e43 [docs] Add syntax highlighting to example > - 26f41c8 [docs] Change explanation for role="presentation" escape hatch > - 33a1f94 [fix] - Purely decorative emojis do not need descriptions. > - 29d20f7 [fix] (package): update emoji-regex to version 7.0.2 > - 0b63f73 [chore] (package): update flow-bin to version 0.88.0 > - baa1344 [fix] Disable jsx-a11y/label-has-for in recommended > - 2c5fb06 [chore] (package): update jscodeshift to version 0.6.0 > - 87debc0 [fix] corrected no-noninteractive-element-to-interactive-role.md file > - d56265b [chore] (package): update flow-bin to version 0.87.0 > - 477966f [fix] Update test for implicit role of `img` > - f484ce3 [fix] No implicit role for `` with `alt=""` > - 6c33bcb [fix] Add select to the list of default control elements in label-has-associated-control > - 011f8d9 [fix] Dialog and Alert roles can host keyboard listeners > - 0f6a8af [fix] More easier `plugin:jsx-a11y/{recommended,strict}` configs > - 3844248 [fix] Mark the replacement for label-has-for > - 93265cb [fix] normalizedValues to values > - 651366c [fix] Make aria-role case sensitive > - 56d3b9a [fix] [484] Fix role-has-required-aria-props for semantic elements like input[checkbox] > - 46e9abd [fix] Handle the type={truthy} case in jsx > > ## Minor fixes and documentation updates > 6.1.2 / 2018-10-05 > [fix] Add link-type styling recommendation to anchor-is-valid [#486](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/486) > [fix] label-has-for: textareas are inputs too [#470](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/470) > > ## Bugfixes > [fix] aria-proptypes support for idlist, [#454](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/454) > [fix] Image with expanded props throws 'The prop must be a JSXAttribute collected by the AST parser.', [#459](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/459) > [fix] label-has-for: broken in v6.1.0, [#455](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/455) > > ## Support eslint v5 > 6.1.0 / 2018-06-26 > ================== > - [new] Support for eslint v5, [#451](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/451) > - [new] aria-query updated to latest version > - [new] eslint-config-airbnb-base updated to the latest version > - [deprecate] The rule label-has-for is deprecated and replaced with label-has-associated-control > - [fix] heading-has-content updated to work with custom components, [#431](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/431) > - [fix] aria-errormessage prop is now a valid ARIA property, [#424](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/424) > > ## Republish with correct dependency versioning > `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` > > ... (truncated)
Changelog *Sourced from [eslint-plugin-jsx-a11y's changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md).* > 6.2.3 / 2019-06-30 > ================= > - [617] Add @babel/runtime to the dependencies > > 6.2.2 / 2019-06-29 > ================= > - Update jsx-ast-utils to v2.2.1 > - Add @babel/cli to the dev dependencies > - Update ESLint to v6 > - Update jsx-ast-utils to 2.2.0 > - Update flow-bin to version 0.102.0 > - [589] Allow expression statements for attribute values in no-noninteractive-tabindexlow-bin-0.101.0 > - [583] Allow expression values in attributes by configurationrror > - [596] Adding a test case for no-static-element-interactionseper/flow-bin-0.101.0) Merge branch 'master' into greenkeeper/flow-bin-0.101.0 > - Only run branch test coverage on the master branch > - chore(package): update flow-bin to version 0.100.0 > - Allow select as a valid child of label. > - Allow Node 4 / ESLint 3 failure to unblock ESLint upgrade in PR [#568](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/568) > - chore(package): update flow-bin to version 0.99.0 > - Remove rootDir from Jest path configs > - (fix) Template literals with undefined evaluate to the string undefined. > - adds more tests to “anchor-is-valid” > - Fixes “anchor-is-valid” false positive for hrefs starting with the word “javascript” > - chore(package): update eslint-plugin-flowtype to version 3.5.0 > - Modified no-static-element-interactions to pass on non-literal roles. > - Added isNonLiteralProperty util method > - [#399](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/399) Account for spread in parser options > - [552] control-has-associated-label should allow generic links > - [issue 392] ul role='list' test case > - chore(package): update eslint to version 5.15.2 > - chore(package): update flow-bin to version 0.95.0 > - chore(package): update expect to version 24.3.1 > - Fix typo: defintions > definitions > - docs: add proper title to links to axe website for media-has-caption > - docs: removes deprecated rule label-has-for > - docs: fix typo and couple grammatical errors in Readme > - Ignore null/undefined values in role-supports-aria-props rule > - Ignore undefined values in aria-proptypes rule > - Ignore null values in aria-proptypes rule > - set target for node 4 > > 6.2.1 / 2019-02-03 > ================= > - 9980e45 [fix] Prevent Error when JSXSpreadAttribute is passed to isSemanticRoleElement > > 6.2.0 / 2019-01-25 > ================= > - 5650674 [new rule] control-has-associated-label checks interactives for a label > - f234698 [docs] add How to manage IDs > - 9924d03 [docs] document jsx-a11y/label-has-associated-control assert option > ... (truncated)
Commits - [`4e272fb`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/4e272fb3ae855fc30758d98fa94ea5a18b2379f4) 6.2.3 - [`c6c582c`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/c6c582c47acad1ddfcf0b73855326ac0d68cb296) Merge pull request [#620](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/620) from evcohen/update-changelog - [`fd3ed06`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/fd3ed0667219529e505d09f83f02dc2aa8f48204) Update CHANGELOG for v6.2.3 - [`35fa739`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/35fa739edbaa7d483f816a9d9455d5733803e2be) Merge pull request [#619](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/619) from evcohen/babel-runtime-in-dependencies - [`f3f9775`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/f3f9775a356d32b67242848ea7c8dc039a0d2546) Add @babel/runtime to the dependencies - [`0150c4b`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/0150c4b1282d4ff7454803d7e9716c93b8e43971) Merge pull request [#616](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/616) from evcohen/reinstate-tests - [`62de524`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/62de5248fe2d8e1eeec36fab60f3ad2f88af6315) Promote node/eslint combos back to blocking tests - [`b7b47ab`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/b7b47ab0cefb7d42221a67955fa2c32c7666f622) Merge pull request [#618](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/618) from evcohen/branch-v6.2.2 - [`057fb27`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/057fb27d2d58fc37d300e6f85554cdc94181b892) 6.2.2 - [`fc56208`](https://github.com/evcohen/eslint-plugin-jsx-a11y/commit/fc562083c4472dbc8e606c296defc5fbecaf86e9) Merge pull request [#615](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/615) from evcohen/changelog--v6.2.2 - Additional commits viewable in [compare view](https://github.com/evcohen/eslint-plugin-jsx-a11y/compare/v5.1.1...v6.2.3)
Maintainer changes This version was pushed to npm by [jessebeach](https://www.npmjs.com/~jessebeach), a new releaser for eslint-plugin-jsx-a11y since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)