icyleaf / app-info

Teardown parser tool for mac, windows and mobile app (ipa, apk and aab file) and dSYM.zip file, analysis metedata like version, name, icon etc.
MIT License
51 stars 8 forks source link

chore(deps): update image_size requirement from >= 1.5, < 3.4 to >= 1.5, < 3.5 #69

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on image_size to permit the latest version.

Changelog

Sourced from image_size's changelog.

v3.4.0 (2024-01-16)

  • Provide access to media types using media_type and media_types methods #22 @​toy
  • Allow fetching from HTTP server by requiring image_size/uri @​toy
  • Fix for ArgumentError when requiring only image_size/uri_reader (without image_size) @​toy
  • Require ruby 1.9.3 @​toy

v3.3.0 (2023-05-30)

  • Support HEIF (HEIC and AVIF) images #19 @​toy
  • Fix handling JPEG 2000 64 bit size boxes @​toy

v3.2.0 (2022-11-03)

v3.1.0 (2022-09-17)

  • Document experimental fetching from http server #18 @​toy
  • Improve experimental fetching of image meta from http server by reading only required amount of data when server does not support range header @​toy

v3.0.2 (2022-05-19)

v3.0.1 (2021-10-21)

v3.0.0 (2021-10-17)

  • Read only required chunks of data for files and seekable IOs @​toy
  • Raise FormatError whenever reading data returns less data than expected #12 @​toy
  • Add w/width and h/height accessors to Size @​toy
  • Experimental efficient fetching of image meta from http server supporting range @​toy

v2.1.2 (2021-08-21)

  • Fix for pcx on big endian systems by forcing reading dimensions in little endian byte order #15 #16 @​mtasaka

v2.1.1 (2021-07-04)

  • Add actual license texts, assuming old dual Ruby/GPLv2 license #14 @​toy

v2.1.0 (2020-08-09)

  • Add handling of JPEG 2000: part 1 (jp2), part 2 (jpx) and codestream (j2c) #13 @​toy
  • Correct handling of pam images and cleanup handling of Netpbm images (pbm, pgm, pnm) @​toy

v2.0.2 (2019-07-14)

... (truncated)

Commits
  • 2c770c8 v3.4.0
  • 3bfb94e provide access to image media types, resolves #22
  • 928c28b cleanup rubocop config and a bit of code
  • 20dfd79 allow shorter require image_size/uri
  • 541231b fix for ArgumentError when requiring only image_size/uri_reader
  • 0fd5f88 remove hash rockets and require ruby 1.9
  • aa45a24 github-workflows: add ruby 3.3
  • 2429295 try 3 times fetching from url during tests
  • e65c3cd run specs in random order
  • 1a29048 require stringio for test_server
  • Additional commits viewable in compare view


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 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)