Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps the dependencies group with 3 updates: github.com/cli/go-gh/v2, github.com/nlepage/go-tarfs and github.com/spf13/cobra.

Updates github.com/cli/go-gh/v2 from 2.11.1 to 2.11.2

Release notes

Sourced from github.com/cli/go-gh/v2's releases.

v2.11.2

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.11.1...v2.11.2

Commits

Updates github.com/nlepage/go-tarfs from 1.1.0 to 1.2.1

Release notes

Sourced from github.com/nlepage/go-tarfs's releases.

v1.2.1

  • 🐛 Ignore global header entries when creating an FS

v1.2.0

  • ✨ Read files content lazily (#14)
    • Stop reading all files content in memory
    • Read whole tar file once and record position of each file
    • Create a specific tar.Reader each time a file needs to be read
    • If the given io.Reader isn't an io.ReaderAt, fallback to reading the whole tar file in a buffer
    • Reimplement io.Seeker over tar.Reader to allow usage with http.FS

Huge thanks to @​joelanford for his ideas, contributions, reviews, and patience.

Commits

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

Release notes

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

v1.8.1

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 13, 2025
Bumps the dependencies group with 3 updates: [github.com/cli/go-gh/v2](https://github.com/cli/go-gh), [github.com/nlepage/go-tarfs](https://github.com/nlepage/go-tarfs) and [github.com/spf13/cobra](https://github.com/spf13/cobra).


Updates `github.com/cli/go-gh/v2` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/cli/go-gh/releases)
- [Commits](cli/go-gh@v2.11.1...v2.11.2)

Updates `github.com/nlepage/go-tarfs` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/nlepage/go-tarfs/releases)
- [Commits](nlepage/go-tarfs@v1.1.0...v1.2.1)

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

---
updated-dependencies:
- dependency-name: github.com/cli/go-gh/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/nlepage/go-tarfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-34fa1013d0 branch from 783cb3c to 6f8605f Compare February 13, 2025 00:50
@k1LoW k1LoW merged commit 2369424 into main Feb 13, 2025
5 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-34fa1013d0 branch February 13, 2025 00:59
@github-actions github-actions bot mentioned this pull request Feb 13, 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.

1 participant