Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit da72ba5

Browse files
Bump ts-morph from 7.3.0 to 8.0.0
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 7.3.0 to 8.0.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Changelog](https://github.com/dsherret/ts-morph/blob/tsa-8.0.0/CHANGELOG.md) - [Commits](dsherret/ts-morph@7.3.0...tsa-8.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5677816 commit da72ba5

2 files changed

Lines changed: 27 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lodash": "4.17.20",
4545
"pg-promise": "10.6.0",
4646
"prettier": "2.0.5",
47-
"ts-morph": "7.3.0"
47+
"ts-morph": "8.0.0"
4848
},
4949
"husky": {
5050
"hooks": {

yarn.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -656,17 +656,17 @@
656656
dependencies:
657657
type-detect "4.0.8"
658658

659-
"@ts-morph/common@~0.5.2":
660-
version "0.5.2"
661-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.5.2.tgz#d02c2493c1e07dfd47f247b4f0b72f083fcaea3a"
662-
integrity sha512-eLmfYV6u6gUgHrB9QV9lpuWg3cD60mhXdv0jvM5exWR/Cor8HG+GziFIj2hPEWHJknqzuU4meZd8DTqIzZfDRQ==
659+
"@ts-morph/common@~0.6.0":
660+
version "0.6.0"
661+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.6.0.tgz#cbd4ee57c5ef971511b9c5778e0bb8eb27de4783"
662+
integrity sha512-pI35nZz5bs3tL3btSVX2cWkAE8rc80F+Fn4TwSC6bQvn7fgn9IyLXVcAfpG6X6NBY5wN9TkSWXn/QYUkBvR/Fw==
663663
dependencies:
664664
"@dsherret/to-absolute-glob" "^2.0.2"
665-
fast-glob "^3.2.2"
666-
fs-extra "^9.0.0"
665+
fast-glob "^3.2.4"
666+
fs-extra "^9.0.1"
667667
is-negated-glob "^1.0.0"
668668
multimatch "^4.0.0"
669-
typescript "~3.9.7"
669+
typescript "~4.0.2"
670670

671671
"@types/babel__core@^7.1.7":
672672
version "7.1.7"
@@ -1979,10 +1979,10 @@ fast-deep-equal@^3.1.1:
19791979
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
19801980
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
19811981

1982-
fast-glob@^3.2.2:
1983-
version "3.2.2"
1984-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
1985-
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
1982+
fast-glob@^3.2.4:
1983+
version "3.2.4"
1984+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
1985+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
19861986
dependencies:
19871987
"@nodelib/fs.stat" "^2.0.2"
19881988
"@nodelib/fs.walk" "^1.2.3"
@@ -2110,10 +2110,10 @@ fs-extra@^8.1.0:
21102110
jsonfile "^4.0.0"
21112111
universalify "^0.1.0"
21122112

2113-
fs-extra@^9.0.0:
2114-
version "9.0.0"
2115-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2116-
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
2113+
fs-extra@^9.0.1:
2114+
version "9.0.1"
2115+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2116+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
21172117
dependencies:
21182118
at-least-node "^1.0.0"
21192119
graceful-fs "^4.2.0"
@@ -4764,13 +4764,13 @@ ts-jest@25.5.1:
47644764
semver "6.x"
47654765
yargs-parser "18.x"
47664766

4767-
ts-morph@7.3.0:
4768-
version "7.3.0"
4769-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-7.3.0.tgz#1777b893d9573b3522108b43159b5ba2515ffde7"
4770-
integrity sha512-BUKSoz7AFSKPcYTZODbICW2mOthAN4vc5juD6FL1lD/dLwZ0WvrC3zqBM3/X6f5gHxq3yaz+HmanHGaWm0ddbQ==
4767+
ts-morph@8.0.0:
4768+
version "8.0.0"
4769+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-8.0.0.tgz#c33a2397f0f2ae0887cd1c24d4e8ef60b274a39a"
4770+
integrity sha512-fiKRz4ybqPI3gmzh6tsqSrbYV/A0uPKP+FCGaul6Io1ClzJBoCKWxFHwzrbQTPW4loGmHvtna3X9SpH4GAGRkg==
47714771
dependencies:
47724772
"@dsherret/to-absolute-glob" "^2.0.2"
4773-
"@ts-morph/common" "~0.5.2"
4773+
"@ts-morph/common" "~0.6.0"
47744774
code-block-writer "^10.1.0"
47754775

47764776
ts-toolbelt@^6.3.3:
@@ -4836,11 +4836,16 @@ typedarray-to-buffer@^3.1.5:
48364836
dependencies:
48374837
is-typedarray "^1.0.0"
48384838

4839-
typescript@3.9.7, typescript@~3.9.7:
4839+
typescript@3.9.7:
48404840
version "3.9.7"
48414841
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
48424842
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
48434843

4844+
typescript@~4.0.2:
4845+
version "4.0.2"
4846+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
4847+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
4848+
48444849
unc-path-regex@^0.1.2:
48454850
version "0.1.2"
48464851
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

0 commit comments

Comments
 (0)