From 6ba8a3b4d08b70c8cfc51844a4d374a105dc076a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 05:19:12 +0000 Subject: [PATCH 1/2] chore(deps): update dependency typescript to v6 --- examples/bun/typescript/bun.lockb | Bin 3223 -> 3239 bytes examples/bun/typescript/package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bun/typescript/bun.lockb b/examples/bun/typescript/bun.lockb index 73079187a66eb4fc399a4240b1b7d61b1a2621dc..cc89599af12d2cc88610023d26040afd6cc9e102 100755 GIT binary patch delta 209 zcmbO(xmAU_mH1H~F>AnF3A7@ delta 192 zcmZ23IbCvsA0zuje@jhG1_lN$28ISvAT0uAm0^81H~G;CT{F!w4dzA z=+0O@xf4j9o_rBVa!rKW@90%cq$D{@LQc1^bCoGS_BGVlOxY_Tvs!&t%hPXg#X5O_cN MBWJ+oK&~(*0O`sqcmMzZ diff --git a/examples/bun/typescript/package.json b/examples/bun/typescript/package.json index 31ac858e..3579b3c8 100644 --- a/examples/bun/typescript/package.json +++ b/examples/bun/typescript/package.json @@ -12,6 +12,6 @@ "@types/bun": "^1.3.13" }, "peerDependencies": { - "typescript": "^5.9.3" + "typescript": "^5.9.3 || ^6.0.0" } } From 42438b3c05c572c3094a9bc8a656ef454d657090 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 05:19:32 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- .serena/project.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.serena/project.yml b/.serena/project.yml index 73fa4d9f..3e25580c 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -1,5 +1,3 @@ - - # list of languages for which language servers are started; choose from: # al ansible bash clojure cpp # cpp_ccls crystal csharp csharp_omnisharp dart @@ -27,10 +25,10 @@ # The first language is the default language and the respective language server will be used as a fallback. # Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored. languages: -- typescript + - typescript -# the encoding used by text files in the project -# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings + # the encoding used by text files in the project + # For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings encoding: 'utf-8' # whether to use project's .gitignore files to ignore files