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 module github.com/deckarep/golang-set/v2 to v2.7.0 #5

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/deckarep/golang-set/v2 v2.3.1 -> v2.7.0 age adoption passing confidence

Release Notes

deckarep/golang-set (github.com/deckarep/golang-set/v2)

v2.7.0: - Proper support for JSON Marshaling/Unmarshaling, no more workarounds needed.

Compare Source

What's Changed

  • Mention of sister project: Ziglang-set for Zig developers
  • Once and for all fixes a long-standing JSON bug that was introduced with a previously large refactor which was designed to remove a layer of pointer indirection. It turns out, it's required to properly support Unmarshaling without having to resort to workarounds. Contribution by @​ryclarke - Thank you! https://github.com/deckarep/golang-set/issues/122

Full Changelog

v2.6.0: - Adds ContainsOne method to mitigate allocations

Compare Source

What's Changed

Full Changelog

v2.5.0: - Adds generic Sorted method to easily get elements into a sorted slice.

Compare Source

What's Changed

  • Add Sorted method - easily get elements of a set into a sorted slice.
  • Move to own file that can be build tagged
  • Also test go 1.21

Full Changelog

v2.4.0: - Improvements/fixes to docs and a new IsEmpty method.

Compare Source

What's Changed

Full Changelog


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 changed the title fix(deps): update module github.com/deckarep/golang-set/v2 to v2.4.0 fix(deps): update module github.com/deckarep/golang-set/v2 to v2.5.0 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-deckarep-golang-set-v2-2.x branch from 2c1e1eb to 6fb92e3 Compare November 30, 2023 01:05
@renovate renovate bot force-pushed the renovate/github.com-deckarep-golang-set-v2-2.x branch from 6fb92e3 to 348f8aa Compare December 26, 2023 22:05
@renovate renovate bot changed the title fix(deps): update module github.com/deckarep/golang-set/v2 to v2.5.0 fix(deps): update module github.com/deckarep/golang-set/v2 to v2.6.0 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-deckarep-golang-set-v2-2.x branch from 348f8aa to 99c5d09 Compare December 4, 2024 02:01
@renovate renovate bot changed the title fix(deps): update module github.com/deckarep/golang-set/v2 to v2.6.0 fix(deps): update module github.com/deckarep/golang-set/v2 to v2.7.0 Dec 4, 2024
@viccuad viccuad merged commit f4be43d into main Dec 4, 2024
8 checks passed
@renovate renovate bot deleted the renovate/github.com-deckarep-golang-set-v2-2.x branch December 4, 2024 07:48
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.

1 participant