From 5f45eff8493f674470331c252bdfc2f558d96c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:52:28 -0500 Subject: [PATCH] feat(deps-dev): bump typescript from 5.2.2 to 5.3.3 (#102) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: michaelangeloio --- bun.lockb | Bin 91439 -> 91439 bytes package-lock.json | 7 ++++--- package.json | 2 +- server/src/server.ts | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bun.lockb b/bun.lockb index 86246d54fe674932e3499c327154daa750dc7134..b5867d7528ff6426ceb5f8f44e661e4e705aa933 100755 GIT binary patch delta 146 zcmV;D0B!%T$_1~=1&}TvSy4kHwd$*uA$u};>rK!BzXV;A%BhDtO?YQc^islpq+8gz6squ{{0?QQ zoweT5kq-=Y*;jE~0kUL@GI^lUCtI@(T>+v4GcGf;5&z5}0W+7eEde37{~rM`MX23G AjQ{`u delta 146 zcmV;D0B!%T$_1~=1&}Tv!3bdif`JR#Gs71}1nT}1TMzN6Ec?-qGx1Gt!7|JLu};;rAjVXbE0!UnC7Cre?FVoV+SoY%7rT>+v4GA=T+5&z5}0Wy~%MgbwW{~rM`MR`p@ A;s5{u diff --git a/package-lock.json b/package-lock.json index 095fd1e..3b9ade2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "chokidar": "^3.5.3", "esbuild": "^0.19.10", "esbuild-plugin-copy": "^2.1.1", - "typescript": "5.2.2" + "typescript": "5.3.3" }, "engines": { "vscode": "^1.75.0" @@ -2443,9 +2443,10 @@ } }, "node_modules/typescript": { - "version": "5.2.2", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index c12528c..71a56a7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "chokidar": "^3.5.3", "esbuild": "^0.19.10", "esbuild-plugin-copy": "^2.1.1", - "typescript": "5.2.2" + "typescript": "5.3.3" }, "activationEvents": [ "onLanguage:typescript", diff --git a/server/src/server.ts b/server/src/server.ts index 5ea0edb..4749efc 100644 --- a/server/src/server.ts +++ b/server/src/server.ts @@ -111,7 +111,7 @@ connection.onDidChangeConfiguration((change) => { } // Revalidate all open text documents - // biome-ignore lint/complexity/noForEach: + // biome-ignore lint/complexity/noForEach: original vscode-languageserver code documents.all().forEach(validateTextDocument) })