Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Typesync #312

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions apps/config-validation-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
},
"devDependencies": {
"@storybook/react": "^7.6.20",
"@types/node": "^22.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"@types/lodash": "~4.17.13",
"@types/node": "^22.10.1",
"@types/react": "~18.3.12",
"@types/react-dom": "~18.3.1",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
3 changes: 0 additions & 3 deletions apps/docs-website/.typesyncrc.json

This file was deleted.

9 changes: 4 additions & 5 deletions apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc --noEmit",
"lint": "eslint --max-warnings=0 --flag unstable_ts_config",
"typesync": "typesync --dry=fail",
"clean": "pnpm clear && rm -rf .turbo dist node_modules/.cache"
},
"dependencies": {
Expand Down Expand Up @@ -41,10 +40,10 @@
"@docusaurus/types": "^3.6.3",
"@hookform/devtools": "^4.3.1",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"@types/lodash-es": "~4.17.12",
"@types/node": "^22.10.1",
"@types/react": "~18.3.12",
"@types/react-dom": "~18.3.1",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
3 changes: 0 additions & 3 deletions apps/sheriff-webservices/.typesyncrc.json

This file was deleted.

8 changes: 3 additions & 5 deletions apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@
"build": "tsc",
"typecheck": "tsc --noEmit",
"lint": "eslint --max-warnings=0 --flag unstable_ts_config",
"typesync": "typesync --dry=fail",
"serve": "node ./dist/index.js",
"clean": "rm -rf .turbo dist node_modules/.cache"
},
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@tsconfig/node-lts": "^22.0.0",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint-plugin-react-refresh": "^0.4.0",
"@types/lodash": "^4.17.6",
"@types/node": "^22.9.0",
"@types/eslint-plugin-jsx-a11y": "~6.10.0",
"@types/lodash": "~4.17.13",
"@types/node": "^22.10.1",
"eslint-define-config": "^2.1.0",
"tsx": "^4.16.2",
"typescript": "^5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"publint": "turbo run publint --concurrency=1",
"are-the-types-wrong": "turbo run are-the-types-wrong",
"manypkg": "manypkg check",
"typesync": "turbo run typesync",
"typesync": "typesync --dry=fail",
"typecheck": "turbo run typecheck",
"knip": "knip",
"validate-config": "turbo run validate-config",
Expand All @@ -38,7 +38,7 @@
"knip": "^5.25.1",
"prettier": "^3.3.2",
"turbo": "^2.2.3",
"typesync": "0.13.0"
"typesync": "0.14.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
3 changes: 0 additions & 3 deletions packages/eslint-config-sheriff/.typesyncrc.json

This file was deleted.

12 changes: 5 additions & 7 deletions packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"build-watch": "tsup && pnpm re-bundle-types",
"typecheck": "tsc --noEmit",
"lint": "eslint src --max-warnings=0 --flag unstable_ts_config",
"publint": "publint",
"typesync": "typesync --dry=fail"
"publint": "publint"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.10.1",
Expand Down Expand Up @@ -98,11 +97,10 @@
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint-plugin-react-refresh": "^0.4.0",
"@types/lodash": "^4.17.6",
"@types/node": "^22.9.0",
"@types/confusing-browser-globals": "~1.0.3",
"@types/eslint-plugin-jsx-a11y": "~6.10.0",
"@types/lodash": "~4.17.13",
"@types/node": "^22.10.1",
"@typescript-eslint/utils": "^8.15.0",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.17.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/sheriff-cli/.typesyncrc.json

This file was deleted.

7 changes: 3 additions & 4 deletions packages/sheriff-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "tsup",
"typecheck": "tsc --noEmit",
"lint": "eslint ./src --max-warnings=0",
"publint": "publint",
"typesync": "typesync --dry=fail"
"publint": "publint"
},
"license": "MIT",
"dependencies": {
Expand All @@ -24,8 +23,8 @@
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.32",
"@types/node": "^22.10.1",
"@types/yargs": "~17.0.33",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/sheriff-create-config/.typesyncrc.json

This file was deleted.

9 changes: 4 additions & 5 deletions packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"build-watch": "tsup",
"typecheck": "tsc --noEmit",
"lint": "eslint ./src --max-warnings=0 --flag unstable_ts_config",
"publint": "publint",
"typesync": "typesync --dry=fail"
"publint": "publint"
},
"license": "MIT",
"dependencies": {
Expand All @@ -31,9 +30,9 @@
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.32",
"@types/lodash-es": "~4.17.12",
"@types/node": "^22.10.1",
"@types/yargs": "~17.0.33",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sheriff-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/lodash-es": "~4.17.12",
"@types/node": "^22.10.1",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
Loading
Loading