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 npm package typescript to v5.7.2 #5700

Merged
merged 10 commits into from
Dec 16, 2024
4 changes: 2 additions & 2 deletions apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"sanitize-html": "2.13.1",
"tsconfig-paths-webpack-plugin": "4.2.0",
"tsx": "4.19.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand All @@ -112,7 +112,7 @@
"@vitest/coverage-istanbul": "2.1.8",
"eslint": "9.17.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"wait-on": "8.0.1"
Expand Down
4 changes: 2 additions & 2 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"openai": "4.68.4",
"ts-json-schema-generator": "1.5.1",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"ws": "8.18.0"
},
"devDependencies": {
Expand All @@ -127,7 +127,7 @@
"eslint": "9.17.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.8",
"wait-on": "8.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"graphology-types": "0.24.8",
"rimraf": "6.0.1",
"sass": "1.83.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"wait-on": "8.0.1",
"webpack": "5.97.1"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/hash-integration-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"axios": "1.7.9",
"dotenv-flow": "3.3.0",
"tsx": "4.19.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand All @@ -46,7 +46,7 @@
"@types/dotenv-flow": "3.3.3",
"eslint": "9.17.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"wait-on": "8.0.1"
}
}
4 changes: 2 additions & 2 deletions apps/hash-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"set-interval-async": "2.0.3",
"slonik": "24.2.0",
"tsx": "4.19.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node": "22.10.2",
"@types/set-interval-async": "1.0.3",
"eslint": "9.17.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions apps/hash-search-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@local/hash-isomorphic-utils": "0.0.0-private",
"hot-shots": "8.5.2",
"tsx": "4.19.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/node": "22.10.2",
"eslint": "9.17.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions apps/hashdotdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"remark-parse": "10.0.2",
"sharp": "0.33.5",
"slugify": "1.6.6",
"typescript": "5.6.3",
"typescript": "5.7.2",
"unified": "10.1.2",
"unist-util-visit": "4.1.2"
},
Expand All @@ -83,7 +83,7 @@
"eslint": "9.17.0",
"execa": "7.2.0",
"tsx": "4.19.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"engines": {
"node": ">= v20"
Expand Down
2 changes: 1 addition & 1 deletion apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.2.0",
"type-fest": "3.13.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"webpack": "5.97.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
Expand Down
2 changes: 1 addition & 1 deletion blocks/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/ai-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/countdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mock-block-dock": "0.0.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion blocks/faq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/how-to/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/kanban-board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/minesweeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"block-scripts": {
"port": 63212
Expand Down
2 changes: 1 addition & 1 deletion blocks/paragraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/person/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"mock-block-dock": "0.0.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/shuffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion blocks/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prettier": "3.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/@blockprotocol/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"json-schema-to-typescript": "11.0.5",
"lit": "2.8.0",
"lodash.isequal": "4.5.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@local/eslint": "0.0.0-private",
Expand All @@ -82,7 +82,7 @@
"@types/react": "18.2.68",
"eslint": "9.17.0",
"rimraf": "6.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/@blockprotocol/type-system/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"rimraf": "6.0.1",
"rollup": "4.28.1",
"tslib": "2.8.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite-plugin-wasm-pack": "0.1.12",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/block-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-storybook": "0.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@emotion/react": "11.14.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-storybook": "0.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@emotion/cache": "11.14.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/query-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.54.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@mui/material": "^5.14.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/type-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.54.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@mui/material": "^5.14.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/advanced-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint": "9.17.0",
"react": "18.2.0",
"rimraf": "6.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion libs/@local/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/eslint__eslintrc": "2.1.2",
"@types/node": "22.10.2",
"rimraf": "6.0.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
Loading
Loading