This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
build(deps): update dependency file-type to v17 #479
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.
This PR contains the following updates:
16.5.3
->17.1.1
Release Notes
sindresorhus/file-type
v17.1.1
Compare Source
1a553e7
v17.1.0
Compare Source
c4983ea
752afb3
v17.0.2
Compare Source
565f7f3
v17.0.1
Compare Source
strtok3
&token-types
dependencies for explicitnode:buffer
imports (#507)b27fb5f
v17.0.0
Compare Source
Breaking
826b4ad
/browser
sub-export287e361
require('file-type').fromBuffer
→import {fileTypeFromBuffer} from 'file-type'
require('file-type').fromFile
→import {fileTypeFromFile} from 'file-type'
require('file-type').fromStream
→import {fileTypeFromStream} from 'file-type'
require('file-type').fromTokenizer
→import {fileTypeFromTokenizer} from 'file-type'
require('file-type').stream
→import {fileTypeStream} from 'file-type'
require('file-type').extensions
→import {supportedExtensions} from 'file-type'
require('file-type').mimeTypes
→import {supportedMimeTypes} from 'file-type'
Improvements
b23be62
82c9ccb
4ce6838
a2cf2b3
8bca6b4
Fixes
stream()
(#468)67c8fcb
Configuration
📅 Schedule: "before 2am" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.