-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update typescript-eslint monorepo to v8 (major) (#804)
* chore(deps): update typescript-eslint monorepo to v8 * .. * Update husky * Update prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
- Loading branch information
1 parent
a962b60
commit e3839a5
Showing
9 changed files
with
115 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ recompile.sh | |
|
||
.next/ | ||
out | ||
.eslintcache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ | |
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "bob build", | ||
"ci:lint": "eslint --ext .ts . --output-file eslint_report.json --format json", | ||
"ci:lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --cache --ignore-path .gitignore --output-file eslint_report.json --format json .", | ||
"clean": "rimraf node_modules/", | ||
"generate:examples": "yarn generate:examples:cjs", | ||
"generate:examples:cjs": "graphql-codegen --require dotenv/config --config ./dev-test/codegen.ts dotenv_config_path=dev-test/.env", | ||
"generate:examples:esm": "graphql-codegen-esm --require dotenv/config --config ./dev-test/codegen.ts dotenv_config_path=dev-test/.env", | ||
"lint": "eslint --ext .ts .", | ||
"postinstall": "patch-package && husky install", | ||
"lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --cache --ignore-path .gitignore .", | ||
"postinstall": "patch-package", | ||
"prebuild": "rimraf dist/ .bob/ tsconfig.tsbuildinfo", | ||
"prerelease": "yarn build", | ||
"prettier": "prettier --write --list-different .", | ||
|
@@ -37,13 +37,14 @@ | |
"@babel/preset-typescript": "7.26.0", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.10", | ||
"@theguild/prettier-config": "2.0.7", | ||
"@theguild/prettier-config": "3.0.0", | ||
"@types/jest": "28.1.8", | ||
"@types/node": "22.10.2", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"@typescript-eslint/eslint-plugin": "8.18.0", | ||
"@typescript-eslint/parser": "8.18.0", | ||
"babel-jest": "28.1.3", | ||
"bob-the-bundler": "7.0.1", | ||
"cross-env": "7.0.3", | ||
"eslint": "9.17.0", | ||
"eslint-plugin-import": "2.31.0", | ||
"graphql": "16.9.0", | ||
|
@@ -69,7 +70,7 @@ | |
}, | ||
"lint-staged": { | ||
"packages/**/src/**/*.{ts,tsx}": [ | ||
"eslint --fix" | ||
"cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --fix" | ||
], | ||
"**/*.{js,jsx,cjs,mjs,ts,tsx,graphql,gql,yml,yaml,json,md}": [ | ||
"prettier --write" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.