This is an automated email from the ASF dual-hosted git repository.
xuang7 pushed a commit to branch release/v1.2
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/release/v1.2 by this push:
new f8e922c0df chore(deps): bump typescript from 5.9.3 to 6.0.3 in
/agent-service [release/v1.2 backport] (#5869)
f8e922c0df is described below
commit f8e922c0dfe54ca65ed6d6d86104dccc5546a17c
Author: Xinyuan Lin <[email protected]>
AuthorDate: Sun Jun 21 21:30:53 2026 -0700
chore(deps): bump typescript from 5.9.3 to 6.0.3 in /agent-service
[release/v1.2 backport] (#5869)
### What changes were proposed in this PR?
Backport of apache/texera#5818 to `release/v1.2`: bump typescript from
5.9.3 to 6.0.3 in /agent-service.
Clean cherry-pick (package.json + bun.lock + LICENSE-binary).
**Risk:** 🔴 **MAJOR** (5→6) compiler; dev/build only.
### Any related issues, documentation, discussions?
Backports apache/texera#5818 (merged to `main`). No `release/*` label is
added — this PR *is* the backport, and a release label would trigger a
backport-of-a-backport precheck. CI stacks auto-select from the
file-based labels.
### How was this PR tested?
Mirrors the change already merged and CI-validated on `main`
(apache/texera#5818); verified the backport diff equals the original
bump and applies onto `release/v1.2`. Manual verification:
`tsc`/`bun run build` of agent-service passes under TypeScript 6.
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.8 [1M context])
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
agent-service/LICENSE-binary | 2 +-
agent-service/bun.lock | 4 ++--
agent-service/package.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/agent-service/LICENSE-binary b/agent-service/LICENSE-binary
index 9e46e41032..25be96fde2 100644
--- a/agent-service/LICENSE-binary
+++ b/agent-service/LICENSE-binary
@@ -219,7 +219,7 @@ Agent service npm packages:
- @vercel/[email protected]
- [email protected]
- [email protected]
- - [email protected]
+ - [email protected]
--------------------------------------------------------------------------------
Dependencies under the MIT License
diff --git a/agent-service/bun.lock b/agent-service/bun.lock
index 9a4e974c97..be12838848 100644
--- a/agent-service/bun.lock
+++ b/agent-service/bun.lock
@@ -21,7 +21,7 @@
"pino-pretty": "13.1.3",
"prettier": "3.8.4",
"tsx": "4.21.0",
- "typescript": "5.9.3",
+ "typescript": "6.0.3",
},
},
},
@@ -224,7 +224,7 @@
"tsx": ["[email protected]", "", { "dependencies": { "esbuild": "~0.27.0",
"get-tsconfig": "^4.7.5" }, "optionalDependencies": { "fsevents": "~2.3.3" },
"bin": { "tsx": "dist/cli.mjs" } },
"sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw=="],
- "typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc",
"tsserver": "bin/tsserver" } },
"sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
+ "typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc",
"tsserver": "bin/tsserver" } },
"sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="],
"uint8array-extras": ["[email protected]", "", {},
"sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A=="],
diff --git a/agent-service/package.json b/agent-service/package.json
index 3b5ee0c686..897ddfd82f 100644
--- a/agent-service/package.json
+++ b/agent-service/package.json
@@ -31,7 +31,7 @@
"pino-pretty": "13.1.3",
"prettier": "3.8.4",
"tsx": "4.21.0",
- "typescript": "5.9.3"
+ "typescript": "6.0.3"
},
"packageManager":
"[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d"
}