From 4aa0a8dbd19b34ee57df3a2184262025ff12eabc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 19:20:49 +0000 Subject: [PATCH] Bump tsd from 0.28.1 to 0.29.0 Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/SamVerschueren/tsd/releases) - [Commits](https://github.com/SamVerschueren/tsd/compare/v0.28.1...v0.29.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0e8095d0..2828fd31 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "ts-patch": "^2.1.0", "tsc-alias": "^1.8.6", "tsconfig-paths": "^4.2.0", - "tsd": "^0.28.1", + "tsd": "^0.29.0", "tslint": "^6.1.3", "typescript": "^5.0.4", "typescript-transform-paths": "^3.4.6", diff --git a/yarn.lock b/yarn.lock index 7aa62058..0fe6c250 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4222,10 +4222,10 @@ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e" integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== -"@tsd/typescript@~5.0.2": - version "5.0.4" - resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-5.0.4.tgz#18aa4eb2c35c6bf9aab3199c289be319bedb7e9c" - integrity sha512-YQi2lvZSI+xidKeUjlbv6b6Zw7qB3aXHw5oGJLs5OOGAEqKIOvz5UIAkWyg0bJbkSUWPBEtaOHpVxU4EYBO1Jg== +"@tsd/typescript@~5.2.2": + version "5.2.2" + resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-5.2.2.tgz#b3a11006737a41abb492fe5a16de17a1c3a0126e" + integrity sha512-VtjHPAKJqLJoHHKBDNofzvQB2+ZVxjXU/Gw6INAS9aINLQYVsxfzrQ2s84huCeYWZRTtrr7R0J7XgpZHjNwBCw== "@types/aria-query@^5.0.1": version "5.0.1" @@ -15980,12 +15980,12 @@ tsconfig-paths@^4.2.0: minimist "^1.2.6" strip-bom "^3.0.0" -tsd@^0.28.1: - version "0.28.1" - resolved "https://registry.yarnpkg.com/tsd/-/tsd-0.28.1.tgz#a470bd88a80ff138496c71606072893fe5820e62" - integrity sha512-FeYrfJ05QgEMW/qOukNCr4fAJHww4SaKnivAXRv4g5kj4FeLpNV7zH4dorzB9zAfVX4wmA7zWu/wQf7kkcvfbw== +tsd@^0.29.0: + version "0.29.0" + resolved "https://registry.yarnpkg.com/tsd/-/tsd-0.29.0.tgz#eed29647bf67ae77e4d686e9fdde5dd27bd1529f" + integrity sha512-5B7jbTj+XLMg6rb9sXRBGwzv7h8KJlGOkTHxY63eWpZJiQ5vJbXEjL0u7JkIxwi5EsrRE1kRVUWmy6buK/ii8A== dependencies: - "@tsd/typescript" "~5.0.2" + "@tsd/typescript" "~5.2.2" eslint-formatter-pretty "^4.1.0" globby "^11.0.1" jest-diff "^29.0.3"