From 0180a3a3df08effdcfa94fc76ed9e988bbcbc90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:58:41 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.7.3 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/docusaurus/package.json | 2 +- package.json | 2 +- packages/wethegit-react-hooks/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/docusaurus/package.json b/apps/docusaurus/package.json index 3df7c50..f517fec 100644 --- a/apps/docusaurus/package.json +++ b/apps/docusaurus/package.json @@ -23,7 +23,7 @@ "@docusaurus/module-type-aliases": "3.9.2", "@docusaurus/tsconfig": "3.9.2", "@docusaurus/types": "3.9.2", - "typescript": "~5.7.3" + "typescript": "~5.9.3" }, "browserslist": { "production": [ diff --git a/package.json b/package.json index cfce7ef..1b7f6cd 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "prettier": "^3.3.3", "turbo": "latest", - "typescript": "5.7.3" + "typescript": "5.9.3" }, "dependencies": { "@changesets/changelog-github": "~0.5.0", diff --git a/packages/wethegit-react-hooks/package.json b/packages/wethegit-react-hooks/package.json index 6f59920..2be8748 100644 --- a/packages/wethegit-react-hooks/package.json +++ b/packages/wethegit-react-hooks/package.json @@ -66,7 +66,7 @@ "prettier": "~3.3.3", "react": "^19.0.0", "react-dom": "^19.0.0", - "typescript": "~5.7.3", + "typescript": "~5.9.3", "vite": "^5.4.21", "vite-plugin-dts": "~3.9.1" }, diff --git a/yarn.lock b/yarn.lock index ebc086b..2eb70a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11051,10 +11051,10 @@ typescript@5.4.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== -typescript@5.7.3, typescript@~5.7.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" - integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== +typescript@5.9.3, typescript@~5.9.3: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== unbox-primitive@^1.1.0: version "1.1.0"