Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps exiftool-vendored from 30.5.0 to 31.2.0.

Release notes

Sourced from exiftool-vendored's releases.

Release 31.2.0

  • fix: update test script in package.json to fix windows. Frikkin windows. (2dc4d37)
  • chore: update changelog for v31.2.0 release with ExifTool 13.40 and Node.js v25 (f6e8448)
  • chore: update dependencies and remove custom Chai assertion (ad03993)
  • fix: update incrementZone function to use optional chaining for isUniversal check (b25f967)
  • chore: update setup-node action to v6.0.0 in workflows (b2783b3)
  • chore: update setup-node action to v6.0.0 and add Node.js 25 to build matrix (be1550a)

Release 31.1.0

  • 🌱 Upgraded ExifTool to version 13.38.
  • ✨ Rebuilt Tags.ts: fields that live in multiple groups are now included in every group. Prior versions would pick the first-seen group for these fields, and that was nondeterministic between versions.
  • 📦 TagMetadata.json keys are sorted to minimize later per-version diffs
  • 📦 (did you know that File:Comment was writable? TIL!)

Commits

  • refactor: rename update script to ncu and adjust workflow for dependency updates (6c1b992)
  • chore: remove @​types/chai-subset from package.json and package-lock.json; add Bash(npm install) to settings.local.json (368a18d)
  • fix: update npm-check-updates command to use custom script for dependency updates (2ba57e6)
  • chore: update changelog for v31.1.0 with new Tags.ts rebuild details and sorted TagMetadata.json keys (c1f08b9)
  • Sort tag metadata keys before writing to JSON file to minimize diffs between rebuilds. (05459d9)
  • Refactor tag handling in WriteTags and mktags (192cc5e)
  • chore: update dependencies to ESLint v9.36.0 and npm-check-updates v19.0.0; upgrade ExifTool to v13.38.0 (afada11)
  • chore: update changelog for v31.1.0 with ExifTool v13.38 changes (08cbf36)
  • chore: update settings to include additional WebFetch domains and cSpell words (e2108d5)

Release 31.0.0

  • 💔 Rebuilt Tags.ts with new exiftool v13.37 and additional newer exemplar test images. Several prior fields (that hopefully no one is using) were dropped, and new fields were added (see the git diff of Tags.ts from the prior release for details)

  • 🌱 Upgraded ExifTool to version 13.37.

Commits

  • chore: update changelog for v31.0.0 with ExifTool v13.37 changes (019e719)
  • chore: rebuild tags with exiftool v13.37 (bdfa66b)
  • chore: adjust tests to support ExifTool v13.37 outputs (0a68074)
  • chore: update test glob pattern and dependencies (ebf6566)
  • chore: remove .ncurc.json and update npm-check-updates version in package.json; refine update scripts (4d1cb3d)
  • chore: add new required tags, clean up comments and improve documentation in mktags.ts (320999c)
  • chore: update permissions in settings.local.json and clean up dependabot.yml and .ncurc.json; bump npm-check-updates version in package.json (168a24e)
Changelog

Sourced from exiftool-vendored's changelog.

v31.2.0

  • 🌱 Upgraded ExifTool to version 13.40.
  • 📦 Added Node.js v25 to the build matrix

v31.1.0

  • 🌱 Upgraded ExifTool to version 13.38.
  • ✨ Rebuilt Tags.ts: fields that live in multiple groups are now included in every group. Prior versions would pick the first-seen group for these fields, and that was nondeterministic between versions.
  • 📦 TagMetadata.json keys are sorted to minimize later per-version diffs
  • 📦 (did you know that File:Comment was writable? TIL!)

v31.0.0

  • 💔 Rebuilt Tags.ts with new exiftool v13.37 and additional newer exemplar test images. Several prior fields (that hopefully no one is using) were dropped, and new fields were added (see the git diff of Tags.ts from the prior release for details)
  • 🌱 Upgraded ExifTool to version 13.37.
Commits
  • 1485e80 Release 31.2.0
  • 2dc4d37 fix: update test script in package.json to fix windows. Frikkin windows.
  • f6e8448 chore: update changelog for v31.2.0 release with ExifTool 13.40 and Node.js v25
  • ad03993 chore: update dependencies and remove custom Chai assertion
  • b25f967 fix: update incrementZone function to use optional chaining for isUniversal c...
  • b2783b3 chore: update setup-node action to v6.0.0 in workflows
  • be1550a chore: update setup-node action to v6.0.0 and add Node.js 25 to build matrix
  • aa46681 Release 31.1.0
  • 6c1b992 refactor: rename update script to ncu and adjust workflow for dependency updates
  • 368a18d chore: remove @​types/chai-subset from package.json and package-lock.json; add...
  • Additional commits viewable in compare view

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 show <dependency name> 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)

Bumps [exiftool-vendored](https://github.com/photostructure/exiftool-vendored.js) from 30.5.0 to 31.2.0.
- [Release notes](https://github.com/photostructure/exiftool-vendored.js/releases)
- [Changelog](https://github.com/photostructure/exiftool-vendored.js/blob/main/CHANGELOG.md)
- [Commits](photostructure/exiftool-vendored.js@30.5.0...31.2.0)

---
updated-dependencies:
- dependency-name: exiftool-vendored
  dependency-version: 31.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@vercel
Copy link

vercel bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
chronoframe-docs Ignored Ignored Preview Oct 27, 2025 6:25pm

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant