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 with 10 updates #1089

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 10 updates:

Package From To
github.com/charmbracelet/bubbletea 1.2.3 1.2.4
github.com/goccy/go-yaml 1.13.4 1.15.4
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.14.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/httpstub 0.17.0 0.18.0
github.com/k1LoW/protoresolv 0.1.1 0.1.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

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.4

Release notes

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

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

1.15.3

What's Changed

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

1.15.2

What's Changed

Full Changelog: goccy/go-yaml@v1.15.1...v1.15.2

1.15.1

What's Changed

Full Changelog: goccy/go-yaml@v1.15.0...v1.15.1

1.15.0

What's Changed

Full Changelog: goccy/go-yaml@v1.14.3...v1.15.0

1.14.3

What's Changed

... (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.14.0

Release notes

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

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.14.0 - 2024-11-16

Other Changes

Commits
  • 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
  • 7f9b9eb Merge pull request #51 from k1LoW/update-go-yaml
  • 5bba67f Update goccy/go-yaml
  • ab03e14 Merge pull request #49 from k1LoW/dependabot/go_modules/dependencies-e283d1de14
  • a0460c5 chore(deps): bump github.com/goccy/go-yaml in the dependencies group
  • 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

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 dependencies group with 10 updates:

| 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.4` |
| [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.14.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/httpstub](https://github.com/k1LoW/httpstub) | `0.17.0` | `0.18.0` |
| [github.com/k1LoW/protoresolv](https://github.com/k1LoW/protoresolv) | `0.1.1` | `0.1.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.4
- [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.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/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.14.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.14.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)

---
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
...

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 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2024

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

@dependabot dependabot bot closed this Dec 4, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-8a7eeb2f9e branch December 4, 2024 07:00
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