Skip to content

Commit

Permalink
build(deps): bump eslint-plugin-jsx-a11y from 6.8.0 to 6.10.1 (#6404)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) from 6.8.0 to 6.10.1.
- [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.8.0...v6.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 33f5945 commit ee01f01
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 129 deletions.
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dirty-chai": "~2.0.1",
"enzyme": "~3.11.0",
"eslint-config-next": "~13.5.6",
"eslint-plugin-jsx-a11y": "~6.8.0",
"eslint-plugin-jsx-a11y": "~6.10.1",
"jsdom": "~24.0.0",
"mocha": "~10.7.3",
"nock": "~13.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"eslint-config-next": "~13.5.5",
"eslint-plugin-jsx-a11y": "~6.8.0",
"eslint-plugin-jsx-a11y": "~6.10.1",
"selfsigned": "~2.4.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"css-loader": "~7.1.1",
"dirty-chai": "~2.0.1",
"enzyme": "~3.11.0",
"eslint-plugin-jsx-a11y": "~6.8.0",
"eslint-plugin-jsx-a11y": "~6.10.1",
"eslint-plugin-react": "~7.34.1",
"grommet": "~2.41.0",
"grommet-icons": "~4.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"chai": "~4.5.0",
"chai-dom": "~1.12.0",
"dirty-chai": "~2.0.1",
"eslint-plugin-jsx-a11y": "~6.8.0",
"eslint-plugin-jsx-a11y": "~6.10.1",
"jsdom": "~24.0.0",
"mocha": "~10.7.3",
"sinon": "~17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"chai-dom": "~1.12.0",
"css-loader": "~7.1.1",
"dirty-chai": "~2.0.1",
"eslint-plugin-jsx-a11y": "~6.8.0",
"eslint-plugin-jsx-a11y": "~6.10.1",
"eslint-plugin-react": "~7.34.1",
"html-webpack-plugin": "~5.6.0",
"ignore-styles": "~5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scripts": {},
"dependencies": {
"@babel/eslint-parser": "~7.24.1",
"eslint-plugin-jsx-a11y": "~6.8.0",
"eslint-plugin-jsx-a11y": "~6.10.1",
"eslint-plugin-react": "~7.34.1",
"standard": "~17.1.0",
"standard-engine": "^15.1.0"
Expand Down
Loading

0 comments on commit ee01f01

Please sign in to comment.