Skip to content

Bump eslint-plugin-jsx-a11y from 6.0.3 to 6.1.2 - #20

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.1.2
Closed

Bump eslint-plugin-jsx-a11y from 6.0.3 to 6.1.2#20
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.1.2

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps eslint-plugin-jsx-a11y from 6.0.3 to 6.1.2.

Release notes

Sourced from eslint-plugin-jsx-a11y's releases.

Minor fixes and documentation updates

6.1.2 / 2018-10-05
[fix] Add link-type styling recommendation to anchor-is-valid #486
[fix] label-has-for: textareas are inputs too #470

Bugfixes

[fix] aria-proptypes support for idlist, #454
[fix] Image with expanded props throws 'The prop must be a JSXAttribute collected by the AST parser.', #459
[fix] label-has-for: broken in v6.1.0, #455

Support eslint v5

6.1.0 / 2018-06-26

  • [new] Support for eslint v5, #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
  • [fix] aria-errormessage prop is now a valid ARIA property, #424
Changelog

Sourced from eslint-plugin-jsx-a11y's changelog.

6.1.2 / 2018-10-05

  • [fix] Add link-type styling recommendation to anchor-is-valid #486
  • [fix] label-has-for: textareas are inputs too #470

6.1.1 / 2018-07-03

  • [fix] aria-proptypes support for idlist, #454
  • [fix] Image with expanded props throws 'The prop must be a JSXAttribute collected by the AST parser.', #459
  • [fix] label-has-for: broken in v6.1.0, #455

6.1.0 / 2018-06-26

  • [new] Support for eslint v5, #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
  • [fix] aria-errormessage prop is now a valid ARIA property, #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.
  • [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 and 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.
  • [fix] Missing README entry for media-has-caption. Thanks ismail-syed.
  • [fix] README updates explaining recommended and strict configs. Thanks Donaldini.
  • [fix] Updated to [email protected], 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)

5.1.0 / 2017-06-26

  • [new] Support eslint v4. (#267)
  • [new] label-has-for: add "required" option to allow customization (#240)
... (truncated)
Commits
  • c538d35 6.1.2
  • ea964b1 Update changelog
  • 43d1d94 Add link-type styling recommendation to anchor-is-valid
  • 71819a0 [Docs] accessible-emoji: plural of emoji is emoji
  • 4a0608b [Docs] label-has-associated-control: update label id
  • 9957219 [Tests] temporarily allow node 4 + eslint 4 to fail
  • 969ce6d [Dev Deps] add missing dev dep
  • 1be1744 [Tests] use nvm install-latest-npm
  • 9103c7a [Tests] add additional test case for #474
  • bbad58a Merge pull request #471 from ljharb/textarea
  • Additional commits viewable in compare view

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @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 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:

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

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 8, 2018
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #40.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/eslint-plugin-jsx-a11y-6.1.2 branch February 12, 2019 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant