app-sdk
app-sdk copied to clipboard
Bump eslint-plugin-jsx-a11y from 6.6.1 to 6.8.0
Bumps eslint-plugin-jsx-a11y from 6.6.1 to 6.8.0.
Changelog
Sourced from eslint-plugin-jsx-a11y's changelog.
v6.8.0 - 2023-11-01
Merged
- Allow
title
attribute oraria-label
attribute instead of accessible child in the "anchor-has-content" rule[#727](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/727)
Fixed
- [Docs]
aria-activedescendant-has-tabindex
: align with changes from #708[#924](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/924)
- [Fix]
control-has-associated-label
: don't accept whitespace as an accessible label[#918](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/918)
Commits
- [Tests] migrate helper parsers function from
eslint-plugin-react
ce4d57f
- [Refactor] use
es-iterator-helpers
52de824
- [New]
mouse-events-have-key-events
: addhoverInHandlers
/hoverOutHandlers
configdb64898
- [New] add
polymorphicPropName
setting for polymorphic componentsfffb05b
- [Fix]
isNonInteractiveElement
: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.164bfea6
- [Refactor] use
hasown
instead ofhas
9a8edde
- [actions] update used actions
10c061a
- [Dev Deps] update
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,@babel/register
,aud
,eslint-doc-generator
,eslint-plugin-import
,minimist
6d5022d
- [Dev Deps] update
@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/register
,eslint-doc-generator
,eslint-plugin-import
4dc7f1e
- [New]
anchor-has-content
: Allow title attribute OR aria-label attributee6bfd5c
- [patch]
mouse-events-have-key-events
: rport the attribute, not the nodeeadd70c
- [Deps] update
@babel/runtime
,array-includes
,array.prototype.flatmap
,object.entries
,object.fromentries
46ffbc3
- [Deps] update
@babel/runtime
,axobject-query
,jsx-ast-utils
,semver
5999555
- [Fix] pin
aria-query
andaxe-core
to fix failing tests on main8d8f016
- [patch] move
semver
from Deps to Dev Deps4da13e7
- [Deps] update
ast-types-flow
b755318
- [Dev Deps] update
eslint-plugin-import
f1c976b
- [Deps] unpin
language-tags
3d1d26d
- [Docs]
no-static-element-interactions
: tabIndex is written tabindex1271153
- [Deps] Upgrade ast-types-flow to mitigate Docker user namespacing problems
f0d2ddb
- [Dev Deps] pin
jackspeak
since 2.1.2+ depends on npm aliases, which kill the install process in npm < 60c278f4
v6.7.1 - 2023-01-11
Commits
- [Fix]
no-aria-hidden-on-focusable
rule's missing exportb01219e
v6.7.0 - 2023-01-09
Merged
- New rule: prefer-tag-over-role
[#833](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/833)
Fixed
- [Tests]
aria-role
: add now-passing test[#756](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/756)
... (truncated)
Commits
9742753
v6.8.0b755318
[Deps] updateast-types-flow
f1c976b
[Dev Deps] updateeslint-plugin-import
52de824
[Refactor] usees-iterator-helpers
9a8edde
[Refactor] usehasown
instead ofhas
46ffbc3
[Deps] update@babel/runtime
,array-includes
,array.prototype.flatmap
, ...4dc7f1e
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
, `@babe...fffb05b
[New] addpolymorphicPropName
setting for polymorphic components3d1d26d
[Deps] unpinlanguage-tags
10c061a
[actions] update used actions- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
⚠️ No Changeset found
Latest commit: 5e0d0b39b6703474d2f2fed7ea1604ae722b6667
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR