Skip to content

Commit

Permalink
feat(deps): update typescript-eslint monorepo (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent e3fc86b commit 5c50d85
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 181 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Checks
run: yarn run checks
if: startsWith(matrix.node-version, '22.')

- name: Prettier
run: yarn run lint:prettier
Expand Down
5 changes: 3 additions & 2 deletions @pob/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"pob": {},
"prettier": "@pob/root/prettier-config",
"peerDependencies": {
"eslint": "^9.9.0"
"eslint": "^9.9.0",
"typescript": ">=5.0.0 <5.8.0"
},
"dependencies": {
"@pob/eslint-config": "59.0.0",
Expand All @@ -48,6 +49,6 @@
"devDependencies": {
"@types/react": "18.3.13",
"react": "18.3.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
17 changes: 9 additions & 8 deletions @pob/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,22 @@
"pob": {},
"prettier": "@pob/root/prettier-config",
"peerDependencies": {
"eslint": "^9.9.0"
"eslint": "^9.9.0",
"typescript": ">=5.0.0 <5.8.0"
},
"dependencies": {
"@pob/eslint-config": "59.0.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint-plugin-import": "^2.31.0",
"typescript-eslint": "^8.16.0"
"typescript-eslint": "^8.18.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.31.0",
"typescript": "5.6.3",
"typescript-eslint": "8.16.0"
"typescript": "5.7.2",
"typescript-eslint": "8.18.0"
}
}
2 changes: 1 addition & 1 deletion @pob/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"eslint-plugin-n": "17.15.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-unicorn": "56.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
10 changes: 5 additions & 5 deletions @pob/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"prettier": "@pob/root/prettier-config",
"peerDependencies": {
"eslint": "^9.9.0",
"typescript": ">=5.2.2"
"typescript": ">=5.0.0 <5.8.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"dependencies": {
"@typescript-eslint/utils": "8.16.0",
"@typescript-eslint/utils": "8.18.0",
"eslint-plugin-react": "^7.35.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@typescript-eslint/rule-tester": "8.16.0",
"@typescript-eslint/rule-tester": "8.18.0",
"eslint": "9.16.0",
"typescript": "5.6.3",
"typescript-eslint": "8.16.0"
"typescript": "5.7.2",
"typescript-eslint": "8.18.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@pob/eslint-config": "workspace:*",
"@pob/eslint-config-typescript": "workspace:*",
"@pob/eslint-config-typescript-react": "workspace:*",
"@pob/root": "14.1.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"check-package-dependencies": "7.2.0",
"@pob/root": "14.4.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"check-package-dependencies": "9.0.0",
"eslint": "9.16.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand All @@ -48,6 +48,6 @@
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-unicorn": "56.0.1",
"semver": "7.6.3",

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-import in dependencies

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-react in dependencies
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
Loading

0 comments on commit 5c50d85

Please sign in to comment.