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

fix: update dependency file-type to v12 #17030

Merged
merged 1 commit into from
Aug 24, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2019

This PR contains the following updates:

Package Type Update Change
file-type dependencies major ^10.11.0 -> ^12.2.0

Release Notes

sindresorhus/file-type

v12.2.0

Compare Source

  • Add fileType.extensions and fileType.mimeTypes properties, so you can check what extension/mime-types this package supports (#​229) bca081b
  • Make Buffer usage optional again (for improved browser support) (#​232) dc611b4
  • Reduce msi false-positives (#​225) 702f795

v12.1.0

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

Breaking:

Enhancements:

v11.1.0

Compare Source

Enhancements:

  • Add support for orf, arw, dng, and nef RAW image types (#​213) 6c3df3e

Fixes:

v11.0.0

Compare Source

Breaking:

  • Return undefined instead of null when there's no match 1359ccc
  • TypeScript users only:
    - Drop faking ESM default export support 9dcf28b
    - You need to change import fileType from 'file-type'; to import fileType = require('file-type');

Enhancements:

Fixes:


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 24, 2019 00:53
Copy link
Contributor

@sidharthachatterjee sidharthachatterjee left a comment

Choose a reason for hiding this comment

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

Both breaking changes (listed below) are okay with us

  • Return undefined instead of null when there's no match
  • Require Node 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants