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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action digest a5ac7e5 -> 11bd719
actions/setup-go action digest cdcb360 -> 3041bf5
alpine final digest 77726ef -> 56fa17d
codecov/codecov-action action digest 125fc84 -> b9fd7d1
github.com/Masterminds/semver/v3 require minor v3.2.1 -> v3.3.1 age adoption passing confidence
github.com/Masterminds/sprig/v3 require minor v3.2.3 -> v3.3.0 age adoption passing confidence
github.com/go-ldap/ldap/v3 require patch v3.4.8 -> v3.4.10 age adoption passing confidence
github.com/go-vela/server require minor v0.23.4 -> v0.25.2 age adoption passing confidence
github.com/go-vela/types require minor v0.23.3 -> v0.25.1 age adoption passing confidence
github.com/slack-go/slack require minor v0.13.0 -> v0.15.0 age adoption passing confidence
github.com/urfave/cli/v2 require patch v2.27.2 -> v2.27.5 age adoption passing confidence
github/codeql-action action digest f079b84 -> b6a472f
reviewdog/action-golangci-lint action digest 00311c2 -> dd3fda9

Release Notes

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

v3.3.0

Compare Source

What's Changed

New Contributors

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

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

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/sprig@v3.2.3...v3.3.0

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

v3.4.10: Simplify Go Module Versioning

Compare Source

Experimental release to cleanup the code duplication, and simplify the go module versioning approach.

v3.4.9

Compare Source

This bumps x/crypto to 0.31.0 to resolve CVE-2024-45337.

What's Changed

New Contributors

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

go-vela/server (github.com/go-vela/server)

v0.25.2

Compare Source

What's Changed

Full Changelog: go-vela/server@v0.25.1...v0.25.2

v0.25.1

Compare Source

What's Changed

Full Changelog: go-vela/server@v0.25.0...v0.25.1

v0.25.0

Compare Source

What's Changed

Full Changelog: go-vela/server@v0.24.2...v0.25.0

v0.24.2

Compare Source

What's Changed

Full Changelog: go-vela/server@v0.24.1...v0.24.2

v0.24.1

Compare Source

What's Changed

Full Changelog: go-vela/server@v0.24.0...v0.24.1

v0.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-vela/server@v0.23.3...v0.24.0

go-vela/types (github.com/go-vela/types)

v0.25.1

Compare Source

What's Changed

Full Changelog: go-vela/types@v0.25.0...v0.25.1

v0.25.0

Compare Source

What's Changed

Full Changelog: go-vela/types@v0.24.0...v0.25.0

v0.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-vela/types@v0.23.3...v0.24.0

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

v0.15.0

Compare Source

[!WARNING]
This release includes a breaking change since the last release.

What's Changed

v0.15.0 is now available. It does contain minor breaking changes to two Block Kit elements along with a lot of new functionality.

Breaking Changes

Block Kit - Rich Text Section Date Element

If you are using the RichTextSectionDateElement block kit element, there is a new field Format which is now required. It previously did not exist, but was marked as required in the Block Kit Documentation. Similarly, the function NewRichTextSectionDateElement function signature has been updated to require the new parameter. While this may not have previously worked, the non-backwards compatible signature change prompts it to be identified as breaking change.

Block Kit - Rich Text input Block Element

If you are using the RichTextInputBlockElement block kit element, the InitialValue field type has been changed from string to *RichTextBlock to provide a more strongly typed experience. If you were previously passing a pre-formatted JSON object you will need to update your input to use the RichTextBlock struct instead.

Enhancements
Bug Fixes
Chores

New Contributors

Full Changelog: slack-go/slack@v0.14.0...v0.15.0

v0.14.0

Compare Source

What's Changed

v0.14.0 is now available. It contains no breaking changes but does include several pieces of new functionality and long-standing bug fixes.

Enhancements
Bug Fixes
Chores / Code Cleanup

New Contributors


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 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.

@renovate renovate bot added the dependencies Indicates a change to dependencies label Jun 4, 2024
@renovate renovate bot requested a review from a team as a code owner June 4, 2024 16:56
Copy link

codecov bot commented Jun 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 18.63%. Comparing base (379b0ba) to head (aed39ea).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   19.36%   18.63%   -0.73%     
==========================================
  Files           2        3       +1     
  Lines         537      558      +21     
==========================================
  Hits          104      104              
- Misses        424      445      +21     
  Partials        9        9              

see 1 file with indirect coverage changes

@renovate renovate bot changed the title chore(deps): update github/codeql-action digest to 2e230e8 chore(deps): update github/codeql-action digest to 530d4fe Jun 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from bd7e46a to 792227b Compare June 13, 2024 11:40
@renovate renovate bot changed the title chore(deps): update github/codeql-action digest to 530d4fe chore(deps): update all non-major dependencies Jun 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from fab246a to 1ed6baa Compare June 15, 2024 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from e753df9 to 0cd10ac Compare June 24, 2024 20:11
Copy link
Contributor Author

renovate bot commented Jun 24, 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):

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

Details:

Package Change
go 1.21 -> 1.23.4
golang.org/x/net v0.23.0 -> v0.33.0
golang.org/x/text v0.14.0 -> v0.21.0
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/go-asn1-ber/asn1-ber v1.5.5 -> v1.5.7
github.com/huandu/xstrings v1.3.3 -> v1.5.0
github.com/shopspring/decimal v1.2.0 -> v1.4.0
github.com/spf13/cast v1.3.1 -> v1.7.0
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 -> v0.0.0-20240521201337-686a1a2994c1
golang.org/x/crypto v0.21.0 -> v0.31.0
golang.org/x/oauth2 v0.18.0 -> v0.23.0
golang.org/x/sys v0.18.0 -> v0.28.0

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 7498249 to 0cf6a76 Compare June 28, 2024 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from ede71b3 to b810850 Compare July 17, 2024 14:15
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from c66ea65 to 25f8136 Compare July 26, 2024 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from de5daf1 to f9c10fc Compare August 11, 2024 15:40
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 435076f to 24572c0 Compare August 19, 2024 18:42
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 90af20b to fb0dc03 Compare October 24, 2024 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 5 times, most recently from 08e6e91 to f4b1cf3 Compare November 14, 2024 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 3b2ac65 to 6434757 Compare November 22, 2024 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 4 times, most recently from 8c1c638 to 1e22d5a Compare December 6, 2024 03:57
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 7 times, most recently from ee5da14 to 8d6dc72 Compare December 17, 2024 06:05
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 22be45e to c69170f Compare December 26, 2024 23:17
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from f6e086d to 808b5d2 Compare January 8, 2025 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 808b5d2 to ff56bb3 Compare January 10, 2025 22:33
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.

0 participants