From eb978f78007b781a79eeef6bde00e0e9c6f2a685 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:42:11 +0000 Subject: [PATCH] Update npm package `typescript` to v5.7.2 --- apps/hash-ai-worker-ts/package.json | 4 +- apps/hash-api/package.json | 4 +- apps/hash-frontend/package.json | 2 +- apps/hash-integration-worker/package.json | 4 +- apps/hash-realtime/package.json | 4 +- apps/hash-search-loader/package.json | 4 +- apps/hashdotdev/package.json | 4 +- apps/plugin-browser/package.json | 2 +- blocks/address/package.json | 2 +- blocks/ai-chat/package.json | 2 +- blocks/ai-image/package.json | 2 +- blocks/ai-text/package.json | 2 +- blocks/callout/package.json | 2 +- blocks/chart/package.json | 2 +- blocks/code/package.json | 2 +- blocks/countdown/package.json | 2 +- blocks/divider/package.json | 2 +- blocks/embed/package.json | 2 +- blocks/faq/package.json | 2 +- blocks/heading/package.json | 2 +- blocks/how-to/package.json | 2 +- blocks/image/package.json | 2 +- blocks/kanban-board/package.json | 2 +- blocks/minesweeper/package.json | 2 +- blocks/paragraph/package.json | 2 +- blocks/person/package.json | 2 +- blocks/shuffle/package.json | 2 +- blocks/table/package.json | 2 +- blocks/timer/package.json | 2 +- blocks/video/package.json | 2 +- libs/@blockprotocol/graph/package.json | 4 +- .../type-system/typescript/package.json | 2 +- .../block-design-system/package.json | 2 +- libs/@hashintel/design-system/package.json | 2 +- libs/@hashintel/query-editor/package.json | 2 +- libs/@hashintel/type-editor/package.json | 2 +- libs/@local/advanced-types/package.json | 2 +- libs/@local/eslint-config/package.json | 4 +- .../graph/client/typescript/package.json | 2 +- libs/@local/graph/sdk/typescript/package.json | 2 +- libs/@local/graph/type-defs/package.json | 2 +- .../graph/types/typescript/package.json | 2 +- .../harpc/client/typescript/package.json | 2 +- libs/@local/hash-backend-utils/package.json | 2 +- .../@local/hash-isomorphic-utils/package.json | 2 +- libs/@local/hash-subgraph/package.json | 2 +- .../typescript/package.json | 2 +- libs/@local/repo-chores/node/package.json | 4 +- libs/@local/status/typescript/package.json | 4 +- tests/hash-backend-integration/package.json | 2 +- tests/hash-backend-load/package.json | 2 +- tests/hash-playwright/package.json | 4 +- yarn.lock | 128 ++++++++---------- 53 files changed, 117 insertions(+), 137 deletions(-) diff --git a/apps/hash-ai-worker-ts/package.json b/apps/hash-ai-worker-ts/package.json index 550affe75fa..7b3ac8a2f74 100644 --- a/apps/hash-ai-worker-ts/package.json +++ b/apps/hash-ai-worker-ts/package.json @@ -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-config": "0.0.0-private", @@ -112,7 +112,7 @@ "@vitest/coverage-istanbul": "2.1.8", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite-tsconfig-paths": "5.1.3", "vitest": "2.1.8", "wait-on": "8.0.1" diff --git a/apps/hash-api/package.json b/apps/hash-api/package.json index 2d7f351bf9f..3f8242d8f7e 100644 --- a/apps/hash-api/package.json +++ b/apps/hash-api/package.json @@ -100,7 +100,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": { @@ -125,7 +125,7 @@ "eslint": "8.57.0", "prettier": "3.4.1", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8", "wait-on": "8.0.1" } diff --git a/apps/hash-frontend/package.json b/apps/hash-frontend/package.json index 1daed3320db..1392c677006 100644 --- a/apps/hash-frontend/package.json +++ b/apps/hash-frontend/package.json @@ -154,7 +154,7 @@ "graphology-types": "0.24.8", "rimraf": "6.0.1", "sass": "1.81.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "wait-on": "8.0.1", "webpack": "5.96.1" }, diff --git a/apps/hash-integration-worker/package.json b/apps/hash-integration-worker/package.json index 99ff06da3e1..fc30bd8a12d 100644 --- a/apps/hash-integration-worker/package.json +++ b/apps/hash-integration-worker/package.json @@ -37,7 +37,7 @@ "axios": "1.7.8", "dotenv-flow": "3.3.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", @@ -46,7 +46,7 @@ "@types/dotenv-flow": "3.3.3", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "wait-on": "8.0.1" } } diff --git a/apps/hash-realtime/package.json b/apps/hash-realtime/package.json index cc8ebf36283..441b43a2176 100644 --- a/apps/hash-realtime/package.json +++ b/apps/hash-realtime/package.json @@ -19,7 +19,7 @@ "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-config": "0.0.0-private", @@ -27,6 +27,6 @@ "@types/node": "22.10.0", "@types/set-interval-async": "1.0.3", "eslint": "8.57.0", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/apps/hash-search-loader/package.json b/apps/hash-search-loader/package.json index 90d3565429f..a7212a9deaa 100644 --- a/apps/hash-search-loader/package.json +++ b/apps/hash-search-loader/package.json @@ -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-config": "0.0.0-private", "@local/tsconfig": "0.0.0-private", "@types/node": "22.10.0", "eslint": "8.57.0", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/apps/hashdotdev/package.json b/apps/hashdotdev/package.json index 048b930196c..24463202a24 100644 --- a/apps/hashdotdev/package.json +++ b/apps/hashdotdev/package.json @@ -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" }, @@ -83,7 +83,7 @@ "eslint": "8.57.0", "execa": "7.2.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "engines": { "node": ">= v20" diff --git a/apps/plugin-browser/package.json b/apps/plugin-browser/package.json index bf050ba370b..dba6b6fefb6 100755 --- a/apps/plugin-browser/package.json +++ b/apps/plugin-browser/package.json @@ -91,7 +91,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.96.1", "webpack-cli": "4.10.0", "webpack-dev-server": "4.15.2", diff --git a/blocks/address/package.json b/blocks/address/package.json index b7fd0f5c7d1..a8c06998f6d 100644 --- a/blocks/address/package.json +++ b/blocks/address/package.json @@ -54,7 +54,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/ai-chat/package.json b/blocks/ai-chat/package.json index 7a02bc6b061..38da254c9e6 100644 --- a/blocks/ai-chat/package.json +++ b/blocks/ai-chat/package.json @@ -49,7 +49,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/ai-image/package.json b/blocks/ai-image/package.json index 8f55b225c42..1f48a133b5d 100644 --- a/blocks/ai-image/package.json +++ b/blocks/ai-image/package.json @@ -50,7 +50,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/ai-text/package.json b/blocks/ai-text/package.json index 62fff07ee66..e9ce66f495c 100644 --- a/blocks/ai-text/package.json +++ b/blocks/ai-text/package.json @@ -43,7 +43,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/callout/package.json b/blocks/callout/package.json index 72070fb664a..92282bc13bf 100644 --- a/blocks/callout/package.json +++ b/blocks/callout/package.json @@ -40,7 +40,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/chart/package.json b/blocks/chart/package.json index 7b01fe729da..28a6841bf90 100644 --- a/blocks/chart/package.json +++ b/blocks/chart/package.json @@ -49,7 +49,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/code/package.json b/blocks/code/package.json index b0bb1bbf9b7..05889c8db05 100644 --- a/blocks/code/package.json +++ b/blocks/code/package.json @@ -41,7 +41,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/countdown/package.json b/blocks/countdown/package.json index 8a3989a930c..4c0eab0e014 100644 --- a/blocks/countdown/package.json +++ b/blocks/countdown/package.json @@ -42,7 +42,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/divider/package.json b/blocks/divider/package.json index 744b6fcec30..12e0a3a24cf 100644 --- a/blocks/divider/package.json +++ b/blocks/divider/package.json @@ -40,7 +40,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/embed/package.json b/blocks/embed/package.json index ec9b1fab9ba..43f3531452b 100644 --- a/blocks/embed/package.json +++ b/blocks/embed/package.json @@ -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", diff --git a/blocks/faq/package.json b/blocks/faq/package.json index 306f831620e..ec1cd2f06bb 100644 --- a/blocks/faq/package.json +++ b/blocks/faq/package.json @@ -47,7 +47,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/heading/package.json b/blocks/heading/package.json index 7ec59b0c8a7..40aebe95fe0 100644 --- a/blocks/heading/package.json +++ b/blocks/heading/package.json @@ -40,7 +40,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/how-to/package.json b/blocks/how-to/package.json index de27c7716f1..854e554b74a 100644 --- a/blocks/how-to/package.json +++ b/blocks/how-to/package.json @@ -48,7 +48,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/image/package.json b/blocks/image/package.json index 76dfab230ae..8b61410876f 100644 --- a/blocks/image/package.json +++ b/blocks/image/package.json @@ -41,7 +41,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/kanban-board/package.json b/blocks/kanban-board/package.json index 6a598d8cfc9..cf61c23f558 100644 --- a/blocks/kanban-board/package.json +++ b/blocks/kanban-board/package.json @@ -56,7 +56,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/minesweeper/package.json b/blocks/minesweeper/package.json index 52f74acca65..f084c4d16fb 100644 --- a/blocks/minesweeper/package.json +++ b/blocks/minesweeper/package.json @@ -35,7 +35,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "block-scripts": { "port": 63212 diff --git a/blocks/paragraph/package.json b/blocks/paragraph/package.json index 2f61984d50a..5f39e475bc6 100644 --- a/blocks/paragraph/package.json +++ b/blocks/paragraph/package.json @@ -40,7 +40,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/person/package.json b/blocks/person/package.json index ad59c17a0f7..619a2770bf6 100644 --- a/blocks/person/package.json +++ b/blocks/person/package.json @@ -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", diff --git a/blocks/shuffle/package.json b/blocks/shuffle/package.json index cf0351ac37b..1e2768b771c 100644 --- a/blocks/shuffle/package.json +++ b/blocks/shuffle/package.json @@ -49,7 +49,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/table/package.json b/blocks/table/package.json index a89af588578..92aa22dc2aa 100644 --- a/blocks/table/package.json +++ b/blocks/table/package.json @@ -58,7 +58,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0", diff --git a/blocks/timer/package.json b/blocks/timer/package.json index c1f8067da2c..95533a2053c 100644 --- a/blocks/timer/package.json +++ b/blocks/timer/package.json @@ -41,7 +41,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/blocks/video/package.json b/blocks/video/package.json index e3fcbef0fa0..4887cfde13b 100644 --- a/blocks/video/package.json +++ b/blocks/video/package.json @@ -40,7 +40,7 @@ "prettier": "3.4.1", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.2.0", diff --git a/libs/@blockprotocol/graph/package.json b/libs/@blockprotocol/graph/package.json index 3d2ba57f9d1..5d8e75230c8 100644 --- a/libs/@blockprotocol/graph/package.json +++ b/libs/@blockprotocol/graph/package.json @@ -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-config": "0.0.0-private", @@ -82,7 +82,7 @@ "@types/react": "18.2.68", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "react": "^18.0.0" diff --git a/libs/@blockprotocol/type-system/typescript/package.json b/libs/@blockprotocol/type-system/typescript/package.json index d2a109fc89a..3321f0b0167 100644 --- a/libs/@blockprotocol/type-system/typescript/package.json +++ b/libs/@blockprotocol/type-system/typescript/package.json @@ -67,7 +67,7 @@ "rimraf": "6.0.1", "rollup": "4.28.0", "tslib": "2.8.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite-plugin-wasm-pack": "0.1.12", "vitest": "2.1.8" } diff --git a/libs/@hashintel/block-design-system/package.json b/libs/@hashintel/block-design-system/package.json index 76becffed0d..58c6966ded6 100644 --- a/libs/@hashintel/block-design-system/package.json +++ b/libs/@hashintel/block-design-system/package.json @@ -50,7 +50,7 @@ "eslint-plugin-storybook": "0.8.0", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@emotion/react": "11.13.5", diff --git a/libs/@hashintel/design-system/package.json b/libs/@hashintel/design-system/package.json index 5a768fdf3d3..2524f86903f 100644 --- a/libs/@hashintel/design-system/package.json +++ b/libs/@hashintel/design-system/package.json @@ -65,7 +65,7 @@ "eslint-plugin-storybook": "0.8.0", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@emotion/cache": "11.13.5", diff --git a/libs/@hashintel/query-editor/package.json b/libs/@hashintel/query-editor/package.json index 33f2f03a24a..441475ee78a 100644 --- a/libs/@hashintel/query-editor/package.json +++ b/libs/@hashintel/query-editor/package.json @@ -35,7 +35,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.53.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@mui/material": "^5.14.0", diff --git a/libs/@hashintel/type-editor/package.json b/libs/@hashintel/type-editor/package.json index b4201c37366..426f4d7910c 100644 --- a/libs/@hashintel/type-editor/package.json +++ b/libs/@hashintel/type-editor/package.json @@ -43,7 +43,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.53.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "peerDependencies": { "@mui/material": "^5.14.0", diff --git a/libs/@local/advanced-types/package.json b/libs/@local/advanced-types/package.json index 80fd7ca2bb7..7e5844f6394 100644 --- a/libs/@local/advanced-types/package.json +++ b/libs/@local/advanced-types/package.json @@ -27,6 +27,6 @@ "eslint": "8.57.0", "react": "18.2.0", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/eslint-config/package.json b/libs/@local/eslint-config/package.json index c5433769a8a..d313507a7eb 100644 --- a/libs/@local/eslint-config/package.json +++ b/libs/@local/eslint-config/package.json @@ -24,13 +24,13 @@ "eslint-plugin-simple-import-sort": "12.0.0", "eslint-plugin-typescript-sort-keys": "3.2.0", "eslint-plugin-unicorn": "51.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/tsconfig": "0.0.0-private", "@types/eslint": "8.56.12", "@types/node": "22.10.0", "eslint": "8.57.0", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/graph/client/typescript/package.json b/libs/@local/graph/client/typescript/package.json index 05ec6368385..a560cbb5aac 100644 --- a/libs/@local/graph/client/typescript/package.json +++ b/libs/@local/graph/client/typescript/package.json @@ -23,6 +23,6 @@ "@types/node": "22.10.0", "fix-esm-import-path": "1.10.1", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/graph/sdk/typescript/package.json b/libs/@local/graph/sdk/typescript/package.json index 2f60b043ec1..bbf9a9f6f45 100644 --- a/libs/@local/graph/sdk/typescript/package.json +++ b/libs/@local/graph/sdk/typescript/package.json @@ -34,7 +34,7 @@ "@vitest/coverage-istanbul": "2.1.8", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" } } diff --git a/libs/@local/graph/type-defs/package.json b/libs/@local/graph/type-defs/package.json index 6f93e207440..04d224e3070 100644 --- a/libs/@local/graph/type-defs/package.json +++ b/libs/@local/graph/type-defs/package.json @@ -18,6 +18,6 @@ "eslint": "8.57.0", "quicktype": "16.0.43", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/graph/types/typescript/package.json b/libs/@local/graph/types/typescript/package.json index d889ef2e4f0..7e5792fc195 100644 --- a/libs/@local/graph/types/typescript/package.json +++ b/libs/@local/graph/types/typescript/package.json @@ -32,6 +32,6 @@ "@local/tsconfig": "0.0.0-private", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/harpc/client/typescript/package.json b/libs/@local/harpc/client/typescript/package.json index 2df0d77f865..e05b9762a7e 100644 --- a/libs/@local/harpc/client/typescript/package.json +++ b/libs/@local/harpc/client/typescript/package.json @@ -44,7 +44,7 @@ "@vitest/coverage-istanbul": "2.1.8", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" } } diff --git a/libs/@local/hash-backend-utils/package.json b/libs/@local/hash-backend-utils/package.json index ccd6333c0f1..a3ef91c558d 100644 --- a/libs/@local/hash-backend-utils/package.json +++ b/libs/@local/hash-backend-utils/package.json @@ -64,7 +64,7 @@ "@vitest/coverage-istanbul": "2.1.8", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" } } diff --git a/libs/@local/hash-isomorphic-utils/package.json b/libs/@local/hash-isomorphic-utils/package.json index df2efcdc317..fba8c10a79d 100644 --- a/libs/@local/hash-isomorphic-utils/package.json +++ b/libs/@local/hash-isomorphic-utils/package.json @@ -73,7 +73,7 @@ "prettier": "3.4.1", "react": "18.2.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" } } diff --git a/libs/@local/hash-subgraph/package.json b/libs/@local/hash-subgraph/package.json index fb34004835e..c72c5859797 100644 --- a/libs/@local/hash-subgraph/package.json +++ b/libs/@local/hash-subgraph/package.json @@ -44,7 +44,7 @@ "@vitest/coverage-istanbul": "2.1.8", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" } } diff --git a/libs/@local/internal-api-client/typescript/package.json b/libs/@local/internal-api-client/typescript/package.json index b4cf713be05..c4b217e50fe 100644 --- a/libs/@local/internal-api-client/typescript/package.json +++ b/libs/@local/internal-api-client/typescript/package.json @@ -20,6 +20,6 @@ "@types/node": "22.10.0", "prettier": "3.4.1", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/repo-chores/node/package.json b/libs/@local/repo-chores/node/package.json index 036b8b0005b..57eecc31156 100644 --- a/libs/@local/repo-chores/node/package.json +++ b/libs/@local/repo-chores/node/package.json @@ -19,7 +19,7 @@ "prettier": "3.4.1", "regex-parser": "2.3.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@local/eslint-config": "0.0.0-private", @@ -27,6 +27,6 @@ "@types/fs-extra": "9.0.13", "@types/prettier": "2.7.3", "eslint": "8.57.0", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/libs/@local/status/typescript/package.json b/libs/@local/status/typescript/package.json index 67b4a7962fe..b98d526881d 100644 --- a/libs/@local/status/typescript/package.json +++ b/libs/@local/status/typescript/package.json @@ -18,7 +18,7 @@ "dependencies": { "execa": "5.1.1", "lodash-es": "4.17.21", - "typescript": "5.6.3", + "typescript": "5.7.2", "yargs": "17.7.2" }, "devDependencies": { @@ -30,6 +30,6 @@ "eslint": "8.57.0", "quicktype": "16.0.43", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/tests/hash-backend-integration/package.json b/tests/hash-backend-integration/package.json index e8c15471c5b..61f3e743c8e 100644 --- a/tests/hash-backend-integration/package.json +++ b/tests/hash-backend-integration/package.json @@ -43,7 +43,7 @@ "@vitest/coverage-istanbul": "2.1.8", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "vitest": "2.1.8" } } diff --git a/tests/hash-backend-load/package.json b/tests/hash-backend-load/package.json index 8f5193b9f83..1fde191f1bd 100644 --- a/tests/hash-backend-load/package.json +++ b/tests/hash-backend-load/package.json @@ -59,6 +59,6 @@ "eslint": "8.57.0", "rimraf": "6.0.1", "rollup": "4.28.0", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/tests/hash-playwright/package.json b/tests/hash-playwright/package.json index ae2212a195d..b9aebe6b0a3 100644 --- a/tests/hash-playwright/package.json +++ b/tests/hash-playwright/package.json @@ -22,7 +22,7 @@ "execa": "5.1.1", "graphql": "16.9.0", "js-yaml": "4.1.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@apps/hash-frontend": "0.0.0-private", @@ -33,6 +33,6 @@ "@graphql-codegen/cli": "^5.0.3", "eslint": "8.57.0", "rimraf": "6.0.1", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/yarn.lock b/yarn.lock index cfcb845bedd..ef9554b04bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -355,7 +355,7 @@ __metadata: sanitize-html: "npm:2.13.1" tsconfig-paths-webpack-plugin: "npm:4.2.0" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" vite-tsconfig-paths: "npm:5.1.3" vitest: "npm:2.1.8" wait-on: "npm:8.0.1" @@ -464,7 +464,7 @@ __metadata: rimraf: "npm:6.0.1" ts-json-schema-generator: "npm:1.5.1" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" vitest: "npm:2.1.8" wait-on: "npm:8.0.1" ws: "npm:8.18.0" @@ -612,7 +612,7 @@ __metadata: sigma: "npm:3.0.0-beta.38" signia: "npm:0.1.5" signia-react: "npm:0.1.5" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" url-regex-safe: "npm:4.0.0" use-font-face-observer: "npm:1.2.2" uuid: "npm:9.0.1" @@ -669,7 +669,7 @@ __metadata: eslint: "npm:8.57.0" rimraf: "npm:6.0.1" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" wait-on: "npm:8.0.1" languageName: unknown linkType: soft @@ -687,7 +687,7 @@ __metadata: set-interval-async: "npm:2.0.3" slonik: "npm:24.2.0" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -704,7 +704,7 @@ __metadata: eslint: "npm:8.57.0" hot-shots: "npm:8.5.2" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -801,7 +801,7 @@ __metadata: sharp: "npm:0.33.5" slugify: "npm:1.6.6" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" unified: "npm:10.1.2" unist-util-visit: "npm:4.1.2" languageName: unknown @@ -869,7 +869,7 @@ __metadata: ts-loader: "npm:9.5.1" tsconfig-paths-webpack-plugin: "npm:4.2.0" type-fest: "npm:3.13.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" webextension-polyfill: "npm:0.10.0" webpack: "npm:5.96.1" @@ -4120,7 +4120,7 @@ __metadata: lit: "npm:2.8.0" lodash.isequal: "npm:4.5.0" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.0.0 languageName: unknown @@ -4208,7 +4208,7 @@ __metadata: rimraf: "npm:6.0.1" rollup: "npm:4.28.0" tslib: "npm:2.8.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" vite-plugin-wasm-pack: "npm:0.1.12" vitest: "npm:2.1.8" languageName: unknown @@ -4238,7 +4238,7 @@ __metadata: react-dom: "npm:18.2.0" react-sizeme: "npm:3.0.2" rooks: "npm:7.14.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" peerDependencies: react: ^18.0.0 @@ -4269,7 +4269,7 @@ __metadata: react-sizeme: "npm:3.0.2" react-transition-group: "npm:4.4.5" react-type-animation: "npm:3.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" peerDependencies: react: ^18.0.0 @@ -4297,7 +4297,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-sizeme: "npm:3.0.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" peerDependencies: react: ^18.0.0 @@ -4323,7 +4323,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -4345,7 +4345,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4376,7 +4376,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-hook-form: "npm:7.53.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4399,7 +4399,7 @@ __metadata: prismjs: "npm:1.29.0" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4423,7 +4423,7 @@ __metadata: react: "npm:18.2.0" react-datepicker: "npm:4.25.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4445,7 +4445,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4468,7 +4468,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" twind: "npm:0.16.19" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: lodash: 4.17.21 react: ^18.2.0 @@ -4493,7 +4493,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" peerDependencies: react: ^18.0.0 @@ -4516,7 +4516,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4541,7 +4541,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-sizeme: "npm:3.0.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" peerDependencies: react: ^18.0.0 @@ -4565,7 +4565,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" twind: "npm:0.16.19" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4599,7 +4599,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-textarea-autosize: "npm:8.5.5" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -4622,7 +4622,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -4641,7 +4641,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4663,7 +4663,7 @@ __metadata: mock-block-dock: "npm:0.0.38" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4693,7 +4693,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" peerDependencies: react: ^18.2.0 @@ -4730,7 +4730,7 @@ __metadata: react-laag: "npm:2.0.5" react-sizeme: "npm:3.0.2" rooks: "npm:7.14.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -4753,7 +4753,7 @@ __metadata: prettier: "npm:3.4.1" react: "npm:18.2.0" react-dom: "npm:18.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -4775,7 +4775,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" twind: "npm:0.16.19" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: react: ^18.2.0 react-dom: ^18.2.0 @@ -7264,7 +7264,7 @@ __metadata: react-dom: "npm:18.2.0" react-syntax-highlighter: "npm:15.6.1" react-type-animation: "npm:3.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: "@emotion/react": 11.13.5 "@emotion/styled": 11.13.5 @@ -7301,7 +7301,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-loading-skeleton: "npm:3.5.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: "@emotion/cache": 11.13.5 "@emotion/react": 11.13.5 @@ -7330,7 +7330,7 @@ __metadata: react: "npm:18.2.0" react-dom: "npm:18.2.0" react-hook-form: "npm:7.53.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: "@mui/material": ^5.14.0 "@mui/system": ^5.14.0 @@ -7365,7 +7365,7 @@ __metadata: react-hook-form: "npm:7.53.2" rooks: "npm:7.14.1" setimmediate: "npm:1.0.5" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" peerDependencies: "@mui/material": ^5.14.0 "@mui/system": ^5.14.0 @@ -8409,7 +8409,7 @@ __metadata: eslint: "npm:8.57.0" react: "npm:18.2.0" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -8436,7 +8436,7 @@ __metadata: eslint-plugin-simple-import-sort: "npm:12.0.0" eslint-plugin-typescript-sort-keys: "npm:3.2.0" eslint-plugin-unicorn: "npm:51.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -8466,7 +8466,7 @@ __metadata: libp2p: "npm:2.3.1" multiformats: "npm:13.3.1" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uint8arraylist: "npm:2.4.8" vitest: "npm:2.1.8" languageName: unknown @@ -8513,7 +8513,7 @@ __metadata: redis: "npm:4.7.0" rimraf: "npm:6.0.1" slonik: "npm:24.2.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" vitest: "npm:2.1.8" wait-on: "npm:8.0.1" winston: "npm:3.17.0" @@ -8533,7 +8533,7 @@ __metadata: axios: "npm:1.7.8" fix-esm-import-path: "npm:1.10.1" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -8550,7 +8550,7 @@ __metadata: "@vitest/coverage-istanbul": "npm:2.1.8" eslint: "npm:8.57.0" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" vitest: "npm:2.1.8" languageName: unknown linkType: soft @@ -8567,7 +8567,7 @@ __metadata: "@local/tsconfig": "npm:0.0.0-private" eslint: "npm:8.57.0" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -8620,7 +8620,7 @@ __metadata: rimraf: "npm:6.0.1" serialize-error: "npm:11.0.3" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" vitest: "npm:2.1.8" languageName: unknown @@ -8641,7 +8641,7 @@ __metadata: "@vitest/coverage-istanbul": "npm:2.1.8" eslint: "npm:8.57.0" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" vitest: "npm:2.1.8" languageName: unknown @@ -8657,7 +8657,7 @@ __metadata: axios: "npm:1.7.8" prettier: "npm:3.4.1" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -8679,7 +8679,7 @@ __metadata: prettier: "npm:3.4.1" regex-parser: "npm:2.3.0" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -8697,7 +8697,7 @@ __metadata: lodash-es: "npm:4.17.21" quicktype: "npm:16.0.43" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" yargs: "npm:17.7.2" languageName: unknown linkType: soft @@ -12589,7 +12589,7 @@ __metadata: eslint: "npm:8.57.0" quicktype: "npm:16.0.43" tsx: "npm:4.19.2" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -15879,7 +15879,7 @@ __metadata: graphql-request: "npm:3.7.0" node-fetch: "npm:2.7.0" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" vitest: "npm:2.1.8" languageName: unknown linkType: soft @@ -15914,7 +15914,7 @@ __metadata: eslint: "npm:8.57.0" rimraf: "npm:6.0.1" rollup: "npm:4.28.0" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" uuid: "npm:9.0.1" languageName: unknown linkType: soft @@ -15941,7 +15941,7 @@ __metadata: graphql: "npm:16.9.0" js-yaml: "npm:4.1.0" rimraf: "npm:6.0.1" - typescript: "npm:5.6.3" + typescript: "npm:5.7.2" languageName: unknown linkType: soft @@ -44577,7 +44577,7 @@ __metadata: languageName: node linkType: hard -"typescript@npm:5, typescript@npm:^5.0.4, typescript@npm:^5.4.4": +"typescript@npm:5, typescript@npm:5.7.2, typescript@npm:^5.0.4, typescript@npm:^5.4.4": version: 5.7.2 resolution: "typescript@npm:5.7.2" bin: @@ -44597,16 +44597,6 @@ __metadata: languageName: node linkType: hard -"typescript@npm:5.6.3": - version: 5.6.3 - resolution: "typescript@npm:5.6.3" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799 - languageName: node - linkType: hard - "typescript@npm:~3.2.1": version: 3.2.4 resolution: "typescript@npm:3.2.4" @@ -44657,7 +44647,7 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A5#optional!builtin, typescript@patch:typescript@npm%3A^5.0.4#optional!builtin, typescript@patch:typescript@npm%3A^5.4.4#optional!builtin": +"typescript@patch:typescript@npm%3A5#optional!builtin, typescript@patch:typescript@npm%3A5.7.2#optional!builtin, typescript@patch:typescript@npm%3A^5.0.4#optional!builtin, typescript@patch:typescript@npm%3A^5.4.4#optional!builtin": version: 5.7.2 resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin::version=5.7.2&hash=5786d5" bin: @@ -44677,16 +44667,6 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A5.6.3#optional!builtin": - version: 5.6.3 - resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin::version=5.6.3&hash=8c6c40" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7 - languageName: node - linkType: hard - "typescript@patch:typescript@npm%3A~3.2.1#optional!builtin": version: 3.2.4 resolution: "typescript@patch:typescript@npm%3A3.2.4#optional!builtin::version=3.2.4&hash=9a3324"