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(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.23 #23

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/sap/go-generics v0.1.10 -> v0.2.23 age adoption passing confidence

Release Notes

sap/go-generics (github.com/sap/go-generics)

v0.2.23

Compare Source

v0.2.22

Compare Source

v0.2.21

Compare Source

v0.2.20

Compare Source

Add slice function

func Count[T any](s []T, f func(T) bool) int

and map function

func Count[K comparable, V any](m map[K]V, f func(K, V) bool) int

v0.2.19

Compare Source

v0.2.18

Compare Source

v0.2.17

Compare Source

v0.2.16

Compare Source

v0.2.15

Compare Source

v0.2.14

Compare Source

v0.2.13

Compare Source

v0.2.12

Compare Source

v0.2.11

Compare Source

v0.2.10

Compare Source

v0.2.9

Compare Source

v0.2.8

Compare Source

v0.2.7

Compare Source

v0.2.6

Compare Source

v0.2.5

Compare Source

v0.2.4

Compare Source

Add. maps functions

func Select[K comparable, V any](m map[K]V, f func(K, V) bool) map[K]V 

and

func SelectByKeys[K comparable, V any](m map[K]V, keys ...K) map[K]V 

v0.2.3

Compare Source

Add slice function

func Select[T any]([]T, func(T) bool) []T

v0.2.2

Compare Source

v0.2.1

Compare Source

v0.2.0

Compare Source


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.

🔕 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-approve[bot]
renovate-approve bot previously approved these changes Dec 13, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 12, 2024
@renovate renovate bot changed the title fix(go.mod/go.sum): update minor dependencies (golang) to v0.29.0 fix(go.mod/go.sum): update minor dependencies (golang) Jan 12, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 010dfce to e8ed691 Compare January 16, 2024 13:01
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 16, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 18, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 19, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 6, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 9, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 15, 2024
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 839a9a7 to a6e6586 Compare October 4, 2024 19:54
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 3 times, most recently from c4b7e24 to 4e84666 Compare October 29, 2024 23:39
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 9278c40 to a5e939b Compare November 7, 2024 01:33
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 4 times, most recently from a0eb383 to 2c9d373 Compare November 25, 2024 15:39
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 6 times, most recently from 28eeed0 to dac649a Compare December 4, 2024 08:31
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 3 times, most recently from de64ea2 to 8b0a8c1 Compare December 12, 2024 00:56
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 3 times, most recently from b843770 to 97fec6b Compare December 24, 2024 12:55
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch 2 times, most recently from 5fcb6cb to 2ac2028 Compare December 30, 2024 19:10
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 2ac2028 to f1dd91c Compare January 6, 2025 11:50
@renovate renovate bot changed the title fix(go.mod/go.sum): update minor dependencies (golang) fix(go.mod/go.sum): update module github.com/sap/go-generics to v0.2.23 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from f1dd91c to 98b3a41 Compare January 8, 2025 14:42
@renovate renovate bot force-pushed the renovate/minor-deps-golang branch from 98b3a41 to 55b44dc Compare January 9, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants