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 6 updates #281

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 6 updates:

Package From To
github.com/PuerkitoBio/goquery 1.8.1 1.9.1
github.com/charmbracelet/bubbles 0.17.1 0.18.0
github.com/dghubble/sling 1.4.1 1.4.2
github.com/sashabaranov/go-openai 1.19.2 1.20.2
github.com/tidwall/gjson 1.17.0 1.17.1
zombiezen.com/go/sqlite 1.1.0 1.1.2

Updates github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.1

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.9.1

Improve allocation of Map, better document cascadia behavior differences.

v1.9.0 Add generic Map function

Note that starting with this release, goquery now requires Go 1.18+. If you need to build with an older Go version, use goquery v1.8.x.

Commits
  • 3ce7428 Prepare new minor version
  • 153f1ea Add notes on cascadia behavior that may differ from jQuery`s
  • 2095230 Merge pull request #469 from jwilsson/pre-allocate-slice-in-map
  • ce7330a Pre-allocate slice in generic Map function
  • 4cbe087 Update dependencies
  • a475435 Prepare README for the new version
  • 86d2456 Update CI to run Go 1.21 and 1.22 (latest 2 versions at the moment)
  • 1fad3d4 Implement Selection.Map by calling the generic Map
  • de2d209 Merge pull request #467 from Fesaa/feature/generics
  • 65c0ed3 Impl PuerkitoBio/goquery#466
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbles from 0.17.1 to 0.18.0

Release notes

Sourced from github.com/charmbracelet/bubbles's releases.

v0.18.0

Textarea, but faster

This release features several fixes and big performance improvements for the textarea bubble.

What's Changed

New

Improved

Fixed

New Contributors

Full Changelog: charmbracelet/bubbles@v0.17.1...v0.18.0


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 364eac9 feat: remove space for filesize
  • a2e2909 feat(deps): bump github.com/rivo/uniseg from 0.4.4 to 0.4.6
  • 07e7bd4 feat(filepicker): optional file permissions and file size
  • 034ee85 fix(filepicker): push / pop views
  • 01d22a0 fix(filepicker): height calculations
  • d98bf9d fix(textarea): correctly trim incoming paste
  • fc18779 feat: add OnFirstPage method for consistency
  • 6399027 perf(textinput): use uniseg.StringWidth
  • 6fe92f9 perf(textarea): implement wrapping memoization
  • ec88302 refactor(textinput): reduce allocations
  • Additional commits viewable in compare view

Updates github.com/dghubble/sling from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/dghubble/sling's releases.

v1.4.2

Changes

  • Update Go module dependencies in examples

Contributions

Dependencies

New Contributors

Full Changelog: dghubble/sling@v1.4.1...v1.4.2

Changelog

Sourced from github.com/dghubble/sling's changelog.

v1.4.2

  • Update Go module dependencies
Commits
  • 9d61ad9 Update changelog for new release
  • 1bb7725 Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 in /examples
  • e5df992 Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 in /examples
  • 1a0edb6 Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 in /examples
  • 5faab10 Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 in /examples
  • 20b6a63 Bump golang.org/x/net from 0.16.0 to 0.17.0 in /examples
  • 377e631 Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 in /examples
  • d545ef2 Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /examples
  • d0c351b Add Spotify to examples using Sling (#90)
  • f731370 Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 in /examples
  • Additional commits viewable in compare view

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

Release notes

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

v1.20.2

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.20.1...v1.20.2

v1.20.1

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.20.0...v1.20.1

v1.20.0

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.19.4...v1.20.0

v1.19.4

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.19.3...v1.19.4

v1.19.3

What's Changed

... (truncated)

Commits
  • bb6149f fix: repair json decoding of moderation response (#670)
  • 4103778 fix: when no Assistant Tools are specified, an empty list should be sent (#669)
  • f220443 Added fields for moderation (#662)
  • c5401e9 Fix for broken Azure Threads url (#668)
  • 7381d18 Fix for broken Azure Assistants url (#665)
  • e8b3478 fix:fix open ai original validation. modify Tool's Function to pointer (#664)
  • 69e3bbb Update client.go - allow to skip Authorization header (#658)
  • ff61bbb Add RunRequest field AdditionalInstructions (#656)
  • 66bae3e Content-type fix (#659)
  • 11ad4b6 make linter happy (#661)
  • Additional commits viewable in compare view

Updates github.com/tidwall/gjson from 1.17.0 to 1.17.1

Commits
  • bbf40bb Fix backspace and form-feed for Go 1.22
  • 711c6fe Merge pull request #348 from V02460/json_string
  • 0f87896 Test \b and \f JSON encoding explicitly
  • b622071 Encode \b and \f in JSON string as themselves
  • See full diff in compare view

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

Release notes

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

1.1.2

Version 1.1.2 updates the modernc.org/sqlite version to 1.29.1 and makes further tweaks to busy-polling.

Changed

  • Set the maximum time between busy polls to 100 milliseconds (follow-on from #75).
  • The minimum modernc.org/sqlite version updated to 1.29.1 (#77).

1.1.1

Version 1.1.1 improves performance on write-contended workloads.

Fixed

  • Make busy-blocking more responsive (#75).
Changelog

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

1.1.2 - 2024-02-14

Version 1.1.2 updates the modernc.org/sqlite version to 1.29.1 and makes further tweaks to busy-polling.

Changed

  • Set the maximum time between busy polls to 100 milliseconds (follow-on from #75).
  • The minimum modernc.org/sqlite version updated to 1.29.1 (#77).

1.1.1 - 2024-02-02

Version 1.1.1 improves performance on write-contended workloads.

Fixed

  • Make busy-blocking more responsive (#75).
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 all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.8.1` | `1.9.1` |
| [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) | `0.17.1` | `0.18.0` |
| [github.com/dghubble/sling](https://github.com/dghubble/sling) | `1.4.1` | `1.4.2` |
| [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) | `1.19.2` | `1.20.2` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.0` | `1.17.1` |
| [zombiezen.com/go/sqlite](https://github.com/zombiezen/go-sqlite) | `1.1.0` | `1.1.2` |


Updates `github.com/PuerkitoBio/goquery` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.8.1...v1.9.1)

Updates `github.com/charmbracelet/bubbles` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v0.17.1...v0.18.0)

Updates `github.com/dghubble/sling` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/dghubble/sling/releases)
- [Changelog](https://github.com/dghubble/sling/blob/main/CHANGES.md)
- [Commits](dghubble/sling@v1.4.1...v1.4.2)

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

Updates `github.com/tidwall/gjson` from 1.17.0 to 1.17.1
- [Commits](tidwall/gjson@v1.17.0...v1.17.1)

Updates `zombiezen.com/go/sqlite` from 1.1.0 to 1.1.2
- [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.1.0...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/charmbracelet/bubbles
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/dghubble/sling
  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: github.com/tidwall/gjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zombiezen.com/go/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 1, 2024
@j178 j178 merged commit 52e17a2 into master Mar 1, 2024
2 checks passed
@j178 j178 deleted the dependabot/go_modules/all-88174194c4 branch March 1, 2024 10: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.

None yet

1 participant