-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
April 17, 2024 13:04
f5f9f49
to
d0e74a3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
April 22, 2024 20:32
d0e74a3
to
c44d5ac
Compare
renovate
bot
changed the title
fix(deps): update all non-major dependencies
chore(deps): update all non-major dependencies
Apr 22, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
April 27, 2024 14:08
81cf917
to
826e2c1
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
May 8, 2024 12:55
833f388
to
7b1c21d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
May 14, 2024 16:27
5d1a964
to
50cb475
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
May 22, 2024 23:20
6f4d342
to
e6bfa5a
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
May 31, 2024 11:41
e6bfa5a
to
8be1a35
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
June 3, 2024 15:07
8be1a35
to
35e1689
Compare
wass3rw3rk
approved these changes
Jun 3, 2024
KellyMerrick
approved these changes
Jun 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
b4ffde6
->a5ac7e5
0c52d54
->cdcb360
c5b1261
->77726ef
8450866
->125fc84
v3.4.7
->v3.4.8
v0.12.5
->v0.13.0
v2.27.1
->v2.27.2
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 withDialContext
,NewConn
andStart
. 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
What's Changed
Breaking changes
team_id
parameter for use with org-wide app by @candiduslynx in https://github.com/slack-go/slack/pull/1283:Changed interface:
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)
Client.GetBillableInfo
with empty paramsClient.GetBillableInfoForTeamContext(ctx context.Context) (map[string]BillingActive, error)
Client.GetBillableInfoContext
with empty paramsBug fixes
Enhancements
team_id
parameter for use with org-wide app by @candiduslynx in https://github.com/slack-go/slack/pull/1283New 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.
This PR has been generated by Mend Renovate. View repository job log here.