Skip to content

Commit

Permalink
Update typescript to version 5.6.2 (#2863)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben authored Oct 11, 2024
1 parent 4f6f57a commit fabc8a9
Show file tree
Hide file tree
Showing 39 changed files with 184 additions and 125 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"pino-pretty": "^9.1.0",
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"typescript": "^5.4.4"
"typescript": "^5.6.2"
},
"workspaces": {
"packages": [
Expand Down
3 changes: 2 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@atproto/lex-cli": "workspace:^",
"get-port": "^6.1.2",
"jest": "^28.1.2",
"prettier": "^3.2.5"
"prettier": "^3.2.5",
"typescript": "^5.6.2"
}
}
3 changes: 3 additions & 0 deletions packages/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"key-encoder": "^2.0.3",
"multiformats": "^9.9.0",
"uint8arrays": "3.0.0"
},
"devDependencies": {
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/bsky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"axios": "^0.27.2",
"jest": "^28.1.2",
"ts-node": "^10.8.2",
"typescript": "^5.4.4"
"typescript": "^5.6.2"
}
}
3 changes: 2 additions & 1 deletion packages/bsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@types/pg": "^8.6.6",
"get-port": "^5.1.1",
"jest": "^28.1.2",
"ts-node": "^10.8.2"
"ts-node": "^10.8.2",
"typescript": "^5.6.2"
}
}
3 changes: 2 additions & 1 deletion packages/common-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"jest": "^28.1.2"
"jest": "^28.1.2",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"jest": "^28.1.2",
"typescript": "^5.3.3",
"typescript": "^5.6.2",
"uint8arrays": "3.0.0"
}
}
3 changes: 2 additions & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"devDependencies": {
"@atproto/common": "workspace:^",
"jest": "^28.1.2"
"jest": "^28.1.2",
"typescript": "^5.6.2"
}
}
3 changes: 2 additions & 1 deletion packages/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"uint8arrays": "3.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13"
"@types/express": "^4.17.13",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
3 changes: 2 additions & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"cors": "^2.8.5",
"express": "^4.18.2",
"get-port": "^6.1.2",
"jest": "^28.1.2"
"jest": "^28.1.2",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/internal/did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/fetch-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/psl": "1.1.3",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@atproto-labs/pipe": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"optionalDependencies": {
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/handle-resolver-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@atproto/did": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/handle-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/identity-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@atproto/syntax": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"rollup": "^4.10.0",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/simple-store-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lru-cache": "^10.2.0"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/simple-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
3 changes: 3 additions & 0 deletions packages/lex-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"ts-morph": "^16.0.0",
"yesno": "^0.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.6.2"
}
}
3 changes: 2 additions & 1 deletion packages/lexicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"jest": "^28.1.2"
"jest": "^28.1.2",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/oauth/jwk-jose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jose": "^5.2.0"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/jwk-webcrypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@atproto/jwk-jose": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/jwk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-client-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^1.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-client-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@atproto/oauth-types": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"rollup": "^4.13.0",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"optionalDependencies": {
"ioredis": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/oauth-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
Expand Down
3 changes: 2 additions & 1 deletion packages/ozone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@types/qs": "^6.9.7",
"axios": "^0.27.2",
"jest": "^28.1.2",
"ts-node": "^10.8.2"
"ts-node": "^10.8.2",
"typescript": "^5.6.2"
}
}
1 change: 1 addition & 0 deletions packages/pds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"get-port": "^6.1.2",
"jest": "^28.1.2",
"ts-node": "^10.8.2",
"typescript": "^5.6.2",
"ws": "^8.12.0"
}
}
3 changes: 2 additions & 1 deletion packages/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"jest": "^28.1.2"
"jest": "^28.1.2",
"typescript": "^5.6.2"
}
}
3 changes: 2 additions & 1 deletion packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"p-queue": "^6.6.2"
},
"devDependencies": {
"jest": "^28.1.2"
"jest": "^28.1.2",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test": "jest",
"build": "tsc --build tsconfig.build.json"
},
"dependencies": {},
"devDependencies": {
"jest": "^28.1.2"
"jest": "^28.1.2",
"typescript": "^5.6.2"
},
"browser": {
"dns/promises": false
Expand Down
5 changes: 3 additions & 2 deletions packages/xrpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"@types/http-errors": "^2.0.1",
"@types/ws": "^8.5.4",
"get-port": "^6.1.2",
"jose": "^4.15.4",
"jest": "^28.1.2",
"jose": "^4.15.4",
"key-encoder": "^2.0.3",
"multiformats": "^9.9.0"
"multiformats": "^9.9.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/xrpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit fabc8a9

Please sign in to comment.