Skip to content

fix(deps): update all non-major dependencies#4351

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch
Jan 16, 2026
Merged

fix(deps): update all non-major dependencies#4351
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@duckdb/duckdb-wasm 1.33.1-dev16.01.33.1-dev18.0 age confidence dependencies patch
@iconify-json/carbon ^1.2.16^1.2.18 age confidence dependencies patch
@iconify-json/octicon ^1.2.19^1.2.20 age confidence dependencies patch
@types/node (source) ^25.0.6^25.0.9 age confidence devDependencies patch
bumpp ^10.3.2^10.4.0 age confidence devDependencies minor
github.com/go-chi/chi/v5 v5.2.3v5.2.4 age confidence require patch
github.com/puzpuzpuz/xsync/v4 v4.2.0v4.3.0 age confidence require minor
go (source) 1.25.51.25.6 age confidence golang patch
go 1.25.51.25.6 age confidence uses-with patch
golang.org/x/crypto v0.46.0v0.47.0 age confidence require minor
node 24.12.024.13.0 age confidence uses-with minor
node 24.12.0-alpine24.13.0-alpine age confidence stage minor
prettier (source) ^3.7.4^3.8.0 age confidence devDependencies minor
vitest (source) ^4.0.16^4.0.17 age confidence devDependencies patch

Release Notes

duckdb/duckdb-wasm (@​duckdb/duckdb-wasm)

v1.33.1-dev18.0

Compare Source

v1.33.1-dev17.0

Compare Source

antfu-collective/bumpp (bumpp)

v10.4.0

Compare Source

No significant changes

    View changes on GitHub
go-chi/chi (github.com/go-chi/chi/v5)

v5.2.4

Compare Source

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.

golang/go (go)

v1.25.6

actions/go-versions (go)

v1.25.6: 1.25.6

Compare Source

Go 1.25.6

actions/node-versions (node)

v24.13.0: 24.13.0

Compare Source

Node.js 24.13.0

nodejs/node (node)

v24.13.0: 2026-01-13, Version 24.13.0 'Krypton' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

Commits
prettier/prettier (prettier)

v3.8.0

Compare Source

diff

🔗 Release note

vitest-dev/vitest (vitest)

v4.0.17

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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
Copy link
Contributor Author

renovate bot commented Jan 16, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/sys v0.39.0 -> v0.40.0
golang.org/x/term v0.38.0 -> v0.39.0
golang.org/x/text v0.32.0 -> v0.33.0

@renovate renovate bot enabled auto-merge (squash) January 16, 2026 14:43
@claude
Copy link

claude bot commented Jan 16, 2026

PR Review: Dependency Updates

Ultra-brief mode: Automated Renovate PR updating dependencies - looks safe to merge.

Critical Items

  • Node.js security update: v24.13.0 includes 6 CVE fixes (TLS, buffer, async_hooks). Critical security update.
  • Go version bump: 1.25.5 → 1.25.6 (patch update)

Dependencies Updated

Go:

  • chi router v5.2.3 → v5.2.4
  • xsync v4.2.0 → v4.3.0 (adds iterator support)
  • golang.org/x/crypto v0.46.0 → v0.47.0
  • Standard lib updates (net, sys, term, text)

Node.js:

  • DuckDB WASM: 1.33.1-dev16.0 → dev18.0
  • Iconify: carbon, octicon (icon set updates)
  • prettier: 3.7.4 → 3.8.0 (minor)
  • vitest: 4.0.16 → 4.0.17 (bug fixes)
  • bumpp: 10.3.2 → 10.4.0 (minor)

Assessment

✅ All patch/minor version updates
✅ xsync v4.3.0 adds Map.All iterator - backward compatible
✅ Node.js security patches essential
✅ No breaking changes expected
✅ Standard Renovate PR pattern

Recommendation: Approve once CI passes.

@renovate renovate bot merged commit 9c529af into master Jan 16, 2026
12 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 16, 2026 14: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.

0 participants