Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent efc0d27 commit bb0d282
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 99 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@tybalt/eslint-plugin": "workspace:^",
"cypress": "^12.17.3",
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"istanbul-merge": "^2.0.0",
"jest": "^29.7.0",
"jest-fail-on-console": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chalk": "^5.2.0",
"commander": "^12.0.0",
"esbuild": "^0.21.1",
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"find-up": "^7.0.0",
"glob": "^10.4.1",
"import-meta-resolve": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/rule-tester": "^7.13.0",
"esbuild": "^0.21.1",
"esbuild-jest": "^0.5.0",
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"jest": "^29.7.0",
"js-convert-case": "^4.2.0",
"rimraf": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"esbuild": "^0.21.1",
"esbuild-jest": "^0.5.0",
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.3"
Expand Down
Loading

0 comments on commit bb0d282

Please sign in to comment.