From 43a124fa2dfa64a8b1cebf629c4b4e8ce66e07d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:15:48 +0000 Subject: [PATCH] chore(deps): update typescript to v6 --- package.json | 2 +- pnpm-lock.yaml | 37 +++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 3ab4c813a..57dfdda00 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "semver": "7.7.4", "tailwind-merge": "3.5.0", "tailwindcss": "4.2.2", - "typescript": "5.9.3", + "typescript": "6.0.2", "vite": "8.0.3", "vite-plugin-checker": "0.12.0", "vite-plugin-electron": "0.29.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0adf4ec9..70fe39155 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,7 +41,7 @@ importers: version: 3.1.1 '@graphql-codegen/cli': specifier: 6.2.1 - version: 6.2.1(@parcel/watcher@2.5.6)(@types/node@24.12.0)(graphql@16.13.2)(typescript@5.9.3) + version: 6.2.1(@parcel/watcher@2.5.6)(@types/node@24.12.0)(graphql@16.13.2)(typescript@6.0.2) '@graphql-codegen/schema-ast': specifier: 5.0.1 version: 5.0.1(graphql@16.13.2) @@ -175,14 +175,14 @@ importers: specifier: 4.2.2 version: 4.2.2 typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.2 + version: 6.0.2 vite: specifier: 8.0.3 version: 8.0.3(@types/node@24.12.0)(jiti@2.6.1)(yaml@2.8.3) vite-plugin-checker: specifier: 0.12.0 - version: 0.12.0(@biomejs/biome@2.4.9)(typescript@5.9.3)(vite@8.0.3(@types/node@24.12.0)(jiti@2.6.1)(yaml@2.8.3)) + version: 0.12.0(@biomejs/biome@2.4.9)(typescript@6.0.2)(vite@8.0.3(@types/node@24.12.0)(jiti@2.6.1)(yaml@2.8.3)) vite-plugin-electron: specifier: 0.29.1 version: 0.29.1(vite-plugin-electron-renderer@0.14.6) @@ -1479,6 +1479,7 @@ packages: '@xmldom/xmldom@0.8.11': resolution: {integrity: sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==} engines: {node: '>=10.0.0'} + deprecated: this version has critical issues, please update to the latest version abbrev@3.0.1: resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} @@ -3761,8 +3762,8 @@ packages: resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} engines: {node: '>=10'} - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.2: + resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==} engines: {node: '>=14.17'} hasBin: true @@ -4460,7 +4461,7 @@ snapshots: graphql: 16.13.2 tslib: 2.6.3 - '@graphql-codegen/cli@6.2.1(@parcel/watcher@2.5.6)(@types/node@24.12.0)(graphql@16.13.2)(typescript@5.9.3)': + '@graphql-codegen/cli@6.2.1(@parcel/watcher@2.5.6)(@types/node@24.12.0)(graphql@16.13.2)(typescript@6.0.2)': dependencies: '@babel/generator': 7.29.1 '@babel/template': 7.28.6 @@ -4481,11 +4482,11 @@ snapshots: '@inquirer/prompts': 7.10.1(@types/node@24.12.0) '@whatwg-node/fetch': 0.10.13 chalk: 4.1.2 - cosmiconfig: 9.0.1(typescript@5.9.3) + cosmiconfig: 9.0.1(typescript@6.0.2) debounce: 2.2.0 detect-indent: 6.1.0 graphql: 16.13.2 - graphql-config: 5.1.6(@types/node@24.12.0)(graphql@16.13.2)(typescript@5.9.3) + graphql-config: 5.1.6(@types/node@24.12.0)(graphql@16.13.2)(typescript@6.0.2) is-glob: 4.0.3 jiti: 2.6.1 json-to-pretty-yaml: 1.2.2 @@ -6030,23 +6031,23 @@ snapshots: core-util-is@1.0.2: optional: true - cosmiconfig@8.3.6(typescript@5.9.3): + cosmiconfig@8.3.6(typescript@6.0.2): dependencies: import-fresh: 3.3.1 js-yaml: 4.1.1 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 - cosmiconfig@9.0.1(typescript@5.9.3): + cosmiconfig@9.0.1(typescript@6.0.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.1 parse-json: 5.2.0 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.2 crc@3.8.0: dependencies: @@ -6633,7 +6634,7 @@ snapshots: graceful-fs@4.2.11: {} - graphql-config@5.1.6(@types/node@24.12.0)(graphql@16.13.2)(typescript@5.9.3): + graphql-config@5.1.6(@types/node@24.12.0)(graphql@16.13.2)(typescript@6.0.2): dependencies: '@graphql-tools/graphql-file-loader': 8.1.12(graphql@16.13.2) '@graphql-tools/json-file-loader': 8.0.26(graphql@16.13.2) @@ -6641,7 +6642,7 @@ snapshots: '@graphql-tools/merge': 9.1.7(graphql@16.13.2) '@graphql-tools/url-loader': 9.0.6(@types/node@24.12.0)(graphql@16.13.2) '@graphql-tools/utils': 11.0.0(graphql@16.13.2) - cosmiconfig: 8.3.6(typescript@5.9.3) + cosmiconfig: 8.3.6(typescript@6.0.2) graphql: 16.13.2 jiti: 2.6.1 minimatch: 10.2.4 @@ -7963,7 +7964,7 @@ snapshots: type-fest@0.13.1: optional: true - typescript@5.9.3: {} + typescript@6.0.2: {} unc-path-regex@0.1.2: {} @@ -8043,7 +8044,7 @@ snapshots: extsprintf: 1.4.1 optional: true - vite-plugin-checker@0.12.0(@biomejs/biome@2.4.9)(typescript@5.9.3)(vite@8.0.3(@types/node@24.12.0)(jiti@2.6.1)(yaml@2.8.3)): + vite-plugin-checker@0.12.0(@biomejs/biome@2.4.9)(typescript@6.0.2)(vite@8.0.3(@types/node@24.12.0)(jiti@2.6.1)(yaml@2.8.3)): dependencies: '@babel/code-frame': 7.29.0 chokidar: 4.0.3 @@ -8056,7 +8057,7 @@ snapshots: vscode-uri: 3.1.0 optionalDependencies: '@biomejs/biome': 2.4.9 - typescript: 5.9.3 + typescript: 6.0.2 vite-plugin-electron-renderer@0.14.6: {}