josephfrazier / reported-web

Web front-end for https://twitter.com/Reported_NYC: https://reported-web.herokuapp.com
https://reported-web.herokuapp.com
MIT License
10 stars 1 forks source link

build(deps): bump exifr from 6.0.0 to 7.1.3 #460

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps exifr from 6.0.0 to 7.1.3.

Changelog

Sourced from exifr's changelog.

[7.1.3]

Fixed

  • UrlFetcher in Node.js can now handle redirects.
  • added missing multiSegment in .d.ts file.

[7.1.2]

Fixed

  • Issue #67 -> improved IPTC parsing performance.

[7.1.0]

Added

  • Sidecar support through exifr.sidecar().
  • Support for url query strings and headers in Node.js polyfill of UrlFetcher.

[7.0.0]

Added

  • UrlFetcher now works in Node.js too. i.e. You can use string URL as file argument in Node.js (previously only available in browser). Exifr now implements polyfill for window.fetch(). But it's only available in full bundle.

Fixed

  • Issue #59 regarding mwg-rs:Regions.
  • Problems with parsing absolute paths in Electron, NW.JS and other Node/browser hybrid environments. (Node's fs now takes precedence over brower's fetch when parsing absolute path argument)

Breaking changes

  • Slight changes to XMP parsing logic. Only affects obscure cases with lists and nested rdf:Description. Won't affect most of the basic use cases.

[6.3.0]

Added

  • AVIF SUPPORT

[6.2.0]

Added

  • EXIF segment (and thus GPS) extraction from PNG files. Only parses the modern eXIf chunks and not zTXt
  • IIQ file support

Fixed

  • Invalid input argument for BufferView bug when parsing XMP from TIFF file if the XMP IFD0 tag was of type string (2) instead of byte array (1)
  • Closing file descriptor N on garbage collection when reading unknown format.

[6.1.1]

Fixed

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