Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
↗️ fastimage (indirect, 2.2.7 → 2.3.0) · Repo · Changelog
Release Notes
2.3.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
Fix file names
Release 2.3.0
Fix readme badges
Update URLs
Merge pull request #147 from sandstrom/master-1
Add test for meta after mdat for heic
Merge pull request #145 from ClearlyClaire/fixes/HEIC-meta-after-mdat
Merge pull request #144 from c960657/animated-gif
Fix missing stringio require
Update test paths for working ones
Fix workflow for older rubies
Merge pull request #142 from dokioco/large-svg-header
Merge pull request #146 from nishidayuya/fix_cve_2012_2027_test_data
Rename to README.md
Update README.textile
run: git cococo docker run -it --rm -v ./test/fixtures:/data alpine:3.18.3 sh -eux -c 'apk add --no-cache imagemagick && convert /data/test2.tiff /tmp/fixed-test2.tiff && mv /tmp/fixed-test2.tiff /data/test2.tiff'
Handle large-size ISO_BMFF boxes and meta-after-mdat
unpack1 is not supported on Ruby < 2.4
Add parse_animated_for_png
Handle SVG files that have extra cruft at the start
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands