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

fix(deps): update module github.com/slack-go/slack to v0.13.0 #332

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/slack-go/slack v0.11.3 -> v0.13.0 age adoption passing confidence

Release Notes

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

v0.13.0

Compare Source

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

What's Changed

Breaking changes
  • Expose team_id parameter for use with org-wide app by @​candiduslynx in https://github.com/slack-go/slack/pull/1283:
    Changed interface:
    Old New
    Client.GetBotInfo(bot string) (*Bot, error) Client.GetBotInfo(parameters GetBotInfoParameters) (*Bot, error)
    Client.GetBotInfoContext(ctx context.Context, bot string) Client.GetBotInfoContext(ctx context.Context, parameters GetBotInfoParameters)
    Client.GetTeamProfile() (*TeamProfile, error) GetTeamProfile(teamID ...string) (*TeamProfile, error)
    GetTeamProfileContext(ctx context.Context) (*TeamProfile, error) GetTeamProfileContext(ctx context.Context, teamID ...string) (*TeamProfile, error)
    Client.GetBillableInfo(user string) (map[string]BillingActive, error) Client.GetBillableInfo(params GetBillableInfoParams) (map[string]BillingActive, error)
    Client.GetBillableInfoContext(ctx context.Context, user string) (map[string]BillingActive, error) Client.GetBillableInfoContext(ctx context.Context, params GetBillableInfoParams) (map[string]BillingActive, error)
    Client.GetBillableInfoForTeam() (map[string]BillingActive, error) dropped, use Client.GetBillableInfo with empty params
    Client.GetBillableInfoForTeamContext(ctx context.Context) (map[string]BillingActive, error) dropped, use Client.GetBillableInfoContext with empty params
Bug fixes
Enhancements

New Contributors

Full Changelog: slack-go/slack@v0.12.5...v0.13.0

v0.12.5

Compare Source

What's Changed

BUGFIX - deal with "true", true, "false", false.

Full Changelog: slack-go/slack@v0.12.4...v0.12.5

v0.12.4: Non-breaking updates roll-up

Compare Source

What's Changed

New Contributors

Full Changelog: slack-go/slack@v0.12.3...v0.12.4

v0.12.3

Compare Source

What's Changed

Bug fixes
Security
Enhancements / Improvements

New Contributors

Full Changelog: slack-go/slack@v0.12.2...v0.12.3

v0.12.2

Compare Source

What's Changed

Bug fixes
Enhancements / Improvements
Misc

New Contributors

Full Changelog: slack-go/slack@v0.12.1...v0.12.2

v0.12.1

Compare Source

What's Changed

Enhancements

New Contributors

Full Changelog: slack-go/slack@v0.12.0...v0.12.1

v0.12.0

Compare Source

Thank you for all the contributions!

What's Changed

This release contains several backward incompatible changes.

Fixes
Enhancements

New Contributors

Full Changelog: slack-go/slack@v0.11.4...v0.12.0

v0.11.4

Compare Source

What's Changed

Enhancements
Fixes

New Contributors

Full Changelog: slack-go/slack@v0.11.3...v0.11.4


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.11.4 fix(deps): update module github.com/slack-go/slack to v0.12.0 Dec 16, 2022
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 2435a93 to e8fa0f9 Compare December 16, 2022 15:57
@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.12.0 Update module github.com/slack-go/slack to v0.12.0 Dec 17, 2022
@renovate renovate bot changed the title Update module github.com/slack-go/slack to v0.12.0 fix(deps): update module github.com/slack-go/slack to v0.12.0 Dec 17, 2022
@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.12.0 fix(deps): update module github.com/slack-go/slack to v0.12.1 Dec 20, 2022
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from e8fa0f9 to 8e30c27 Compare December 20, 2022 16:29
@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.12.1 fix(deps): update module github.com/slack-go/slack to v0.12.2 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 8e30c27 to 4b735aa Compare April 17, 2023 12:35
@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.12.2 fix(deps): update module github.com/slack-go/slack to v0.12.3 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 4b735aa to e289ecf Compare August 24, 2023 17:25
@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.12.3 fix(deps): update module github.com/slack-go/slack to v0.12.4 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from e289ecf to 5956d56 Compare February 16, 2024 13:21
@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.12.4 fix(deps): update module github.com/slack-go/slack to v0.12.5 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 5956d56 to 5a7bfb2 Compare February 26, 2024 13:30
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch 6 times, most recently from 5f18714 to 9162fa9 Compare April 3, 2024 10:21
@renovate renovate bot force-pushed the renovate/github.com-slack-go-slack-0.x branch from 9162fa9 to da26c8b Compare May 16, 2024 10:32
@renovate renovate bot changed the title fix(deps): update module github.com/slack-go/slack to v0.12.5 fix(deps): update module github.com/slack-go/slack to v0.13.0 May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants