From 52d10022c3faffda33bc2312b32af2a9ad3e4e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:03:44 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.7.3 to 5.8.2 in /packages Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/harper.js/package.json | 2 +- packages/vscode-plugin/package.json | 2 +- packages/web/package.json | 2 +- packages/wordpress-plugin/package.json | 2 +- packages/yarn.lock | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/harper.js/package.json b/packages/harper.js/package.json index 61fd3b5f..c4015b26 100644 --- a/packages/harper.js/package.json +++ b/packages/harper.js/package.json @@ -24,7 +24,7 @@ "@microsoft/api-extractor": "^7.50.1", "@vitest/browser": "^3.0.6", "playwright": "^1.49.1", - "typescript": "~5.7.3", + "typescript": "~5.8.2", "vite": "^6.1.0", "vite-plugin-dts": "^4.5.0", "vite-plugin-virtual": "^0.3.0", diff --git a/packages/vscode-plugin/package.json b/packages/vscode-plugin/package.json index 623602b1..b3d5ed20 100644 --- a/packages/vscode-plugin/package.json +++ b/packages/vscode-plugin/package.json @@ -1418,7 +1418,7 @@ "esbuild": "^0.25.0", "eslint": "^8.57.0", "jasmine": "^5.6.0", - "typescript": "^5.7.3" + "typescript": "^5.8.2" }, "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/packages/web/package.json b/packages/web/package.json index fea874fc..fb6b1eab 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -23,7 +23,7 @@ "svelte-check": "^4.1.5", "tailwindcss": "^3.3.3", "tslib": "^2.4.1", - "typescript": "^5.7.3", + "typescript": "^5.8.2", "vite": "^6.0.9", "vite-plugin-pwa": "^0.21.1", "vite-plugin-top-level-await": "^1.5.0", diff --git a/packages/wordpress-plugin/package.json b/packages/wordpress-plugin/package.json index 94dcd13f..4c90ecd5 100644 --- a/packages/wordpress-plugin/package.json +++ b/packages/wordpress-plugin/package.json @@ -16,7 +16,7 @@ "@wp-now/wp-now": "^0.1.74", "eslint": "^8.57.0", "prettier": "^3.4.2", - "typescript": "^5.7.3" + "typescript": "^5.8.2" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "dependencies": { diff --git a/packages/yarn.lock b/packages/yarn.lock index d087668b..f38ed0c1 100644 --- a/packages/yarn.lock +++ b/packages/yarn.lock @@ -16941,12 +16941,12 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@5.7.3, 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.7.3: +typescript@^5.8.2, typescript@~5.8.2: version "5.8.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4" integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==