From 27e28edc7158bf71219cbf25961422a4f796de78 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Apr 2026 13:59:13 +0200 Subject: [PATCH] chore(deps): update dependency typescript to v6 (#108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.3` → `6.0.2`](https://renovatebot.com/diffs/npm/typescript/5.9.3/6.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/6.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.9.3/6.0.2?slim=true) | --- ### Release Notes
microsoft/TypeScript (typescript) ### [`v6.0.2`](https://github.com/microsoft/TypeScript/releases/tag/v6.0.2): TypeScript 6.0 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) For release notes, check out the [release announcement blog post](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/). - [fixed issues query for TypeScript 6.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.0%22). - [fixed issues query for TypeScript 6.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.1%22). - [fixed issues query for TypeScript 6.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+6.0.2%22). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)
--- ### 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://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/108 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- bun.lockb | Bin 122049 -> 122049 bytes package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 71bc7f185967efaf7bc19db073c80cd20f0736d3..51fde751d277496a0ab6fb95c6bfec3d1d4d3094 100755 GIT binary patch delta 150 zcmV;H0BQfhxd*|y2aqlx+b&A{Mnp^dgZ!Ig**4i{BlS_pYzqDFRf769hAdXAkCf_%k zz8eH{36kKOvQ|8c7z+hfNg(Kul?3B`vxS(aw*@vXFfKB;F;D^DKm|4~FfKB;6_Ej~ EOUwE}*#H0l delta 150 zcmV;H0BQfhxd*|y2aqlxkS{v^e*=;1jU7;V?S>el{!@8Tq+%@DWq@JazN)&tu})ei z0R@whV?VR#CtYwrj$LnOGsB8<>-FU=+@J03UWI_sF!c!U1ov{YKT3T7!{b-btSy-0 z@{o2Wl%!PnZFyVO5#cVHe8SnfGnC*t<8 diff --git a/package.json b/package.json index bb13521..57d73c0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@typescript-eslint/parser": "5.62.0", "cspell": "9.7.0", "eslint": "8.57.1", - "typescript": "5.9.3", + "typescript": "6.0.2", "@types/bun": "latest" }, "dependencies": {