8000 chore(deps): bump the all-dependencies group with 2 updates by dependabot[bot] · Pull Request #1881 · SiaFoundation/renterd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump the all-dependencies group with 2 updates #1881

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the all-dependencies group with 2 updates: go.sia.tech/core and go.sia.tech/coreutils.

Updates go.sia.tech/core from 0.11.0 to 0.12.0

Release notes

Sourced from go.sia.tech/core's releases.

0.12.0 (2025-04-28)

Breaking Changes

  • Changed contract validation helpers to take current contract as parameter instead of individual values to simplify usage
  • Removed unused parameters in contract helpers
Changelog

Sourced from go.sia.tech/core's changelog.

0.12.0 (2025-04-28)

Breaking Changes

  • Changed contract validation helpers to take current contract as parameter instead of individual values to simplify usage
  • Removed unused parameters in contract helpers
Commits

Updates go.sia.tech/coreutils from 0.13.1 to 0.13.2

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.13.2 (2025-04-28)

Features

  • Return error when transaction set relay fails

Fixes

  • Update coreutils to v0.12.0

Export 'missing block at index' error

#217 by @​chris124567

The "missing block at index" error is used in multiple places to detect that a chain migration happened so that the app knows to reset whatever state it stored previously. This PR exports it so that looking at the error string is not necessary.

https://github.com/SiaFoundation/hostd/blob/711ac3eb1da09e4d6a9ff17a2efe3555d70b8185/index/update.go#L36 https://github.com/SiaFoundation/walletd/blob/d91147b7ec52b2261779949905c8e0fd3c0ad5c7/wallet/manager.go#L733

And recently in explored: SiaFoundation/explored#212

Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.13.2 (2025-04-28)

Features

  • Return error when transaction set relay fails

Fixes

  • Update coreutils to v0.12.0

Export 'missing block at index' error

##217 by @​chris124567

The "missing block at index" error is used in multiple places to detect that a chain migration happened so that the app knows to reset whatever state it stored previously. This PR exports it so that looking at the error string is not necessary.

https://github.com/SiaFoundation/hostd/blob/711ac3eb1da09e4d6a9ff17a2efe3555d70b8185/index/update.go#L36 https://github.com/SiaFoundation/walletd/blob/d91147b7ec52b2261779949905c8e0fd3c0ad5c7/wallet/manager.go#L733

And recently in explored: SiaFoundation/explored#212

Commits
  • 64c6653 Merge pull request #218 from SiaFoundation/release
  • d90028c chore: prepare release 0.13.2
  • d031d7e Merge pull request #221 from SiaFoundation/nate/update-deps
  • e35f738 chore: update deps
  • 7ca0c4a Merge pull request #216 from SiaFoundation/nate/syncer-errors
  • bfcefb3 add extra debug logging
  • 0766ecc actually return errors
  • 98125a2 syncer: make all relay calls consisten
  • 5e7b0a9 rhp4: use mock syncer
  • e9a9c74 syncer: add handshake timeout
  • Additional commits viewable in compare view

Dependabot will 8000 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 all-dependencies group with 2 updates: [go.sia.tech/core](https://github.com/SiaFoundation/core) and [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils).


Updates `go.sia.tech/core` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.11.0...v0.12.0)

Updates `go.sia.tech/coreutils` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.13.1...v0.13.2)

---
updated-dependencies:
- dependency-name: go.sia.tech/core
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-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 Apr 28, 2025
@ChrisSchinnerl ChrisSchinnerl merged commit 0719be4 into master Apr 29, 2025
19 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the dependabot/go_modules/all-dependencies-d2a3a587f4 branch April 29, 2025 13:34
5FEE
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
0