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 2 updates #449

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 2 updates: github.com/cloudflare/cloudflare-go and go.sia.tech/web/hostd.

Updates github.com/cloudflare/cloudflare-go from 0.101.0 to 0.102.0

Release notes

Sourced from github.com/cloudflare/cloudflare-go's releases.

v0.102.0

ENHANCEMENTS:

  • rulesets: Add DeleteRulesetRule (#2833)
  • rulesets: Export DeleteRulesetRuleParams fields (#2886)
  • teams_accounts: Add disable_for_time attribute (#2797)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.27.0 to 0.28.0 (#2835)
Changelog

Sourced from github.com/cloudflare/cloudflare-go's changelog.

0.102.0 (August 14th, 2024)

ENHANCEMENTS:

  • rulesets: Add DeleteRulesetRule (#2833)
  • rulesets: Export DeleteRulesetRuleParams fields (#2886)
  • teams_accounts: Add disable_for_time attribute (#2797)

DEPENDENCIES:

  • deps: bumps golang.org/x/net from 0.27.0 to 0.28.0 (#2835)
Commits
  • 694d59f Update CHANGELOG.md
  • 01784c5 Update CHANGELOG.md for #2797
  • 30dac60 Merge pull request #2797 from da-cf/support-teams-accounts-admin-override
  • 928fb7f Merge branch 'master' into support-teams-accounts-admin-override
  • 8cd3d9d Update CHANGELOG.md (Manual Trigger)
  • dbda9aa Merge pull request #2888 from tlimoncelli/tlim_crlf
  • 2ddd86b Merge pull request #2886 from tlimoncelli/tlim_b2885_exportfields
  • b3ec349 add changelog
  • 7f0dcbc cosmetic(crlf): Fix CRLF line endings
  • d0e24f1 Add changelog
  • Additional commits viewable in compare view

Updates go.sia.tech/web/hostd from 0.45.1 to 0.46.0

Release notes

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

[email protected]

Minor Changes

  • a64f40cc: Sync status is now determined by whether the last block's timestamp is within the last 12 hours.
  • a64f40cc: The app has been updated to use the new v2 endpoints and data types. Closes SiaFoundation/hostd#440
  • a64f40cc: Transaction types have been refined to include new v2 derived transaction types.
  • a64f40cc: The wallet balance tip now includes an immature balance.
Commits
  • 4902aaa chore: release packages
  • 70d9d60 chore: prettier revert proseWrap
  • d4c828e fix: website sia-ui downloads
  • a64f40c feat: hostd v2 changes
  • a6c956e refactor: react-core docs, cleanup
  • eabad8c feat: renterd price pinning
  • 54d1490 chore: prettier proseWrap
  • ce89b99 fix: renterd network names
  • 4bb128d fix: renterd uploads new intermediate directories
  • 6ad3f2f feat: renterd price pinning library changes
  • 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

Bumps the all-dependencies group with 2 updates: [github.com/cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) and [go.sia.tech/web/hostd](https://github.com/SiaFoundation/web).


Updates `github.com/cloudflare/cloudflare-go` from 0.101.0 to 0.102.0
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/master/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-go@v0.101.0...v0.102.0)

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

---
updated-dependencies:
- dependency-name: github.com/cloudflare/cloudflare-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.sia.tech/web/hostd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 19, 2024
@n8maninger n8maninger closed this Aug 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 20, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/all-dependencies-c7b7a872c8 branch August 20, 2024 14:23
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