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 image from 4.1.3 to 4.1.4 in /uni #1089

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps image from 4.1.3 to 4.1.4.

Changelog

Sourced from image's changelog.

4.1.4 - January 12, 2024

  • Fix Image.getBytes when ChannelOrder has a different number of channels than the image.
  • copyResize command accepts maintainAspect and backgroundColor args.
  • Fix EXIF decoder when image has bad IFD offsets.
  • Improve drawString handling of new line characters when wrap is true.
  • Improve GIF animation decoding when each frame has its own palette.
Commits
  • e1892ee Fix formatting
  • 27a0b20 Update to 4.1.4
  • a618de1 Image.getBytes should convert image if order has different number of channels
  • bef921e Merge pull request #603 from ken717w/main
  • 9e025f1 Merge pull request #605 from luigi-rosso/fix_exif
  • b595362 Mitigate bad ifd offset.
  • d63f045 Support maintainAspect and backgroundColor in copyResize()
  • c4a8783 Fix analyzer issues
  • 4a07798 Update image.dart
  • 1ff7ad7 Merge pull request #596 from kinha08/main
  • 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 the dependencies Pull requests that update a dependency file label Jan 15, 2024
Copy link

codecov bot commented Jan 15, 2024

Codecov Report

Merging #1089 (4ded58e) into develop (ac4b82d) will not change coverage.
Report is 1 commits behind head on develop.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #1089   +/-   ##
=======================================
  Coverage       17%     17%           
=======================================
  Files          207     207           
  Lines         6418    6418           
=======================================
  Hits          1037    1037           
  Misses        5381    5381           

bdmendes
bdmendes previously approved these changes Jan 15, 2024
Bumps [image](https://github.com/brendan-duncan/image) from 4.1.3 to 4.1.4.
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](brendan-duncan/image@4.1.3...4.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@bdmendes bdmendes force-pushed the dependabot/pub/uni/image-4.1.4 branch from ff84c41 to 20696b3 Compare January 27, 2024 12:50
@bdmendes bdmendes merged commit 7bd389d into develop Jan 27, 2024
2 checks passed
@bdmendes bdmendes deleted the dependabot/pub/uni/image-4.1.4 branch January 27, 2024 12:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant