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 patch updates #397

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
4d63.com/gochecknoglobals v0.2.1 -> v0.2.2 age adoption passing confidence indirect patch
dario.cat/mergo v1.0.0 -> v1.0.1 age adoption passing confidence indirect patch
github.com/4meepo/tagalign v1.4.1 -> v1.4.2 age adoption passing confidence indirect patch
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 -> v3.3.1 age adoption passing confidence indirect patch
github.com/Masterminds/semver/v3 v3.3.0 -> v3.3.1 age adoption passing confidence indirect patch
github.com/ProtonMail/go-crypto v1.1.3 -> v1.1.5 age adoption passing confidence indirect patch
github.com/alingse/nilnesserr v0.1.1 -> v0.1.2 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 -> v1.6.10 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 -> v1.17.60 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.5 -> v1.16.29 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 -> v1.3.33 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 -> v2.6.33 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.3 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.5 -> v1.3.33 age adoption passing confidence indirect patch
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.0 -> v1.53.16 age adoption passing confidence require patch
github.com/aws/smithy-go v1.22.1 -> v1.22.3 age adoption passing confidence indirect patch
github.com/ghostiam/protogetter v0.3.8 -> v0.3.9 age adoption passing confidence indirect patch
github.com/go-git/go-billy/v5 v5.6.0 -> v5.6.2 age adoption passing confidence indirect patch
github.com/go-git/go-git/v5 v5.13.0 -> v5.13.2 age adoption passing confidence indirect patch
github.com/ldez/gomoddirectives v0.6.0 -> v0.6.1 age adoption passing confidence indirect patch
github.com/magiconair/properties v1.8.7 -> v1.8.9 age adoption passing confidence indirect patch
github.com/mattn/go-colorable v0.1.13 -> v0.1.14 age adoption passing confidence indirect patch
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16 age adoption passing confidence indirect patch
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.3 age adoption passing confidence indirect patch
github.com/pjbgf/sha1cd v0.3.0 -> v0.3.2 age adoption passing confidence indirect patch
github.com/polyfloyd/go-errorlint v1.7.0 -> v1.7.1 age adoption passing confidence indirect patch
github.com/pulumi/pulumi-command/sdk v1.0.1 -> v1.0.2 age adoption passing confidence require patch
github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1 -> v0.4.4 age adoption passing confidence indirect patch
github.com/sahilm/fuzzy v0.1.0 -> v0.1.1 age adoption passing confidence indirect patch
github.com/skeema/knownhosts v1.3.0 -> v1.3.1 age adoption passing confidence indirect patch
github.com/spf13/pflag v1.0.5 -> v1.0.6 age adoption passing confidence indirect patch
github.com/spf13/pflag v1.0.5 -> v1.0.6 age adoption passing confidence require patch
github.com/uudashr/iface v1.3.0 -> v1.3.1 age adoption passing confidence indirect patch
pulumi/pulumi-command v1.0.1 -> v1.0.2 age adoption passing confidence patch
registry.access.redhat.com/ubi9/ubi 9.5-1732804088 -> 9.5-1739751568 age adoption passing confidence final patch

Release Notes

leighmcculloch/gochecknoglobals (4d63.com/gochecknoglobals)

v0.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: leighmcculloch/gochecknoglobals@v0.2.1...v0.2.2

imdario/mergo (dario.cat/mergo)

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@v1.0.0...v1.0.1

4meepo/tagalign (github.com/4meepo/tagalign)

v1.4.2

Compare Source

Changelog

  • 958face updating golang.org/x/tools/ to v0.30.0
GaijinEntertainment/go-exhaustruct (github.com/GaijinEntertainment/go-exhaustruct/v3)

v3.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: GaijinEntertainment/go-exhaustruct@v3.3.0...v3.3.1

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.3.1

Compare Source

What's Changed

Full Changelog: Masterminds/semver@v3.3.0...v3.3.1

ProtonMail/go-crypto (github.com/ProtonMail/go-crypto)

v1.1.5

Compare Source

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.1.4...v1.1.5

v1.1.4

Compare Source

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.1.3...v1.1.4

alingse/nilnesserr (github.com/alingse/nilnesserr)

v0.1.2

Compare Source

clean some docs

aws/smithy-go (github.com/aws/smithy-go)

v1.22.3

Compare Source

v1.22.2

Compare Source

ghostiam/protogetter (github.com/ghostiam/protogetter)

v0.3.9

Compare Source

What's Changed

New Contributors

Full Changelog: ghostiam/protogetter@v0.3.8...v0.3.9

go-git/go-billy (github.com/go-git/go-billy/v5)

v5.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-billy@v5.6.1...v5.6.2

v5.6.1

Compare Source

What's Changed

Full Changelog: go-git/go-billy@v5.6.0...v5.6.1

go-git/go-git (github.com/go-git/go-git/v5)

v5.13.2

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.13.1...v5.13.2

v5.13.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.13.0...v5.13.1

ldez/gomoddirectives (github.com/ldez/gomoddirectives)

v0.6.1

Compare Source

magiconair/properties (github.com/magiconair/properties)

v1.8.9

Compare Source

What's Changed
New Contributors

Full Changelog: magiconair/properties@v1.8.8...v1.8.9

v1.8.8

Compare Source

What's Changed
New Contributors

Full Changelog: magiconair/properties@v1.8.7...v1.8.8

mattn/go-colorable (github.com/mattn/go-colorable)

v0.1.14

Compare Source

mattn/go-runewidth (github.com/mattn/go-runewidth)

v0.0.16

Compare Source

pelletier/go-toml (github.com/pelletier/go-toml/v2)

v2.2.3

Compare Source

What's Changed

What's new
Performance
Fixed bugs
Documentation
Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.2.2...v2.2.3

pjbgf/sha1cd (github.com/pjbgf/sha1cd)

v0.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: pjbgf/sha1cd@v0.3.1...v0.3.2

v0.3.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Feb 13, 2025

ℹ 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):

  • 12 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.9 -> 1.24.0
github.com/pulumi/pulumi/sdk/v3 v3.143.0 -> v3.150.0
github.com/aws/aws-sdk-go-v2 v1.32.7 -> v1.36.2
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 -> v1.12.14
github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 -> v1.24.16
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 -> v1.28.15
github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 -> v1.33.15
github.com/cyphar/filepath-securejoin v0.2.5 -> v0.3.6
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
File name: tools/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):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.4 -> 1.24.0
github.com/ldez/grignotin v0.7.0 -> v0.9.0
golang.org/x/mod v0.22.0 -> v0.23.0
golang.org/x/sync v0.10.0 -> v0.11.0
golang.org/x/sys v0.28.0 -> v0.30.0
golang.org/x/tools v0.28.0 -> v0.30.0

@renovate renovate bot force-pushed the renovate/patch-updates branch 11 times, most recently from d6a8515 to 07fe72f Compare February 20, 2025 15:39
@renovate renovate bot force-pushed the renovate/patch-updates branch from 07fe72f to b3d86e6 Compare February 20, 2025 19:49
@renovate renovate bot force-pushed the renovate/patch-updates branch from b3d86e6 to 4b36e05 Compare February 25, 2025 12:35
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.

0 participants