Skip to content

fix(deps): update module github.com/puzpuzpuz/xsync/v4 to v4.3.0 (master)#6156

Merged
zhangzujian merged 1 commit intomasterfrom
renovate/master-github.com-puzpuzpuz-xsync-v4-4.x
Jan 12, 2026
Merged

fix(deps): update module github.com/puzpuzpuz/xsync/v4 to v4.3.0 (master)#6156
zhangzujian merged 1 commit intomasterfrom
renovate/master-github.com-puzpuzpuz-xsync-v4-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 12, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/puzpuzpuz/xsync/v4 v4.2.0v4.3.0 age confidence

Release Notes

puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v4)

v4.3.0

Compare Source

  • Add iterator function Map.All #​181
  • Make shrink resize lock-free on target buckets #​180

All is similar to Range, but returns an iter.Seq2, so is compatible with Go 1.23+ iterators. All of the same caveats and behavior from Range apply to All.

m := xsync.NewMap[string, int]()
for i := range 100 {
  m.Store(strconv.Itoa(i), i)
}

// Will print all of the map entries
for key, val := range m.All() {
  fmt.Printf("m[%q] = %q\n")
}

Kudos to @​llxisdsh and @​moskyb for making this release happen.


Configuration

📅 Schedule: Branch creation - Between 03:00 PM and 11:59 PM ( * 15-23 * * * ) (UTC), 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 renovate bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@zhangzujian zhangzujian merged commit 45174b1 into master Jan 12, 2026
72 of 74 checks passed
@zhangzujian zhangzujian deleted the renovate/master-github.com-puzpuzpuz-xsync-v4-4.x branch January 12, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant