decentralized-identity / OpenPgpSignature2019

OpenPgpSignature2019 Linked Data Cryptographic Suite in JavaScript
https://identity.foundation/OpenPgpSignature2019/
Apache License 2.0
7 stars 1 forks source link

Bump xmldom, jsonld and jsonld-signatures #28

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Removes xmldom. It's no longer used after updating ancestor dependencies xmldom, jsonld and jsonld-signatures. These dependencies need to be updated together.

Removes xmldom

Updates jsonld from 1.4.0 to 8.1.0

Changelog

Sourced from jsonld's changelog.

8.1.0 - 2022-08-29

Fixed

  • relative property reference event renamed to relative predicate reference.
  • relative type reference event renamed to relative object reference.

8.0.0 - 2022-08-23

Changed

  • BREAKING: By default, set safe mode to true and base to null in canonize. Applications that were previously canonizing data may see new errors if their data did not fully define terms or used relative URLs that would be dropped when converting to canonized RDF. Now these situations are caught via safe mode by default, informing the developer that they need to fix their data.

7.0.0 - 2022-08-16

Fixed

  • compact t0111 test: "Keyword-like relative IRIs"

Changed

  • Change EARL Assertor to Digital Bazaar, Inc.
  • Update eslint dependencies.

Added

  • Support benchmarks in Karma tests.
  • Support test environment in EARL output.
  • Support benchmark output in EARL output.
  • Benchmark comparison tool.
  • Add "safe mode" to all APIs. Enable by adding {safe: true} to API options. This mode causes processing to fail when data constructs are encountered that result in lossy behavior or other data warnings. This is intended to be the common way that digital signing and similar applications use this library.

Removed

  • Experimental non-standard protectedMode option.
  • BREAKING: Various console warnings were removed. The newly added "safe mode" can stop processing where these warnings occurred.
  • BREAKING: Remove compactionMap and expansionMap. Their known use cases are addressed with "safe mode" and future planned features.

6.0.0 - 2022-06-06

Changed

  • BREAKING: Drop testing and support for Node.js 12.x. The majority of the code will still run on Node.js 12.x. However, the @digitalbazaar/http-client@3 update uses a newer ky-universal which uses

... (truncated)

Commits


Updates jsonld-signatures from 4.2.0 to 11.0.0

Changelog

Sourced from jsonld-signatures's changelog.

11.0.0 - 2022-08-23

Changed

  • BREAKING: Use jsonld@8 to make use of safe mode. The safe mode is a more robust replacement for expansionMap.

Removed

  • BREAKING: Remove expansionMap option. Now safe mode is used internally instead.

10.0.0 - 2022-06-06

Changed

  • BREAKING: Update to jsonld@6.
    • Use of the packaged jsonld document loaders requires Node.js >=14.
  • BREAKING: Update required Node.js to >=14.
    • Updated due to jsonld@6 requirements.
  • Test on Node.js 18.x.
  • Update eslint dependencies.
  • Update development dependencies.

9.3.1 - 2021-12-17

Fixed

  • Allow expansionMap overrides.

9.3.0 - 2021-07-10

Added

  • Add optimization for JSON-LD controller documents that are DID documents. When a controller ID resolves to a JSON-LD DID Document, then JSON-LD framing can be skipped when verifying verification method relationships if the verification relationship is one that is defined by the DID context.

9.2.1 - 2021-07-08

Fixed

  • Use the size method to get the number of entries in the purposeToProofs Map.

9.2.0 - 2021-07-02

Added

  • Support passing multiple purposes in a single verify call.
  • Add NotFoundError name to error thrown when there are not enough proofs to match the passed supported suites and purposes during verification. LD suite implementations should not be relying the error message but can rely on the name property of the error instead.

Changed

  • LinkedDataSignature no longer calls purpose.validate; this function

... (truncated)

Commits
  • b9a745f Release 11.0.0.
  • 2ee6f13 Update changelog.
  • feae411 Remove lib/expansionMap.js.
  • f268c9b Use jsonld@8 which has safe mode on by default for canonize.
  • 9db7b77 Remove erroneous option.
  • ab5ba46 Always set base to null; do not allow relative URLs or terms.
  • d17c390 Use jsonld@7 and safe mode instead of expansionMap.
  • cb43dd7 Start 10.0.1-0.
  • ebfe3ca Release 10.0.0.
  • 915ce95 Update changelog.
  • Additional commits viewable in compare view


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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/decentralized-identity/OpenPgpSignature2019/network/alerts).