Skip to content

Commit

Permalink
Bump eslint-plugin-jsx-a11y from 6.0.3 to 6.1.0 (#145)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) from 6.0.3 to 6.1.0.
<details>
<summary>Release notes</summary>

*Sourced from [eslint-plugin-jsx-a11y's releases](https://github.com/evcohen/eslint-plugin-jsx-a11y/releases).*

> ## 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)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [eslint-plugin-jsx-a11y's changelog](https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/CHANGELOG.md).*

> 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)
> 
> 6.0.2 / 2017-06-28
> ==================
> - [fix] Prefix directories in `.npmignore` with `/` so it only matches the top-level directory
> 
> 
> 6.0.1 / 2017-06-28
> ==================
> - [temporary] Remove `src` and `flow` from package to resolve flow issues for consuming packages.
> 
> 
> 6.0.0 / 2017-06-05
> =================
> - [new] Add rule `anchor-is-valid`. See documentation for configuration options. Thanks [**AlmeroSteyn**](https://github.com/AlmeroSteyn).
> - [breaking] `href-no-hash` replaced with `anchor-is-valid` in the recommended and strict configs. Use the `invalidHref` aspect (active by default) in `anchor-is-valid` to continue to apply the behavior provided by `href-no-hash`.
> - [breaking] Removed support for ESLint peer dependency at version ^2.10.2.
> - [update] The rule `label-has-for` now allows inputs nested in label tags. Previously it was strict about requiring a `for` attribute. Thanks [**ignatiusreza**](https://github.com/ignatiusreza) and [**mjaltamirano**](https://github.com/mjaltamirano).
> - [update] New configuration for `interactive-supports-focus`. Recommended and strict configs for now contain a trimmed-down whitelist of roles that will be checked.
> - [fix] Incompatibility between node version 4 and 5. Thanks [**evilebottnawi**](https://github.com/evilebottnawi).
> - [fix] Missing README entry for `media-has-caption`. Thanks [**ismail-syed**](https://github.com/ismail-syed).
> - [fix] README updates explaining recommended and strict configs. Thanks [**Donaldini**](https://github.com/Donaldini).
> - [fix] Updated to aria-query@0.7.0, which includes new ARIA 1.1 properties. Previously, the `aria-props` rule incorrectly threw errors for these new properties.
> 
> 5.1.1 / 2017-07-03
> ==================
>  - [fix] revert v6 breaking changes unintentionally added in v5.1 ([#283](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/283))
> 
> 5.1.0 / 2017-06-26
> ==================
>  - [new] Support eslint v4. ([#267](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/267))
>  - [new] `label-has-for`: add "required" option to allow customization ([#240](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/240))
>  - [new] add `anchor-is-valid` ([#224](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/224))
>  - [new] `interactive-supports-focus`: Split interactive supports focus into tabbable and focusable cases ([#236](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/236))
>  - [new] `anchor-is-valid`: add `aspects` option ([#251](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/251))
>  - [Deps] Bump aria-query to 0.7.0
> 
> 5.0.3 / 2017-05-16
> ==================
> - [fix] Remove `flow` directory from `.npmignore` to accommodate explicit imports from `v5.0.2`.
> 
> 
> 5.0.2 / 2017-05-16
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`b800f40`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@b800f40) 6.1.0
- [`2a49028`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@2a49028) CHANGELOG updates for upcoming version 7.0.0
- [`584d21a`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@584d21a) Update README.md
- [`de25830`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@de25830) Merge pull request [#451](https://github-redirect.dependabot.com/evcohen/eslint-plugin-jsx-a11y/issues/451) from ljharb/eslint_5
- [`adc0d80`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@adc0d80) [Tests] temporary until eslint-config-airbnb-base is updated
- [`7cb5b8e`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@7cb5b8e) [Fix] `accessible-emoji`: find JSXText nodes as well
- [`4256518`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@4256518) [New] add eslint v5 support
- [`7a9995a`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@7a9995a) [Tests] test on both eslint v3 and v4
- [`d962f1b`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@d962f1b) [Deps] update `has`
- [`e9b788d`](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@e9b788d) [eslint] make eslint pass again
- Additional commits viewable in [compare view](bradbirdsallCHANGED/eslint-plugin-jsx-a11y@v6.0.3...v6.1.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-jsx-a11y&package-manager=npm_and_yarn&previous-version=6.0.3&new-version=6.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=eslint-plugin-jsx-a11y&package-manager=npm_and_yarn&previous-version=6.0.3&new-version=6.1.0)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
  • Loading branch information
dependabot[bot] authored and Ned Zimmerman committed Jul 4, 2018
1 parent 980325b commit 19fb11f
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19fb11f

Please sign in to comment.