geodatagouv / geoplatform

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

Bump hasha from 3.0.0 to 5.1.0 #298

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps hasha from 3.0.0 to 5.1.0.

Release notes *Sourced from [hasha's releases](https://github.com/sindresorhus/hasha/releases).* > ## v5.1.0 > - Move async file hashing to a worker thread when on Node.js 12 or later ([#21](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/21)) 7e6a0fd > - Add `.async()` method ([#21](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/21)) 7e6a0fd > > https://github.com/sindresorhus/hasha/compare/v5.0.0...v5.1.0 > > ## v5.0.0 > Breaking for TypeScript users only: > - Refactor TypeScript definition to CommonJS compatible export ([#19](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/19)) c07d884 > - You need to change `import hasha from 'hasha';` to `import hasha = require('hasha');` > > https://github.com/sindresorhus/hasha/compare/v4.0.1...v5.0.0 > > ## v4.0.1 > - Allow mixed input arrays in the TypeScript definition ([#17](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/17)) 999304f > > https://github.com/sindresorhus/hasha/compare/v4.0.0...v4.0.1 > > ## v4.0.0 > Breaking: > - Require Node.js 8 ([#15](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/15)) 0bf7c48 > > Enhancements: > - Add TypeScript definition ([#15](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/15)) 0bf7c48 > > https://github.com/sindresorhus/hasha/compare/v3.0.0...v4.0.0
Commits - [`b01a5cc`](https://github.com/sindresorhus/hasha/commit/b01a5ccea4af0c9cc444dcef9cd2e776c9fe2d53) 5.1.0 - [`fdccdba`](https://github.com/sindresorhus/hasha/commit/fdccdba59deb6565ebd35437d52ad20da606d1af) Meta tweaks - [`7e6a0fd`](https://github.com/sindresorhus/hasha/commit/7e6a0fd50fdeae50f72400ab2134a5feaad8079e) Move file hashing to a worker thread, add `async` method ([#21](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/21)) - [`92885d0`](https://github.com/sindresorhus/hasha/commit/92885d0fbb71adaac2753b07207156f97c6fecec) Create funding.yml - [`50ed602`](https://github.com/sindresorhus/hasha/commit/50ed602f3384ba033f7cacc26f5a9d7630189502) Add Node.js 12 to testing ([#20](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/20)) - [`c26d621`](https://github.com/sindresorhus/hasha/commit/c26d621b6299b8b60445f8393405872416b4c6f1) 5.0.0 - [`c07d884`](https://github.com/sindresorhus/hasha/commit/c07d8847de8b163db802770eb79fa4da6402cb9a) Refactor TypeScript definition to CommonJS compatible export ([#19](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/19)) - [`d6d5691`](https://github.com/sindresorhus/hasha/commit/d6d569112d01938a26275e285886474db2aa9b6d) 4.0.1 - [`999304f`](https://github.com/sindresorhus/hasha/commit/999304fb3e49bffa6ad9bfaaab0fedefd092f56b) Allow mixed input arrays ([#17](https://github-redirect.dependabot.com/sindresorhus/hasha/issues/17)) - [`c11e960`](https://github.com/sindresorhus/hasha/commit/c11e960b01a7d6f5e98b4bf0a81c347bbe3a56fd) 4.0.0 - Additional commits viewable in [compare view](https://github.com/sindresorhus/hasha/compare/v3.0.0...v5.1.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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #298   +/-   ##
=======================================
  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 9da191e...43d2d69. Read the comment docs.