Skip to content

Commit 38b799e

Browse files
chore(deps): update dependency ts-morph to v26
1 parent 37dd6de commit 38b799e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.1",
4040
"graphql": "16.10.0",
4141
"reflect-metadata": "0.2.2",
42-
"ts-morph": "25.0.1"
42+
"ts-morph": "26.0.0"
4343
},
4444
"peerDependencies": {
4545
"@apollo/subgraph": "^2.9.3",
@@ -49,7 +49,7 @@
4949
"class-validator": "*",
5050
"graphql": "^16.10.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 || ^26.0.0"
5353
},
5454
"peerDependenciesMeta": {
5555
"@apollo/subgraph": {

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2275,13 +2275,13 @@
22752275
resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c"
22762276
integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==
22772277

2278-
"@ts-morph/common@~0.26.0":
2279-
version "0.26.0"
2280-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.26.0.tgz#21c0b42c08adc9ac8d42b6969dd9f6ebc7c9de84"
2281-
integrity sha512-/RmKAtctStXqM5nECMQ46duT74Hoig/DBzhWXGHcodlDNrgRbsbwwHqSKFNbca6z9Xt/CUWMeXOsC9QEN1+rqw==
2278+
"@ts-morph/common@~0.27.0":
2279+
version "0.27.0"
2280+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.27.0.tgz#e83a1bd7cbac054045c6246a7c4c99eab7692d46"
2281+
integrity sha512-Wf29UqxWDpc+i61k3oIOzcUfQt79PIT9y/MWfAGlrkjg6lBC1hwDECLXPVJAhWjiGbfBCxZd65F/LIZF3+jeJQ==
22822282
dependencies:
2283-
fast-glob "^3.3.2"
2284-
minimatch "^9.0.4"
2283+
fast-glob "^3.3.3"
2284+
minimatch "^10.0.1"
22852285
path-browserify "^1.0.1"
22862286

22872287
"@tsconfig/node10@^1.0.7":
@@ -4962,7 +4962,7 @@ fast-diff@^1.1.2:
49624962
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
49634963
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
49644964

4965-
[email protected], fast-glob@^3.2.9, fast-glob@^3.3.2:
4965+
[email protected], fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
49664966
version "3.3.3"
49674967
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
49684968
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -7749,7 +7749,7 @@ [email protected]:
77497749
dependencies:
77507750
brace-expansion "^2.0.1"
77517751

7752-
minimatch@^10.0.0:
7752+
minimatch@^10.0.0, minimatch@^10.0.1:
77537753
version "10.0.1"
77547754
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
77557755
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
@@ -10396,12 +10396,12 @@ [email protected]:
1039610396
type-fest "^4.41.0"
1039710397
yargs-parser "^21.1.1"
1039810398

10399-
ts-morph@25.0.1:
10400-
version "25.0.1"
10401-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-25.0.1.tgz#7de0b60fcc6e86955c8766831bcd2c5d87ffbd4f"
10402-
integrity sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ==
10399+
ts-morph@26.0.0:
10400+
version "26.0.0"
10401+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-26.0.0.tgz#d435ccac9421d4615fde8be86fee782f18cd9f73"
10402+
integrity sha512-ztMO++owQnz8c/gIENcM9XfCEzgoGphTv+nKpYNM1bgsdOVC/jRZuEBf6N+mLLDNg68Kl+GgUZfOySaRiG1/Ug==
1040310403
dependencies:
10404-
"@ts-morph/common" "~0.26.0"
10404+
"@ts-morph/common" "~0.27.0"
1040510405
code-block-writer "^13.0.3"
1040610406

1040710407

0 commit comments

Comments
 (0)