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 all-dependencies group with 5 updates #443

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the all-dependencies group with 5 updates:

Package From To
go.sia.tech/core 0.4.1 0.4.3
go.sia.tech/coreutils 0.2.1 0.2.5
golang.org/x/sys 0.23.0 0.24.0
golang.org/x/term 0.22.0 0.23.0
nhooyr.io/websocket 1.8.11 1.8.17

Updates go.sia.tech/core from 0.4.1 to 0.4.3

Commits
  • 4dfdbd9 types: omit merkleproof field from JSON when empty
  • 41ed190 Merge pull request #187 from SiaFoundation/revert-revision
  • 025d4a6 consensus: Add TestRevertedRevisionLeaf
  • 523c0be consensus: Skip irrelevant elements in ForEachTreeNode
  • a1a2c3f consensus: Add (*MidState).forEachRevertedElement
  • 17f466f Merge pull request #186 from SiaFoundation/dependabot/go_modules/all-dependen...
  • 6943478 build(deps): bump golang.org/x/sys in the all-dependencies group
  • 2b1c3d8 Merge pull request #185 from SiaFoundation/nate/json-update-missed-proof
  • 9ae5cfa types: use const instead of magic strings for v2 resolutions
  • 698efe3 consensus: add MissedProofs to update structs
  • See full diff in compare view

Updates go.sia.tech/coreutils from 0.2.1 to 0.2.5

Commits
  • a9618c2 deps: update dependencies
  • 05864d0 wallet: clear event proofs
  • 02c8b1f Merge pull request #84 from SiaFoundation/nate/unify-wallet-types
  • 585837f testutil: fix lint
  • b680c3b wallet: make event structs consistent across all apps
  • becc186 testutil: add v2 testnet, remove unused field
  • a70e251 Merge pull request #81 from SiaFoundation/chris/fund-fix
  • 3e2d37d chain: Add (*Manager).V2UnconfirmedParents
  • c13491e wallet: Fix ephemeral output handling
  • bf9cb54 Merge pull request #83 from SiaFoundation/chris/anagami
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.23.0 to 0.24.0

Commits
  • 914deed unix: add missing ETHTOOL_FLAG_ constants
  • 4c7077e windows: add enums for IpAdapterUnicastAddress
  • 29298aa windows: delete TestGetKeyboardLayout
  • See full diff in compare view

Updates golang.org/x/term from 0.22.0 to 0.23.0

Commits

Updates nhooyr.io/websocket from 1.8.11 to 1.8.17

Release notes

Sourced from nhooyr.io/websocket's releases.

v1.8.17

  • This library is now deprecated. Please do not use this library any longer at the nhooyr.io/websocket import path. It will not receive any further updates. Coder is now maintaining it at https://github.com/coder/websocket under the github.com/coder/websocket import path.

v1.8.16

  • Please do not use this library any longer at the nhooyr.io/websocket import path as it is deprecated. It will not receive any maintenance updates. Coder is maintaining it now at https://github.com/coder/websocket under the github.com/coder/websocket import path.

v1.8.15

  • Please do not use this library any longer at the nhooyr.io/websocket import path as it is deprecated. It will not receive any maintenance updates. Coder is maintaining it now at https://github.com/coder/websocket under the github.com/coder/websocket import path.

v1.8.14

  • Please do not use this library any longer at the nhooyr.io/websocket import path as it is deprecated. It will not receive any maintenance updates. Coder is maintaining it now at https://github.com/coder/websocket under the github.com/coder/websocket import path.
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

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [go.sia.tech/core](https://github.com/SiaFoundation/core) | `0.4.1` | `0.4.3` |
| [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils) | `0.2.1` | `0.2.5` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.23.0` | `0.24.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.22.0` | `0.23.0` |
| [nhooyr.io/websocket](https://github.com/nhooyr/websocket-old) | `1.8.11` | `1.8.17` |


Updates `go.sia.tech/core` from 0.4.1 to 0.4.3
- [Commits](SiaFoundation/core@v0.4.1...v0.4.3)

Updates `go.sia.tech/coreutils` from 0.2.1 to 0.2.5
- [Commits](SiaFoundation/coreutils@v0.2.1...v0.2.5)

Updates `golang.org/x/sys` from 0.23.0 to 0.24.0
- [Commits](golang/sys@v0.23.0...v0.24.0)

Updates `golang.org/x/term` from 0.22.0 to 0.23.0
- [Commits](golang/term@v0.22.0...v0.23.0)

Updates `nhooyr.io/websocket` from 1.8.11 to 1.8.17
- [Release notes](https://github.com/nhooyr/websocket-old/releases)
- [Commits](https://github.com/nhooyr/websocket-old/commits/v1.8.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
@ChrisSchinnerl ChrisSchinnerl merged commit 8cdabaa into master Aug 13, 2024
8 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the dependabot/go_modules/all-dependencies-a6bdd20fa2 branch August 13, 2024 07:03
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.

1 participant