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 #244

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

fix(deps): update all #244

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/spanner v1.68.0 -> v1.75.0 age adoption passing confidence require minor
docker.redpanda.com/vectorized/redpanda v22.3.21 -> v22.3.25 age adoption passing confidence patch
github.com/Shopify/sarama v1.38.1 -> v1.45.0 age adoption passing confidence require minor
github.com/moov-io/ach v1.45.3 -> v1.45.5 age adoption passing confidence require patch
github.com/slack-go/slack v0.15.0 -> v0.16.0 age adoption passing confidence require minor
golang 1.22 -> 1.24 age adoption passing confidence stage minor
golang.org/x/crypto v0.32.0 -> v0.33.0 age adoption passing confidence require minor
golang.org/x/sync v0.10.0 -> v0.11.0 age adoption passing confidence require minor
golang.org/x/text v0.21.0 -> v0.22.0 age adoption passing confidence require minor
google.golang.org/api v0.199.0 -> v0.221.0 age adoption passing confidence require minor
moov/fsftp v0.2.1 -> v0.2.2 age adoption passing confidence patch
wdm "~> 0.1.1" -> "~> 0.2.0" age adoption passing confidence minor

Release Notes

Shopify/sarama (github.com/Shopify/sarama)

v1.45.0: Version 1.45.0 (2025-01-07)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance

Full Changelog: IBM/sarama@v1.44.0...v1.45.0

v1.44.0: Version 1.44.0 (2024-12-27)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.43.3...v1.44.0

v1.43.3: Version 1.43.3 (2024-08-12)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.43.2...v1.43.3

v1.43.2: Version 1.43.2 (2024-04-25)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates

Full Changelog: IBM/sarama@v1.43.1...v1.43.2

v1.43.1: Version 1.43.1 (2024-03-27)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates

New Contributors

Full Changelog: IBM/sarama@v1.43.0...v1.43.1

v1.43.0: Version 1.43.0 (2024-02-22)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.19 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.42.2...v1.43.0

v1.42.2: Version 1.42.2 (2024-02-09)

Compare Source

What's Changed

[!NOTE]
The go.mod directive has been bumped to 1.18 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.42.1...v1.42.2

v1.42.1: Version 1.42.1 (2023-11-07)

Compare Source

What's Changed

🐛 Fixes

Full Changelog: IBM/sarama@v1.42.0...v1.42.1

v1.42.0: Version 1.42.0 (2023-11-02)

Compare Source

What's Changed

🐛 Fixes
🔧 Maintenance
➕ Other Changes

New Contributors

Full Changelog: IBM/sarama@v1.41.3...v1.42.0

v1.41.3: Version 1.41.3 (2023-10-17)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.41.2...v1.41.3

v1.41.2: Version 1.41.2 (2023-09-12)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates

New Contributors

Full Changelog: IBM/sarama@v1.41.1...v1.41.2

v1.41.1: Version 1.41.1 (2023-08-30)

Compare Source

What's Changed

🐛 Fixes
🔧 Maintenance
📝 Documentation
➕ Other Changes

Full Changelog: IBM/sarama@v1.41.0...v1.41.1

v1.41.0: Version 1.41.0 (2023-08-21)

Compare Source

What's Changed

🚨 Breaking Changes

Note: this version of Sarama has had a big overhaul in its adherence to the use of the right Kafka protocol versions for the given Config Version. It has also bumped the default Version set in Config (where one is not supplied) to 2.1.0. This is in preparation for Kafka 4.0 dropping support for protocol versions older than 2.1. If you are using Sarama against Kafka clusters older than v2.1.0, or using it against Azure EventHubs then you will likely have to change your application code to pin to the appropriate Version.

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.40.1...v1.41.0

v1.40.1: Version 1.40.1 (2023-07-27)

Compare Source

What's Changed

🎉 New Features / Improvements
  • Use buffer pools for decompression by [@​ronanh](https://redir

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot requested a review from adamdecaf as a code owner January 23, 2025 20:29
Copy link
Author

renovate bot commented Jan 23, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/Shopify/[email protected]: parsing go.mod:
	module declares its path as: github.com/IBM/sarama
	        but was required as: github.com/Shopify/sarama

File name: docs/Gemfile.lock

/opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/error.rb:105:in '<class:Thor>': uninitialized constant DidYouMean::SPELL_CHECKERS (NameError)

    DidYouMean::SPELL_CHECKERS.merge!(
              ^^^^^^^^^^^^^^^^
Did you mean?  DidYouMean::SpellChecker
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/error.rb:1:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/base.rb:3:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor/base.rb:3:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor.rb:1:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendor/thor/lib/thor.rb:1:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendored_thor.rb:8:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/vendored_thor.rb:8:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/friendly_errors.rb:3:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/lib/bundler/friendly_errors.rb:3:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/exe/bundle:32:in 'Kernel#require_relative'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/exe/bundle:32:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/exe/bundler:4:in 'Kernel#load'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/gems/bundler-2.2.17/exe/bundler:4:in '<top (required)>'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/bin/bundler:25:in 'Kernel#load'
	from /opt/containerbase/tools/bundler/2.2.17/3.4.1/bin/bundler:25:in '<main>'

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 550ab79 to 44f66c1 Compare January 29, 2025 03:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 327c39e to 7bddaba Compare February 6, 2025 07:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 114c351 to 0220651 Compare February 12, 2025 04:24
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