Skip to content

build(deps): bump the npm-minor-patch group in /harness with 3 updates#154

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/harness/npm-minor-patch-4878bc1192
Open

build(deps): bump the npm-minor-patch group in /harness with 3 updates#154
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/harness/npm-minor-patch-4878bc1192

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group in /harness with 3 updates: @openai/agents, openai and tsx.

Updates @openai/agents from 0.12.0 to 0.13.2

Release notes

Sourced from @​openai/agents's releases.

v0.13.2

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-js@v0.13.1...v0.13.2

v0.13.1

What's Changed

Documentation & Other Changes

New Contributors

Full Changelog: openai/openai-agents-js@v0.13.0...v0.13.1

v0.13.0

Key Changes

RealtimeAgent's default is now gpt-realtime-2.1

Since this version, the default model for RealtimeAgents is gpt-realtime-2.1: https://developers.openai.com/api/docs/models/gpt-realtime-2.1

What's Changed

Documentation & Other Changes

... (truncated)

Commits
  • 9fb7708 chore: update versions (#1462)
  • 7948f3d docs: update AGENTS.md for git operations
  • bd3c299 chore: update the pull request template
  • 84e3d44 docs: update AGENTS.md for git operations
  • e5b75e1 feat: support GPT-5.6 request controls (#1463)
  • 240b6eb fix: restore run usage when deserializing RunState (#1451)
  • 48cdb52 feat: add experimental hosted multi-agent support (#1458)
  • 4c14038 fix: resolve workspace packages from source in Vitest (#1449)
  • 760ef8e fix(realtime): surface provider error when /realtime/calls fails (#1461)
  • 04807e3 chore: update versions (#1452)
  • Additional commits viewable in compare view

Updates openai from 6.45.0 to 6.47.0

Release notes

Sourced from openai's releases.

v6.47.0

6.47.0 (2026-07-14)

Full Changelog: v6.46.0...v6.47.0

Features

Bug Fixes

Documentation

v6.46.0

6.46.0 (2026-07-09)

Full Changelog: v6.45.0...v6.46.0

Features

  • api: gpt-5.6-sol updates (6c397d5)

Bug Fixes

  • assistants: place array delta entries by index instead of appending (#1963) (0e18d30)
  • runner: normalize missing tool call IDs (#1958) (6371623)
  • upgrade next to 15.5.16 in examples (#1967) (95b54e5)

Documentation

Changelog

Sourced from openai's changelog.

6.47.0 (2026-07-14)

Full Changelog: v6.46.0...v6.47.0

Features

Bug Fixes

Documentation

6.46.0 (2026-07-09)

Full Changelog: v6.45.0...v6.46.0

Features

  • api: gpt-5.6-sol updates (6c397d5)

Bug Fixes

  • assistants: place array delta entries by index instead of appending (#1963) (0e18d30)
  • runner: normalize missing tool call IDs (#1958) (6371623)
  • upgrade next to 15.5.16 in examples (#1967) (95b54e5)

Documentation

Commits

Updates tsx from 4.22.4 to 4.23.0

Release notes

Sourced from tsx's releases.

v4.23.0

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v4.22.5

4.22.5 (2026-07-02)

Bug Fixes

  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

Commits
  • 1dfad37 docs: cite esbuild's extension-resolution model in node notes
  • 257bbbb fix: avoid redundant filesystem probes during module resolution
  • c178197 feat: add multi-scenario startup benchmark suite
  • 51800ac docs: add Node internals knowledge base (notes/node)
  • a305f36 fix: isolate hook state per async module.register() registration
  • ca501a9 chore: upgrade skills-npm to v1.2.0
  • 596cd1f test: cover __dirname, __filename, & require.cache in CJS TS file
  • 75d9bf0 test: lock in lenient ESM for ambiguous and CJS-typed packages
  • 1472f3e test: cover ESM-syntax dependency with omitted "type" field
  • See full diff in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the npm-minor-patch group in /harness with 3 updates: [@openai/agents](https://github.com/openai/openai-agents-js), [openai](https://github.com/openai/openai-node) and [tsx](https://github.com/privatenumber/tsx).


Updates `@openai/agents` from 0.12.0 to 0.13.2
- [Release notes](https://github.com/openai/openai-agents-js/releases)
- [Commits](openai/openai-agents-js@v0.12.0...v0.13.2)

Updates `openai` from 6.45.0 to 6.47.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
- [Commits](openai/openai-node@v6.45.0...v6.47.0)

Updates `tsx` from 4.22.4 to 4.23.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.4...v4.23.0)

---
updated-dependencies:
- dependency-name: "@openai/agents"
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: openai
  dependency-version: 6.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: tsx
  dependency-version: 4.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 16, 2026
@dependabot dependabot Bot requested a review from Rul1an as a code owner July 16, 2026 12:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants