line-bot-sdk-nodejs icon indicating copy to clipboard operation
line-bot-sdk-nodejs copied to clipboard

Update dependency file-type to v18

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
file-type ^16.5.4 -> ^18.0.0 age adoption passing confidence

Release Notes

sindresorhus/file-type

v18.0.0

Compare Source

Breaking

v17.1.6

Compare Source

v17.1.5

Compare Source

  • Fix PDF detection in some cases a0c24eb

v17.1.4

Compare Source

v17.1.3

Compare Source

v17.1.2

Compare Source

v17.1.1

Compare Source

v17.1.0

Compare Source

v17.0.2

Compare Source

  • Prevent "Concurrent read operation" error to be thrown in some cases while reading from a stream (#​510) 565f7f3

v17.0.1

Compare Source

  • Update strtok3 & token-types dependencies for explicit node:buffer imports (#​507) b27fb5f

v17.0.0

Compare Source

Breaking
  • Require Node.js 12.20 (#​472) 826b4ad
  • This package is now pure ESM. Please read this.
  • Remove the /browser sub-export 287e361
    • Browser support is now included by default.
  • Moved from a default export to named exports: require('file-type').fromBufferimport {fileTypeFromBuffer} from 'file-type' require('file-type').fromFileimport {fileTypeFromFile} from 'file-type' require('file-type').fromStreamimport {fileTypeFromStream} from 'file-type' require('file-type').fromTokenizerimport {fileTypeFromTokenizer} from 'file-type' require('file-type').streamimport {fileTypeStream} from 'file-type' require('file-type').extensionsimport {supportedExtensions} from 'file-type' require('file-type').mimeTypesimport {supportedMimeTypes} from 'file-type'
Improvements
Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Sep 06 '22 02:09 renovate[bot]