-
Notifications
You must be signed in to change notification settings - Fork 24
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
550ab79
to
44f66c1
Compare
327c39e
to
7bddaba
Compare
0220651
to
66d4736
Compare
1a41ead
to
6a861bb
Compare
6a861bb
to
b3aae58
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.68.0
->v1.76.1
v1.38.1
->v1.45.0
v1.45.3
->v1.45.5
v0.53.0
->v0.54.1
v1.20.5
->v1.21.0
v0.15.0
->v0.16.0
1.22
->1.24
v0.32.0
->v0.34.0
v0.10.0
->v0.11.0
v0.21.0
->v0.22.0
v0.199.0
->v0.222.0
v0.2.1
->v0.2.2
"~> 0.1.1"
->"~> 0.2.0"
Release Notes
Shopify/sarama (github.com/Shopify/sarama)
v1.45.0
: Version 1.45.0 (2025-01-07)Compare Source
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
1048576
not 1 MB by @puellanivis in https://github.com/IBM/sarama/pull/2804📦 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
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
🎉 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
c322873
by @dnwe in https://github.com/IBM/sarama/pull/2586🔧 Maintenance
📝 Documentation
New Contributors
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.
This PR was generated by Mend Renovate. View the repository job log.