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 non-major dependencies #71

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action digest b4ffde6 -> a5ac7e5
actions/setup-go action digest 0c52d54 -> cdcb360
alpine final digest c5b1261 -> 77726ef
codecov/codecov-action action digest 8450866 -> 125fc84
github.com/go-ldap/ldap/v3 require patch v3.4.7 -> v3.4.8 age adoption passing confidence
github.com/slack-go/slack require minor v0.12.5 -> v0.13.0 age adoption passing confidence
github.com/urfave/cli/v2 require patch v2.27.1 -> v2.27.2 age adoption passing confidence
github/codeql-action action digest df5a14d -> f079b84

Release Notes

go-ldap/ldap (github.com/go-ldap/ldap/v3)

v3.4.8

Compare Source

What's Changed

In the previous release, we have prematurely marked the function Start as deprecated, assuming that the available DialOpts fulfill all use cases. Thanks to @​dornimaug's hint in #​507 we now know that this is not the case, especially when using custom contexts with DialContext, NewConn and Start. The function will be retained, and we apologize for any inconvenience! We will retain the functionality for the entire life cycle of the major version.

Full Changelog: go-ldap/ldap@v3.4.7...v3.4.8

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

urfave/cli (github.com/urfave/cli/v2)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 16, 2024 19:55
@renovate renovate bot added the dependencies Indicates a change to dependencies label Apr 16, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.8 fix(deps): update all non-major dependencies Apr 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from f5f9f49 to d0e74a3 Compare April 17, 2024 13:04
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 18.60%. Comparing base (b497494) to head (35e1689).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   18.60%   18.60%           
=======================================
  Files           2        2           
  Lines         532      532           
=======================================
  Hits           99       99           
  Misses        424      424           
  Partials        9        9           

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from d0e74a3 to c44d5ac Compare April 22, 2024 20:32
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 81cf917 to 826e2c1 Compare April 27, 2024 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 833f388 to 7b1c21d Compare May 8, 2024 12:55
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 5d1a964 to 50cb475 Compare May 14, 2024 16:27
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 6f4d342 to e6bfa5a Compare May 22, 2024 23:20
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from e6bfa5a to 8be1a35 Compare May 31, 2024 11:41
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 8be1a35 to 35e1689 Compare June 3, 2024 15:07
Copy link
Contributor

@KellyMerrick KellyMerrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@wass3rw3rk wass3rw3rk merged commit 1c63293 into main Jun 3, 2024
10 of 12 checks passed
@wass3rw3rk wass3rw3rk deleted the renovate/all-minor-patch-digest-pin branch June 3, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants