BOTCAHX / RTXZY-MD

WhatsApp Bot Multi Device Latest Version. Jangan lupa tap bintang nya!🌟
https://api.botcahx.eu.org
MIT License
297 stars 376 forks source link

Update dependency file-type to v18 #21

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/file-type ### [`v18.0.0`](https://togithub.com/sindresorhus/file-type/releases/tag/v18.0.0) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.1.6...v18.0.0) ##### Breaking - Require Node.js 14 [`6d457c5`](https://togithub.com/sindresorhus/file-type/commit/6d457c5) ### [`v17.1.6`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.1.6) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.1.5...v17.1.6) - Fix an import path ([#​553](https://togithub.com/sindresorhus/file-type/issues/553)) [`e843d73`](https://togithub.com/sindresorhus/file-type/commit/e843d73) ### [`v17.1.5`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.1.5) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.1.4...v17.1.5) - Fix PDF detection in some cases [`a0c24eb`](https://togithub.com/sindresorhus/file-type/commit/a0c24eb) ### [`v17.1.4`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.1.4) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.1.3...v17.1.4) - Fix a problem with a dependency ([#​549](https://togithub.com/sindresorhus/file-type/issues/549)) [`20a90ab`](https://togithub.com/sindresorhus/file-type/commit/20a90ab) ### [`v17.1.3`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.1.3) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.1.2...v17.1.3) - Fix: Malformed MKV could cause an infinite loop [`2c4d120`](https://togithub.com/sindresorhus/file-type/commit/2c4d120) - [CVE-2022-36313](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36313) - Also backported to [16.5.4](https://togithub.com/sindresorhus/file-type/releases/tag/v16.5.4) ### [`v17.1.2`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.1.2) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.1.1...v17.1.2) - Improve decoding of mime-type in ZIP file ([#​546](https://togithub.com/sindresorhus/file-type/issues/546)) [`1b10a71`](https://togithub.com/sindresorhus/file-type/commit/1b10a71) ### [`v17.1.1`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.1.1) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.1.0...v17.1.1) - Update dependencies ([#​519](https://togithub.com/sindresorhus/file-type/issues/519)) [`1a553e7`](https://togithub.com/sindresorhus/file-type/commit/1a553e7) ### [`v17.1.0`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.1.0) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.0.2...v17.1.0) - Add support for ELF (Unix Executable and Linkable Format) ([#​514](https://togithub.com/sindresorhus/file-type/issues/514)) [`c4983ea`](https://togithub.com/sindresorhus/file-type/commit/c4983ea) - Add avif-sequence file for animation ([#​512](https://togithub.com/sindresorhus/file-type/issues/512)) [`752afb3`](https://togithub.com/sindresorhus/file-type/commit/752afb3) ### [`v17.0.2`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.0.2) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.0.1...v17.0.2) - Prevent "Concurrent read operation" error to be thrown in some cases while reading from a stream ([#​510](https://togithub.com/sindresorhus/file-type/issues/510)) [`565f7f3`](https://togithub.com/sindresorhus/file-type/commit/565f7f3) ### [`v17.0.1`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.0.1) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v17.0.0...v17.0.1) - Update `strtok3` & `token-types` dependencies for explicit `node:buffer` imports ([#​507](https://togithub.com/sindresorhus/file-type/issues/507)) [`b27fb5f`](https://togithub.com/sindresorhus/file-type/commit/b27fb5f) ### [`v17.0.0`](https://togithub.com/sindresorhus/file-type/releases/tag/v17.0.0) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v16.5.4...v17.0.0) ##### Breaking - Require Node.js 12.20 ([#​472](https://togithub.com/sindresorhus/file-type/issues/472)) [`826b4ad`](https://togithub.com/sindresorhus/file-type/commit/826b4ad) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - Remove the `/browser` sub-export [`287e361`](https://togithub.com/sindresorhus/file-type/commit/287e361) - Browser support is now included by default. - Moved from a default export to named exports: `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 - Improve WebM detection ([#​486](https://togithub.com/sindresorhus/file-type/issues/486)) [`b23be62`](https://togithub.com/sindresorhus/file-type/commit/b23be62) - Improve parsing TIFF files ([#​482](https://togithub.com/sindresorhus/file-type/issues/482)) [`82c9ccb`](https://togithub.com/sindresorhus/file-type/commit/82c9ccb) - Detect both raw and BDAV versions of MPEG-2 Transport Streams ([#​497](https://togithub.com/sindresorhus/file-type/issues/497)) [`4ce6838`](https://togithub.com/sindresorhus/file-type/commit/4ce6838) - Detect XML UTF-16-BE & UTF-16-LE via pattern matching ([#​490](https://togithub.com/sindresorhus/file-type/issues/490)) [`a2cf2b3`](https://togithub.com/sindresorhus/file-type/commit/a2cf2b3) - Support XML encoding with UTF-8 including BOM field ([#​491](https://togithub.com/sindresorhus/file-type/issues/491)) [`8bca6b4`](https://togithub.com/sindresorhus/file-type/commit/8bca6b4) ##### Fixes - Prevent End-Of-Stream error in `stream()` ([#​468](https://togithub.com/sindresorhus/file-type/issues/468)) [`67c8fcb`](https://togithub.com/sindresorhus/file-type/commit/67c8fcb)

Configuration

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

🚦 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 Mend Renovate. View repository job log here.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 18.x releases. However, if you upgrade to 18.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.