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

Bump fastimage from 2.3.1 to 2.4.0 #1084

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps fastimage from 2.3.1 to 2.4.0.

Changelog

Sourced from fastimage's changelog.

Version 2.4.0

03-Jan-2025

  • IMPROVED: Refactor code into multiple files
  • FIX: error rising from redirects to unknown url scheme
  • FIX: Handle tiff format with long dimensions values
  • FIX: Remove problematic dependency on base64 gem
  • IMPROVED: properties including content_length are fetched more lazily improving performance

Version 2.3.1

01-Apr-2024

  • FIX: avoid bug where a NoMethodError exception is raised on faulty images

Version 2.3.0

24-Dec-2023

  • FIX: replace test tiff that triggers Clam-AV
  • FIX: certain heif files could not be parsed
  • FEATURE: Adds animated support for png

Version 2.2.7

23-May-2023

  • FEATURE: Adds animated? support for webp and avif images

Version 2.2.6

16-December-2021

  • FEATURE: Add support for AVIF support

Version 2.2.5

10-August-2021

  • FIX: handle HEIC/HEIF rotation angle

Version 2.2.4

02-June-2021

  • FEATURE: Added support for HEIC format
  • FIX: Support SVG files that start with a BOM character
Commits
  • a992939 Include all the new files in the gem
  • cce874f Merge pull request #155 from sdsykes/feature-refactoring
  • 4c06b15 Update changelog and version
  • 7f6a50c Use more backward compatible unpack
  • ba61a28 Remove entirely base64 dependency
  • 729438e Remove the base64 version altogether for compat
  • d69288b Reduce base64 version requirement to support earlier rubies
  • b6720df Merge pull request #157 from mataku/base64-gem-warning
  • 499865e Test on ruby 3.4
  • cad7175 Handle tiff format with long dimension values, fixes #158
  • 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)

Bumps [fastimage](https://github.com/sdsykes/fastimage) from 2.3.1 to 2.4.0.
- [Changelog](https://github.com/sdsykes/fastimage/blob/master/CHANGELOG)
- [Commits](sdsykes/fastimage@v2.3.1...2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 3, 2025
Copy link
Member

@garloff garloff left a comment

Choose a reason for hiding this comment

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

Harmless for us.

@garloff garloff merged commit 7a5daca into main Jan 7, 2025
3 checks passed
@garloff garloff deleted the dependabot/bundler/fastimage-2.4.0 branch January 7, 2025 14:09
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.

1 participant