Skip to content

Commit

Permalink
chore(deps): ⬆️ update ESLint and related packages to latest versions
Browse files Browse the repository at this point in the history
- Updated the following ESLint-related dependencies:
  - `@types/eslint` from `^8.37.0` to `^8.38.0`.
  - `@typescript-eslint/eslint-plugin` from `^5.59.0` to `^8.6.0`.
  - `@typescript-eslint/parser` from `^5.59.0` to `^8.6.0`.
  - `eslint-config-next` from `^13.3.0` to `^14.2.13`.
  - `eslint-config-prettier` from `^8.8.0` to `^9.1.0`.
  - `eslint-plugin-react` from `7.32.2` to `7.36.1`.
  - `eslint` from `^8.38.0` to `^8.57.0`.
  - `eslint-plugin-jsx-a11y` from `^6.7.1` to `^6.10.0`.
  - Updated `typescript` from `^5.0.4` to `^5.6.2`.

- This ensures the project benefits from the latest improvements, bug fixes, and compatibility updates for ESLint and related packages.
  • Loading branch information
Zyruks committed Sep 22, 2024
1 parent 27488a0 commit 63c3ec3
Show file tree
Hide file tree
Showing 6 changed files with 1,223 additions and 527 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"dotenv-cli": "^7.2.1",
"eslint": "^8.38.0",
"eslint": "^8.57.0",
"postcss": "^8.4.22",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@commitlint/types": "^19.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@manypkg/cli": "^0.21.4",
"eslint": "^8.38.0",
"eslint": "^8.57.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"eslint": "^8.38.0",
"eslint": "^8.57.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"eslint": "^8.38.0",
"eslint": "^8.57.0",
"typescript": "^5.6.2"
}
}
16 changes: 8 additions & 8 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"clean": "git clean -xdf .next .turbo node_modules dist"
},
"dependencies": {
"@types/eslint": "^8.37.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"@types/eslint": "^8.38.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint-config-next": "^14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.9.3",
"eslint-plugin-react": "7.32.2"
"eslint-plugin-react": "7.36.1"
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 63c3ec3

Please sign in to comment.