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 eadfbeb99a chore(deps): bump prettier from 3.4.2 to 3.8.4 in
/agent-service [release/v1.2 backport] (#5865)
eadfbeb99a is described below
commit eadfbeb99a5636b315507241fce377f45206252c
Author: Xinyuan Lin <[email protected]>
AuthorDate: Sun Jun 21 17:52:35 2026 -0700
chore(deps): bump prettier from 3.4.2 to 3.8.4 in /agent-service
[release/v1.2 backport] (#5865)
### What changes were proposed in this PR?
Backport of apache/texera#5819 to `release/v1.2`: bump prettier from
3.4.2 to 3.8.4 in /agent-service.
Clean cherry-pick (package.json + bun.lock).
**Risk:** 🟢 Minor (dev tool).
### Any related issues, documentation, discussions?
Backports apache/texera#5819 (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#5819); verified the backport diff equals the original
bump and applies onto `release/v1.2`. Manual verification:
`bun run format:check` runs.
### 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/bun.lock | 4 ++--
agent-service/package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/agent-service/bun.lock b/agent-service/bun.lock
index 929b141fb3..1092944b84 100644
--- a/agent-service/bun.lock
+++ b/agent-service/bun.lock
@@ -19,7 +19,7 @@
"@types/bun": "1.3.3",
"@types/dagre": "0.7.54",
"pino-pretty": "13.1.3",
- "prettier": "3.4.2",
+ "prettier": "3.8.4",
"tsx": "4.21.0",
"typescript": "5.9.3",
},
@@ -188,7 +188,7 @@
"pino-std-serializers": ["[email protected]", "", {},
"sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw=="],
- "prettier": ["[email protected]", "", { "bin": { "prettier":
"bin/prettier.cjs" } },
"sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ=="],
+ "prettier": ["[email protected]", "", { "bin": { "prettier":
"bin/prettier.cjs" } },
"sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q=="],
"process-warning": ["[email protected]", "", {},
"sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA=="],
diff --git a/agent-service/package.json b/agent-service/package.json
index 2ee6b66e71..de2175ab07 100644
--- a/agent-service/package.json
+++ b/agent-service/package.json
@@ -29,7 +29,7 @@
"@types/bun": "1.3.3",
"@types/dagre": "0.7.54",
"pino-pretty": "13.1.3",
- "prettier": "3.4.2",
+ "prettier": "3.8.4",
"tsx": "4.21.0",
"typescript": "5.9.3"
},