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

build(deps): bump the dependencies group across 1 directory with 5 updates #600

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates in the / directory: go.sia.tech/core, go.sia.tech/coreutils and golang.org/x/time.

Updates go.sia.tech/core from 0.9.1 to 0.10.1

Release notes

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

0.10.1 (2025-02-10)

Fixes

  • Fix Siafund ClaimStart not being recorded

0.10.0 (2025-02-04)

Breaking Changes

Consensus diffs

#270 by @​lukechampine

This replaces the ForEach update API with slices of "diffs" -- new types wrapping the various element types. This was originally intended as an ergonomics improvement (since it's annoying to e.g. break out of a ForEach callback), but it ended up significantly simplifying most MidState-related code: it consolidated the interrelated maps within MidState, and enabled a much saner rewrite of the update JSON types.

I originally left the ForEach methods in place (with a // Deprecated warning), but later removed them entirely; we're going to update all the callsites in coreutils anyway, so there's little reason to keep them around. (ForEachTreeNode remains, though, since it's used by explored.)

Fixed a panic when unmarshalling unknown spend policy types

An error will now be returned when trying to encode a transaction with an unset SpendPolicy

Changelog

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

0.10.1 (2025-02-10)

Fixes

  • Fix Siafund ClaimStart not being recorded

0.10.0 (2025-02-04)

Breaking Changes

Consensus diffs

##270 by @​lukechampine

This replaces the ForEach update API with slices of "diffs" -- new types wrapping the various element types. This was originally intended as an ergonomics improvement (since it's annoying to e.g. break out of a ForEach callback), but it ended up significantly simplifying most MidState-related code: it consolidated the interrelated maps within MidState, and enabled a much saner rewrite of the update JSON types.

I originally left the ForEach methods in place (with a // Deprecated warning), but later removed them entirely; we're going to update all the callsites in coreutils anyway, so there's little reason to keep them around. (ForEachTreeNode remains, though, since it's used by explored.)

Fixed a panic when unmarshalling unknown spend policy types

An error will now be returned when trying to encode a transaction with an unset SpendPolicy

Commits
  • eeefcb2 Merge pull request #273 from SiaFoundation/release
  • bfb2661 chore: prepare release 0.10.1
  • bfa61b4 Merge pull request #272 from SiaFoundation/siafund-claim-fix
  • 289fa55 consensus: Fix Siafund ClaimStart not being recorded
  • 3c6ca85 build(deps): bump the all-dependencies group with 2 updates
  • 22e7564 Merge pull request #269 from SiaFoundation/release
  • 18252d4 chore: prepare release 0.10.0
  • 6ab1f00 Merge pull request #270 from SiaFoundation/update-slices
  • 21dfb17 Auto generate changeset
  • e1f106f consensus: Document revert diff order
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.10.1 to 0.11.1

Release notes

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

0.11.1 (2025-02-10)

Fixes

  • Fixes an issue where redistribution of wallet outputs that require more than a single transaction would produce an invalid transaction set

0.11.0 (2025-02-06)

Breaking Changes

  • Add support for QUIC and WebTransport to RHP4

Fixes

  • Fixed data race in EphemeralContractor related to V2FileContractElement.
  • Fixed syncer deadlocking when Connect is called after Close.
  • Set 2 minute deadline for all incoming RPC in syncer
Changelog

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

0.11.1 (2025-02-10)

Fixes

  • Fixes an issue where redistribution of wallet outputs that require more than a single transaction would produce an invalid transaction set

0.11.0 (2025-02-06)

Breaking Changes

  • Add support for QUIC and WebTransport to RHP4

Fixes

  • Fixed data race in EphemeralContractor related to V2FileContractElement.
  • Fixed syncer deadlocking when Connect is called after Close.
  • Set 2 minute deadline for all incoming RPC in syncer
Commits
  • 375be62 Merge pull request #174 from SiaFoundation/release
  • 86d5d73 chore: prepare release 0.11.1
  • 183c247 Merge pull request #175 from SiaFoundation/nate/update-core
  • 6e41e8b deps: update core
  • 6584868 Merge pull request #170 from SiaFoundation/chris/fix-redistribute-batch
  • 2574e78 add changeset entry
  • 52d042d wallet: fix wallet Redistribute when outputs is larger than batchsize
  • 6d370c1 build(deps): bump go.etcd.io/bbolt from 1.3.11 to 1.4.0
  • 6b52cc5 build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
  • 8e9f80e Merge pull request #159 from SiaFoundation/release
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.29.0 to 0.30.0

Commits
  • 863b3c4 unix: update glibc to 2.41
  • 4d4692e unix: add Auxv
  • b215a1c unix: update to Linux kernel 6.13
  • c756214 cpu: add support for AVX-VNNI and IFMA detection
  • 1c14dca unix: add GetPeerUcred and UcredGet for solaris
  • See full diff in compare view

Updates golang.org/x/term from 0.28.0 to 0.29.0

Commits

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

Commits
  • 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  • 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

…dates

Bumps the dependencies group with 3 updates in the / directory: [go.sia.tech/core](https://github.com/SiaFoundation/core), [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils) and [golang.org/x/time](https://github.com/golang/time).


Updates `go.sia.tech/core` from 0.9.1 to 0.10.1
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.9.1...v0.10.1)

Updates `go.sia.tech/coreutils` from 0.10.1 to 0.11.1
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.10.1...v0.11.1)

Updates `golang.org/x/sys` from 0.29.0 to 0.30.0
- [Commits](golang/sys@v0.29.0...v0.30.0)

Updates `golang.org/x/term` from 0.28.0 to 0.29.0
- [Commits](golang/term@v0.28.0...v0.29.0)

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

---
updated-dependencies:
- dependency-name: go.sia.tech/core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2025

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

@dependabot dependabot bot closed this Feb 13, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-b5d0fbd6ae branch February 13, 2025 17:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants