Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2022
1 parent 7ad8b0e commit 5598475
Show file tree
Hide file tree
Showing 8 changed files with 260 additions and 114 deletions.
360 changes: 253 additions & 107 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"eslint": "^8.4.1",
"eslint": "^8.29.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-mocha": "^10.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"@babel/core": "^7.16.7",
"eslint": "^8.4.1"
"eslint": "^8.29.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"eslint-plugin-react-hooks": "^4.3.0"
},
"devDependencies": {
"eslint": "^8.4.1"
"eslint": "^8.29.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"typescript": ">=3"
},
"devDependencies": {
"eslint": "^8.4.1"
"eslint": "^8.29.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"eslint-plugin-react-hooks": "^4.3.0"
},
"devDependencies": {
"eslint": "^8.4.1"
"eslint": "^8.29.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": ">=4"
},
"devDependencies": {
"eslint": "^8.4.1"
"eslint": "^8.29.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"eslint-plugin-mocha": "^10.0.3"
},
"devDependencies": {
"eslint": "^8.4.1"
"eslint": "^8.29.0"
}
}

0 comments on commit 5598475

Please sign in to comment.