From a5a43020b63e30261e9ef38268908b79bd84d583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:03:37 +0000 Subject: [PATCH] chore: update dependency ts-morph to v28 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/cli/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2968326fde2..26c1fb5faf45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8765,9 +8765,9 @@ "dev": true }, "node_modules/@ts-morph/common": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.28.1.tgz", - "integrity": "sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g==", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.29.0.tgz", + "integrity": "sha512-35oUmphHbJvQ/+UTwFNme/t2p3FoKiGJ5auTjjpNTop2dyREspirjMy82PLSC1pnDJ8ah1GU98hwpVt64YXQsg==", "license": "MIT", "dependencies": { "minimatch": "^10.0.1", @@ -35107,12 +35107,12 @@ } }, "node_modules/ts-morph": { - "version": "27.0.2", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-27.0.2.tgz", - "integrity": "sha512-fhUhgeljcrdZ+9DZND1De1029PrE+cMkIP7ooqkLRTrRLTqcki2AstsyJm0vRNbTbVCNJ0idGlbBrfqc7/nA8w==", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-28.0.0.tgz", + "integrity": "sha512-Wp3tnZ2bzwxyTZMtgWVzXDfm7lB1Drz+y9DmmYH/L702PQhPyVrp3pkou3yIz4qjS14GY9kcpmLiOOMvl8oG1g==", "license": "MIT", "dependencies": { - "@ts-morph/common": "~0.28.1", + "@ts-morph/common": "~0.29.0", "code-block-writer": "^13.0.3" } }, @@ -38929,7 +38929,7 @@ "tabtab": "^3.0.2", "terminal-link": "^2.1.1", "tildify": "^2.0.0", - "ts-morph": "^27.0.2", + "ts-morph": "^28.0.0", "typescript": "~5.2.2", "untildify": "^6.0.0", "update-notifier": "^7.3.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index 4ee460ac1b70..594b0f68267f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -72,7 +72,7 @@ "tabtab": "^3.0.2", "terminal-link": "^2.1.1", "tildify": "^2.0.0", - "ts-morph": "^27.0.2", + "ts-morph": "^28.0.0", "typescript": "~5.2.2", "untildify": "^6.0.0", "update-notifier": "^7.3.1",