fix(deps, agent-service): bump the agent-service-patch group across 1 directory with 5 updates - #72
Open
dependabot[bot] wants to merge 1 commit into
Conversation
… directory with 5 updates Bumps the agent-service-patch group with 5 updates in the /agent-service directory: | Package | From | To | | --- | --- | --- | | [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.7` | `4.0.50` | | [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.15` | `7.0.83` | | [elysia](https://github.com/elysiajs/elysia) | `1.4.29` | `1.4.30` | | [prettier](https://github.com/prettier/prettier) | `3.9.4` | `3.9.6` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.0` | `4.23.12` | Updates `@ai-sdk/openai` from 4.0.7 to 4.0.50 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.50/packages/openai) Updates `ai` from 7.0.15 to 7.0.83 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/ai@7.0.83/packages/ai) Updates `elysia` from 1.4.29 to 1.4.30 - [Release notes](https://github.com/elysiajs/elysia/releases) - [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md) - [Commits](elysiajs/elysia@1.4.29...1.4.30) Updates `prettier` from 3.9.4 to 3.9.6 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.9.4...3.9.6) Updates `tsx` from 4.23.0 to 4.23.12 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.0...v4.23.12) --- updated-dependencies: - dependency-name: "@ai-sdk/openai" dependency-version: 4.0.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent-service-patch - dependency-name: ai dependency-version: 7.0.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent-service-patch - dependency-name: elysia dependency-version: 1.4.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: agent-service-patch - dependency-name: prettier dependency-version: 3.9.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: agent-service-patch - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: agent-service-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Automated Reviewer SuggestionsBased on the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the agent-service-patch group with 5 updates in the /agent-service directory:
4.0.74.0.507.0.157.0.831.4.291.4.303.9.43.9.64.23.04.23.12Updates
@ai-sdk/openaifrom 4.0.7 to 4.0.50Changelog
Sourced from @ai-sdk/openai's changelog.
... (truncated)
Commits
0379422Version Packages (#19778)e6a2992fix: replay regular functions named tool_search correctly in OpenAI Responses...c93fa8dVersion Packages (#19748)2523403fix: prevent strict Chat Completions backends from rejecting malformed persis...a01c481Version Packages (#19478)35841f5feat: normalize mid-stream provider error events into public typed errors wit...d2f3353fix: split large embedding batches that exceed provider aggregate token limit...a9782e1fix(batch): align result parsing, request counts, and behavior across provide...eee6200fix: OpenAI Responses streams silently dropping schema-invalid known events a...3d3afacVersion Packages (#19362)Updates
aifrom 7.0.15 to 7.0.83Changelog
Sourced from ai's changelog.
... (truncated)
Commits
0379422Version Packages (#19778)8dd86a9fix: reject stale persisted tool inputs without blocking unparsed or unavaila...fda13b3fix: continue chats automatically after denied tool approvals (#19771)ce6849afix(ai): handle stitchable stream cancellation before an inner stream is regi...957146cfix: UI message stream end callbacks cannot distinguish failed responses from...c93fa8dVersion Packages (#19748)3e125bafix: human tool approval requests omit policy reasons (#19658)34c4710Version Packages (#19716)2523403fix: prevent strict Chat Completions backends from rejecting malformed persis...a01c481Version Packages (#19478)Updates
elysiafrom 1.4.29 to 1.4.30Release notes
Sourced from elysia's releases.
Changelog
Sourced from elysia's changelog.
Commits
e037eca🧹 chore: correct spelling mistake in changelogacea3a7🧹 chore: add SECURITY.mda6b9fc7🧹 chore: update for bun 1.4b1c325fMerge branch 'main' of https://github.com/elysiajs/elysiab8256cc🧹 chore: update for bun 1.4767bad1Merge commit from forkbe31c27🔧 fix: escape schema default keys and values to prevent code injection89088df🧹 chore: remove blank issue2c8b61d🧹 chore: 'I have nothing but my burger and I want nothing more' disclosure7e7dabd🧹 chore: 'I have nothing but my burger and I want nothing more' disclosureUpdates
prettierfrom 3.9.4 to 3.9.6Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
8f0c950Release 3.9.6e910764Update changelogec3f1c7Update typescript-eslint to v8.65.0 (#19675)73d2efcUpdate Yuku parser to v0.7.0 (#19664)dd5e24ePreserve quotes forTSMethodSignaturenodes namednew(#19621)c03ab4eUpdate dependency eslint-plugin-unicorn to v72 (#19633)b74dd53Update Yuku parser to v0.6.5 (#19654)f1b594eUpdate dependency eslint-plugin-simple-import-sort to v14 (#19655)0d9dfb6Update Yuku parser to v0.6.4 (#19650)3bbb815Removetypescript-onlydirectory (#19636)Updates
tsxfrom 4.23.0 to 4.23.12Release notes
Sourced from tsx's releases.
... (truncated)
Commits
ed9d330fix: shimimport.metawhen tokens are split by comments or newlines (#829)651f5betest: cover CommonJS TypeScript import.meta pathsbd3bc64test: cover CommonJS loader source fallback55cbecefix: preserve async ESM require fallback6c5ba85docs: document CommonJS default interopec1bcd5fix: support nyc coverage discovery (#710)b6e5b48docs: clarify CommonJS default imports2f55884fix: map Node test locationsde935d5docs: document Node source-map stack formattingb94f46ffix: support data URLs in tsImportDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions