Skip to content

Commit 4728e61

Browse files
chore(deps): update dependency ts-morph to v27
1 parent 79d7e39 commit 4728e61

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@nestjs/testing": "11.1.9",
4040
"graphql": "16.11.0",
4141
"reflect-metadata": "0.2.2",
42-
"ts-morph": "25.0.1"
42+
"ts-morph": "27.0.2"
4343
},
4444
"peerDependencies": {
4545
"@apollo/subgraph": "^2.9.3",
@@ -49,7 +49,7 @@
4949
"class-validator": "*",
5050
"graphql": "^16.11.0",
5151
"reflect-metadata": "^0.1.13 || ^0.2.0",
52-
"ts-morph": "^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0"
52+
"ts-morph": "^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0 || ^27.0.0"
5353
},
5454
"peerDependenciesMeta": {
5555
"@apollo/subgraph": {

yarn.lock

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,14 +2712,14 @@
27122712
resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c"
27132713
integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==
27142714

2715-
"@ts-morph/common@~0.26.0":
2716-
version "0.26.0"
2717-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.26.0.tgz#21c0b42c08adc9ac8d42b6969dd9f6ebc7c9de84"
2718-
integrity sha512-/RmKAtctStXqM5nECMQ46duT74Hoig/DBzhWXGHcodlDNrgRbsbwwHqSKFNbca6z9Xt/CUWMeXOsC9QEN1+rqw==
2715+
"@ts-morph/common@~0.28.1":
2716+
version "0.28.1"
2717+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.28.1.tgz#10ec52182d5c310832b669af7784a34fc3da3ca1"
2718+
integrity sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g==
27192719
dependencies:
2720-
fast-glob "^3.3.2"
2721-
minimatch "^9.0.4"
2720+
minimatch "^10.0.1"
27222721
path-browserify "^1.0.1"
2722+
tinyglobby "^0.2.14"
27232723

27242724
"@tsconfig/node10@^1.0.7":
27252725
version "1.0.11"
@@ -8415,6 +8415,13 @@ minimatch@^10.0.0:
84158415
dependencies:
84168416
brace-expansion "^2.0.1"
84178417

8418+
minimatch@^10.0.1:
8419+
version "10.1.1"
8420+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
8421+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
8422+
dependencies:
8423+
"@isaacs/brace-expansion" "^5.0.0"
8424+
84188425
minimatch@^10.0.3:
84198426
version "10.0.3"
84208427
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
@@ -11080,7 +11087,7 @@ [email protected]:
1108011087
fdir "^6.4.3"
1108111088
picomatch "^4.0.2"
1108211089

11083-
[email protected], tinyglobby@^0.2.12:
11090+
[email protected], tinyglobby@^0.2.12, tinyglobby@^0.2.14:
1108411091
version "0.2.15"
1108511092
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
1108611093
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
@@ -11184,12 +11191,12 @@ [email protected]:
1118411191
type-fest "^4.41.0"
1118511192
yargs-parser "^21.1.1"
1118611193

11187-
ts-morph@25.0.1:
11188-
version "25.0.1"
11189-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-25.0.1.tgz#7de0b60fcc6e86955c8766831bcd2c5d87ffbd4f"
11190-
integrity sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ==
11194+
ts-morph@27.0.2:
11195+
version "27.0.2"
11196+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-27.0.2.tgz#7b2fcce6822eeca3942fa6c601f159d5920b1422"
11197+
integrity sha512-fhUhgeljcrdZ+9DZND1De1029PrE+cMkIP7ooqkLRTrRLTqcki2AstsyJm0vRNbTbVCNJ0idGlbBrfqc7/nA8w==
1119111198
dependencies:
11192-
"@ts-morph/common" "~0.26.0"
11199+
"@ts-morph/common" "~0.28.1"
1119311200
code-block-writer "^13.0.3"
1119411201

1119511202

0 commit comments

Comments
 (0)