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): bump the all group with 3 updates #277

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the all group with 3 updates: github.com/jedib0t/go-pretty/v6, github.com/sashabaranov/go-openai and zombiezen.com/go/sqlite.

Updates github.com/jedib0t/go-pretty/v6 from 6.5.2 to 6.5.4

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.5.4

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.3...v6.5.4

v6.5.3

Bug-Fixes

  • table & list:
    • process "\r" correctly (moving the cursor back to start of line)
Commits
  • 7206de6 table: fix documentation for merges (#296)
  • cc6c24d table: fix SuppressTrailingSpaces removing spaces from the start (#295)
  • 79388bd update to latest versions for some github actions (#293)
  • 3de2fe4 text: process Carriage-Return codes correctly (#292)
  • See full diff in compare view

Updates github.com/sashabaranov/go-openai from 1.17.11 to 1.19.2

Release notes

Sourced from github.com/sashabaranov/go-openai's releases.

v1.19.2

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.19.1...v1.19.2

v1.19.1

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.18.3...v1.19.1

v1.18.3

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.18.2...v1.18.3

v1.18.2

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.18.1...v1.18.2

v1.18.1

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.18.0...v1.18.1

v1.18.0

What's Changed

... (truncated)

Commits

Updates zombiezen.com/go/sqlite from 1.0.0 to 1.1.0

Release notes

Sourced from zombiezen.com/go/sqlite's releases.

1.1.0

Version 1.1 introduces the ability to prepare connections on sqlitex.Pool, improves performance, and improves documentation.

Added

  • Added a sqlitex.NewPool function with support for a ConnPrepareFunc (#65).
  • Added a documentation example for SetCollation (#64).

Deprecated

  • Deprecated sqlitex.Open in favor of sqlitex.NewPool.

Fixed

  • Speed up internal string conversions (#66). Thank you @​ffmiruz for the profiling work!
Changelog

Sourced from zombiezen.com/go/sqlite's changelog.

1.1.0 - 2024-01-14

Version 1.1 introduces the ability to prepare connections on sqlitex.Pool, improves performance, and improves documentation.

Added

  • Added a sqlitex.NewPool function with support for a ConnPrepareFunc (#65).
  • Added a documentation example for SetCollation (#64).

Deprecated

  • Deprecated sqlitex.Open in favor of sqlitex.NewPool.

Fixed

  • Speed up internal string conversions (#66). Thank you @​ffmiruz for the profiling work!
Commits
  • 5c555a3 Update release notes for 1.1.0
  • d6efc7d Improve converting to Go string performance (#66)
  • f46dbf8 Close Pool in TestPoolPrepareConn
  • d3503ea Add support to sqlitex.Pool for a ConnPrepareFunc
  • b1e05aa Improve package docs
  • 5439d0f Add SetCollation example
  • 3588827 Bump actions/setup-go from 4 to 5 (#62)
  • 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 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 all group with 3 updates: [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty), [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) and [zombiezen.com/go/sqlite](https://github.com/zombiezen/go-sqlite).


Updates `github.com/jedib0t/go-pretty/v6` from 6.5.2 to 6.5.4
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.5.2...v6.5.4)

Updates `github.com/sashabaranov/go-openai` from 1.17.11 to 1.19.2
- [Release notes](https://github.com/sashabaranov/go-openai/releases)
- [Commits](sashabaranov/go-openai@v1.17.11...v1.19.2)

Updates `zombiezen.com/go/sqlite` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/zombiezen/go-sqlite/releases)
- [Changelog](https://github.com/zombiezen/go-sqlite/blob/main/CHANGELOG.md)
- [Commits](zombiezen/go-sqlite@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sashabaranov/go-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zombiezen.com/go/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2024
@j178 j178 merged commit 02fb109 into master Feb 1, 2024
2 checks passed
@j178 j178 deleted the dependabot/go_modules/all-3b64526ad6 branch February 1, 2024 09:55
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant