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 4 updates #1628

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the all-dependencies group with 4 updates: github.com/gabriel-vasile/mimetype, go.sia.tech/core, go.sia.tech/coreutils and go.sia.tech/web/renterd.

Updates github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.6

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.5...v1.4.6

Commits
  • 2998a94 Remove GPL test file (#583)
  • 8a780a5 Bump actions/checkout from 4.1.7 to 4.2.1 in the github-actions group (#592)
  • 458b62d action for benchmarking detectors (#590)
  • fd16da2 retract v1.4.4; closes #575. (#591)
  • 3cf98ef Bump golang.org/x/net in the gomod group across 1 directory (#585)
  • 9349e46 Bump the github-actions group across 1 directory with 2 updates (#586)
  • 7798415 add benchmark action that leaves comment on PR (#588)
  • c6c5e4f Make mso detection work similar to what file/file does
  • c78cb11 add application/xml as alias; close #227 (#581)
  • c4abedc feat: Add parquet file detection (#578)
  • Additional commits viewable in compare view

Updates go.sia.tech/core from 0.4.8-0.20240926222149-2c8b541119dc to 0.5.0

Commits

Updates go.sia.tech/coreutils from 0.4.1 to 0.5.0

Commits
  • 6383fa9 Merge pull request #113 from SiaFoundation/nate/new-network-params
  • 29cb039 chain,testutil,wallet: support MaturityDelay and BlockTime network params
  • d60e3e7 go mod tidy
  • 359885e build(deps): bump lukechampine.com/frand from 1.4.2 to 1.5.1
  • 6be904a Merge pull request #106 from SiaFoundation/nate/add-event-confirmations
  • 0b49464 wallet: add confirmations
  • 9a2654c Merge pull request #103 from SiaFoundation/dependabot/go_modules/golang.org/x...
  • 773ee72 build(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0
  • See full diff in compare view

Updates go.sia.tech/web/renterd from 0.64.0 to 0.65.0

Release notes

Sourced from go.sia.tech/web/renterd's releases.

[email protected]

Minor Changes

  • 9277382b: There is now an option to generate a metadata debug report for bug reporting purposes. It can be accessed from the sidenav and cmd+k menu. Closes SiaFoundation/renterd#1119 Closes SiaFoundation/renterd#1279
  • 9277382b: The cmd+k menu / command palette dialog now announces itself via assistive technology.

Patch Changes

  • 1d1452d8: Fixed an issue where configured settings would show as blank when the Sia Central API (used for network averages) was down. Closes SiaFoundation/renterd#1601
  • 4cf6c8ea: Fixed an issue with the uploads list loading and empty states.
  • 4cf6c8ea: Added explicit aria descriptions to some primary dialogs.
Commits
  • b69f454 chore: release packages
  • 9277382 feat(renterd): generate debug report zip
  • 866fc68 feat(explored-types): add transactionID to ExplorerFileContract type
  • 3d2a152 test: set up explorer-e2e
  • 8d0c92a test: extract e2e fixtures into library
  • 1d1452d fix(renterd): config fields blank sia central
  • 4cf6c8e chore: resolve various warnings
  • 5cf4f1b chore: upgrade radix
  • 56974bb refactor: react-core hooks key format
  • 411e378 refactor(explored-types): add null case to proof* fields in ExplorerFileContr...
  • Additional commits viewable 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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@ChrisSchinnerl ChrisSchinnerl force-pushed the dependabot/go_modules/all-dependencies-1448d7aae8 branch 2 times, most recently from 81507dd to 749c784 Compare October 28, 2024 07:44
@ChrisSchinnerl
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ChrisSchinnerl
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/all-dependencies-1448d7aae8 branch from 7335f9d to 537f883 Compare October 28, 2024 11:24
dependabot bot and others added 2 commits October 28, 2024 12:50
Bumps the all-dependencies group with 4 updates: [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype), [go.sia.tech/core](https://github.com/SiaFoundation/core), [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils) and [go.sia.tech/web/renterd](https://github.com/SiaFoundation/web).

Updates `github.com/gabriel-vasile/mimetype` from 1.4.5 to 1.4.6
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.5...v1.4.6)

Updates `go.sia.tech/core` from 0.4.8-0.20240926222149-2c8b541119dc to 0.5.0
- [Commits](https://github.com/SiaFoundation/core/commits/v0.5.0)

Updates `go.sia.tech/coreutils` from 0.4.1 to 0.5.0
- [Commits](SiaFoundation/coreutils@v0.4.1...v0.5.0)

Updates `go.sia.tech/web/renterd` from 0.64.0 to 0.65.0
- [Release notes](https://github.com/SiaFoundation/web/releases)
- [Commits](https://github.com/SiaFoundation/web/compare/[email protected]@0.65.0)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/web/renterd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@ChrisSchinnerl ChrisSchinnerl force-pushed the dependabot/go_modules/all-dependencies-1448d7aae8 branch from 660d7c6 to d99337b Compare October 28, 2024 11:50
@ChrisSchinnerl ChrisSchinnerl merged commit c88d28f into dev Oct 28, 2024
9 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the dependabot/go_modules/all-dependencies-1448d7aae8 branch October 28, 2024 12:26
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