voxpupuli / webhook-go

Puppet Webhook port in Golang
Apache License 2.0
16 stars 12 forks source link

Bump the go group with 2 updates #176

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps the go group with 2 updates: github.com/slack-go/slack and github.com/xanzy/go-gitlab.

Updates github.com/slack-go/slack from 0.14.0 to 0.15.0

Release notes

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

v0.15.0

[!WARNING]
This release includes a breaking change since the last release.

What's Changed

v0.15.0 is now available. It does contain minor breaking changes to two Block Kit elements along with a lot of new functionality.

Breaking Changes

Block Kit - Rich Text Section Date Element

If you are using the RichTextSectionDateElement block kit element, there is a new field Format which is now required. It previously did not exist, but was marked as required in the Block Kit Documentation. Similarly, the function NewRichTextSectionDateElement function signature has been updated to require the new parameter. While this may not have previously worked, the non-backwards compatible signature change prompts it to be identified as breaking change.

Block Kit - Rich Text input Block Element

If you are using the RichTextInputBlockElement block kit element, the InitialValue field type has been changed from string to *RichTextBlock to provide a more strongly typed experience. If you were previously passing a pre-formatted JSON object you will need to update your input to use the RichTextBlock struct instead.

Enhancements

Bug Fixes

Chores

New Contributors

Full Changelog: https://github.com/slack-go/slack/compare/v0.14.0...v0.15.0

Commits
  • 203cdb2 feat: Add support for Canvas API methods (#1334)
  • c5ef90e feat: Add support for external_limited option of inviteShared (#1330)
  • 21e61c5 feat: Add functions.completeError and functions.completeSuccess (#1328)
  • 132e0d1 feat: Add Convenience Methods to Block Elements (#1279)
  • 57aa84d Add endpoints for calls.* apis and Type: call in blockkit (#1190)
  • 447b7cd feat: Add support for unicode parameter in emoji type of rich text blocks (#1...
  • 6998189 fix: Updated RichTextInputBlockElement InitialValue data type (#1320)
  • cd4e26e fix: Add required format field to rich text date blocks (#1317)
  • 6c4585b Support publishing a messge to a specific thread (#1309)
  • 5386d65 fix: fix deprecated comment for UploadFile and UploadFileContext (#1316)
  • Additional commits viewable in compare view


Updates github.com/xanzy/go-gitlab from 0.111.0 to 0.112.0

Release notes

Sourced from github.com/xanzy/go-gitlab's releases.

v0.112.0

Breaking changes:

  • Fix the branch protection defaults by @​svanharmelen in xanzy/go-gitlab#2036 This ☝🏻 fixes a bug in the settings API (see #2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for the DefaultBranchProtectionDefaults field in the Group struct.

What's Changed

New Contributors

Full Changelog: https://github.com/xanzy/go-gitlab/compare/v0.111.0...v0.112.0

Commits
  • 56c0535 Merge pull request #2036 from xanzy/fix/settings
  • 39fc25b Merge pull request #2037 from wind0r/add_missing_updated_at_to_project
  • dab8140 Add missing created at to project struct
  • 0a72e2c Reorder fields to align with the docs
  • da5d7f1 Merge pull request #2035 from seyguai/protected_branches-deploy_key_id
  • 5538ce0 Fix the branch protection defaults
  • f1dc012 Reorder fields to align with the docs
  • 59e211b Merge pull request #2034 from dany74q/add-alert-status-to-project-hooks
  • cda2986 missing protected_branches#deploy_key_id
  • baf40ca Add alert status to project hooks
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions