Updates the requirements on jsonify-error to permit the latest version.
Release notes
*Sourced from [jsonify-error's releases](https://github.com/papb/jsonify-error/releases).*
> ## v2.0.0
> See the [CHANGELOG](https://github.com/papb/jsonify-error/blob/master/CHANGELOG.md#200---2019-07-27) for details.
>
> Dists are available for download as assets below.
Changelog
*Sourced from [jsonify-error's changelog](https://github.com/papb/jsonify-error/blob/master/CHANGELOG.md).*
> ## [2.0.0] - 2019-07-27
> ### Changed
> - Strip color control characters from strings ([#8](https://github-redirect.dependabot.com/papb/jsonify-error/issues/8))
>
> _**Note:** This was marked as a breaking change just to be safe. Someone might be doing tests comparing the output of jsonifyError directly, and something could break. But I guess 99.999% of the users can just upgrade._
>
> ## [1.4.5] - 2019-04-28
> ### Fixed
> - Handle circular references gracefully instead of crashing ([#7](https://github-redirect.dependabot.com/papb/jsonify-error/pull/7)) (Thanks [@agentofuser](https://github.com/agentofuser))
> ### Changed
> - Use LF instead of CRLF
>
> ## [1.4.4] - 2019-02-11
> ### Changed
> - Improved README
>
> ## [1.4.3] - 2019-01-13
> ### Added
> - Added another test
> ### Fixed
> - Fixed typo in readme
>
> ## [1.4.2] - 2018-11-12
> ### Fixed
> - No longer stringify on browsers, letting the object be logged directly instead.
> - Remove empty stack entries
> - Fixed typo in changelog
>
> ## [1.4.1] - 2018-10-27
> ### Added
> - `jsonifyError.asString(error)` function
> ### Changed
> - Fixed browser CDN URL in README
>
> ## [1.4.0] - 2018-10-27
> ### Added
> - `jsonifyError.log(error)` function
> - `jsonifyError.overrideErrorMethods()` function (enabling powerful `.toJSON()` and `.toString()` methods on errors)
> - Dev: added node and browser tests (with Travis CI!)
> ### Changed
> - Improved README
> - Dev: separate the library in multiple files
>
> ## [1.3.1] - 2018-08-15
> ### Changed
> - Dev: fix dist line endings for SRI calculations ([#6](https://github-redirect.dependabot.com/papb/jsonify-error/issues/6))
>
> ## [1.3.0] - 2018-08-15
> ### Added
> - Fixed wrong SRI hash in README.md (again, sorry!)
> ... (truncated)
Commits
- [`0f06e94`](https://github.com/papb/jsonify-error/commit/0f06e94f4e7d72567eea31447956c0c94bf905e8) 2.0.0
- [`d83ca42`](https://github.com/papb/jsonify-error/commit/d83ca42cfaaa91bd78a00bcc781d5b8737e5b486) Fix CHANGELOG.md
- [`139bb09`](https://github.com/papb/jsonify-error/commit/139bb092fba2f57cbc0c351408abf29dee02c8d8) Preparation for 2.0.0
- [`7fd5b2e`](https://github.com/papb/jsonify-error/commit/7fd5b2ebe6255704cb8aaf94100807134d0ecae5) Strip colors from strings ([#8](https://github-redirect.dependabot.com/papb/jsonify-error/issues/8))
- See full diff in [compare view](https://github.com/papb/jsonify-error/compare/1.4.5...2.0.0)
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 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). To ignore the version in this PR you can just close it
- `@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)
Finally, you can contact us by mentioning @dependabot.
Updates the requirements on jsonify-error to permit the latest version.
Release notes
*Sourced from [jsonify-error's releases](https://github.com/papb/jsonify-error/releases).* > ## v2.0.0 > See the [CHANGELOG](https://github.com/papb/jsonify-error/blob/master/CHANGELOG.md#200---2019-07-27) for details. > > Dists are available for download as assets below.Changelog
*Sourced from [jsonify-error's changelog](https://github.com/papb/jsonify-error/blob/master/CHANGELOG.md).* > ## [2.0.0] - 2019-07-27 > ### Changed > - Strip color control characters from strings ([#8](https://github-redirect.dependabot.com/papb/jsonify-error/issues/8)) > > _**Note:** This was marked as a breaking change just to be safe. Someone might be doing tests comparing the output of jsonifyError directly, and something could break. But I guess 99.999% of the users can just upgrade._ > > ## [1.4.5] - 2019-04-28 > ### Fixed > - Handle circular references gracefully instead of crashing ([#7](https://github-redirect.dependabot.com/papb/jsonify-error/pull/7)) (Thanks [@agentofuser](https://github.com/agentofuser)) > ### Changed > - Use LF instead of CRLF > > ## [1.4.4] - 2019-02-11 > ### Changed > - Improved README > > ## [1.4.3] - 2019-01-13 > ### Added > - Added another test > ### Fixed > - Fixed typo in readme > > ## [1.4.2] - 2018-11-12 > ### Fixed > - No longer stringify on browsers, letting the object be logged directly instead. > - Remove empty stack entries > - Fixed typo in changelog > > ## [1.4.1] - 2018-10-27 > ### Added > - `jsonifyError.asString(error)` function > ### Changed > - Fixed browser CDN URL in README > > ## [1.4.0] - 2018-10-27 > ### Added > - `jsonifyError.log(error)` function > - `jsonifyError.overrideErrorMethods()` function (enabling powerful `.toJSON()` and `.toString()` methods on errors) > - Dev: added node and browser tests (with Travis CI!) > ### Changed > - Improved README > - Dev: separate the library in multiple files > > ## [1.3.1] - 2018-08-15 > ### Changed > - Dev: fix dist line endings for SRI calculations ([#6](https://github-redirect.dependabot.com/papb/jsonify-error/issues/6)) > > ## [1.3.0] - 2018-08-15 > ### Added > - Fixed wrong SRI hash in README.md (again, sorry!) > ... (truncated)Commits
- [`0f06e94`](https://github.com/papb/jsonify-error/commit/0f06e94f4e7d72567eea31447956c0c94bf905e8) 2.0.0 - [`d83ca42`](https://github.com/papb/jsonify-error/commit/d83ca42cfaaa91bd78a00bcc781d5b8737e5b486) Fix CHANGELOG.md - [`139bb09`](https://github.com/papb/jsonify-error/commit/139bb092fba2f57cbc0c351408abf29dee02c8d8) Preparation for 2.0.0 - [`7fd5b2e`](https://github.com/papb/jsonify-error/commit/7fd5b2ebe6255704cb8aaf94100807134d0ecae5) Strip colors from strings ([#8](https://github-redirect.dependabot.com/papb/jsonify-error/issues/8)) - See full diff in [compare view](https://github.com/papb/jsonify-error/compare/1.4.5...2.0.0)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 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). To ignore the version in this PR you can just close it - `@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) Finally, you can contact us by mentioning @dependabot.