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-7274-74abf0e14a5436066092bd30345e2cc37b3717eb in repository https://gitbox.apache.org/repos/asf/texera.git
commit 1dc78e9b1a619b0802f25b6717c1c00f5dd39f87 Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 3 04:27:02 2026 +0100 chore(deps, agent-service): update dependency ajv to v8.20.0 (#7274) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ajv](https://ajv.js.org) ([source](https://redirect.github.com/ajv-validator/ajv)) | [`8.18.0` → `8.20.0`](https://renovatebot.com/diffs/npm/ajv/8.18.0/8.20.0) |  |  | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/6912) for more information. --- ### Release Notes <details> <summary>ajv-validator/ajv (ajv)</summary> ### [`v8.20.0`](https://redirect.github.com/ajv-validator/ajv/releases/tag/v8.20.0) [Compare Source](https://redirect.github.com/ajv-validator/ajv/compare/v8.18.0...v8.20.0) #### What's Changed - fix: add support for node 22/24, drop node 16/21 by [@​jasoniangreen](https://redirect.github.com/jasoniangreen) in [#​2580](https://redirect.github.com/ajv-validator/ajv/pull/2580) - fix: add ES2022.RegExp for RegExpIndicesArray by [@​SignpostMarv](https://redirect.github.com/SignpostMarv) in [#​2604](https://redirect.github.com/ajv-validator/ajv/pull/2604) **Full Changelog**: <https://github.com/ajv-validator/ajv/compare/v8.19.0...v8.20.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --------- Co-authored-by: Xinyuan Lin <[email protected]> --- 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 8445d20aa2..95625aa55c 100644 --- a/agent-service/LICENSE-binary +++ b/agent-service/LICENSE-binary @@ -235,7 +235,7 @@ Agent service npm packages: - @tokenizer/[email protected] - @types/[email protected] - @types/[email protected] - - [email protected] + - [email protected] - [email protected] - [email protected] - [email protected] diff --git a/agent-service/bun.lock b/agent-service/bun.lock index cdff01d2f3..d6cb8fd011 100644 --- a/agent-service/bun.lock +++ b/agent-service/bun.lock @@ -8,7 +8,7 @@ "@ai-sdk/openai": "4.0.17", "@elysiajs/cors": "1.4.2", "ai": "7.0.33", - "ajv": "8.18.0", + "ajv": "8.20.0", "dagre": "0.8.5", "elysia": "1.4.29", "pino": "10.3.1", @@ -112,7 +112,7 @@ "ai": ["[email protected]", "", { "dependencies": { "@ai-sdk/gateway": "4.0.25", "@ai-sdk/provider": "4.0.3", "@ai-sdk/provider-utils": "5.0.12" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-31X29OiXn7OBUcar1RRf1q75FirvGXCL/xL3VykeLG+Lp3AcZkeG0tthO6hvNM/jZo3h/0g32fhgHVYekiBAZQ=="], - "ajv": ["[email protected]", "", { "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2" } }, "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A=="], + "ajv": ["[email protected]", "", { "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2" } }, "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA=="], "atomic-sleep": ["[email protected]", "", {}, "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ=="], diff --git a/agent-service/package.json b/agent-service/package.json index 6c5c3639d2..2f665e3f46 100644 --- a/agent-service/package.json +++ b/agent-service/package.json @@ -18,7 +18,7 @@ "@ai-sdk/openai": "4.0.17", "@elysiajs/cors": "1.4.2", "ai": "7.0.33", - "ajv": "8.18.0", + "ajv": "8.20.0", "dagre": "0.8.5", "elysia": "1.4.29", "pino": "10.3.1",
