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.2.0 #79

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps assert-helpers from 6.10.0 to 7.2.0.

Changelog

Sourced from assert-helpers's changelog.

v7.2.0 2020 September 4

v7.1.0 2020 September 4

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

Commits
  • 00b4dd0 v7.2.0 - boundation, changelog, version bump
  • 2eeb133 v7.1.0 - boundation, changelog, version bump
  • 0831859 Bump bl from 3.0.0 to 3.0.1 (#83)
  • acf28dd Bump prettier from 2.0.5 to 2.1.1 (#81)
  • 1ae3d71 Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 (#80)
  • b86db43 Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 (#79)
  • d91eb8c Bump typescript from 3.9.7 to 4.0.2 (#78)
  • cfd1fdd Bump make-deno-edition from 1.0.0 to 1.0.3 (#77)
  • 3f4a9ea initial prep for deno, still has a few issues
  • 468fafb v7.0.1 - bugfix
  • 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 #86.