Skip to content

build(deps-dev): bump the npm-development group across 1 directory with 5 updates #229

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps the npm-development group with 4 updates in the / directory: @vitest/coverage-v8, openai, textlint-rule-terminology and tsx.

Updates @vitest/coverage-v8 from 3.2.3 to 3.2.4

Release notes

Sourced from @​vitest/coverage-v8's releases.

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates openai from 5.3.0 to 5.8.2

Release notes

Sourced from openai's releases.

v5.8.2

5.8.2 (2025-06-27)

Full Changelog: v5.8.1...v5.8.2

Bug Fixes

  • client: get fetchOptions type more reliably (b3c959d)

v5.8.1

5.8.1 (2025-06-26)

Full Changelog: v5.8.0...v5.8.1

Bug Fixes

  • client: ensure addOutputText is called on responses.retrieve (d55bb64)

Chores

  • api: remove unsupported property (1966954)
  • docs: update README to include links to docs on Webhooks (586d5da)
  • webhooks: make private methods really private (0ee396a)

v5.8.0

5.8.0 (2025-06-26)

Full Changelog: v5.7.0...v5.8.0

Features

  • api: webhook and deep research support (f2b4f66)

Bug Fixes

  • ci: release-doctor — report correct token name (aed2587)

Refactors

  • types: replace Record with mapped types (7865910)

v5.7.0

5.7.0 (2025-06-23)

Full Changelog: v5.6.0...v5.7.0

Features

... (truncated)

Changelog

Sourced from openai's changelog.

5.8.2 (2025-06-27)

Full Changelog: v5.8.1...v5.8.2

Bug Fixes

  • client: get fetchOptions type more reliably (b3c959d)

5.8.1 (2025-06-26)

Full Changelog: v5.8.0...v5.8.1

Bug Fixes

  • client: ensure addOutputText is called on responses.retrieve (d55bb64)

Chores

  • api: remove unsupported property (1966954)
  • docs: update README to include links to docs on Webhooks (586d5da)
  • webhooks: make private methods really private (0ee396a)

5.8.0 (2025-06-26)

Full Changelog: v5.7.0...v5.8.0

Features

  • api: webhook and deep research support (f2b4f66)

Bug Fixes

  • ci: release-doctor — report correct token name (aed2587)

Refactors

  • types: replace Record with mapped types (7865910)

5.7.0 (2025-06-23)

Full Changelog: v5.6.0...v5.7.0

Features

  • api: update api shapes for usage and code interpreter (f2100e8)

5.6.0 (2025-06-20)

... (truncated)

Commits
  • 1a20cac release: 5.8.2
  • b1dc75c fix(client): get fetchOptions type more reliably
  • 1f25c23 Merge pull request #1558 from openai/release-please--branches--master--change...
  • 480131b release: 5.8.1
  • 1966954 chore(api): remove unsupported property
  • d55bb64 fix(client): ensure addOutputText is called on responses.retrieve
  • 0ee396a chore(webhooks): make private methods really private
  • 586d5da chore(docs): update README to include links to docs on Webhooks
  • e3a0a9c Merge pull request #1553 from openai/release-please--branches--master--change...
  • 8c4303b release: 5.8.0
  • Additional commits viewable in compare view

Updates textlint-rule-terminology from 5.2.12 to 5.2.13

Release notes

Sourced from textlint-rule-terminology's releases.

v5.2.13

5.2.13 (2025-06-23)

Bug Fixes

  • Added the official/current spelling of the command language Bash, the scripting language AWK and the HPC job scheduler called Slurm (9568eb7)
Commits
  • 9568eb7 fix: Added the official/current spelling of the command language Bash, the sc...
  • 95992cb docs: Add book link
  • See full diff in compare view

Updates tsx from 4.19.4 to 4.20.3

Release notes

Sourced from tsx's releases.

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes


This release is also available on:

v4.20.2

4.20.2 (2025-06-12)

Bug Fixes


This release is also available on:

v4.20.1

4.20.1 (2025-06-11)

Bug Fixes

  • json: handle keys with special characters (9bd2546)

This release is also available on:

v4.20.0

4.20.0 (2025-06-11)

Bug Fixes

... (truncated)

Commits
  • dadcf27 fix: revert v4.20 changes
  • 2d1aaee chore: upgrade manten
  • c188268 fix: support ambiguous package (#79)
  • 602f1b1 chore: debug to accept levels (#77)
  • 5172c47 test: log node-pty failure stdout
  • 1e8f17b refactor: node-pty test code
  • 9bd2546 fix(json): handle keys with special characters
  • e97fe67 test: failed pty tests logs
  • 532c50a tests: fix Windows tests
  • ec316d3 feat: support latest Node versions
  • Additional commits viewable in compare view

Updates vitest from 3.2.3 to 3.2.4

Release notes

Sourced from vitest's releases.

v3.2.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • c666d14 chore: release v3.2.4
  • 8a18c8e fix(cli): throw error when --shard x/\<count> exceeds count of test files (#...
  • 8abd7cc chore(deps): update tinypool (#8174)
  • 93f3200 fix(deps): update all non-major dependencies (#8123)
  • 0c3be6f fix(coverage): ignore SCSS in browser mode (#8161)
  • 790bc31 chore: update deprecation notice for globs (#8148)
  • c0eae7d chore: update deprecated workspace file log (#8118)
  • 14dc072 fix(pool): auto-adjust minWorkers when only maxWorkers specified (#8110)
  • 85dc019 fix(cli): use absolute path environment on Windows (#8105)
  • 27df68a fix(reporter): task.meta should be available in custom reporter's errors (#...
  • Additional commits viewable 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 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

…th 5 updates

Bumps the npm-development group with 4 updates in the / directory: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [openai](https://github.com/openai/openai-node), [textlint-rule-terminology](https://github.com/sapegin/textlint-rule-terminology) and [tsx](https://github.com/privatenumber/tsx).


Updates `@vitest/coverage-v8` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/coverage-v8)

Updates `openai` from 5.3.0 to 5.8.2
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.3.0...v5.8.2)

Updates `textlint-rule-terminology` from 5.2.12 to 5.2.13
- [Release notes](https://github.com/sapegin/textlint-rule-terminology/releases)
- [Commits](sapegin/textlint-rule-terminology@v5.2.12...v5.2.13)

Updates `tsx` from 4.19.4 to 4.20.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.4...v4.20.3)

Updates `vitest` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: openai
  dependency-version: 5.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: textlint-rule-terminology
  dependency-version: 5.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: tsx
  dependency-version: 4.20.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: vitest
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

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 Jun 30, 2025
@dependabot dependabot bot requested a review from virgofx as a code owner June 30, 2025 01:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2025
Copy link

📋 Release Plan

Module Type Latest
Version
New
Version
Release
Details
tf-modules/animal patch v1.0.0 🆕 Initial Release
tf-modules/kms patch v1.0.0 🆕 Initial Release
tf-modules/s3-bucket-object patch v1.0.0 🆕 Initial Release
tf-modules/vpc-endpoint patch v1.0.0 🆕 Initial Release
tf-modules/zoo patch v1.0.0 🆕 Initial Release

📝 Changelog

tf-modules/animal/v1.0.0 (2025-06-30)

  • 🔀PR #229 - build(deps-dev): bump the npm-development group across 1 directory with 5 updates

tf-modules/kms/v1.0.0 (2025-06-30)

  • 🔀PR #229 - build(deps-dev): bump the npm-development group across 1 directory with 5 updates

tf-modules/s3-bucket-object/v1.0.0 (2025-06-30)

  • 🔀PR #229 - build(deps-dev): bump the npm-development group across 1 directory with 5 updates

tf-modules/vpc-endpoint/v1.0.0 (2025-06-30)

  • 🔀PR #229 - build(deps-dev): bump the npm-development group across 1 directory with 5 updates

tf-modules/zoo/v1.0.0 (2025-06-30)

  • 🔀PR #229 - build(deps-dev): bump the npm-development group across 1 directory with 5 updates

Wiki Statusℹ️

✅ Enabled

Automated Tag/Release Cleanupℹ️

⏸️ Existing tags and releases will be preserved as the delete-legacy-tags flag is disabled.

Powered by:   techpivot/terraform-module-releaser

Copy link

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