geodatagouv / geoplatform

Core API and processing tools for geo.data.gouv.fr
MIT License
5 stars 1 forks source link

Bump file-type from 10.9.0 to 12.2.0 #286

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps file-type from 10.9.0 to 12.2.0.

Release notes *Sourced from [file-type's releases](https://github.com/sindresorhus/file-type/releases).* > ## v12.2.0 > - Add `fileType.extensions` and `fileType.mimeTypes` properties, so you can check what extension/mime-types this package supports ([#229](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/229)) bca081b > - Make `Buffer` usage optional again (for improved browser support) ([#232](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/232)) dc611b4 > - Reduce `msi` false-positives ([#225](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/225)) 702f795 > > https://github.com/sindresorhus/file-type/compare/v12.1.0...v12.2.0 > > ## v12.1.0 > - Improve performance of the ZIP check ([#227](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/227)) 43d3cd6 > > https://github.com/sindresorhus/file-type/compare/v12.0.1...v12.1.0 > > ## v12.0.1 > - Reject on stream error events ([#224](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/224)) a1da90b > > https://github.com/sindresorhus/file-type/compare/v12.0.0...v12.0.1 > > ## v12.0.0 > Breaking: > - Require Node.js 8 32fa5cf > > Enhancements: > - Add support for APNG ([#215](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/215)) 17e9c5f > - Add support for RW2 and RAF ([#221](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/221)) ee910d9 > - Improve detection of ARW, DNG, NEF and TIF ([#220](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/220)) 6c3189f > > https://github.com/sindresorhus/file-type/compare/v11.1.0...v12.0.0 > > ## v11.1.0 > Enhancements: > - Add support for orf, arw, dng, and nef RAW image types ([#213](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/213)) 6c3df3e > > Fixes: > - Fix handling of Uint8Array and ArrayBuffer ([#214](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/214)) e096b4b > > https://github.com/sindresorhus/file-type/compare/v11.0.0...v11.1.0 > > ## v11.0.0 > 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: > - Rework mpeg4 check and add support for some more mpeg4 and ISO base media formats ([#206](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/206)) feaa217 > - Add support for `ac3` and `voc` formats ([#201](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/201)) 7038abc > - Add support for `lnk` and `alias` formats ([#200](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/200)) aacd31a > - Add support for pre-POSIX `tar` ([#204](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/204)) fc9f973 > - Add support for Sony DSF (DSD Stream File) format ([#203](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/203)) be74d72 > ... (truncated)
Commits - [`5b13605`](https://github.com/sindresorhus/file-type/commit/5b13605e87bae6c41d22c21e39bfbd330c3d6363) 12.2.0 - [`4ccf283`](https://github.com/sindresorhus/file-type/commit/4ccf2834cf69c2d9b1e98adeea8a4910c2df5739) Meta tweaks - [`dc611b4`](https://github.com/sindresorhus/file-type/commit/dc611b4c1293b7df9f9416d234e9b8935494519d) Make Buffer usage optional again ([#232](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/232)) - [`702f795`](https://github.com/sindresorhus/file-type/commit/702f795e4c4baa4bc32e8eecc5423f11b71fbbc3) Reduce msi false-positives ([#225](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/225)) - [`bca081b`](https://github.com/sindresorhus/file-type/commit/bca081b9b03c92db1f84c6b00de7dfe93cba1c0c) Add `fileType.extensions` and `fileType.mimeTypes` properties ([#229](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/229)) - [`cf0665b`](https://github.com/sindresorhus/file-type/commit/cf0665b887bcfa2cb7cc11f3bf44a42b2a1431aa) 12.1.0 - [`43d3cd6`](https://github.com/sindresorhus/file-type/commit/43d3cd63b46ee7bc3d2c8cc7bfd0788f7291cec4) Improve performance of the ZIP check ([#227](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/227)) - [`16b7334`](https://github.com/sindresorhus/file-type/commit/16b7334cbec7f44937617f59fc8da0b03074b4dc) 12.0.1 - [`a1da90b`](https://github.com/sindresorhus/file-type/commit/a1da90b2c1121377e47f5dec1f1ce263b5b4f31f) Reject on stream error events ([#224](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/224)) - [`2644321`](https://github.com/sindresorhus/file-type/commit/26443217db5b53566604daf8cdd4016155ff58e4) Update readme.md - Additional commits viewable in [compare view](https://github.com/sindresorhus/file-type/compare/v10.9.0...v12.2.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #286 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #286   +/-   ##
=======================================
  Coverage   23.55%   23.55%           
=======================================
  Files          99       99           
  Lines        2165     2165           
=======================================
  Hits          510      510           
  Misses       1655     1655

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f73d5d...1d4c8ce. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #294.