This is an automated email from the ASF dual-hosted git repository. github-merge-queue[bot] pushed a commit to branch gh-readonly-queue/main/pr-7499-d1ac8dc3b76d3248bebc5c289ece6aa8c84f0766 in repository https://gitbox.apache.org/repos/asf/texera.git
commit b72fb80e57aafd8c6f896ffb948686c78b060678 Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 10 06:14:16 2026 +0100 chore(deps, agent-service): update dependency tsx to v4.23.12 (#7499) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [tsx](https://tsx.hirok.io) ([source](https://redirect.github.com/privatenumber/tsx)) | [`4.23.11` → `4.23.12`](https://renovatebot.com/diffs/npm/tsx/4.23.11/4.23.12) |  |  | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/6912) for more information. --- ### Release Notes <details> <summary>privatenumber/tsx (tsx)</summary> ### [`v4.23.12`](https://redirect.github.com/privatenumber/tsx/releases/tag/v4.23.12) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.23.11...v4.23.12) ##### Bug Fixes - shim `import.meta` when tokens are split by comments or newlines ([#​829](https://redirect.github.com/privatenumber/tsx/issues/829)) ([ed9d330](https://redirect.github.com/privatenumber/tsx/commit/ed9d33046a135de13a35fdfce12368b79d1b1518)), closes [#​828](https://redirect.github.com/privatenumber/tsx/issues/828) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.23.12) </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - "before 8am on monday" - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apache/texera). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: Xinyuan Lin <[email protected]> --- 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 eef505384a..dca6a5c42d 100644 --- a/agent-service/bun.lock +++ b/agent-service/bun.lock @@ -20,7 +20,7 @@ "@types/dagre": "0.7.54", "pino-pretty": "13.1.3", "prettier": "3.9.6", - "tsx": "4.23.11", + "tsx": "4.23.12", "typescript": "6.0.3", }, }, @@ -218,7 +218,7 @@ "tslib": ["[email protected]", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="], - "tsx": ["[email protected]", "", { "dependencies": { "esbuild": "~0.28.0" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "bin": { "tsx": "dist/cli.mjs" } }, "sha512-Ry2oTEUnhBdeEdWIztY8kf3/nBGnPnjMLVGL0YfdRXMORuPER5NlKmayqxtxRxwB1xBN+RivRaJfe7PM1rtiyw=="], + "tsx": ["[email protected]", "", { "dependencies": { "esbuild": "~0.28.0" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "bin": { "tsx": "dist/cli.mjs" } }, "sha512-FDf4L4sYzKtzWYhU/Xm0AQFdTjdIxNo9ElTf2mxXM6k8YMHXzYUe4yODVaXP4V9uMFbVg8c0qyBccK2OOxb45Q=="], "typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], diff --git a/agent-service/package.json b/agent-service/package.json index 3c14baca33..32238b1498 100644 --- a/agent-service/package.json +++ b/agent-service/package.json @@ -30,7 +30,7 @@ "@types/dagre": "0.7.54", "pino-pretty": "13.1.3", "prettier": "3.9.6", - "tsx": "4.23.11", + "tsx": "4.23.12", "typescript": "6.0.3" } }
