From f815746a11897dae4f75db0f7decf1ae83713446 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 05:43:19 +0000 Subject: [PATCH] chore(deps): update dependency ts-morph to v27 --- packages/graphql/package.json | 4 ++-- yarn.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 989bafa6a..206b4e3ba 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -39,7 +39,7 @@ "@nestjs/testing": "11.1.6", "graphql": "16.11.0", "reflect-metadata": "0.2.2", - "ts-morph": "25.0.1" + "ts-morph": "27.0.0" }, "peerDependencies": { "@apollo/subgraph": "^2.9.3", @@ -49,7 +49,7 @@ "class-validator": "*", "graphql": "^16.11.0", "reflect-metadata": "^0.1.13 || ^0.2.0", - "ts-morph": "^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0" + "ts-morph": "^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0 || ^27.0.0" }, "peerDependenciesMeta": { "@apollo/subgraph": { diff --git a/yarn.lock b/yarn.lock index 10663ce6a..d2686529f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2684,14 +2684,14 @@ resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c" integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA== -"@ts-morph/common@~0.26.0": - version "0.26.0" - resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.26.0.tgz#21c0b42c08adc9ac8d42b6969dd9f6ebc7c9de84" - integrity sha512-/RmKAtctStXqM5nECMQ46duT74Hoig/DBzhWXGHcodlDNrgRbsbwwHqSKFNbca6z9Xt/CUWMeXOsC9QEN1+rqw== +"@ts-morph/common@~0.28.0": + version "0.28.0" + resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.28.0.tgz#884caaa5c6d93ec5cfeee0920d73cd1ee63ba5df" + integrity sha512-4w6X/oFmvXcwux6y6ExfM/xSqMHw20cYwFJH+BlYrtGa6nwY9qGq8GXnUs1sVYeF2o/KT3S8hAH6sKBI3VOkBg== dependencies: - fast-glob "^3.3.2" - minimatch "^9.0.4" + minimatch "^10.0.1" path-browserify "^1.0.1" + tinyglobby "^0.2.14" "@tsconfig/node10@^1.0.7": version "1.0.11" @@ -8326,7 +8326,7 @@ minimatch@^10.0.0: dependencies: brace-expansion "^2.0.1" -minimatch@^10.0.3: +minimatch@^10.0.1, minimatch@^10.0.3: version "10.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa" integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw== @@ -10910,7 +10910,7 @@ tinyglobby@0.2.12: fdir "^6.4.3" picomatch "^4.0.2" -tinyglobby@0.2.15, tinyglobby@^0.2.12: +tinyglobby@0.2.15, tinyglobby@^0.2.12, tinyglobby@^0.2.14: version "0.2.15" resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2" integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ== @@ -11014,12 +11014,12 @@ ts-jest@29.4.4: type-fest "^4.41.0" yargs-parser "^21.1.1" -ts-morph@25.0.1: - version "25.0.1" - resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-25.0.1.tgz#7de0b60fcc6e86955c8766831bcd2c5d87ffbd4f" - integrity sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ== +ts-morph@27.0.0: + version "27.0.0" + resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-27.0.0.tgz#42e132b27187269dc4e0a725c1063bf9f553490d" + integrity sha512-xcqelpTR5PCuZMs54qp9DE3t7tPgA2v/P1/qdW4ke5b3Y5liTGTYj6a/twT35EQW/H5okRqp1UOqwNlgg0K0eQ== dependencies: - "@ts-morph/common" "~0.26.0" + "@ts-morph/common" "~0.28.0" code-block-writer "^13.0.3" ts-node@10.9.2: