Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

fix(deps): update dependency jsonld to v8 #158

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonld 6.0.0 -> 8.3.1 age adoption passing confidence

Release Notes

digitalbazaar/jsonld.js (jsonld)

v8.3.1

Compare Source

Fixed
  • Handle unset rdfDirection the same as null.

v8.3.0

Compare Source

Added
  • Emit toRdf warning if @direction is used and rdfDirection is not set.
Fixed
  • Add safe mode support for @direction. Using @direction without
    rdfDirection set will cause a safe mode failure.

v8.2.1

Compare Source

Fixed
  • Fix handling of graph property with empty array.
  • Fix safe mode for @graph use cases.
    • Check all elements of graph property with array.
  • Fix test pr41 of protected redefinition of equivalent id terms.
  • Fix relative IRI parsing.

v8.2.0

Compare Source

Changed
  • Update for latest [rdf-canon][] changes: test suite location, README, links,
    and identifiers.
    • Skip test with 'U' escapes. Will enable when [rdf-canonize][] dependency is
      updated.
  • Test on Node.js 20.x.
  • Align test and benchmark code with [rdf-canonize][].
    • NOTE: This changes various testing and benchmark runner features and
      options.
    • Update env var usage.
    • Use more common code between Node.js and karma tests.
    • Conditionally load test suites.
    • Fix various minor bugs.
    • Add multiple jobs benchmarking support.
  • Update benchmark compare script.
Fixed
  • Improve safe mode for @graph use cases.
  • Fix @json frame test 0069.

v8.1.1

Compare Source

Fixed
  • Don't fail in safe mode for a value object with "@​type": "@​json".

v8.1.0

Compare Source

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

v8.0.0

Compare Source

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.

v7.0.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added 📦Dependencies Pull requests that update a dependency file 🧶JavaScript labels Aug 26, 2022
@renovate renovate bot force-pushed the renovate/jsonld-8.x branch 4 times, most recently from 3f79d54 to 9cbaa9b Compare November 12, 2022 02:28
@renovate renovate bot changed the title fix(deps): update dependency jsonld to v8 Update dependency jsonld to v8 Dec 17, 2022
@renovate renovate bot changed the title Update dependency jsonld to v8 fix(deps): update dependency jsonld to v8 Dec 17, 2022
@ghost
Copy link

ghost commented Jan 23, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/jsonld-8.x branch 3 times, most recently from 7bb0989 to d018909 Compare April 18, 2023 05:57
@renovate renovate bot force-pushed the renovate/jsonld-8.x branch 2 times, most recently from b89ccd4 to 18a83d1 Compare May 20, 2023 05:09
@renovate renovate bot force-pushed the renovate/jsonld-8.x branch 2 times, most recently from 93776c5 to 4e1adfa Compare September 7, 2023 01:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📦Dependencies Pull requests that update a dependency file 🧶JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants