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 11.0.0 #246

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps file-type from 10.9.0 to 11.0.0.

Release notes *Sourced from [file-type's releases](https://github.com/sindresorhus/file-type/releases).* > ## 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 > > Fixes: > - Fix `mp2`/`mp3` checks to not catch `mp1` ([#205](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/205)) 44b3c34 > > https://github.com/sindresorhus/file-type/compare/v10.11.0...v11.0.0 > > ## v10.11.0 > - Allow `ArrayBuffer` as input ([#193](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/193)) b714ddd > - Fix Node.js 11 compatibility ([#198](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/198)) ee0ee82 > - Handle errors from `fileType.stream` method ([#195](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/195)) 7bbbacc > > https://github.com/sindresorhus/file-type/compare/v10.10.0...v10.11.0 > > ## v10.10.0 > - Refactor TypeScript definition to CommonJS compatible export ([#194](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/194)) d4ee6db > > https://github.com/sindresorhus/file-type/compare/v10.9.0...v10.10.0
Commits - [`4e5b9e5`](https://github.com/sindresorhus/file-type/commit/4e5b9e519dfe60ed21e5703bdd3f6c28b6facd81) 11.0.0 - [`feaa217`](https://github.com/sindresorhus/file-type/commit/feaa2178e70b2c71a9027461c4aebca86e529ef5) Rework mpeg4 check, add support for some more mpeg4 and ISO base media format... - [`7038abc`](https://github.com/sindresorhus/file-type/commit/7038abc01f0a58c0c77c618663a4eecce19af231) Add support for `ac3` and `voc` formats ([#201](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/201)) - [`aacd31a`](https://github.com/sindresorhus/file-type/commit/aacd31af1b93eb2ed418b16cdf01bec00778da46) Add support for `lnk` and `alias` formats ([#200](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/200)) - [`44b3c34`](https://github.com/sindresorhus/file-type/commit/44b3c348751d003988b8bba53636159f673927e8) Fix `mp2`/`mp3` checks to not catch `mp1` ([#205](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/205)) - [`1359ccc`](https://github.com/sindresorhus/file-type/commit/1359cccf0508dc7722bfa630fd571a17b54312e5) Return `undefined` instead of `null` when there's no match - [`9dcf28b`](https://github.com/sindresorhus/file-type/commit/9dcf28bf88dd5e560d9bec9cc30d409327dd2051) TypeScript - Drop faking ESM default export support - [`8530a3c`](https://github.com/sindresorhus/file-type/commit/8530a3ccf56650905c9c945fc0d01793dbdd8c8e) Refactor some code until `util.js` - [`fc9f973`](https://github.com/sindresorhus/file-type/commit/fc9f973be4ccb06725a41c91596def42c01c95f0) Add support for pre-POSIX `tar` ([#204](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/204)) - [`be74d72`](https://github.com/sindresorhus/file-type/commit/be74d7248e6481ecfb88a5d9b3b4174933dbce05) Add support for Sony DSF (DSD Stream File) format ([#203](https://github-redirect.dependabot.com/sindresorhus/file-type/issues/203)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/file-type/compare/v10.9.0...v11.0.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 #246 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #246   +/-   ##
=======================================
  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 3f87f46...a11f7a1. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #254.