schretzilla / Website-3.0

Updated version of my personal website using React!
http://www.greatscottsworld.com/
0 stars 0 forks source link

chore(deps): update dependency eslint-plugin-jsx-a11y to v6.3.0 #98

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

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

Release Notes

evcohen/eslint-plugin-jsx-a11y ### [`v6.3.0`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md#​630--2020-06-18) [Compare Source](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/compare/v6.2.3...v6.3.0) ================== - [`cce838a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/cce838a) Update aria-query to 4.2.0 - [`121e8a4`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/121e8a4) Add two test cases found while upgrading to ARIA 1.2 - [`8059f51`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/8059f51) Fix test failures raised by the upgrade to ARIA 1.2 - [`0d24e3a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/0d24e3a) Update package.json - [`b1f412a`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/b1f412a) Fix test failures in role-has-required-aria-props due to ARIA 1.2 updates - [`74cec6e`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/74cec6e) Fix test failures in no-noninteractive-element-interactions due to ARIA 1.2 updates - [`835b89e`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/835b89e) Fix test failures in role-supports-aria-props-test due to ARIA 1.2 updates - [`730319b`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/730319b) Account for the null semantic generic role in ARIA 1.2 - [`7dfa7c9`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/7dfa7c9) Update aria-query from 4.0.1 to 4.0.2 - [`42098b9`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/42098b9) [Refactor] `img-redundant-alt`: removing a use of `some` - [`a910d83`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/a910d83) [Tests] `label-has-associated-control`: add test for
- [`b273fe5`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/b273fe5) [New] Support ESLint 7.x - [`1a97632`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/1a97632) [Deps] update `@babel/runtime`, `array-includes`, `axe-core`, `axobject-query`, `damerau-levenshtein`, `jsx-ast-utils` - [`b36976f`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/b36976f) [Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-types`, `babel-eslint`, `babel-jest`, `coveralls`, `eslint-config-airbnb-base`, `eslint-plugin-flowtype`, `eslint-plugin-import`, `estraverse`, `in-publish`, `jest`, `minimist`, `rimraf`, `safe-publish-latest` - [`89acdc4`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/89acdc4) fix: removing the use of the some function - [`410ae43`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/410ae43) chore(package): update eslint-plugin-flowtype to version 5.0.0 - [`a87f83d`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/a87f83d) fix(package): update emoji-regex to version 9.0.0 - [`71940e6`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/71940e6) chore(package): update babel-preset-airbnb to version 5.0.0 - [`d471f54`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/d471f54) docs: Fix 404 links to WAI-ARIA spec - [`42a2016`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/42a2016) Fixes [#​669](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/issues/669): use the `language-tags` package to check the `lang` rule - [`7bcea20`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/7bcea20) [Tests] update axe-core - [`f13dc38`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/f13dc38) [Deps] Pin axe-core version - [`33670bb`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/33670bb) fix: require missing 'autocomplete-valid' rule - [`aca4c37`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/aca4c37) chore(mouse-event): revert unrelated formatting changes - [`df1e275`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/df1e275) fix(mouse-event): remove check from custom elements - [`1a16a1c`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/1a16a1c) chore(package): update jscodeshift to version 0.7.0 - [`7a55cdd`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/7a55cdd) chore(package): update flow-bin to version 0.113.0 - [`8e0d22b`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/8e0d22b) Update aria-query and axobject-query to the latest versions - [`dd49060`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/dd49060) Added test cases for an empty or undefined value of aria-label and aria-labelledby in alt-text - [`1a7b94f`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/1a7b94f) Updated dependencies including eslint-config-airbnb-base - [`3aea217`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/3aea217) chore: replace ignoreNonDOM with inputComponents - [`1848d00`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/1848d00) feat(autocomplete-valid): add to recommended & strict config - [`8703840`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/8703840) refactor: use to axe-cre 3.4 SerialVirtualNode format - [`3519c7b`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/3519c7b) chore: Remove axe VirtualNode abstraction - [`9ac55c4`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/9ac55c4) autocomplete-valid: Add inline comment - [`44c6098`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/44c6098) Update axe-core to 3.3.0 - [`9916990`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/9916990) new autocomplete-valid rule - [`82f598e`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/82f598e) [Docs] examples: add language in code block for syntax highlight - [`2529ad3`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/2529ad3) fixing casing issue on aria-props - [`00926f2`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/00926f2) Update README.md - [`ce5d121`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/ce5d121) Update README.md - [`031574e`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/031574e) chore(package): update flow-bin to version 0.103.0 - [`e00e1db`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/e00e1db) [meta] add FUNDING.yml - [`e1e5fae`](https://togithub.com/evcohen/eslint-plugin-jsx-a11y/commit/e1e5fae) Fix readme file

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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