Skip to content

Bump xmldom and exifreader in /aws/lambda#6

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/aws/lambda/xmldom-and-exifreader--removed
Open

Bump xmldom and exifreader in /aws/lambda#6
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/aws/lambda/xmldom-and-exifreader--removed

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 12, 2022

Removes xmldom. It's no longer used after updating ancestor dependency exifreader. These dependencies need to be updated together.

Removes xmldom

Updates exifreader from 2.8.3 to 4.6.0

Release notes

Sourced from exifreader's releases.

4.6.0: More translated XMP descriptions

No release notes provided.

4.5.1: Shutter speed and typings

  • ExposureTime and ShutterSpeedValue are now presented correctly when the value is longer than one second.
  • The _raw property for XMP is now present in the TypeScript type definition.

4.5.0: Thumbnail added to TypeScript typings

No release notes provided.

4.4.0: Updated TypeScript typings for load() function

It was missing the new asynchronous cases for passing in a File, path or URL.

4.3.1: README update for React Native

No release notes provided.

4.3.0: Raw XMP string

The raw XMP string is now available at tags.xmp._raw when using expanded: true.

4.2.0: React Native

Added instructions to README on how to use ExifReader with React Native and local files plus a fix for remote files.

4.1.1: Handle undefined input value to loadView()

No release notes provided.

4.1.0: JFIF

JFIF tags.

4.0.0

Major version update 4.0.0. A couple of small breaking changes that shouldn't affect too many users:

  • Node.js 10+ is needed to read XMP tags (requirement from xmldom dependency)
  • XMP arrays with complex items are now parsed correctly, e.g. Regions (see issue #129 for more details)
  • Unknown tags are no longer included by default

3.16.0: Directly pass in file path, URL, or File object

No release notes provided.

3.15.0: Non-standard MicrosoftPhoto:Rating XMP clashing fix

No release notes provided.

3.14.1: TypeScript typings additions

LensMake and LensModel.

3.14.0: Mark properties as optional in TS type definitions

No release notes provided.

3.13.0: MPF support

Multi-picture Format. Some cameras record multiple images in one photo. These images can now be accessed by the tags.Images array (tags.mpf.Images if using expanded: true). The image data (for example for saving into a new file or making a Blob) is available at tags.Images[i].image. For direct use in an <img> tag there is also tags.Images[i].base64. See examples/nodejs/exif.js for a full example.

... (truncated)

Commits
  • 90baa95 4.6.0
  • e08b42d Translate some more XMP values to clear-text descriptions
  • 7472ab4 Update text in README about type definitions
  • 48a95e7 4.5.1
  • 8f760cd Present ExposureTime, ShutterSpeedValue correctly when value is more than 1 sec
  • 75825b5 Upgrade browserslist
  • b7e7e8f Bump terser from 5.9.0 to 5.14.2
  • 092b472 Add XMP raw string type to ExpandedTags["xmp"] type
  • 465497f Add info in README on GPS location using React Native
  • 6538607 Bump shell-quote from 1.7.2 to 1.7.3
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [exifreader](https://github.com/mattiasw/ExifReader). These dependencies need to be updated together.


Removes `xmldom`

Updates `exifreader` from 2.8.3 to 4.6.0
- [Release notes](https://github.com/mattiasw/ExifReader/releases)
- [Commits](mattiasw/ExifReader@2.8.3...4.6.0)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: exifreader
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2022
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.

0 participants