From fcf560c9312bbd697349b724f6a6a8ea4d4f68df Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 07:57:18 +0200 Subject: [PATCH] Update dependency tsd to ^0.33.0 (main) (#231439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tsd](https://redirect.github.com/tsdjs/tsd) | devDependencies | minor | [`^0.32.0` -> `^0.33.0`](https://renovatebot.com/diffs/npm/tsd/0.32.0/0.33.0) | --- ### Release Notes
tsdjs/tsd (tsd) ### [`v0.33.0`](https://redirect.github.com/tsdjs/tsd/releases/tag/v0.33.0) [Compare Source](https://redirect.github.com/tsdjs/tsd/compare/v0.32.0...v0.33.0) - Update to TypeScript 5.9 [`128fb5e`](https://redirect.github.com/tsdjs/tsd/commit/128fb5e) ***
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White (cherry picked from commit fc63ce23b207cdd20274cc545c4a081976952fd9) --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 78f4f718d2c0e..3f5f959b341b6 100644 --- a/package.json +++ b/package.json @@ -1848,7 +1848,7 @@ "trace": "^3.2.0", "tree-kill": "^1.2.2", "ts-morph": "^15.1.0", - "tsd": "^0.32.0", + "tsd": "^0.33.0", "typescript": "5.4.5", "val-loader": "^6.0.0", "vinyl-fs": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 90cf92f725298..c8c21a1971ca4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11171,10 +11171,10 @@ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA== -"@tsd/typescript@~5.8.3": - version "5.8.3" - resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-5.8.3.tgz#ec20784da0e6c6dcbb2ec585f81cef4a02831840" - integrity sha512-oKarNCN1QUhG148M88mtZdOlBZWWGcInquef+U8QL7gwJkRuNo5WS45Fjsd+3hM9cDJWGpqSZ4Oo097KDx4IWA== +"@tsd/typescript@^5.9.2": + version "5.9.2" + resolved "https://registry.yarnpkg.com/@tsd/typescript/-/typescript-5.9.2.tgz#890c777abaa651e20f7c4f4782f06e81be6f9acb" + integrity sha512-mSMM0QtEPdMd+rdMDd17yCUYD4yI3pKHap89+jEZrZ3KIO5PhDofBjER0OtgHdvOXF74KMLO3fyD6k3Hz0v03A== "@turf/along@6.0.1": version "6.0.1" @@ -30748,12 +30748,12 @@ tsconfig-paths@^4.1.2, tsconfig-paths@^4.2.0: minimist "^1.2.6" strip-bom "^3.0.0" -tsd@^0.32.0: - version "0.32.0" - resolved "https://registry.yarnpkg.com/tsd/-/tsd-0.32.0.tgz#3e15b0f2ecf880cafe4de1cfaa52980cf767d743" - integrity sha512-R5lBZCbxGBowOcW0gpQaiIjGYrG5NmU+PfFDKcc3zbtzWjML1o/zAwzdDnS2ZheSlPu9GW51azpFqEPUBq9DoQ== +tsd@^0.33.0: + version "0.33.0" + resolved "https://registry.yarnpkg.com/tsd/-/tsd-0.33.0.tgz#6e2abb4a43735dcb2fe9036f2b37b9680e463099" + integrity sha512-/PQtykJFVw90QICG7zyPDMIyueOXKL7jOJVoX5pILnb3Ux+7QqynOxfVvarE+K+yi7BZyOSY4r+OZNWSWRiEwQ== dependencies: - "@tsd/typescript" "~5.8.3" + "@tsd/typescript" "^5.9.2" eslint-formatter-pretty "^4.1.0" globby "^11.0.1" jest-diff "^29.0.3"