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 14 updates #1107

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
github.com/charmbracelet/bubbletea 1.2.3 1.2.4
github.com/goccy/go-yaml 1.13.4 1.15.8
github.com/itchyny/gojq 0.12.16 0.12.17
github.com/k0kubun/pp/v3 3.3.0 3.4.1
github.com/k1LoW/bufresolv 0.7.4 0.7.5
github.com/k1LoW/expand 0.13.0 0.15.0
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
golang.org/x/crypto 0.29.0 0.30.0
google.golang.org/grpc 1.68.0 1.68.1
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/goccy/go-yaml from 1.13.4 to 1.15.8

Release notes

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

1.15.8

What's Changed

Full Changelog: goccy/go-yaml@v1.15.7...v1.15.8

1.15.7

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.6...v1.15.7

1.15.6

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.5...v1.15.6

1.15.5

What's Changed

Full Changelog: goccy/go-yaml@v1.15.4...v1.15.5

1.15.4

What's Changed

Pass 300 tests of YAML Test Suite 🎉

  • Details: total:[402] passed:[300] failure:[102] passedRate:[74.626862%]

We’ve finally surpassed go-yaml/yaml.

  • gopkg.in/yaml.v3: total:[402] passed:[295] failure:[107] passedRate:[73.383087%]

Full Changelog: goccy/go-yaml@v1.15.3...v1.15.4

... (truncated)

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/k0kubun/pp/v3 from 3.3.0 to 3.4.1

Release notes

Sourced from github.com/k0kubun/pp/v3's releases.

3.4.1

3.4.0

Implement SetOmitEmpty() #89 (apstndb)

Changelog

Sourced from github.com/k0kubun/pp/v3's changelog.

v3.4.1 (2024-11-27)

Full Changelog

Merged pull requests:

v3.4.0 (2024-11-27)

Full Changelog

Merged pull requests:

Commits

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/expand from 0.13.0 to 0.15.0

Release notes

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

v0.15.0

What's Changed

Breaking Changes 🛠

Full Changelog: k1LoW/expand@v0.14.0...v0.15.0

v0.14.0

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.13.0...v0.14.0

Changelog

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

v0.15.0 - 2024-12-02

Breaking Changes 🛠

v0.14.0 - 2024-11-16

Other Changes

Commits
  • 0c2be1b Merge pull request #54 from k1LoW/tagpr-from-v0.14.0
  • 3f417ac [tagpr] update CHANGELOG.md
  • 7e3200e [tagpr] prepare for the next release
  • d5b914b Merge pull request #53 from k1LoW/add-no-quote-cond
  • d083ec4 Return error if parse error
  • 6f985a2 Add no-quote condition to quoteLine
  • d83bf77 Merge pull request #50 from k1LoW/tagpr-from-v0.13.0
  • f5b380c [tagpr] update CHANGELOG.md
  • a90aa45 [tagpr] prepare for the next release
  • ca6625c bonsai
  • Additional commits viewable 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 golang.org/x/crypto from 0.29.0 to 0.30.0

Commits
  • 7042ebc openpgp/clearsign: just use rand.Reader in tests
  • 3e90321 go.mod: update golang.org/x dependencies
  • 8c4e668 x509roots/fallback: update bundle
  • See full diff in compare view

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

Commits

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

Release notes

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

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

  • Relax minimum Go version requirement from go1.22.7 to go1.22. (#7831)
Commits

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 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `1.2.3` | `1.2.4` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.13.4` | `1.15.8` |
| [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.16` | `0.12.17` |
| [github.com/k0kubun/pp/v3](https://github.com/k0kubun/pp) | `3.3.0` | `3.4.1` |
| [github.com/k1LoW/bufresolv](https://github.com/k1LoW/bufresolv) | `0.7.4` | `0.7.5` |
| [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.13.0` | `0.15.0` |
| [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` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.30.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.68.1` |
| [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/goccy/go-yaml` from 1.13.4 to 1.15.8
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.13.4...v1.15.8)

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/k0kubun/pp/v3` from 3.3.0 to 3.4.1
- [Release notes](https://github.com/k0kubun/pp/releases)
- [Changelog](https://github.com/k0kubun/pp/blob/master/CHANGELOG.md)
- [Commits](k0kubun/pp@v3.3.0...v3.4.1)

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/expand` from 0.13.0 to 0.15.0
- [Release notes](https://github.com/k1LoW/expand/releases)
- [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
- [Commits](k1LoW/expand@v0.13.0...v0.15.0)

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 `golang.org/x/crypto` from 0.29.0 to 0.30.0
- [Commits](golang/crypto@v0.29.0...v0.30.0)

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

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

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/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/k0kubun/pp/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/expand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-e3b221a2fa branch December 12, 2024 22:09
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