From e2a41276bd6ea62780e507ce5ad92a8c2356a02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:12:50 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /board Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- board/package-lock.json | 12 +++++++----- board/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/board/package-lock.json b/board/package-lock.json index 3cdffdd..8cccf99 100644 --- a/board/package-lock.json +++ b/board/package-lock.json @@ -26,8 +26,11 @@ "eslint-config-next": "16.2.7", "jsdom": "^29.1.1", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "vitest": "^4.1.8" + }, + "engines": { + "node": ">=22" } }, "node_modules/@adobe/css-tools": { @@ -8830,7 +8833,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -10194,9 +10196,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/board/package.json b/board/package.json index ba0842b..e524740 100644 --- a/board/package.json +++ b/board/package.json @@ -42,7 +42,7 @@ "eslint-config-next": "16.2.7", "jsdom": "^29.1.1", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "vitest": "^4.1.8" }, "overrides": {