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

Commit 2831a6f

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 b99056e commit 2831a6f

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.5.8",
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
@@ -654,17 +654,17 @@
654654
dependencies:
655655
type-detect "4.0.8"
656656

657-
"@ts-morph/common@~0.5.2":
658-
version "0.5.2"
659-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.5.2.tgz#d02c2493c1e07dfd47f247b4f0b72f083fcaea3a"
660-
integrity sha512-eLmfYV6u6gUgHrB9QV9lpuWg3cD60mhXdv0jvM5exWR/Cor8HG+GziFIj2hPEWHJknqzuU4meZd8DTqIzZfDRQ==
657+
"@ts-morph/common@~0.6.0":
658+
version "0.6.0"
659+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.6.0.tgz#cbd4ee57c5ef971511b9c5778e0bb8eb27de4783"
660+
integrity sha512-pI35nZz5bs3tL3btSVX2cWkAE8rc80F+Fn4TwSC6bQvn7fgn9IyLXVcAfpG6X6NBY5wN9TkSWXn/QYUkBvR/Fw==
661661
dependencies:
662662
"@dsherret/to-absolute-glob" "^2.0.2"
663-
fast-glob "^3.2.2"
664-
fs-extra "^9.0.0"
663+
fast-glob "^3.2.4"
664+
fs-extra "^9.0.1"
665665
is-negated-glob "^1.0.0"
666666
multimatch "^4.0.0"
667-
typescript "~3.9.7"
667+
typescript "~4.0.2"
668668

669669
"@types/babel__core@^7.1.7":
670670
version "7.1.7"
@@ -1977,10 +1977,10 @@ fast-deep-equal@^3.1.1:
19771977
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
19781978
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
19791979

1980-
fast-glob@^3.2.2:
1981-
version "3.2.2"
1982-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
1983-
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
1980+
fast-glob@^3.2.4:
1981+
version "3.2.4"
1982+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
1983+
integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ==
19841984
dependencies:
19851985
"@nodelib/fs.stat" "^2.0.2"
19861986
"@nodelib/fs.walk" "^1.2.3"
@@ -2108,10 +2108,10 @@ fs-extra@^8.1.0:
21082108
jsonfile "^4.0.0"
21092109
universalify "^0.1.0"
21102110

2111-
fs-extra@^9.0.0:
2112-
version "9.0.0"
2113-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2114-
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
2111+
fs-extra@^9.0.1:
2112+
version "9.0.1"
2113+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2114+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
21152115
dependencies:
21162116
at-least-node "^1.0.0"
21172117
graceful-fs "^4.2.0"
@@ -4761,13 +4761,13 @@ ts-jest@25.5.1:
47614761
semver "6.x"
47624762
yargs-parser "18.x"
47634763

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

47734773
ts-toolbelt@^6.3.3:
@@ -4833,11 +4833,16 @@ typedarray-to-buffer@^3.1.5:
48334833
dependencies:
48344834
is-typedarray "^1.0.0"
48354835

4836-
typescript@3.9.7, typescript@~3.9.7:
4836+
typescript@3.9.7:
48374837
version "3.9.7"
48384838
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
48394839
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
48404840

4841+
typescript@~4.0.2:
4842+
version "4.0.2"
4843+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
4844+
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
4845+
48414846
unc-path-regex@^0.1.2:
48424847
version "0.1.2"
48434848
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"

0 commit comments

Comments
 (0)