Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade exiftool-vendored from 22.2.3 to 28.2.1 #2

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

pablopfg
Copy link
Owner

@pablopfg pablopfg commented Sep 7, 2024

snyk-top-banner

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.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • 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
  • 28.2.1 - 2024-08-15
    • rebuild docs (a050bb1)
    • Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (5371d76)
    • prep release (a37054a)
    • fix #200 (5ad534b)
    • update eslint. delint. (8678922)
    • Bump @ types/node from 20.14.14 to 22.1.0 (ae42603)
    • Bump npm-check-updates from 16.14.20 to 17.0.2 (6a36098)
  • 28.2.0 - 2024-07-24

    Commits

    • edit changelog verbiage (94f340d)
    • yarn docs (cc535f9)
    • prep v28.2.0: new ET with bugfix. rebuild tags. (da47272)
  • 28.1.0 - 2024-07-24
    • 📦 Add tests for #187

    • 📦 Export ImageDataHashTag interface

    Commits

  • 28.0.0 - 2024-07-22
    • 🌱/✨/🐞 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, and APP14Tags. Unfortunately, due to field name duplications, fields could hop between these interfaces between versions. These have all been collapsed into a single new APPTags.

    • ✨ 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 and WriteTask 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

    What's Changed

    • Draft: First try at parsing the timezone information for the sony A7 camera by @ fwsmit in #188

    New Contributors

    Full Changelog: v27.0.0...v28.0.0

  • 27.0.0 - 2024-06-12
    • 💔 ExifToolOptions.struct is now "undef" | 0 | 1 | 2. See #184

    • ExifToolOptions now includes readArgs and writeArgs, which can be specified both at ExifTool construction, as well as calls to ExifTool.read and ExifTool.write. The prior method signatures are deprecated.

    Commits

    • prep release (d5e5b49)
    • tweak docs (72d3afe)
    • yarn docs (b2e3814)
    • Fix #184. Improve .read and .write APIs (d56fff7)
    • rebuild docs (c605676)
    • use "undef" instead of undefined to avoid inheriting the default (ece7bcd)
    • fix jsdoc (dd14db3)
    • remediate ReDOS patterns (none were hit with untrusted sources, so this is more to shush github) (d7360d9)
    • add link to struct jsdoc (40b5179)

    Full Changelog: v26.2.0...v27.0.0

  • 26.2.0 - 2024-06-03
    • ✨ Support for all ExifTool struct modes (fixes #184).

    • 📦 Fix documentation to reference ExifTool.read() (fixes #183)

    Commits

    • releasing 26.2.0 (d299635)
    • yarn docs (8b728a0)
    • Support all four struct forms. May address #184. (add424c)
    • fix #183 (s/.readTags()/.read()/) (b725fb6)
    • Add new Geolocation tags (5d7fcd9)
    • prettier (whitespace) (2c5931d)
    • Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (06ba482)
    • rename ApplicationRecordTags (890e8f0)
    • Update issue templates (fa75000)
    • Update issue templates (f199c92)

    Full Changelog: v26.1.0...v26.2.0

  • 26.1.0 - 2024-05-29

    Release 26.1.0

  • 26.0.0 - 2024-04-26
    • 🌱/✨ 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

    • drop support for node v21. Add v22. (2433273)
    • edit changelog verbiage (05ed14b)
    • rebuild docs (7929e45)
    • pull in exiftool 12.84. rebuild tags. (df23627)
    • update deps. rebuild docs. (ba152b8)
    • add support for disabling -ignoreMinorErrors (3c21084)
    • pull in new strawberry perl build (08f4f7f)
  • 25.2.0 - 2024-04-11
    • 🌱/✨ 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

  • 25.1.0 - 2024-03-28
    • ✨ Added retain field to ExifTool.deleteAllTags to address #178

    • 📦 Added jsdocs for many Tag interface types

    • 📦 Expose GeolocationTags and isGeolocationTag()

    • 📦 Add FileTags.FileCreateDate (only a thing on Windows)

    Commits

  • 25.0.0 - 2024-03-27
  • 24.6.0 - 2024-03-07
  • 24.5.0 - 2024-02-11
  • 24.4.0 - 2024-01-17
  • 24.3.0 - 2024-01-02
  • 24.2.0 - 2023-12-16
  • 24.1.0 - 2023-12-09
  • 24.0.0 - 2023-12-08
  • 23.7.0 - 2023-12-06
  • 23.6.0 - 2023-12-01
  • 23.5.0 - 2023-11-21
  • 23.4.0 - 2023-10-27
  • 23.3.0 - 2023-10-03
  • 23.2.0 - 2023-10-02
  • 23.1.0 - 2023-09-30
  • 23.0.0 - 2023-09-14
  • 22.2.3 - 2023-09-08
from exiftool-vendored GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade exiftool-vendored from 22.2.3 to 28.2.1.

See this package in npm:
exiftool-vendored

See this project in Snyk:
https://app.snyk.io/org/pablopfg/project/a84e281e-0698-4141-bf6d-2eaac859417d?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

coderabbitai bot commented Sep 7, 2024

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@pablopfg pablopfg merged commit af5adab into v2.0.0 Sep 7, 2024
@pablopfg pablopfg deleted the snyk-upgrade-a08c7cd67205dbd89c56ed76ba1c5a44 branch September 7, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants