Skip to content

Bump file-type from 12.4.2 to 20.4.0#467

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/file-type-20.4.0
Closed

Bump file-type from 12.4.2 to 20.4.0#467
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/file-type-20.4.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps file-type from 12.4.2 to 20.4.0.

Release notes

Sourced from file-type's releases.

v20.4.0

  • Add support for OpenType Font Collection (TTC) (#737) 3e576a6

sindresorhus/file-type@v20.3.0...v20.4.0

v20.3.0

  • Add node subpath export (#741) 8d39f66
  • Allow require to load file-type as ES Module (#736) 8d39f66

sindresorhus/file-type@v20.2.0...v20.3.0

v20.2.0

  • Add support for RealMedia (#740) d05d49d

sindresorhus/file-type@v20.1.0...v20.2.0

v20.1.0

  • Improve WebP detection (#733) ef486f1

sindresorhus/file-type@v20.0.1...v20.1.0

v20.0.1

  • Fix detecting small PDF file (#728) f34e9f7

sindresorhus/file-type@v20.0.0...v20.0.1

v20.0.0

Breaking

  • Drop MIME-type and extension enumeration in types (#693) 0ff11c6
  • Remove NodeFileTypeParser in favor of using FileTypeParser on all platforms (#707) ff8eed8

Improvements

  • Give API access to FileTypeParser#detectors (#704) 7e72bbc
  • Improve Nikon RAW NEF (Tiff) format detection (#670) cf6fc1e
  • Add support for Java archive (.jar) (#719) 8651809
  • Add support for MSOffice macro-enabled docs and templates (#720) 7fe5667
  • Add support for OpenDocument graphics and templates (#718) 4db407d
  • Add support for Microsoft Excel template with macros (.xltm) (#714) 1fe621a

... (truncated)

Commits

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)

Summary by Sourcery

Bump file-type dependency from 12.4.2 to 20.4.0, including support for new file types and other improvements.

New Features:

  • Adds support for OpenType Font Collection (TTC).
  • Adds node subpath export.
  • Adds support for RealMedia.
  • Adds support for Java archive (.jar).
  • Adds support for MSOffice macro-enabled docs and templates.
  • Adds support for OpenDocument graphics and templates.
  • Adds support for Microsoft Excel template with macros (.xltm).

Bumps [file-type](https://github.com/sindresorhus/file-type) from 12.4.2 to 20.4.0.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v12.4.2...v20.4.0)

---
updated-dependencies:
- dependency-name: file-type
  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 Feb 27, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented Feb 27, 2025

Reviewer's Guide by Sourcery

This pull request bumps the file-type dependency from version 12.4.2 to version 20.4.0. This update includes several new features and improvements, such as support for OpenType Font Collection (TTC), RealMedia, Java archives, MSOffice macro-enabled documents, and more. It also drops MIME-type and extension enumeration in types and removes NodeFileTypeParser.

Updated class diagram for FileTypeParser

classDiagram
  class FileTypeParser {
    +detectors: Detector[]
    +detect(input: Uint8Array): FileTypeResult | undefined
  }
  note for FileTypeParser "API access to detectors"
Loading

File-Level Changes

Change Details Files
The pull request updates the file-type dependency from version 12.4.2 to version 20.4.0.
  • Updated the file-type dependency to the latest version.
  • Ensured that all functionalities dependent on file-type remain compatible with the new version.
package.json
package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2025

Superseded by #483.

@dependabot dependabot bot closed this Mar 14, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/file-type-20.4.0 branch March 14, 2025 03:41
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.

0 participants

Comments