Bump jsonld from 1.8.1 to 3.1.1
Bumps jsonld from 1.8.1 to 3.1.1.
Changelog
Sourced from jsonld's changelog.
3.1.1 - 2020-05-22
Fixed
- Fix XHR document loader Link header processing.
3.1.0 - 2020-04-15
Fixed
- Support recusrive scoped contexts.
- Various EARL report updates.
- Fixed
prependBaseto start path with a '/' for a zero length path if there is an authority in base.Changed
- Better support for using a processed context for
nulland caching@import.- Don't set
@basein initial context and don't resolve a relative IRI when setting@basein a context, so that the document location can be kept separate from the context itself.- Use
package.jsonversionfield for EARL reports.3.0.1 - 2020-03-10
Fixed
- Exclude
@typefrom added values in Merge Node Maps step 2.2.1.3.0.0 - 2020-03-10
Notes
- This release adds support for a majority of JSON-LD 1.1. Significant thanks goes to Gregg Kellogg!
- BREAKING: A notable change is that the framing
omitGraphdefault changed to match the JSON-LD 1.1 Framing spec. This is likely to cause issues in most current uses offrame(). Result handling similar toframed['@graph'][0]will have to be changed. Check your code.- The spec calls for various situations to issue warnings. This is currently done with
console.warn. This will be replaced by a new event notification API in an upcoming release.Fixed
... (truncated)
- More support for
"@type": "@none".- JSON literal value handling issues (
nulland[]).- Always pass
typeScopedContextto_expandObject.- Allow a keyword to exist when expanding in
_expandObjectwhen the key is@includedor@type.- Improve
isDoubleto look for big integers.- URI
removeDotSegmentsonly ensures preceding '/' if was already absolute.- Do minimal checking to see if IRIs are valid by making sure they contain no whitespace.
- Terms of the form of an IRI must map to the same IRI.
Commits
864284bRelease 3.1.1.f9265efUpdate changelog.27a0f11Fix XHR document loader Link header processing.75c149bStart 3.1.1-0.30f9067Release 3.1.0.5b064bcUpdate changelog.2632fb0Disable platform id test reporting.174648fFix "Node.js" capitalization.b6862c7Doc updates.541c675Use one test time with no subsecond resolution.- 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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill 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:
- 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)
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. The most likely cause is #315, which may be blocking Dependabot from updating your dependency files.