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

chore(deps): update all #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all #37

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 31, 2020

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine final minor 3.12 -> 3.20 age adoption passing confidence
github.com/bwmarrin/discordgo require minor v0.22.0 -> v0.28.1 age adoption passing confidence
github.com/go-chi/chi require patch v1.5.1 -> v1.5.5 age adoption passing confidence
github.com/go-chi/httplog require minor v0.1.8 -> v0.3.2 age adoption passing confidence
github.com/gohugoio/hugo require minor v0.79.1 -> v0.134.3 age adoption passing confidence
github.com/hako/durafmt require digest c0fb7b4 -> 5c1018a age adoption passing confidence
github.com/peterbourgon/ff/v3 require minor v3.0.0 -> v3.4.0 age adoption passing confidence
github.com/rs/cors require minor v1.7.0 -> v1.11.1 age adoption passing confidence
golang stage minor 1.15-alpine -> 1.23-alpine age adoption passing confidence
moul.io/number-to-words require minor v0.6.0 -> v0.7.0 age adoption passing confidence
moul.io/pipotron require patch v1.13.0 -> v1.13.5 age adoption passing confidence

Release Notes

bwmarrin/discordgo (github.com/bwmarrin/discordgo)

v0.28.1: DiscordGo v0.28.1

Compare Source

Hi all! This release, once again, only bumps semantic version of the library and does not contain any new fixes nor features.
Sorry for the inconvenience! See previous release for changelog.

v0.28.0: DiscordGo v0.28.0

Compare Source

Changelog

Breaking changes
Features
Additions
Other changes

Special thanks

Full Changelog: bwmarrin/discordgo@v0.27.1...v0.28.0

v0.27.1: DiscordGo v0.27.1

Compare Source

Hi everyone. This is a out-of-schedule release, due to a recent breaking change made by Discord in voice API.

⚠️ If you have any voice related functionality, please update to this version. Voice API in previous versions will stop working on March 15th.

What's changed

Fixes
  • Use 74 byte handshake in voice UDP connection #​1343
  • WithContext option did not have effect on the request sent by RequestWithLockedBucket #​1337
  • ThreadMember.Flags has not been properly serialized #​1335
Other changes

Special thanks to @​LightningDev1 and @​armsnyder.

Full Changelog: bwmarrin/discordgo@v0.27.0...v0.27.1

v0.27.0: DiscordGo v0.27.0

Compare Source

What's Changed

Notices / Breaking changes
  • All REST methods of the Session now have options ...RequestOption at the end of the parameter list #​1299
New features
  • Forum channels #​1246
  • Regex automod trigger #​1275
  • Automod allow list and mentions #​1305
  • Auto populated select menus #​1269
  • Role connections #​1295
  • Audit Log Reason, HTTP context, accepted locale and per-request options #​1299
Other changes
  • Add missing fields to GuildParams struct #​1255
  • Add missing fields to Ready #​1227
  • Add UpdateWatchStatus function #​1291
  • Fix incorrect call of State.Role in ApplicationCommandInteractionDataOption.RoleValue #​1237
  • Fix type of GuildScheduledEvent* enum values #​1254
  • Fix form file field name format in MultipartBodyWithJSON #​1256
  • Add Files and Attachments to MessageEdit #​1253
  • Overwrite entire emoji list on GuildEmojiUpdate #​1261
  • Remove omitempty in MessageEmbedField #​1262
  • Continue to next packet if received broken packet in voice #​1260
  • Add support for emojis with longer ids in EmojiRegex #​1274
  • Fix the problem of reconnecting when moved to another VC #​1271
  • Add Resolved to MessageComponentInteractionData MessageComponentInteractionDataResolved struct #​1302
  • Add BeforeMember to GuildMemberUpdate event #​1304
  • Add ClientStatus to Presence #​1303
  • Add Forum settings to Channel struct #​1306
  • Add NSFW field to ApplicationCommand #​1310
  • Add size parameters for Guild.IconURL, GuildPreview.IconURL and Guild.BannerURL #​1301

Special thanks

Full Changelog: bwmarrin/discordgo@v0.26.1...v0.27.0

v0.26.3: DiscordGo v0.26.3

Compare Source

Hi all! This release contains backported fixes for unomitted empty Emoji fields in SelectMenuOption and Button structs.
Previously this would prevent bots from sending / editing select menu and button components, if the requests did not change or include the said field.

v0.26.2: DiscordGo v0.26.2

Compare Source

This is a backport of a voice UDP handshake change recently made by Discord.
You can read more about the change here. And you can find the list of versions with the fix here.

⚠️ If you have any voice related functionality on v0.26.x versions, please update to this patch. Some of the Voice API may stop working in previous patches on March 15th.

v0.26.1: DiscordGo v0.26.1

Compare Source

Hi all! This release only bumps semantic version of the library and does not contain any new fixes nor features.
This is due to our semantic version previously not matching the actual library version.

v0.26.0: DiscordGo v0.26.0

Compare Source

Get ready! This release is not so big, but is packed with refactoring changes and fixes.

What's Changed

Notices / Breaking changes
  • DefaultPermission has been deprecated in favor of DefaultMemberPermissions and DMPermission in ApplicationCommand #​1075
  • ApplicationCommandPermissionsBatchEdit has been deprecated #​1075
  • Content, Components and Embeds were made pointers in WebhookEdit #​1174
  • GuildTemplate.Description was made a pointer #​1191
  • Type of GuildTemplate.UsageCount was changed to int #​1191
  • GuildChannel and PrivateChannel were removed due to deprecation #​1203
  • InviteTargetEmbeddedAppliction was renamed to InviteTargetEmbeddedApplication #​1211
  • NSFW, Archived, Locked and Invitable were made pointers in ChannelEdit #​1199
  • Type of Features was changed to []GuildFeature in UserGuild #​1223
  • Remaining undocumented structs, events and fields were removed. #​1225
  • ChannelEdit now shares same functional and parameters as ChannelEditComplex #​1217
  • GuildMemberEdit now shares same functional and parameters as GuildMemberEditComplex #​1217
  • ChannelEditComplex was deprecated in favor of ChannelEdit #​1217
  • GuildMemberEditComplex was deprecated in favor of GuildMemberEdit #​1217
  • name and roles parameters of GuildEmojiEdit and GuildEmojiCreate were placed into a EmojiParams struct #​1217
  • accessToken, nick, roles, mute and deaf parameters of GuildMemberAdd were placed in a GuildMemberAddParams struct #​1217
  • name, color, hoist, perms and mention parameters of GuildRoleEdit were placed into a GuildRoleParams struct #​1217
  • name and description parameters of GuildTemplateCreate and GuildTemplateEdit were placed into a GuildTemplateParams struct #​1217
  • GuildEmbedEdit now accepts parameters through GuildEmbed struct #​1217
  • GuildEmbed.Enabled was made a pointer #​1217
  • GuildRoleCreate now accepts initial role parameters through GuildRoleParams struct #​1217
  • g parameter of GuildEdit was made a pointer, to match other REST methods #​1228
New features
  • Application commands: Permissions v2 #​1075
  • Auto moderation #​1201
  • Application command options: min and max length #​1208
Other changes
  • Use with_localizations flag in ApplicationCommands #​1196
  • Add Dialer property to Session #​1179 and #​1220
  • Add AppPermissions field to Interaction #​1206
  • Add ExpiresAt field to Invite #​1198
  • Add Features field to UserGuild #​1223
  • Name and Description are omitted when unset in GuildTemplate #​1191
  • Add replied_user to MessageAllowedMentions #​1175
  • fix: check if opus created #​1166
  • Add ability to reply with embeds #​1160
  • Add missing fields to VoiceState #​1190
  • Add GET prefix for ApplicationCommands bucketID #​1193
  • Add GuildID field to ApplicationCommand #​1207
  • Add omitempty to channel_id in MessageReference #​1002
  • Add UserGuildMember #​1210
  • Add missing fields to GuildMemberParams #​1226

Special thanks

Full Changelog: bwmarrin/discordgo@v0.25.0...v0.26.0

v0.25.2: DiscordGo v0.25.2

Compare Source

Hi all! This release contains backported fixes for unomitted empty Emoji fields in SelectMenuOption and Button structs.
Previously this would prevent bots from sending / editing select menu and button components, if the requests did not change or include the said field.

v0.25.1: DiscordGo v0.25.1

Compare Source

This is a backport of a voice UDP handshake change recently made by Discord.
You can read more about the change here. And you can find the list of versions with the fix here.

⚠️ If you have any voice related functionality on this version, please update to this patch. Some of Voice API may stop working in previous patches on March 15th.

v0.25.0: DiscordGo v0.25.0

Compare Source

Hi all! This one is not so feature-rich, but is filled with lots of fixes and missing features.

What's Changed

Breaking changes
New features
Other changes

Special thanks

Full Changelog: bwmarrin/discordgo@v0.24.0...v0.25.0

v0.24.2: DiscordGo v0.24.2

Compare Source

Hi all! This release contains backported fixes for unomitted empty Emoji fields in SelectMenuOption and Button structs.
Previously this would prevent bots from sending / editing select menu and button components, if the requests did not change or include the said field.

v0.24.1: DiscordGo v0.24.1

Compare Source

This is a backport of a voice UDP handshake change recently made by Discord.
You can read more about the change here. And you can find the list of versions with the fix here.

⚠️ If you have any voice related functionality on this version, please update to this patch. Some of Voice API may stop working in previous patches on March 15th.

v0.24.0: DiscordGo v0.24.0

Compare Source

Hang tight, this one is the biggest yet

Important notice

From this release forward, DiscordGo will require Go 1.13+ to run.

Breaking changes of master

Since v.0.23.0 we've been recommending everyone to use @master version for slash commands, context menus and other new stuff.

This led to a big problem with versioning and breaking changes, because some of the features weren't implemented fully, had some problems didn't properly function or didn't fully reflect the API, and so there was a number of breaking changes since the base feature PRs:

API version v9

Now DiscordGo uses API v9! Due to this fact this release includes a couple of breaking changes regarding the API:

Breaking changes
New features
Bug fixes
Other changes

Special thanks

Full Changelog: bwmarrin/discordgo@v0.23.2...v0.24.0

v0.23.2

Compare Source

v0.23.1: DiscordGo v0.23.1

Compare Source

Hi all! v0.23.1 contains a bug fix relating to updating statuses, correcting the casing used in the JSON sent to the gateway, meaning that you can actually update your status now! I envision that there might be more minor fixes in the near future as a continuation of the switch to API v8, but in the meantime make sure to update if you're running into issues with updating your bot's status.

v0.23.0: DiscordGo v0.23.0

Compare Source

Hi all! This is a big one.

API Version 8

The largest change for this version: the library now uses API version 8! Given the breaking changes in the API, there will be some breaking changes in this version:

  • Intents are now mandatory. The library continues to default to enabling all non-privileged intents, but it is no longer possible to disable intents entirely like it was in v6. Consequently, the Intents field in the Identify struct is no longer a pointer, and the use of MakeIntent is no longer required.
  • The Game struct is no more, and UpdateStatus was changed to UpdateGameStatus to better reflect the API structures. The previous uses of Game can now be encompassed in Activity.
  • Presences and presence updates no longer contain information about nicknames and roles; these are now sent exclusively by guild member updates.
  • Permissions are now represented by int64 rather than int throughout the library, as although there are no permissions currently above 32 bits, Discord explicitly notes that they expect to add additional permissions in the future.
  • Permission overwrite types now have constants in the library, rather than requiring a string value.

There will probably be issues that are discovered with the API version change. As always, please feel free to file an issue if any come up!

Additional Changes

  • Support for news channels #​800
  • Support for user public flags #​801
  • Support for guild member muting and deafening #​804
  • Support for querying old voice state information in updates #​833
  • Add application ID to webhooks #​838
  • Support for replies #​842
  • Support for fetching guild bans #​848
  • Webhook interaction request verification #​855
  • Add pending field for members #​863

Special Thanks To

v0.22.1

Compare Source

go-chi/chi (github.com/go-chi/chi)

v1.5.5

Compare Source

v1.5.4

Compare Source

v1.5.3

[Compare Source](https://redirect.github.com/go-chi/chi/compar


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from moul as a code owner December 31, 2020 14:39
@renovate renovate bot changed the title chore(deps): update module gohugoio/hugo to v0.80.0 chore(deps): update all Jan 12, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bf2e826 to c85cd0f Compare January 26, 2021 18:35
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 28fb5cd to 930bfc5 Compare February 10, 2021 20:23
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Feb 18, 2021
@auto-add-label auto-add-label bot added bug Something isn't working and removed dependencies labels Feb 18, 2021
@renovate
Copy link
Author

renovate bot commented Apr 26, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: chaos-bot/go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/ultreme/radio-chaos":"/mnt/renovate/gh/ultreme/radio-chaos" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/ultreme/radio-chaos/chaos-bot" docker.io/renovate/go:1.14.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading github.com/graarh/golang-socketio v0.0.0-20170510162725-2c44953b9b5f
go: downloading github.com/go-chi/chi v1.5.4
go: downloading github.com/jinzhu/gorm v1.9.16
go: downloading moul.io/pipotron v1.13.2
go: downloading github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
go: downloading github.com/tpyolang/tpyo-cli v1.0.0
go: downloading github.com/bwmarrin/discordgo v0.23.2
go: downloading moul.io/number-to-words v0.6.0
go: downloading moul.io/moulsay v1.3.0
go: downloading github.com/peterbourgon/ff/v3 v3.0.0
go: downloading github.com/rs/cors v1.7.0
go: downloading github.com/ultreme/histoire-pour-enfant-generator v0.0.0-20200402084311-66b2cd0d2da6
go: downloading moul.io/godev v1.7.0
go: downloading github.com/etherlabsio/errors v0.2.3
go: downloading github.com/mattn/go-sqlite3 v2.0.3+incompatible
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
go: downloading moul.io/asciimoul v1.1.0
go: downloading ultre.me/smsify v1.0.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
go: downloading github.com/gobuffalo/packr/v2 v2.8.1
go: downloading gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
go: downloading github.com/gohugoio/hugo v0.82.1
go: downloading github.com/eidolon/wordwrap v0.0.0-20161011182207-e0f54129b8bb
go: downloading github.com/go-chi/httplog v0.2.0
go: downloading github.com/Masterminds/goutils v1.1.0
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/go-chi/chi/v5 v5.0.0
go: downloading github.com/rs/zerolog v1.18.1-0.20200514152719-663cbb4c8469
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/gobuffalo/logger v1.0.3
go: downloading github.com/huandu/xstrings v1.3.1
go: downloading github.com/sirupsen/logrus v1.6.0
go: downloading github.com/gobuffalo/packd v1.0.0
go: downloading github.com/etherlabsio/pkg v0.0.0-20191020161600-58998d98f9ce
go: downloading github.com/imdario/mergo v0.3.9
go: downloading github.com/markbates/safe v1.0.1
go: downloading github.com/markbates/oncer v1.0.0
go: downloading github.com/go-kit/kit v0.9.0
go: downloading ultre.me/recettator v0.4.0
go: downloading github.com/markbates/errx v1.1.0
go: downloading github.com/karrick/godirwalk v1.15.8
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.3
go: downloading github.com/google/uuid v1.1.2
go: downloading github.com/moul/advanced-ssh-config v2.8.0+incompatible
go: downloading github.com/go-logfmt/logfmt v0.4.0
go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
go: downloading github.com/spf13/cast v1.3.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/frankban/quicktest v1.11.3
go: downloading github.com/stretchr/testify v1.6.1
go: downloading github.com/go-stack/stack v1.8.0
go: downloading github.com/rogpeppe/go-internal v1.6.2
go: downloading github.com/lib/pq v1.1.1
go: downloading github.com/jinzhu/now v1.0.1
go: downloading github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5
go: downloading github.com/smartystreets/goconvey v1.6.4
go: downloading github.com/go-sql-driver/mysql v1.5.0
go: downloading github.com/denisenkom/go-mssqldb v0.0.0-20191124224453-732737034ffd
go: downloading github.com/kr/pretty v0.2.1
go: downloading github.com/google/go-cmp v0.5.4
go: downloading github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
go: downloading github.com/jtolds/gls v4.20.0+incompatible
go: downloading github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
go: downloading github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
ultre.me/radio-chaos/chaos-bot imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
ultre.me/radio-chaos/chaos-bot imports
	moul.io/godev imports
	gopkg.in/yaml.v3: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied

@renovate renovate bot changed the title fix(deps): update all chore(deps): update all docker tags May 9, 2021
@auto-add-label auto-add-label bot added dependencies and removed bug Something isn't working labels May 9, 2021
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Oct 18, 2021
@renovate renovate bot changed the title chore(deps): update all docker tags chore(deps): update all Mar 7, 2022
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 92303ee to c81c411 Compare April 25, 2024 16:42
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 64af4ec to 7da12b9 Compare May 5, 2024 13:39
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 383afb9 to 3780c76 Compare May 15, 2024 17:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8a7df1e to 5f65051 Compare June 5, 2024 12:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 97cb1c8 to d78d43d Compare July 2, 2024 11:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2c703d5 to e2675ae Compare August 2, 2024 11:19
Copy link
Author

renovate bot commented Aug 2, 2024

ℹ Artifact update notice

File name: chaos-bot/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.23.1

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from ca3f449 to 5775e2d Compare August 17, 2024 23:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9777716 to c385025 Compare August 29, 2024 16:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c6f345b to 7a61ce4 Compare September 5, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants