From dc6eabff802a42e196e4bcd75009b9fbbc30a030 Mon Sep 17 00:00:00 2001 From: mattiamanzati <13787614+mattiamanzati@users.noreply.github.com> Date: Thu, 7 May 2026 00:36:39 +0000 Subject: [PATCH 1/2] chore: update typescript-go --- .changeset/update-typescript-go.md | 5 +++++ typescript-go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/update-typescript-go.md diff --git a/.changeset/update-typescript-go.md b/.changeset/update-typescript-go.md new file mode 100644 index 00000000..f3612d41 --- /dev/null +++ b/.changeset/update-typescript-go.md @@ -0,0 +1,5 @@ +--- +"@effect/tsgo": patch +--- + +Update [`typescript-go`](https://github.com/microsoft/typescript-go/commit/18f93b85d447e24e9a03188dd630e7395cad5fe1) to commit `18f93b85d447e24e9a03188dd630e7395cad5fe1`. diff --git a/typescript-go b/typescript-go index 1e58c841..18f93b85 160000 --- a/typescript-go +++ b/typescript-go @@ -1 +1 @@ -Subproject commit 1e58c8419142e35f338840dc50822c48dcc4ec1f +Subproject commit 18f93b85d447e24e9a03188dd630e7395cad5fe1 From c7631ae66b5971629495d2a8c69bed70f428372e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 00:52:06 +0000 Subject: [PATCH 2/2] Refresh flake vendor hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 24924439..f292fdcd 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ /* Source of truth: git submodule `typescript-go` commit. Keep in sync via `_tools/update-flake-vendor-hash.sh`. */ typescript-go-src = { - url = "github:microsoft/typescript-go/1e58c8419142e35f338840dc50822c48dcc4ec1f?submodules=1"; + url = "github:microsoft/typescript-go/18f93b85d447e24e9a03188dd630e7395cad5fe1?submodules=1"; flake = false; }; /* Source of truth: typescript-go's `_submodules/TypeScript` commit.