fix(deps): update bump-dependencies - #55
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
8 times, most recently
from
September 2, 2026 05:28
fdef143 to
edda8b3
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
2 times, most recently
from
September 2, 2026 23:31
e607979 to
2bf6f0c
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
6 times, most recently
from
September 16, 2026 12:12
80576cc to
075dae5
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
4 times, most recently
from
September 19, 2026 19:07
aeb7f35 to
e1ef5e6
Compare
renovate
Bot
force-pushed
the
renovate.bump-dependencies
branch
from
September 20, 2026 21:10
e1ef5e6 to
8714449
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
34cd9e9→9cc080034cd9e9→9cc08001.26→1.27v2.18.0→v2.19.0v1.10.0→v1.10.1484ef60→69a7b977277eac→782ba8f8.18.5→8.18.6dd9b303→805c8e1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
davidbyttow/govips (github.com/davidbyttow/govips/v2)
v2.19.0Compare Source
Highlights
LoadImageFromReader,SaveToWriter, andTranscodeStreamfor working withio.Reader/io.Writerinstead of whole buffers (#539). Stream loads sniff the file signature, so sub-formats like AVIF vs HEIF are still reported correctly (#540)NewImageFromMemory: build anImageReffrom a raw pixel buffer (#528)TargetSize: new option onWebpExportParams, requires libvips 8.17.4+ (#535)SetKillexposes libvips' image evaluation kill flag, for cancelling long-running work (#537)Fixes
Several of these are memory-safety bugs that could crash a process. Upgrading is recommended.
DrawRect: the error path unref'd the caller's image, so the laterClose()or GC finalizer was a double-unref. Reachable from truncated JPEGs (#547, #549)Join, which caused intermittent use-after-free crashes at unrelated call sites (#531)SetBlob: it passed the slice header to C instead of the backing array and panicked under cgocheck on any non-empty input (#545, #549)ExportMagickcall (#546, #549)ImageRefarguments alive across cgo calls in two-image ops (Composite,Insert,Join,ArrayJoin,BandJoin,Mapim,Maplut,Add,Subtract,Multiply,Divide), closing a GC finalization hazard (#543)Embedand friends (#534, #538)Housekeeping
AGENTS.mdwith contributor and agent guidance: cgo/memory rules, testing conventions, known local quirks (#541, #542)golang.org/x/imageto 0.41.0 andgolang.org/x/netto 0.55.0 (#533, #532)sharpinexamples/tiff(#536, #548)Thanks to @antst, @alon-ne, @goodmartian, and @joecorall for patches, and to @svkoskin and @OvOhao for detailed bug reports.
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.10.1Compare Source
Fix
Config.FormatDSN()droppingAddrwhenNetis empty.It now uses the default
tcpnetwork so configs with onlyAddrround-trip correctly. (#1770)Fix typed-nil
json.RawMessagewithinterpolateParams=truebeing interpolated as an empty string.It is now interpolated as SQL
NULL, matching server-side prepared statements. (#1782)Add MariaDB 11.8 and 12.3 to the test matrix. (#1774)
libvips/libvips (libvips)
v8.18.6Compare Source
Changes since 8.18.5:
Windows binaries here:
https://github.com/libvips/build-win64-mxe/releases/tag/v8.18.6
Configuration
📅 Schedule: (UTC)
* * * * 3)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.