kylemcdonald / LightLeaks

An immersive installation built from a pile of mirror balls and a few projectors.
Other
93 stars 14 forks source link

Bump xmldom and exifreader in /camamokjs #75

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 2 years ago

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

Removes xmldom

Updates exifreader from 3.16.0 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
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](https://github.com/kylemcdonald/LightLeaks/network/alerts).
dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.