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 dependencies group across 1 directory with 11 updates #1113

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps the dependencies group with 10 updates in the / directory:

Package From To
github.com/charmbracelet/bubbletea 1.2.3 1.2.4
github.com/gliderlabs/ssh 0.3.7 0.3.8
github.com/goccy/go-json 0.10.3 0.10.4
github.com/itchyny/gojq 0.12.16 0.12.17
github.com/k1LoW/bufresolv 0.7.4 0.7.5
github.com/k1LoW/ghfs 1.3.1 1.3.2
github.com/k1LoW/go-github-client/v58 58.0.12 58.0.13
github.com/k1LoW/protoresolv 0.1.1 0.1.2
google.golang.org/grpc 1.68.0 1.69.0
modernc.org/sqlite 1.34.1 1.34.2

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

Release notes

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

v1.2.4

A few little rendering fixes

This release fixes a couple rendering bugs. Quality rendering in Bubble Tea is paramount!

Changelog

Bug fixes

  • 4ad07926d7ff00bc21a05b2536d82a7cc629225e: fix: cursor position adjustment after exiting alt screen (#1241) (@​semihbkgr)
  • ede8caa9d4f588a4a2c744d8e135a1b444bf2ce9: fix: renderer: keep a separate count of lines rendered in the alt screen (@​aymanbagabas)

Other work

  • 76b0f818b3174a3e9b77f93c19820d07855f13f4: ci: fix goreleaser config (#1238) (@​caarlos0)

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

Commits
  • 2ea49dd chore: update screen test
  • ede8caa fix: renderer: keep a separate count of lines rendered in the alt screen
  • bc15c1e chore: revert "fix: cursor position adjustment after exiting alt screen (#1241)"
  • 4ad0792 fix: cursor position adjustment after exiting alt screen (#1241)
  • See full diff in compare view

Updates github.com/gliderlabs/ssh from 0.3.7 to 0.3.8

Commits

Updates github.com/goccy/go-json from 0.10.3 to 0.10.4

Release notes

Sourced from github.com/goccy/go-json's releases.

0.10.4

What's Changed

New Contributors

Full Changelog: goccy/go-json@v0.10.3...v0.10.4

Commits

Updates github.com/itchyny/gojq from 0.12.16 to 0.12.17

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.17

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.17 (2024-12-01)

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Commits
  • f4c2cfe bump up version to 0.12.17
  • f561d02 update CHANGELOG.md for v0.12.17
  • 5fbda3f implement --library-path option as the alias of -L option
  • af0c3da use strings.Repeat to repeat a space in formatting flags
  • 8a09826 fix reduce syntax to emit results for each initial value
  • b685aac avoid repeating the same return type
  • 8f6a146 refactor stream input iterator to use jsonInputIter
  • 9de339f refactor color parsing and environ loader using strings.Cut
  • b144489 handle error of setting environment variables in tests
  • 086bd2b implement skip/2, fix limit/2 to emit error on negative count
  • Additional commits viewable in compare view

Updates github.com/k1LoW/bufresolv from 0.7.4 to 0.7.5

Release notes

Sourced from github.com/k1LoW/bufresolv's releases.

v0.7.5

What's Changed

Other Changes

Full Changelog: k1LoW/bufresolv@v0.7.4...v0.7.5

Changelog

Sourced from github.com/k1LoW/bufresolv's changelog.

v0.7.5 - 2024-11-25

Other Changes

Commits
  • bc952b9 Merge pull request #37 from k1LoW/tagpr-from-v0.7.4
  • 8c65c21 [tagpr] update CHANGELOG.md
  • 7296b62 [tagpr] prepare for the next release
  • 899b26f Merge pull request #36 from k1LoW/dependabot/go_modules/dependencies-fdb974a984
  • 8fbbcc7 chore(deps): bump the dependencies group across 1 directory with 2 updates
  • See full diff in compare view

Updates github.com/k1LoW/ghfs from 1.3.1 to 1.3.2

Release notes

Sourced from github.com/k1LoW/ghfs's releases.

v1.3.2

What's Changed

Full Changelog: k1LoW/ghfs@v1.3.1...v1.3.2

Changelog

Sourced from github.com/k1LoW/ghfs's changelog.

v1.3.2 - 2024-11-27

Commits
  • 587d720 Merge pull request #30 from k1LoW/tagpr-from-v1.3.1
  • b9849de [tagpr] update CHANGELOG.md
  • 10f84a6 [tagpr] prepare for the next release
  • 19f7ed2 Merge pull request #31 from k1LoW/dependabot/go_modules/github.com/cli/go-gh/...
  • 3a1631f Bump github.com/cli/go-gh/v2 from 2.6.0 to 2.11.1
  • fbabf49 Merge pull request #29 from k1LoW/dependabot/go_modules/github.com/golang-jwt...
  • bd6ab72 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
  • See full diff in compare view

Updates github.com/k1LoW/go-github-client/v58 from 58.0.12 to 58.0.13

Commits

Updates github.com/k1LoW/httpstub from 0.17.0 to 0.18.0

Release notes

Sourced from github.com/k1LoW/httpstub's releases.

v0.18.0

What's Changed

New Features 🎉

Full Changelog: k1LoW/httpstub@v0.17.0...v0.18.0

Changelog

Sourced from github.com/k1LoW/httpstub's changelog.

v0.18.0 - 2024-11-25

New Features 🎉

Commits
  • 6bf7090 Merge pull request #75 from k1LoW/tagpr-from-v0.17.0
  • 1a48d44 [tagpr] update CHANGELOG.md
  • 83ced0b [tagpr] prepare for the next release
  • 495148d Fix
  • 383bd73 Merge pull request #79 from k1LoW/prepend
  • 310d797 Add Prepend() for prepending matcher.
  • 5512282 Update go directive version
  • 416f6eb Freeze version of pb33f/libopenapi until Go 1.24
  • See full diff in compare view

Updates github.com/k1LoW/protoresolv from 0.1.1 to 0.1.2

Release notes

Sourced from github.com/k1LoW/protoresolv's releases.

v0.1.2

What's Changed

Other Changes

Full Changelog: k1LoW/protoresolv@v0.1.1...v0.1.2

Changelog

Sourced from github.com/k1LoW/protoresolv's changelog.

v0.1.2 - 2024-11-25

Other Changes

Commits
  • ce2d279 Merge pull request #10 from k1LoW/tagpr-from-v0.1.1
  • 9a21690 [tagpr] update CHANGELOG.md
  • 2a36d58 [tagpr] prepare for the next release
  • 9e51944 Merge pull request #9 from k1LoW/dependabot/go_modules/dependencies-fdb974a984
  • eda3c82 chore(deps): bump the dependencies group across 1 directory with 2 updates
  • See full diff in compare view

Updates google.golang.org/grpc from 1.68.0 to 1.69.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.69.0

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#7701)
  • dns: Add support for link local IPv6 addresses (#7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#7725, #7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#7796)

Bug Fixes

  • credentials/google: set scope for application default credentials (#7887)
  • xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#7851, #7853)
  • examples: fix the debugging example, which was broken by a recent change (#7833)

Behavior Changes

  • client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#7869)
  • balancer/weightedroundrobin: use the pick_first LB policy to manage connections (#7826)

API Changes

  • balancer: An internal method is added to the balancer.SubConn interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)

Performance Improvements

  • mem: implement a ReadAll() method for more efficient io.Reader consumption (#7653)
  • mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#7702)

Documentation

  • examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#7875)

Release 1.68.1

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#7861)

Dependencies

... (truncated)

Commits
  • 317271b pickfirst: Register a health listener when used as a leaf policy (#7832)
  • 5565631 balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (#7879)
  • 634497b test: Split import paths for generated message and service code (#7891)
  • 78aa51b pickfirst: Stop test servers without closing listeners (#7872)
  • 00272e8 dns: Support link local IPv6 addresses (#7889)
  • 17d08f7 scripts/gen-deps: filter out grpc modules (#7890)
  • ab189b0 examples/features/csm_observability: Add xDS Credentials (#7875)
  • 3ce87dd credentials/google: Add cloud-platform scope for ADC (#7887)
  • 3c0586a stats/opentelemetry: Cleanup OpenTelemetry API's before stabilization (#7874)
  • 4c07bca stream: add jitter to retry backoff in accordance with gRFC A6 (#7869)
  • Additional commits viewable in compare view

Updates modernc.org/sqlite from 1.34.1 to 1.34.2

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

…pdates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.2.3` | `1.2.4` |
| [github.com/gliderlabs/ssh](https://github.com/gliderlabs/ssh) | `0.3.7` | `0.3.8` |
| [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` |
| [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.16` | `0.12.17` |
| [github.com/k1LoW/bufresolv](https://github.com/k1LoW/bufresolv) | `0.7.4` | `0.7.5` |
| [github.com/k1LoW/ghfs](https://github.com/k1LoW/ghfs) | `1.3.1` | `1.3.2` |
| [github.com/k1LoW/go-github-client/v58](https://github.com/k1LoW/go-github-client) | `58.0.12` | `58.0.13` |
| [github.com/k1LoW/protoresolv](https://github.com/k1LoW/protoresolv) | `0.1.1` | `0.1.2` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.69.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.34.1` | `1.34.2` |



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

Updates `github.com/gliderlabs/ssh` from 0.3.7 to 0.3.8
- [Release notes](https://github.com/gliderlabs/ssh/releases)
- [Commits](gliderlabs/ssh@v0.3.7...v0.3.8)

Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](goccy/go-json@v0.10.3...v0.10.4)

Updates `github.com/itchyny/gojq` from 0.12.16 to 0.12.17
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.12.16...v0.12.17)

Updates `github.com/k1LoW/bufresolv` from 0.7.4 to 0.7.5
- [Release notes](https://github.com/k1LoW/bufresolv/releases)
- [Changelog](https://github.com/k1LoW/bufresolv/blob/main/CHANGELOG.md)
- [Commits](k1LoW/bufresolv@v0.7.4...v0.7.5)

Updates `github.com/k1LoW/ghfs` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/k1LoW/ghfs/releases)
- [Changelog](https://github.com/k1LoW/ghfs/blob/main/CHANGELOG.md)
- [Commits](k1LoW/ghfs@v1.3.1...v1.3.2)

Updates `github.com/k1LoW/go-github-client/v58` from 58.0.12 to 58.0.13
- [Commits](k1LoW/go-github-client@v58.0.12...v58.0.13)

Updates `github.com/k1LoW/httpstub` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/k1LoW/httpstub/releases)
- [Changelog](https://github.com/k1LoW/httpstub/blob/main/CHANGELOG.md)
- [Commits](k1LoW/httpstub@v0.17.0...v0.18.0)

Updates `github.com/k1LoW/protoresolv` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/k1LoW/protoresolv/releases)
- [Changelog](https://github.com/k1LoW/protoresolv/blob/main/CHANGELOG.md)
- [Commits](k1LoW/protoresolv@v0.1.1...v0.1.2)

Updates `google.golang.org/grpc` from 1.68.0 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.68.0...v1.69.0)

Updates `modernc.org/sqlite` from 1.34.1 to 1.34.2
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.34.1...v1.34.2)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/gliderlabs/ssh
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/itchyny/gojq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/bufresolv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/ghfs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/go-github-client/v58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/httpstub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/protoresolv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Dec 12, 2024
@k1LoW k1LoW merged commit 5569352 into main Dec 12, 2024
7 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-386ad69387 branch December 12, 2024 23:03
@github-actions github-actions bot mentioned this pull request Dec 12, 2024
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