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

Build(deps): bump the other group across 1 directory with 8 updates #1628

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 Mar 3, 2025

Bumps the other group with 7 updates in the / directory:

Package From To
github.com/spf13/cobra 1.8.1 1.9.1
github.com/vektah/gqlparser/v2 2.5.21 2.5.23
golang.org/x/sync 0.10.0 0.11.0
github.com/parquet-go/parquet-go 0.24.0 0.25.0
golang.org/x/net 0.34.0 0.35.0
github.com/charmbracelet/bubbletea 1.2.4 1.3.4
github.com/samber/lo 1.47.0 1.49.1

Updates github.com/spf13/cobra from 1.8.1 to 1.9.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.9.1

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

Updates github.com/vektah/gqlparser/v2 from 2.5.21 to 2.5.23

Release notes

Sourced from github.com/vektah/gqlparser/v2's releases.

v2.5.23

Full Changelog: vektah/gqlparser@v2.5.23...v2.5.23

v2.5.22

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.21...v2.5.22

Commits
  • 135eef6 Fix quote handling at end of block string descriptions (#355)
  • 94fb1f6 Bump prettier in /validator/imported in the actions-deps group (#354)
  • 3899e77 Bump golangci/golangci-lint-action in the actions-deps group (#353)
  • 1e603df Bump the actions-deps group in /validator/imported with 4 updates (#352)
  • c8b3d7b Bump golangci/golangci-lint-action in the actions-deps group (#350)
  • 1bbd895 Bump the actions-deps group in /validator/imported with 4 updates (#349)
  • a9517a5 Bump github.com/agnivade/levenshtein in the actions-deps group (#345)
  • 23ba15b Support generation of the prelude.graphql based on graphql-js (#344)
  • 28ef20a Bump the actions-deps group in /validator/imported with 3 updates (#343)
  • 4de5ffd Update spec support for latest draft version (#342)
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.10.0 to 0.11.0

Commits
  • fe3591b sync/errgroup: improve documentation for semaphore limit behavior
  • See full diff in compare view

Updates github.com/parquet-go/parquet-go from 0.24.0 to 0.25.0

Release notes

Sourced from github.com/parquet-go/parquet-go's releases.

v0.25.0

What's Changed

New features

Bug fixes

Documentation

Other changes

Internal

New Contributors

... (truncated)

Commits
  • 256511c Add Writer.ColumnWriters (#242)
  • b3b9679 remove checks
  • 55aa82c restore column count checks when initializing writer; name it ColumnWriters, ...
  • 8381e7e Try different approach; simply expose ValueWriter per column
  • bdffd15 add Writer.WriteColumns
  • 750802a fix performance regression when reading rows from async pages (#246)
  • 6ef3414 fix performance regression when reading rows from async pages
  • ea9863b Rudimentary support for Variants when building a schema (#245)
  • 0849d7e comment out one field to avoid strange thrift decoding error
  • 2ff63c3 add very elementary support for Variant: just the ability to create a schema ...
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.35.0

Commits
  • df97a48 go.mod: update golang.org/x dependencies
  • 2dab271 route: treat short sockaddr lengths as unspecified
  • b914489 internal/http3: refactor in prep for sharing transport/server code
  • ebd23f8 route: fix parsing network address of length zero
  • 938a9fb internal/http3: add request/response body transfer
  • 145b2d7 internal/http3: add RoundTrip
  • 5bda71a internal/http3: define connection and stream error types
  • 3c1185a internal/http3: return error on mid-frame EOF
  • a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  • c72e89d internal/http3: QPACK encoding and decoding
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.28.0 to 0.29.0

Commits

Updates github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.4

Release notes

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

v1.3.4

This release fixes an issue on Windows where the mouse is always enabled even if it wasn't requested. Now, using mouse options such as tea.WithAllMouseMotion() and commands such as tea.EnableMouseAllMotion and tea.DisableMouse turns the mouse on/off as expected.

Changelog

New Features

  • e817654e03769c14bdc09f9032724dfc53aa936f: feat(ci): move from goveralls to codecov (#1332) (@​aymanbagabas)

Bug fixes

  • bf1216dfaf642b73b639262ab91a7e7c86095d34: fix: windows: enable mouse mode on demand (#1340) (@​aymanbagabas)

Other work

  • 00e3ef47acdd1b39b3aa3c8260910f5fd57867bb: ci: sync dependabot config (#1328) (@​charmcli)
  • 4a30f3fd2a2c3ff8d13572d9aceb3007a9940006: ci: sync dependabot config (#1329) (@​charmcli)

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

v1.3.3

This release restore the program options that were deprecated in the previous releases.

Changelog

Full Changelog: charmbracelet/bubbletea@v1.3.2...v1.3.3


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

v1.3.2

Fix canceling terminal input reads on Windows.

Changelog

Bug fixes

  • b0186ada899e2c5f270b753f577be2c89ed1836f: fix: windows: handle cancel io error (@​aymanbagabas)

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

v1.3.1

This release introduces some important bug fixes when it comes to cursor movements while rendering, and properly handle Windows AltGr key on non-English keyboards.

Changelog

... (truncated)

Commits
  • bf1216d fix: windows: enable mouse mode on demand (#1340)
  • e817654 feat(ci): move from goveralls to codecov (#1332)
  • 4a30f3f ci: sync dependabot config (#1329)
  • 00e3ef4 ci: sync dependabot config (#1328)
  • cb6f840 chore: revert "chore: deprecate some StartupOptions in favor of Cmds (#1307)"
  • ee7cf45 chore: revert "Remove irrelevant option comments"
  • b0186ad fix: windows: handle cancel io error
  • 771a101 fix: renderer: use newline instead of cud1 to move cursor down (#1323)
  • cebad5b chore(examples): update go.mod and go.sum
  • 439398b Remove irrelevant option comments
  • Additional commits viewable in compare view

Updates github.com/samber/lo from 1.47.0 to 1.49.1

Release notes

Sourced from github.com/samber/lo's releases.

v1.49.1

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.48.0...v1.49.0

v1.48.0

What's Changed

Feature

Fix

Refactor

New Contributors

... (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 other group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
| [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | `2.5.21` | `2.5.23` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.10.0` | `0.11.0` |
| [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go) | `0.24.0` | `0.25.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.34.0` | `0.35.0` |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.2.4` | `1.3.4` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.49.1` |



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

Updates `github.com/vektah/gqlparser/v2` from 2.5.21 to 2.5.23
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.21...v2.5.23)

Updates `golang.org/x/sync` from 0.10.0 to 0.11.0
- [Commits](golang/sync@v0.10.0...v0.11.0)

Updates `github.com/parquet-go/parquet-go` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/parquet-go/parquet-go/releases)
- [Changelog](https://github.com/parquet-go/parquet-go/blob/main/CHANGELOG.md)
- [Commits](parquet-go/parquet-go@v0.24.0...v0.25.0)

Updates `golang.org/x/net` from 0.34.0 to 0.35.0
- [Commits](golang/net@v0.34.0...v0.35.0)

Updates `golang.org/x/term` from 0.28.0 to 0.29.0
- [Commits](golang/term@v0.28.0...v0.29.0)

Updates `github.com/charmbracelet/bubbletea` from 1.2.4 to 1.3.4
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.2.4...v1.3.4)

Updates `github.com/samber/lo` from 1.47.0 to 1.49.1
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.47.0...v1.49.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/parquet-go/parquet-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2025 01:53
@dependabot dependabot bot requested review from OddTomBrooks and removed request for a team March 3, 2025 01:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 3, 2025
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.

0 participants