Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump rmagick from 5.4.4 to 5.5.0 #7056

Merged
merged 1 commit into from May 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps rmagick from 5.4.4 to 5.5.0.

Changelog

Sourced from rmagick's changelog.

RMagick 5.5.0

Improvements

  • Add RBS signatures (#1458)
  • Remove unnecessary type check in KernelInfo#{unity_add, scale} (#1514)
  • Remove unnecessary type check in Image#{morphology, morphology_channel} (#1513)
  • Improve HatchFill.new to accept Pixel object as color (#1512)
  • Fix GraphicContext#font_weight to accept Numeric object (#1510)
  • Improve GraphicContext#font_weight to accept Symbol object (#1509)
  • Improve Stretchable#viewbox to use implicitly conversioned value (#1507)
  • Improve RVG::Transformable#rotate to convert to Float implicitly (#1506)
  • Fix Image#modulate in order to accept negative number (#1505)
  • Improve Image#modulate to accept "NN%" form string (#1504)
  • Implicit conversion to string with methods that expect a string (#1496)
  • Coerce to string instead of using #to_s (#1495)
  • Coerce to string where pass object into string interpolation (#1494)
  • Fix Draw#{fill_opacity, opacity, stroke_opacity} to correctly handle arguments (#1492)
  • Fix Draw#{interline_spacing, interword_spacing, kerning} to correctly handle arguments that can be converted to Float (#1491)
  • Remove unnecessary type check in KernelInfo methods (#1489)
  • Generate compile_flags.txt for clangd for development (#1488)
  • Fix Draw#{stroke_dasharray, stroke_miterlimit} to accept object which has #to_f method (#1486)
  • Fix Image#composite_affine to accept ImageList object (#1484)
  • Fix Image#add_compose_mask to accept ImageList object (#1483)
  • Fix incorrect number of required arguments in ArgumentError (#1482)
  • Fix ImageList#sort! that should return self (#1481)
  • Fix ImageList#eql? that should not raise exception if can't compare (#1479)
  • Fix ImageList# that should return nil if can't compare (#1478)
  • Add DrawAttribute module to simplify Draw, DrawOptions and PolaroidOptions (#1477)
  • Add missing attribute writer methods in Image::{DrawOptions, PolaroidOptions} (#1476)
  • Add Image::PolaroidOptions#affine= (#1475)
  • Add Image::PolaroidOptions#tile= (#1474)
  • Attribute writer methods should return passed value (#1473)
  • Return self with ImageList if Image's method return self (#1472)
  • Fix Image#clut_channel to accept ImageList object (#1471)
  • Fix Magick::GradientFill#fill and Magick::TextureFill#fill to accept ImageList object (#1467)

Bug Fixes

  • Fix typo in order to fix NoMethodError (#1515)
  • Sync compression value in order fix the problem of compression being ignored by ImageMagick 7 (#1503)
  • Add PKG_CONFIG_PATH for ImageMagick 7 in order to fix installation error on macOS (#1501)
Commits

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)

Bumps [rmagick](https://github.com/rmagick/rmagick) from 5.4.4 to 5.5.0.
- [Changelog](https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rmagick/rmagick/commits)

---
updated-dependencies:
- dependency-name: rmagick
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 1, 2024
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 8908435735

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.475%

Totals Coverage Status
Change from base Build 8862784121: 0.0%
Covered Lines: 39849
Relevant Lines: 42897

💛 - Coveralls

@david-yz-liu david-yz-liu merged commit 518e1ba into master May 12, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/rmagick-5.5.0 branch May 12, 2024 15:57
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants