Skip to content

fix(deps): update bump-dependencies - #55

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate.bump-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate.bump-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
debian (source) final digest 34cd9e99cc0800
debian (source) stage digest 34cd9e99cc0800
docker/dockerfile syntax minor 1.261.27 age confidence
github.com/davidbyttow/govips/v2 require minor v2.18.0v2.19.0 age confidence
github.com/go-sql-driver/mysql require patch v1.10.0v1.10.1 age confidence
golang (source) stage digest 484ef6069a7b97
libops/.github (changelog) workflow digest 7277eac782ba8f
libvips patch 8.18.58.18.6 age confidence
mariadb (source) digest dd9b303805c8e1

Warning

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.0

Compare Source

Highlights

  • Streaming I/O: new LoadImageFromReader, SaveToWriter, and TranscodeStream for working with io.Reader/io.Writer instead of whole buffers (#​539). Stream loads sniff the file signature, so sub-formats like AVIF vs HEIF are still reported correctly (#​540)
  • NewImageFromMemory: build an ImageRef from a raw pixel buffer (#​528)
  • WebP TargetSize: new option on WebpExportParams, requires libvips 8.17.4+ (#​535)
  • Kill flag: SetKill exposes libvips' image evaluation kill flag, for cancelling long-running work (#​537)
  • BigTIFF image type detection (#​527)

Fixes

Several of these are memory-safety bugs that could crash a process. Upgrading is recommended.

  • Fix SIGSEGV after a failed DrawRect: the error path unref'd the caller's image, so the later Close() or GC finalizer was a double-unref. Reachable from truncated JPEGs (#​547, #​549)
  • Fix input double-unref in Join, which caused intermittent use-after-free crashes at unrelated call sites (#​531)
  • Fix SetBlob: it passed the slice header to C instead of the backing array and panicked under cgocheck on any non-empty input (#​545, #​549)
  • Fix a C string leak on every ExportMagick call (#​546, #​549)
  • Keep ImageRef arguments 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)
  • Fix background colors on 1 and 2-band greyscale images for Embed and friends (#​534, #​538)

Housekeeping

  • Add AGENTS.md with contributor and agent guidance: cgo/memory rules, testing conventions, known local quirks (#​541, #​542)
  • CI installs the libheif HEVC plugin so HEIC fixtures run (#​529)
  • Bump golang.org/x/image to 0.41.0 and golang.org/x/net to 0.55.0 (#​533, #​532)
  • Bump sharp in examples/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.1

Compare Source

  • Fix Config.FormatDSN() dropping Addr when Net is empty.
    It now uses the default tcp network so configs with only Addr round-trip correctly. (#​1770)

  • Fix typed-nil json.RawMessage with interpolateParams=true being 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.6

Compare Source

Changes since 8.18.5:

  • openexrload: more validation [Hygge Halcyon]
  • heifload: tag as UNTRUSTED for libheif before 1.23.2

Windows binaries here:

https://github.com/libvips/build-win64-mxe/releases/tag/v8.18.6


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Wednesday (* * * * 3)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • 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 force-pushed the renovate.bump-dependencies branch 8 times, most recently from fdef143 to edda8b3 Compare September 2, 2026 05:28
@renovate renovate Bot changed the title chore(deps): update bump-dependencies fix(deps): update bump-dependencies Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from e607979 to 2bf6f0c Compare September 2, 2026 23:31
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 6 times, most recently from 80576cc to 075dae5 Compare September 16, 2026 12:12
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch 4 times, most recently from aeb7f35 to e1ef5e6 Compare September 19, 2026 19:07
@renovate
renovate Bot force-pushed the renovate.bump-dependencies branch from e1ef5e6 to 8714449 Compare September 20, 2026 21: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