cytoscape.js-layers
cytoscape.js-layers copied to clipboard
build(deps-dev): bump eslint-plugin-jsx-a11y from 6.8.0 to 6.10.0
Bumps eslint-plugin-jsx-a11y from 6.8.0 to 6.10.0.
Release notes
Sourced from eslint-plugin-jsx-a11y's releases.
v6.10.0
Added
- [New] add eslint 9 support by
@michaelfaithin jsx-eslint/eslint-plugin-jsx-a11y#1009- [New]
label-has-associated-control: add additional error message by@BillyLevinin jsx-eslint/eslint-plugin-jsx-a11y#1007- Support
forattribute by@edoardocavazzain jsx-eslint/eslint-plugin-jsx-a11y#977- [New] Add
attributessetting by@edoardocavazzain jsx-eslint/eslint-plugin-jsx-a11y#979- [New] allow polymorphic linting to be restricted to specified components by
@khiga8in jsx-eslint/eslint-plugin-jsx-a11y#984Fixed
- [readme] remove deprecated travis ci badge by
@trajan0xin jsx-eslint/eslint-plugin-jsx-a11y#995- fix typo in shareable config section in readme by
@plbstlin jsx-eslint/eslint-plugin-jsx-a11y#997- [readme] fix jsxA11y import name by
@k35oin jsx-eslint/eslint-plugin-jsx-a11y#1003- [Fix]:
label-has-associated-control: ignore undetermined label text by@BillyLevinin jsx-eslint/eslint-plugin-jsx-a11y#1004New Contributors
@trajan0xmade their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#995@plbstlmade their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#997@k35omade their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#1003@BillyLevinmade their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#1004@edoardocavazzamade their first contribution in jsx-eslint/eslint-plugin-jsx-a11y#977Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.0
v6.9.0
Added
- add support for Flat Config
6b5f096no-noninteractive-element-to-interactive-role: allowmenuitemradioandmenuitemcheckboxon <li>c0733f9Fixed
img-redundant-alt: fixed multibyte character support[#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969)- Revert "[Fix]
isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1"75d5dd7- ensure
summaryremains non-interactive6a048daChanged
- [meta] fix changelog links
[#960](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960)- [Robustness] use
safe-regex-test4c7e781- [actions] update actions/checkout
51a1ca7- [Deps] pin
aria-queryandaxobject-query, addls-enginestest to CI32fd82c- [Deps] remove
@babel/runtime0a98ad8- [Deps] unpin
axe-coreb3559cf- [Deps] move
object.entriesto dev deps1be7b70Full Changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0
Changelog
Sourced from eslint-plugin-jsx-a11y's changelog.
v6.10.0 - 2024-09-03
Fixed
- [New]
label-has-associated-control: add additional error message[#1005](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/1005)- [Fix]
label-has-associated-control: ignore undetermined label text[#966](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/966)Commits
- [Tests] switch from jest to tape
a284cbf- [New] add eslint 9 support
deac4fd- [New] add
attributessettinga1ee7f8- [New] allow polymorphic linting to be restricted
6cd1a70- [Tests] remove duplicate tests
74d5dec- [Dev Deps] update
@babel/cli,@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types6eca235- [readme] remove deprecated travis ci badge; add github actions badge
0be7ea9- [Tests] use
npm auditinstead ofaud05a5e49- [Deps] update
axobject-query912e98c- [Deps] unpin
axobject-query75147aa- [Deps] update
axe-core27ff7cb- [readme] fix jsxA11y import name
ce846e0- [readme] fix typo in shareable config section in readme
cca288bv6.9.0 - 2024-06-19
Fixed
- [Fix]
img-redundant-alt: fixed multibyte character support[#969](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969)- [meta] fix changelog links
[#960](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960)Commits
- [New] add support for Flat Config
6b5f096- Revert "[Fix]
isNonInteractiveElement: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1"75d5dd7- [Robustness] use
safe-regex-test4c7e781- [actions] update actions/checkout
51a1ca7- [Dev Deps] update
@babel/cli,@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types,@babel/register,eslint-doc-generator,object.entries1271ac1- [Dev Deps] update
@babel/cli,@babel/core,@babel/register,aud,eslint-plugin-import,npmignore,object.assign540cb7a- [Deps] update
@babel/runtime,array-includes,es-iterator-helpers,hasown,object.fromentries,safe-regex-test5d14408- [Deps] pin
aria-queryandaxobject-query, addls-enginestest to CI32fd82c- [Dev Deps] update
@babel/core,@babel/eslint-parser,@babel/plugin-transform-flow-strip-types,eslint-doc-generatord1b4114- [Fix] ensure
summaryremains non-interactive6a048da- [Deps] remove
@babel/runtime0a98ad8- [New]
no-noninteractive-element-to-interactive-role: allowmenuitemradioandmenuitemcheckboxon <li>c0733f9- [Deps] update
@babel/runtime,safe-regex-test0d5321a- [actions] pin codecov to v3.1.5
961817f- [Deps] unpin
axe-coreb3559cf- [Deps] move
object.entriesto dev deps1be7b70- [Deps] update
@babel/runtime2a48abb- [Deps] update
@babel/runtime1adec35
Commits
65c9338v6.10.0912e98c[Deps] updateaxobject-query6cd1a70[New] allow polymorphic linting to be restricteda1ee7f8[New] addattributessetting83fd9c4[New]label-has-associated-control: add additional error message75147aa[Deps] unpinaxobject-querya284cbf[Tests] switch from jest to tapedeac4fd[New] add eslint 9 support74d5dec[Tests] remove duplicate tests05a5e49[Tests] usenpm auditinstead ofaud- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)