Skip to content

Commit

Permalink
chore(deps): bump typesync, use monorepo support
Browse files Browse the repository at this point in the history
Closes: AndreaPontrandolfo#193.

# Conflicts:
#	pnpm-lock.yaml
  • Loading branch information
lishaduck committed Jan 2, 2025
1 parent 5e6d9b2 commit bd38816
Show file tree
Hide file tree
Showing 13 changed files with 177 additions and 144 deletions.
3 changes: 0 additions & 3 deletions apps/docs-website/.typesyncrc.json

This file was deleted.

1 change: 0 additions & 1 deletion 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",
"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
3 changes: 0 additions & 3 deletions apps/sheriff-webservices/.typesyncrc.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "tsc",
"typecheck": "tsc",
"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"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 @@ -39,7 +39,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.

3 changes: 1 addition & 2 deletions packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"build": "tsup && pnpm re-bundle-types",
"typecheck": "tsc",
"lint": "eslint src --max-warnings=0 --flag unstable_ts_config",
"publint": "publint",
"typesync": "typesync --dry=fail"
"publint": "publint"
},
"dependencies": {
"@arethetypeswrong/cli": "^0.17.2",
Expand Down
3 changes: 0 additions & 3 deletions packages/sheriff-cli/.typesyncrc.json

This file was deleted.

3 changes: 1 addition & 2 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",
"lint": "eslint ./src --max-warnings=0",
"publint": "publint",
"typesync": "typesync --dry=fail"
"publint": "publint"
},
"license": "MIT",
"dependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/sheriff-create-config/.typesyncrc.json

This file was deleted.

3 changes: 1 addition & 2 deletions packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"build": "tsup",
"typecheck": "tsc",
"lint": "eslint ./src --max-warnings=0 --flag unstable_ts_config",
"publint": "publint",
"typesync": "typesync --dry=fail"
"publint": "publint"
},
"license": "MIT",
"dependencies": {
Expand Down
287 changes: 169 additions & 118 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"inputs": ["**/package.json"]
},
"//#knip": {},
"typesync": {},
"//#typesync": {
"inputs": ["**/package.json", ".typesyncrc"]
},
"are-the-types-wrong": {
"dependsOn": ["build"]
},
Expand Down

0 comments on commit bd38816

Please sign in to comment.