grempe / diceware

A tool for generating strong Diceware passwords, with entropy and crack time estimates.
https://www.rempe.us/diceware/
MIT License
228 stars 62 forks source link

Bump big.js from 5.2.2 to 6.0.1 #57

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps big.js from 5.2.2 to 6.0.1.

Release notes

Sourced from big.js's releases.

v6.0.0

No bug fixes and no real breaking changes except toJSON now returning exponential notation (because its often more compact) and getting rid of the minified version and the Big.version property:

Added an optional rounding mode parameter to toExponential, toFixed and toPrecision. Added a strict mode to disallow imprecise number/Big conversions when Big.strict = true. Added a toNumber method. Added a prec method to round a Big to a specified number of significant digits. Added a version selector to the API documentation. Changed toJSON to return exponential format. Removed big.min.js. Removed Big.version. Renamed doc folder to docs to use it as the GitHub publishing source. Added legacy API documentation to docs. Added README to perf directory. Refactored test suite, and add toNumber and prec tests. Updated README.

Changelog

Sourced from big.js's changelog.

6.0.1

  • 30/09/20
  • Correct sqrt initial estimate.

6.0.0

  • 25/09/20
  • Add optional rounding mode parameter to toExponential, toFixed and toPrecision.
  • Add a strict mode to disallow imprecise number/Big conversions when Big.strict = true.
  • Add toNumber method.
  • Add prec method to round a Big to a specified number of significant digits.
  • Add version selector to API documentation.
  • Change toJSON to return exponential format.
  • Remove big.min.js.
  • Remove Big.version.
  • Rename doc folder to docs to use it as the Github publishing source.
  • Add legacy API documentation to docs.
  • Add README to perf directory.
  • Refactor test suite, and add toNumber and prec tests.
  • Update README.
Commits
  • e82dd1d v6.0.1
  • 9a33edc Correct sqrt initial estimate
  • db8091b v6.0.0
  • b14a15f Merge pull request #144 from nutboltu/feat/rm
  • 0614409 fix: rm 0 check
  • 33d43d8 refactor: revert big.min and big.min.map
  • e8a74a3 doc: update toExponential, toFixed and toPrecision docs with rm mode
  • 021ff7e feat: add rm support to strigify and uglify-js as package dependencies
  • b4f32ae Merge pull request #138 from nycdotnet/patch-1
  • 8ebbddd Update docs to explain behavior of calling Big with undefined without new
  • Additional commits viewable in compare view


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 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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #58.