[Snyk] Upgrade exiftool-vendored from 22.2.3 to 28.2.1 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade exiftool-vendored from 22.2.3 to 28.2.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 26 versions ahead of your current version.
The recommended version was released on 23 days ago.
Release notes
Package name: exiftool-vendored
/usr/bin/perl
to/usr/bin/env perl
. The exiftool-vendored.pl package works around a new error from this shebang line.Commits
📦 Add tests for #187
📦 Export
ImageDataHashTag
interfaceCommits
ImageDataHashTag
interface (beee874)🌱/✨/🐞 ExifTool upgraded to v12.89. Notably, ExifTool on Windows is now using the "official" packaging. This should be equivalent to prior builds, as exiftool-vendored.exe was already using Oliver Betz's perl launcher.
💔 Prior versions included
APP1Tags
,APP4Tags
,APP5Tags
,APP6Tags
,APP12Tags
, andAPP14Tags
. Unfortunately, due to field name duplications, fields could hop between these interfaces between versions. These have all been collapsed into a single newAPPTags
.✨ Added support for old Sony A7 UTC inference. Thanks for the help, Friso Smit!
✨ Added support for Android Motion Photos. Thanks for the help, Lukas!
📦 Updated
ReadTask
andWriteTask
constructors to be public as well as the.parse()
methods as a workaround for #190📦 Fought AND WON a very obscure issue with Node v22.5.0
Commits
npm i -g npm
(096c056)package.json
scripts and docs fromyarn
tonpm
. Rebuild tags. (bb81744)yarn install
instead ofyarn ci
(6a55ca3)What's Changed
New Contributors
Full Changelog: v27.0.0...v28.0.0
💔
ExifToolOptions.struct
is now"undef" | 0 | 1 | 2
. See #184✨
ExifToolOptions
now includesreadArgs
andwriteArgs
, which can be specified both atExifTool
construction, as well as calls toExifTool.read
andExifTool.write
. The prior method signatures are deprecated.Commits
undefined
to avoid inheriting the default (ece7bcd)Full Changelog: v26.2.0...v27.0.0
✨ Support for all ExifTool
struct
modes (fixes #184).📦 Fix documentation to reference ExifTool.read() (fixes #183)
Commits
Full Changelog: v26.1.0...v26.2.0
Release 26.1.0
🌱/✨ ExifTool upgraded to v12.84
📦 Support disabling
-ignoreMinorErrors
to work around shenanigans like #181. This is an optional field that defaults to prior behavior (enabled, which ignores minor errors, which is normally desired, but has some side effects like fully reading tags that may be extremely long). See ExifToolOptions.ignoreMinorErrors for details.📦 ExifTool on Windows was upgraded to Strawberry Perl 5.32.1
Commits
🌱/✨ ExifTool upgraded to v12.82
📦 Add support for
NODE_DEBUG=exiftool-vendored
📦 Export
exiftoolPath()
so custom implementations can use it as a fallback(or default, and provide their own fallback)
Commits
Full Changelog: v25.1.0...v25.2.0
✨ Added
retain
field toExifTool.deleteAllTags
to address #178📦 Added jsdocs for many
Tag
interface types📦 Expose
GeolocationTags
andisGeolocationTag()
📦 Add
FileTags.FileCreateDate
(only a thing on Windows)Commits
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: