Skip to content

build(deps): bump image from 0.59.0 to 0.59.3#260

Merged
nelsonic merged 1 commit into
mainfrom
dependabot/hex/image-0.59.3
May 19, 2025
Merged

build(deps): bump image from 0.59.0 to 0.59.3#260
nelsonic merged 1 commit into
mainfrom
dependabot/hex/image-0.59.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2025

Copy link
Copy Markdown
Contributor

Bumps image from 0.59.0 to 0.59.3.

Release notes

Sourced from image's releases.

Image version 0.59.3

Bug Fixes

  • Fix :compression option handling for Image.write/2 when the image type is .heic or :avif. Thanks to @​olivermt for the report. Closes #189.

Image version 0.59.2

Bug Fixes

  • Fixes Image.rounded/1 and Image.squircle/1 when the image has an alpha band. Thanks to @​Neophen for the report. Closes #182.

Image version 0.59.1

Deprecation

  • The option :fontfile to Image.Text.text/2 is deprecated in favour of :font_file to be compatible with other functions that use the same option name.

Bug Fixes

  • Remove pattern matching on Stream.t in Image.open/2. Thanks to @​dcrck for the PR. Closes #187.

  • Fix Image.Text.text/2 when :height is specified but not :width. In this case an error is returned since :height can only be specified if :width is also specified. Thanks to @​Neophen for the report. Closes #185.

  • Fix Image.Text.text/2 when the option :font_weight is specified. The options :font_weight and :letter_spacing are implemented by wrapping the text in a Pango markup span tag. If the string parameter starts with <span then these two options are ignored since this implies the user is taking full control of the markup. Closes #183.

  • Add option documentation for :font_file to Image.Text.text/2 and note the requirement to also specify :font if :font_file is specified.

  • Clarify that Image.Text.text/2 option :font_file is not supported on MacOS. On that platform, only FontBook fonts are supported. It is known to work on Linux. The status on Windows is currently unknown by the author - feedback would be welcome.

Changelog

Sourced from image's changelog.

Image 0.59.3

This is the changelog for Image version 0.59.3 released on April 27th, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fix :compression option handling for Image.write/2 when the image type is .heic or :avif. Thanks to @​olivermt for the report. Closes #189.

Image 0.59.2

This is the changelog for Image version 0.59.2 released on April 21st, 2025. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes Image.rounded/1 and Image.squircle/1 when the image has an alpha band. Thanks to @​Neophen for the report. Closes #182.

Image 0.59.1

This is the changelog for Image version 0.59.1 released on April 21st, 2025. For older changelogs please consult the release tag on GitHub

Deprecation

  • The option :fontfile to Image.Text.text/2 is deprecated in favour of :font_file to be compatible with other functions that use the same option name.

Bug Fixes

  • Remove pattern matching on Stream.t in Image.open/2. Thanks to @​dcrck for the PR. Closes #187.

  • Fix Image.Text.text/2 when :height is specified but not :width. In this case an error is returned since :height can only be specified if :width is also specified. Thanks to @​Neophen for the report. Closes #185.

  • Fix Image.Text.text/2 when the option :font_weight is specified. The options :font_weight and :letter_spacing are implemented by wrapping the text in a Pango markup span tag. If the string parameter starts with <span then these two options are ignored since this implies the user is taking full control of the markup. Closes #183.

  • Add option documentation for :font_file to Image.Text.text/2 and note the requirement to also specify :font if :font_file is specified.

  • Clarify that Image.Text.text/2 option :font_file is not supported on MacOS. On that platform, only FontBook fonts are supported. It is known to work on Linux. The status on Windows is currently unknown by the author - feedback would be welcome.

Commits
  • 7644993 Fix doc tagging
  • 4cf60a6 Update version and changelog
  • ab4e0d3 Assert on heic/heif tests
  • a1ff5ff And .avif and relevant compression types to Image.write/2
  • c27837d Fix test tag name
  • c9c98ce Dont test heif compression methods in CI
  • cae14b9 Use precompiled libvips in CI again
  • 6d378b2 Update CI to libvips 8.16.1
  • dc3b553 Use platform libvips in CI
  • 23c0911 Improve options handling for Image.write/2 and Image.open/2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels May 19, 2025
Bumps [image](https://github.com/kipcole9/image) from 0.59.0 to 0.59.3.
- [Release notes](https://github.com/kipcole9/image/releases)
- [Changelog](https://github.com/elixir-image/image/blob/main/CHANGELOG.md)
- [Commits](elixir-image/image@v0.59.0...v0.59.3)

---
updated-dependencies:
- dependency-name: image
  dependency-version: 0.59.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/hex/image-0.59.3 branch from 5a4b5a6 to e0d0fcc Compare May 19, 2025 19:50

@nelsonic nelsonic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dependabot 🤖 👌

@nelsonic nelsonic merged commit bc5df22 into main May 19, 2025
1 check passed
@dependabot dependabot Bot deleted the dependabot/hex/image-0.59.3 branch May 19, 2025 19:53
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 elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant