Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9de281f

Browse files
authoredMay 30, 2024··
chore(deps): update dependency type-coverage to ^2.29.0
1 parent ef9104a commit 9de281f

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"rimraf": "^5.0.5",
4949
"rxjs": "^7.8.1",
5050
"sass": "^1.70.0",
51-
"type-coverage": "^2.27.1",
51+
"type-coverage": "^2.29.0",
5252
"typescript": "^5.3.3",
5353
"vitepress": "^1.0.0-rc.40",
5454
"vue": "^3.4.15",

‎yarn.lock

+18-17
Original file line numberDiff line numberDiff line change
@@ -4706,6 +4706,14 @@ chalk@2.4.2, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
47064706
escape-string-regexp "^1.0.5"
47074707
supports-color "^5.3.0"
47084708

4709+
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
4710+
version "4.1.2"
4711+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
4712+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
4713+
dependencies:
4714+
ansi-styles "^4.1.0"
4715+
supports-color "^7.1.0"
4716+
47094717
chalk@5.3.0:
47104718
version "5.3.0"
47114719
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
@@ -4722,14 +4730,6 @@ chalk@^1.0.0:
47224730
strip-ansi "^3.0.0"
47234731
supports-color "^2.0.0"
47244732

4725-
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
4726-
version "4.1.2"
4727-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
4728-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
4729-
dependencies:
4730-
ansi-styles "^4.1.0"
4731-
supports-color "^7.1.0"
4732-
47334733
character-entities-html4@^2.0.0:
47344734
version "2.1.0"
47354735
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
@@ -13809,24 +13809,25 @@ type-check@~0.3.2:
1380913809
dependencies:
1381013810
prelude-ls "~1.1.2"
1381113811

13812-
type-coverage-core@^2.27.1:
13813-
version "2.27.1"
13814-
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.27.1.tgz#f552cdabfcbe71408a4cd3886a2c9e4e50cbdbc7"
13815-
integrity sha512-W+PMYbhUsq+UWkrb7UkmyO7zF3zt4qZuQukyDM6eaiCIkMJclcVmR3O02clDk4FKpKPbzHictOmoIu3fYp+53g==
13812+
type-coverage-core@^2.28.1:
13813+
version "2.28.1"
13814+
resolved "https://registry.yarnpkg.com/type-coverage-core/-/type-coverage-core-2.28.1.tgz#047520fc969337c60935600c24d5d2c1c120cc1a"
13815+
integrity sha512-NniLJtLiDg0+dhrf/9ACGwi3OAhIfvd20f1CB0yxIUBMECwmJp7e7me3lM8djkrDBJtqSY+uXA6PRs+yv3HTnA==
1381613816
dependencies:
1381713817
fast-glob "3"
1381813818
minimatch "6 || 7 || 8 || 9"
1381913819
normalize-path "3"
1382013820
tslib "1 || 2"
1382113821
tsutils "3"
1382213822

13823-
type-coverage@^2.27.1:
13824-
version "2.27.1"
13825-
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.27.1.tgz#e583751b0aa9ebc3471f7d71a2f9c0a46578b813"
13826-
integrity sha512-KAL2BRRvEACnyh830WoazZ5YJTmFBHEk/mCrJlVxNqjbAPrusJN0c4u3IzRrFMq/yRKsVEvwMp/awQDF4RgLSQ==
13823+
type-coverage@^2.29.0:
13824+
version "2.29.0"
13825+
resolved "https://registry.yarnpkg.com/type-coverage/-/type-coverage-2.29.0.tgz#18549f7f6ab1aea7f1b13297325369a47212594c"
13826+
integrity sha512-1YGnQo6kK7cq8PwPoW27EnyKsvpzM7pPPo7bcS4u/7Sb4zs0WX1rGBm1eou3ZHslu56AsmPt/pgIuhCgN1EriQ==
1382713827
dependencies:
13828+
chalk "4.1.2"
1382813829
minimist "1"
13829-
type-coverage-core "^2.27.1"
13830+
type-coverage-core "^2.28.1"
1383013831

1383113832
type-fest@^0.11.0:
1383213833
version "0.11.0"

0 commit comments

Comments
 (0)
Please sign in to comment.