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 non-major deps #507

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.3 -> v4.1.7 age adoption passing confidence
actions/setup-go action patch v5.0.0 -> v5.0.1 age adoption passing confidence
cloud.google.com/go/pubsub require minor v1.37.0 -> v1.39.0 age adoption passing confidence
docker.io/alpine final minor 3.19.1 -> 3.20.1 age adoption passing confidence
docker.io/golang stage patch 1.22.2-alpine -> 1.22.4-alpine age adoption passing confidence
docker.io/golang final patch 1.22.2-alpine -> 1.22.4-alpine age adoption passing confidence
docker.io/python final patch 3.12.3-alpine -> 3.12.4-alpine age adoption passing confidence
docker.io/ruby final patch 3.3.1-alpine -> 3.3.3-alpine age adoption passing confidence
github.com/golangci/golangci-lint minor v1.57.2 -> v1.59.1 age adoption passing confidence
github.com/prometheus/client_golang require patch v1.19.0 -> v1.19.1 age adoption passing confidence
github.com/rs/zerolog require minor v1.32.0 -> v1.33.0 age adoption passing confidence
github.com/slack-go/slack require minor v0.12.5 -> v0.13.0 age adoption passing confidence
github.com/spf13/viper require minor v1.18.2 -> v1.19.0 age adoption passing confidence
github/codeql-action action patch v3.25.2 -> v3.25.10 age adoption passing confidence
google.golang.org/api require minor v0.176.1 -> v0.185.0 age adoption passing confidence
goreleaser/goreleaser-action action minor v5.0.0 -> v5.1.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

actions/setup-go (actions/setup-go)

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.59.1

Compare Source

  1. Updated linters
    • go-errorlint: from 1.5.1 to 1.5.2
    • gomnd: deprecated configuration compatibility
    • intrange: add style preset
    • misspell: from 0.5.1 to 0.6.0
    • sloglint: from 0.7.0 to 0.7.1
    • testifylint: from 1.3.0 to 1.3.1
    • unparam: bump to HEAD
    • usestdlibvars: from 1.25.0 to 1.26.0
  2. Fixes
    • SARIF: init empty result slice
    • SARIF: issue column >= 1
  3. Documentation
    • update revive configuration

v1.59.0

Compare Source

v1.58.2

Compare Source

  1. Updated linters
    • canonicalheader: from 1.0.6 to 1.1.1
    • gosec: from 2.19.0 to 2.20.0
    • musttag: from 0.12.1 to 0.12.2
    • nilnil: from 0.1.8 to 0.1.9
  2. Documentation
    • Improve integrations and install pages

v1.58.1

Compare Source

v1.58.0

Compare Source

prometheus/client_golang (github.com/prometheus/client_golang)

v1.19.1

Compare Source

What's Changed

  • Security patches for golang.org/x/sys and google.golang.org/protobuf

New Contributors

Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1

rs/zerolog (github.com/rs/zerolog)

v1.33.0

Compare Source

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

spf13/viper (github.com/spf13/viper)

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.18.1...v1.19.0

github/codeql-action (github/codeql-action)

v3.25.10

Compare Source

v3.25.9

Compare Source

v3.25.8

Compare Source

v3.25.7

Compare Source

v3.25.6

Compare Source

v3.25.5

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

googleapis/google-api-go-client (google.golang.org/api)

v0.185.0

Compare Source

Features
Bug Fixes
  • internal/gensupport: Update shouldRetry for GCS uploads (#​2634) (ea513cb)

v0.184.0

Compare Source

Features
Bug Fixes
  • cba: Update credsNewAuth to support oauth2 over mTLS (#​2610) (953f728)

v0.183.0

Compare Source

Features
Bug Fixes

v0.182.0

Compare Source

Features

v0.181.0

Compare Source

Features

v0.180.0

Compare Source

Features

v0.179.0

Compare Source

Features
Bug Fixes

v0.178.0

Compare Source

Features
Documentation

v0.177.0

Compare Source

Features
Bug Fixes
goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v5.1.0

Compare Source

Important

This version changes the default behavior of latest to ~> v1.

The next major of this action (v6), will change this to ~> v2, and will be launched together with GoReleaser v2.

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v5.0.0...v5.1.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@coveralls
Copy link

coveralls commented Apr 23, 2024

Pull Request Test Coverage Report for Build 9102364165

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 8806816327: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/non-major-deps branch from 1bc2a65 to 9e73f44 Compare April 25, 2024 13:06
@renovate renovate bot changed the title chore(deps): update docker.io/ruby:3.3.1-alpine docker digest to 92047b8 chore(deps): update non-major deps Apr 25, 2024
@renovate renovate bot force-pushed the renovate/non-major-deps branch 3 times, most recently from d761527 to 45df12b Compare May 2, 2024 15:59
@renovate renovate bot force-pushed the renovate/non-major-deps branch 9 times, most recently from 1ff48e7 to d936003 Compare May 10, 2024 19:18
@renovate renovate bot force-pushed the renovate/non-major-deps branch 6 times, most recently from 80e78ef to 2a439dc Compare May 19, 2024 21:42
@renovate renovate bot force-pushed the renovate/non-major-deps branch 4 times, most recently from 9ece762 to 716e525 Compare May 23, 2024 03:04
@renovate renovate bot force-pushed the renovate/non-major-deps branch 3 times, most recently from 491d536 to b4a2c36 Compare June 4, 2024 16:26
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 15 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.112.1 -> v0.115.0
cloud.google.com/go/auth v0.3.0 -> v0.5.1
cloud.google.com/go/iam v1.1.6 -> v1.1.8
github.com/googleapis/gax-go/v2 v2.12.3 -> v2.12.4
github.com/pelletier/go-toml/v2 v2.1.0 -> v2.2.2
golang.org/x/crypto v0.22.0 -> v0.24.0
golang.org/x/net v0.24.0 -> v0.26.0
golang.org/x/oauth2 v0.19.0 -> v0.21.0
golang.org/x/sys v0.19.0 -> v0.21.0
golang.org/x/text v0.14.0 -> v0.16.0
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de -> v0.0.0-20240617180043-68d350f18fd4
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 -> v0.0.0-20240610135401-a8a62080eff3
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be -> v0.0.0-20240617180043-68d350f18fd4
google.golang.org/grpc v1.63.2 -> v1.64.0
google.golang.org/protobuf v1.33.0 -> v1.34.2

@renovate renovate bot force-pushed the renovate/non-major-deps branch 8 times, most recently from c7552e4 to 8eaf34f Compare June 9, 2024 18:55
@renovate renovate bot force-pushed the renovate/non-major-deps branch 9 times, most recently from c68981e to 42c07b1 Compare June 19, 2024 04:23
@renovate renovate bot force-pushed the renovate/non-major-deps branch 7 times, most recently from bb31f70 to 6b19f14 Compare June 21, 2024 14:56
@renovate renovate bot force-pushed the renovate/non-major-deps branch from 6b19f14 to 83e39f4 Compare June 22, 2024 00:42
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.

None yet

1 participant