inirey / whatsapp-bot

this is just a script that I changed from the owner directly Please give a star 🌟
https://sekha.tech
MIT License
43 stars 98 forks source link

Update dependency file-type to v17 #78

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
file-type ^16.5.1 -> ^17.0.0 age adoption passing confidence

Release Notes

sindresorhus/file-type ### [`v17.1.1`](https://togithub.com/sindresorhus/file-type/releases/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/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/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/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/v17.0.0) [Compare Source](https://togithub.com/sindresorhus/file-type/compare/v16.5.3...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: 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 WhiteSource Renovate. View repository job log here.

github-actions[bot] commented 2 years ago

This pull request is stale because it has been open 6 days with no activity. Remove the stale label or comment or this will be closed in 2 days

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 17.x releases. However, if you upgrade to 17.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.