bevry-archive / lazy-require

Sponsor this project to keep it maintained, or use Deno instead.
Other
17 stars 4 forks source link

Bump assert-helpers from 6.10.0 to 7.0.1 #74

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps assert-helpers from 6.10.0 to 7.0.1.

Changelog

Sourced from assert-helpers's changelog.

v7.0.1 2020 August 18

  • Fixed SyntaxError: The requested module '@bevry/ansi' does not provide an export named 'default' error

v7.0.0 2020 August 18

  • Deno support
  • Dropped difference comparison (actual and expected comparison remains)
    • The difference comparison hardly worked as expected, was complicated to implement, and didn't support ESM environments such as .mjs and Deno
  • Added gt, gte, lt, lte assertions
  • Better color usage detection
  • Updated dependencies, base files, and editions using boundation

v6.20.0 2020 August 17

v6.19.0 2020 August 4

v6.18.0 2020 July 22

v6.17.0 2020 July 22

v6.16.0 2020 July 3

v6.15.0 2020 July 3

v6.14.0 2020 June 26

v6.13.0 2020 June 25

v6.12.0 2020 June 21

v6.11.0 2020 June 21

Commits
  • 468fafb v7.0.1 - bugfix
  • 0767733 v7.0.0 - deno compat, add gte, gt, lte, lt
  • 4ff6409 v6.20.0 - boundation, changelog, version bump
  • 446da95 v6.19.0 - boundation, changelog, version bump
  • f1720e9 v6.18.0 - boundation, changelog, version bump
  • 50bc9d0 v6.17.0 - boundation, changelog, version bump
  • 6f245ee v6.16.0 - boundation, changelog, version bump
  • 3dcc776 v6.15.0 - boundation, changelog, version bump
  • a1e7aa4 Update package.json
  • 2fa9d54 Update package.json
  • 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[bot] commented 4 years ago

Superseded by #79.