Skip to content

Commit a681120

Browse files
Merge pull request #2196 from nestjs/renovate/ts-morph-15.x
chore(deps): update dependency ts-morph to v15
2 parents 3bba99d + 87716cb commit a681120

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"@nestjs/testing": "8.4.5",
4141
"graphql": "15.8.0",
4242
"reflect-metadata": "0.1.13",
43-
"ts-morph": "14.0.0"
43+
"ts-morph": "15.0.0"
4444
},
4545
"peerDependencies": {
4646
"@apollo/subgraph": "^0.1.5 || ^0.3.0 || ^0.4.0 || ^2.0.0",
4747
"@nestjs/common": "^8.2.3",
4848
"@nestjs/core": "^8.2.3",
4949
"graphql": "^15.8.0 || ^16.0.0",
5050
"reflect-metadata": "^0.1.13",
51-
"ts-morph": "^13.0.2 || ^14.0.0"
51+
"ts-morph": "^13.0.2 || ^14.0.0 || ^15.0.0"
5252
},
5353
"peerDependenciesMeta": {
5454
"@apollo/subgraph": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2375,10 +2375,10 @@
23752375
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
23762376
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
23772377

2378-
"@ts-morph/common@~0.13.0":
2379-
version "0.13.0"
2380-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.13.0.tgz#77dea1565baaf002d1bc2c20e05d1fb3349008a9"
2381-
integrity sha512-fEJ6j7Cu8yiWjA4UmybOBH9Efgb/64ZTWuvCF4KysGu4xz8ettfyaqFt8WZ1btCxXsGZJjZ2/3svOF6rL+UFdQ==
2378+
"@ts-morph/common@~0.15.0":
2379+
version "0.15.0"
2380+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.15.0.tgz#aece752746fc0d779d2acfaece95fb2c23327ba5"
2381+
integrity sha512-QefRbadcwfBnd3HWrltpjRJprHgeKfQsnbyGbRF8pEjMqISAljJwq4wfRETxxojsmN4GWuJv3PWG+W7kBIHMMw==
23822382
dependencies:
23832383
fast-glob "^3.2.11"
23842384
minimatch "^5.0.1"
@@ -10335,12 +10335,12 @@ [email protected]:
1033510335
semver "7.x"
1033610336
yargs-parser "^20.x"
1033710337

10338-
ts-morph@14.0.0:
10339-
version "14.0.0"
10340-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-14.0.0.tgz#6bffb7e4584cf6a9aebce2066bf4258e1d03f9fa"
10341-
integrity sha512-tO8YQ1dP41fw8GVmeQAdNsD8roZi1JMqB7YwZrqU856DvmG5/710e41q2XauzTYrygH9XmMryaFeLo+kdCziyA==
10338+
ts-morph@15.0.0:
10339+
version "15.0.0"
10340+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-15.0.0.tgz#927a85d22909b95fa81e399c94fea655d98be514"
10341+
integrity sha512-OZkg0TI1h6FVe8DZXyBo6p7NfCN9EZZkkA736f243KzQ3cypYWtaLc9eyNn/JH/fWYfQ4d6wIA4oM0vElRTGcQ==
1034210342
dependencies:
10343-
"@ts-morph/common" "~0.13.0"
10343+
"@ts-morph/common" "~0.15.0"
1034410344
code-block-writer "^11.0.0"
1034510345

1034610346

0 commit comments

Comments
 (0)