Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-jsx-a11y from 6.2.3 to 6.4.1 #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 2, 2020

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

Changelog

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

6.4.1 / 2020-10-26

  • f8a4496 Upgrade jsx-ast-utils to v3.1.0

6.4.0 / 2020-10-26

  • 83e4ff2 [Deps] update axe-core, jsx-ast-utils
  • eb92b07 [Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, eslint-plugin-flowtype, eslint-plugin-import, estraverse, expect, object.assign
  • 3d98d7a [Deps] update @babel/runtime, axe-core
  • f702f62 [readme] add Spanish translation
  • c2ae092 [Docs] no-static-element-interactions: Fixed rule name in comments
  • b90e20d Fix screenreader -> screen reader
  • 645900a Fixed rule name in comments
  • 381b9d6 [fix:634] Ignore control elements that are hidden
  • 2c47f0a [Fix] autocomplete-valid: workaround for axe not being able to handle null
  • 00bd6d8 Add failing test for autocomplete with dynamic type
  • 3c49c9a Add WCAG guidelines to rule documentation
  • 4ecaf35 Add a testcase for tablist to interactive supports focus
  • dac6864 Deprecate the accessible-emoji rule
  • 5191053 Update to axobject-query@2.2.0
  • b315698 Allow negative tabindex in aria-activedescendant-has-tabindex
  • 8e6fcd0 docs: fix travis badge now points to correct location at travis-ci.com
  • 2234df7 Account for additional control elements in label-has-associated-control
  • 5cbb718 Adding test cases for label tests
  • 66c425c Additional test case for no-redundant-roles

6.3.1 / 2020-06-19

  • 765da0f Update to aria-query 4.2.2
  • d528e8c Fix aria-level allowed on elements wit role heading (#704)
  • 29c6859 [meta] remove yarn registry from npmrc, so publishing works
  • f52c206 chore(package): update estraverse to version 5.0.0

6.3.0 / 2020-06-18

  • cce838a Update aria-query to 4.2.0
  • 121e8a4 Add two test cases found while upgrading to ARIA 1.2
  • 8059f51 Fix test failures raised by the upgrade to ARIA 1.2
  • 0d24e3a Update package.json
  • b1f412a Fix test failures in role-has-required-aria-props due to ARIA 1.2 updates
  • 74cec6e Fix test failures in no-noninteractive-element-interactions due to ARIA 1.2 updates
  • 835b89e Fix test failures in role-supports-aria-props-test due to ARIA 1.2 updates
  • 730319b Account for the null semantic generic role in ARIA 1.2
  • 7dfa7c9 Update aria-query from 4.0.1 to 4.0.2
  • 42098b9 [Refactor] img-redundant-alt: removing a use of some
  • a910d83 [Tests] label-has-associated-control: add test for
  • b273fe5 [New] Support ESLint 7.x
Commits
  • c99beef 6.4.1
  • f8a4496 Upgrade jsx-ast-utils to v3.1.0
  • 1834668 Merge pull request #753 from jsx-eslint/tag-6.4.0
  • a6d883d CHANGELOG update for v6.4.0
  • 83e4ff2 [Deps] update axe-core, jsx-ast-utils
  • eb92b07 [Dev Deps] update @babel/cli, @babel/core, `@babel/plugin-transform-flow-...
  • 3d98d7a [Deps] update @babel/runtime, axe-core
  • f702f62 [readme] add Spanish translation
  • 5b35bb0 Merge pull request #725 from piperchester/patch-1
  • 3652357 Merge branch 'master' into patch-1
  • 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.

If all status checks pass Dependabot will automatically merge this pull request during working hours.


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:

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

⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️

You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 2, 2020
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.

None yet

0 participants