Skip to content

Commit

Permalink
Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 in /WcaOnRails (thewc…
Browse files Browse the repository at this point in the history
…a#8547)

* Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 in /WcaOnRails

Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.7.1 to 6.8.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.8.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Run yarn-deduplicate

* Add accessibility label to ResultRow href

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gregor Billing <[email protected]>
  • Loading branch information
dependabot[bot] and gregorbg authored Dec 1, 2023
1 parent 68e7a35 commit 48915e7
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 592 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function ResultRow({
<Table.Cell className={cn({ 'text-muted': index > 0 && results[index - 1].pos === result.pos })}>
{result.pos}
{adminMode && (
<a href={editResultUrl(result.id)} role="menuitem" className="edit-link">
<a href={editResultUrl(result.id)} aria-label="Edit" role="menuitem" className="edit-link">
<Icon name="pencil" />
</a>
)}
Expand Down
2 changes: 1 addition & 1 deletion WcaOnRails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.5.0",
"jshint": "^2.13.6",
Expand Down
Loading

0 comments on commit 48915e7

Please sign in to comment.