Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the instrumentation-openai group in /packages/instrumentation-openai with 2 updates #567

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the instrumentation-openai group in /packages/instrumentation-openai with 2 updates: nock and openai.

Updates nock from 13.5.6 to 14.0.0

Release notes

Sourced from nock's releases.

v14.0.0

BREAKING CHANGES

  • drop support for Node < 18

Features

v14.0.0-beta.19

14.0.0-beta.19 (2024-12-04)

Bug Fixes

  • backport: memory leaks due to timer references outliving the timers (#2773) (#2773) (66eb7f4)
  • call fs.createReadStream lazily (#2357) (ba9fc42)
  • remove duplicates from activeMocks() and pendingMocks() (#2356) (7e957b3)
  • support literal query string (#2590) (4162fa8)
  • types: return type of BackOptions.afterRecord (#2782) (fc90bd3)

v14.0.0-beta.18

14.0.0-beta.18 (2024-11-25)

Bug Fixes

  • recorder: recompress fetch body on record (#2810) (be35f23)

v14.0.0-beta.17

14.0.0-beta.17 (2024-11-21)

Bug Fixes

  • fetch: add support for aborting requests using AbortSignal (#2809) (a143911)

v14.0.0-beta.16

14.0.0-beta.16 (2024-11-14)

Bug Fixes

  • fetch: support Content-Encoding response header (#2797) (451e69c)
Commits

Updates openai from 4.79.1 to 4.80.1

Release notes

Sourced from openai's releases.

v4.80.1

4.80.1 (2025-01-24)

Full Changelog: v4.80.0...v4.80.1

Bug Fixes

  • azure: include retry count header (3e0ba40)

Documentation

  • fix typo, "zodFunctionTool" -> "zodFunction" (#1128) (b7ab6bb)
  • helpers: fix type annotation (fc019df)
  • readme: fix realtime errors docs link (#1286) (d1d50c8)

v4.80.0

4.80.0 (2025-01-22)

Full Changelog: v4.79.4...v4.80.0

Features

  • api: update enum values, comments, and examples (#1280) (d38f2c2)

v4.79.4

4.79.4 (2025-01-21)

Full Changelog: v4.79.3...v4.79.4

Bug Fixes

  • jsr: correct zod config (e45fa5f)

Chores

Documentation

v4.79.3

4.79.3 (2025-01-21)

Full Changelog: v4.79.2...v4.79.3

Bug Fixes

... (truncated)

Changelog

Sourced from openai's changelog.

4.80.1 (2025-01-24)

Full Changelog: v4.80.0...v4.80.1

Bug Fixes

  • azure: include retry count header (3e0ba40)

Documentation

  • fix typo, "zodFunctionTool" -> "zodFunction" (#1128) (b7ab6bb)
  • helpers: fix type annotation (fc019df)
  • readme: fix realtime errors docs link (#1286) (d1d50c8)

4.80.0 (2025-01-22)

Full Changelog: v4.79.4...v4.80.0

Features

  • api: update enum values, comments, and examples (#1280) (d38f2c2)

4.79.4 (2025-01-21)

Full Changelog: v4.79.3...v4.79.4

Bug Fixes

  • jsr: correct zod config (e45fa5f)

Chores

Documentation

4.79.3 (2025-01-21)

Full Changelog: v4.79.2...v4.79.3

Bug Fixes

  • jsr: export zod helpers (9dc55b6)

4.79.2 (2025-01-21)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 instrumentation-openai group in /packages/instrumentation-openai with 2 updates: [nock](https://github.com/nock/nock) and [openai](https://github.com/openai/openai-node).


Updates `nock` from 13.5.6 to 14.0.0
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.6...v14.0.0)

Updates `openai` from 4.79.1 to 4.80.1
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.79.1...v4.80.1)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: instrumentation-openai
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: instrumentation-openai
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2025
@dependabot dependabot bot requested a review from a team January 27, 2025 01:55
@trentm trentm merged commit 9d12031 into main Jan 28, 2025
9 checks passed
@trentm trentm deleted the dependabot/npm_and_yarn/packages/instrumentation-openai/instrumentation-openai-ccd601c173 branch January 28, 2025 16:27
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.

1 participant