Skip to content

Commit

Permalink
Bump eslint from 8.56.0 to 9.10.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 9.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.10.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 4117aeb commit e594a41
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 123 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"devDependencies": {
"chai": "^5.1.1",
"eslint": "^8.56.0",
"eslint": "^9.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/global-jsdom-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "MIT",
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^9.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/global-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"devDependencies": {
"chai": "^5.1.1",
"eslint": "^8.56.0",
"eslint": "^9.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
Expand Down
Loading

0 comments on commit e594a41

Please sign in to comment.