jbhannah / amperize

AMP up your plain HTML
MIT License
38 stars 14 forks source link

fix(deps): bump probe-image-size from 5.0.0 to 7.2.2 #279

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps probe-image-size from 5.0.0 to 7.2.2.

Changelog

Sourced from probe-image-size's changelog.

[7.2.2] - 2021-10-12

Fixed

  • Skip invalid chunks in JPEG parser instead of stopping, so some broken images can still be parsed, #68.
  • Better error handling when server redirects to utf8-encoded internationalized domain name.

[7.2.1] - 2021-06-07

Fixed

  • Fix hanging of HTTP request when server returns JSON or XML, #62.

[7.2.0] - 2021-06-03

Changed

  • SVG embedded in HTML is no longer recognized as SVG image, #60.

Fixed

  • Allow XML namespaces in SVG images, #61.

[7.1.1] - 2021-05-27

Fixed

  • Allow byte order mark at the start of SVG, #57.

[7.1.0] - 2021-04-15

Fixed

  • Fix options merge, when property value is class (switched from deepmerge to lodash.merge), #53.

[7.0.1] - 2021-03-18

Fixed

  • Fix crash in async SVG parser, #52.

[7.0.0] - 2021-03-11

Added

  • Add AVIF/HEIC/HEIF support.
  • Add orientation info.

[6.0.0] - 2020-11-04

Added

  • Add support for .ico files.

Changed

  • node.js v10+ required.
  • Drop callbacks support.
  • Drop legacy call support (URL in options).
  • Input stream will now be closed by default.

... (truncated)

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 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[bot] commented 2 years ago

Superseded by #289.