poetapp / poet-js

Po.et JS is an small library that provides methods to easily create and sign Po.et Claims.
https://www.npmjs.com/package/@po.et/poet-js
MIT License
52 stars 4 forks source link

fix(deps): update dependency jsonld to v1.2.1 #258

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
jsonld dependencies minor 1.1.0 -> 1.2.1 source

Release Notes

digitalbazaar/jsonld.js ### [`v1.2.1`](https://renovatebot.com/gh/digitalbazaar/jsonld.js/blob/master/CHANGELOG.md#​121---2018-12-11) [Compare Source](https://renovatebot.com/gh/digitalbazaar/jsonld.js/compare/v1.2.0...v1.2.1) ##### Fixed - Fix source map generation. ### [`v1.2.0`](https://renovatebot.com/gh/digitalbazaar/jsonld.js/blob/master/CHANGELOG.md#​120---2018-12-11) [Compare Source](https://renovatebot.com/gh/digitalbazaar/jsonld.js/compare/v1.1.0...v1.2.0) ##### Notes - The updated [rdf-canonize][] extracted out native support into [rdf-canonize-native][] and now has an _optional_ dependency on this new module. If you have build tools available it will still build and use native support otherwise it will fallback to less performant JS code. - If you wish to _require_ the native `rdf-canonize` bindings, add a dependency in your code to `rdf-canonize-native` to insure it is installed. - Some systems such as [Travis CI](https://travis-ci.org) currently only have ancient compilers installed by default. Users of `rdf-canonize`, and hence `jsonld.js`, previously required special setup so the `rdf-canonize` native bindings would be installable. If CI testing is not performance critical you can now simplify your CI config, let those bindings fail to install, and use the JS fallback code. ##### Changed - Update `rdf-canonize` dependency to 0.3. ##### Added - Initial support for benchmarking. - Basic callback interface tests. ##### Removed - Callback version of every test. - Callback interface tests added to catch callback API errors. - Avoids duplication of running every test for promises and callbacks. - Simplifies testing code and makes async/await conversion easier.

Renovate configuration

:date: Schedule: "after 2am,before 4am" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

poet-ci commented 5 years ago

:tada: This PR is included in version 5.1.15 :tada:

The release is available on:

Your semantic-release bot :package::rocket: