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 vueuse - autoclosed #14

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
alpine stage minor 3.19 -> 3.20 age adoption passing confidence
aws/aws-lambda-runtime-interface-emulator minor v1.18 -> v1.21 age adoption passing confidence
docker/dockerfile syntax minor 1.7 -> 1.9 age adoption passing confidence
github.com/slack-go/slack require minor v0.12.5 -> v0.13.1 age adoption passing confidence
github.com/spf13/cobra require patch v1.8.0 -> v1.8.1 age adoption passing confidence
golang stage patch 1.22.2-alpine -> 1.22.5-alpine age adoption passing confidence
golang.org/x/exp require digest fe59bbe -> 8a7402a age adoption passing confidence

Release Notes

aws/aws-lambda-runtime-interface-emulator (aws/aws-lambda-runtime-interface-emulator)

v1.21: Release 1.21

Compare Source

v1.20: Release 1.20

Compare Source

  • Update to Go 1.22.4 to resolve CVEs

v1.19: Release 1.19

Compare Source

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

v0.13.1

Compare Source

What's Changed

v0.13.1 is now available. It contains no breaking changes but does expose some new fields previously unavailable.

Enhancements
Bug Fixes
Chores / Code Cleanup
Documentation Updates

New Contributors

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

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

spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1


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 changed the title chore(deps): update vueuse chore(deps): update vueuse - autoclosed Aug 6, 2024
@renovate renovate bot closed this Aug 6, 2024
@renovate renovate bot deleted the renovate/vueuse branch August 6, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants