amilajack / erb-serialport-example

An example of using electron-react-boilerplate with serialport
MIT License
14 stars 6 forks source link

Update dependency eslint-plugin-jsx-a11y to v6.2.3 #9

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-jsx-a11y devDependencies minor 6.1.1 -> 6.2.3

Release Notes

evcohen/eslint-plugin-jsx-a11y ### [`v6.2.3`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​623--2019-06-30) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.2.2...v6.2.3) ================= - [617] Add [@​babel/runtime](https://togithub.com/babel/runtime) to the dependencies ### [`v6.2.2`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​622--2019-06-29) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.2.1...v6.2.2) ================= - Update jsx-ast-utils to v2.2.1 - Add [@​babel/cli](https://togithub.com/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://togithub.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] 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 ### [`v6.2.1`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​621--2019-02-03) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.2.0...v6.2.1) ================= - [`9980e45`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/9980e45) [fix] Prevent Error when JSXSpreadAttribute is passed to isSemanticRoleElement ### [`v6.2.0`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​620--2019-01-25) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.1.2...v6.2.0) ================= - [`5650674`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/5650674) [new rule] control-has-associated-label checks interactives for a label - [`f234698`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/f234698) [docs] add How to manage IDs - [`9924d03`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/9924d03) [docs] document jsx-a11y/label-has-associated-control assert option - [`77b9870`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/77b9870) [docs] Add newlines below headings - [`8244e43`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/8244e43) [docs] Add syntax highlighting to example - [`26f41c8`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/26f41c8) [docs] Change explanation for role="presentation" escape hatch - [`33a1f94`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/33a1f94) [fix] - Purely decorative emojis do not need descriptions. - [`29d20f7`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/29d20f7) [fix](package): update emoji-regex to version 7.0.2 - [`0b63f73`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/0b63f73) [chore](package): update flow-bin to version 0.88.0 - [`baa1344`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/baa1344) [fix] Disable jsx-a11y/label-has-for in recommended - [`2c5fb06`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/2c5fb06) [chore](package): update jscodeshift to version 0.6.0 - [`87debc0`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/87debc0) [fix] corrected no-noninteractive-element-to-interactive-role.md file - [`d56265b`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/d56265b) [chore](package): update flow-bin to version 0.87.0 - [`477966f`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/477966f) [fix] Update test for implicit role of `img` - [`f484ce3`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/f484ce3) [fix] No implicit role for `` with `alt=""` - [`6c33bcb`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/6c33bcb) [fix] Add select to the list of default control elements in label-has-associated-control - [`011f8d9`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/011f8d9) [fix] Dialog and Alert roles can host keyboard listeners - [`0f6a8af`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/0f6a8af) [fix] More easier `plugin:jsx-a11y/{recommended,strict}` configs - [`3844248`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/3844248) [fix] Mark the replacement for label-has-for - [`93265cb`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/93265cb) [fix] normalizedValues to values - [`651366c`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/651366c) [fix] Make aria-role case sensitive - [`56d3b9a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/56d3b9a) [fix][484] Fix role-has-required-aria-props for semantic elements like input[checkbox] - [`46e9abd`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/46e9abd) [fix] Handle the type={truthy} case in jsx ### [`v6.1.2`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​612--2018-10-05) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.1.1...v6.1.2) ================= - [fix] Add link-type styling recommendation to anchor-is-valid [#​486](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/issues/486) - [fix] `label-has-for`: `textarea`s are inputs too [#​470](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/issues/470)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 5 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (6.2.3). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.