Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xmldom, @dasch-swiss/dsp-js and jsonld #11

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Removes xmldom. It's no longer used after updating ancestor dependencies xmldom, @dasch-swiss/dsp-js and jsonld. These dependencies need to be updated together.

Removes xmldom

Updates @dasch-swiss/dsp-js from 2.2.0 to 2.7.0

Release notes

Sourced from @​dasch-swiss/dsp-js's releases.

@​dasch-swiss/dsp-js v2.7.0

Bug Fixes

  • resource: optional file values (DSP-1803) (#356) (f61dee8)

Enhancements

  • permissions: update permissions (DSP-1317) (#313) (c1d5df8)
  • resource: add erase resource method (DSP-1807) (#357) (4cd3097)

@​dasch-swiss/dsp-js v2.6.1

Maintenance

  • models: expand resource conversion (DSP-1795) (#354) (f5bbe8f)

@​dasch-swiss/dsp-js v2.6.0

Enhancements

  • file-value: support all file value types (DSP-1777) (#352) (7af80b2)

@​dasch-swiss/dsp-js v2.5.0

Enhancements

  • ontology: new method to update gui element and attributes (DSP-1768) (#350) (8c2c83e)

@​dasch-swiss/dsp-js v2.4.0

Maintenance

Enhancements

  • ontologies endpoint: check if entity can be deleted (DSP-1673) (#348) (d71d8b5)

@​dasch-swiss/dsp-js v2.3.0

... (truncated)

Changelog

Sourced from @​dasch-swiss/dsp-js's changelog.

2.7.0 (2021-07-20)

Bug Fixes

  • resource: optional file values (DSP-1803) (#356) (f61dee8)

Enhancements

  • permissions: update permissions (DSP-1317) (#313) (c1d5df8)
  • resource: add erase resource method (DSP-1807) (#357) (4cd3097)

2.6.1 (2021-07-15)

Maintenance

  • models: expand resource conversion (DSP-1795) (#354) (f5bbe8f)

2.6.0 (2021-07-07)

Enhancements

  • file-value: support all file value types (DSP-1777) (#352) (7af80b2)

2.5.0 (2021-07-01)

Enhancements

  • ontology: new method to update gui element and attributes (DSP-1768) (#350) (8c2c83e)

2.4.0 (2021-05-31)

Maintenance

Enhancements

  • ontologies endpoint: check if entity can be deleted (DSP-1673) (#348) (d71d8b5)

2.3.0 (2021-05-11)

... (truncated)

Commits
  • 74ede96 chore: release 2.7.0 (#359)
  • c1d5df8 feat(permissions): update permissions (DSP-1317) (#313)
  • 4cd3097 feat(resource): add erase resource method (DSP-1807) (#357)
  • f61dee8 fix(resource): optional file values (DSP-1803) (#356)
  • 9b1040b chore: release 2.6.1 (#355)
  • f5bbe8f chore(models): expand resource conversion (DSP-1795) (#354)
  • bc57089 chore: release 2.6.0 (#353)
  • 7af80b2 feat(file-value): support all file value types (DSP-1777) (#352)
  • b349ece chore: release 2.5.0 (#351)
  • 8c2c83e feat(ontology): new method to update gui element and attributes (DSP-1768) (#...
  • Additional commits viewable in compare view

Updates jsonld from 1.8.1 to 8.3.1

Changelog

Sourced from jsonld's changelog.

8.3.1 - 2023-09-06

Fixed

  • Handle unset rdfDirection the same as null.

8.3.0 - 2023-09-06

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.

8.2.1 - 2023-08-31

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.

8.2.0 - 2023-05-19

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.

8.1.1 - 2023-02-25

Fixed

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

... (truncated)

Commits

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2023
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependencies [xmldom](https://github.com/xmldom/xmldom), [@dasch-swiss/dsp-js](https://github.com/dasch-swiss/knora-api-js-lib) and [jsonld](https://github.com/digitalbazaar/jsonld.js). These dependencies need to be updated together.


Removes `xmldom`

Updates `@dasch-swiss/dsp-js` from 2.2.0 to 2.7.0
- [Release notes](https://github.com/dasch-swiss/knora-api-js-lib/releases)
- [Changelog](https://github.com/dasch-swiss/dsp-js-lib/blob/main/CHANGELOG.md)
- [Commits](dasch-swiss/dsp-js-lib@v2.2.0...v2.7.0)

Updates `jsonld` from 1.8.1 to 8.3.1
- [Changelog](https://github.com/digitalbazaar/jsonld.js/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/jsonld.js@v1.8.1...v8.3.1)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: "@dasch-swiss/dsp-js"
  dependency-type: direct:production
- dependency-name: jsonld
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xmldom-and-dasch-swiss/dsp-js-and-jsonld--removed branch from 030f25a to cde5427 Compare September 26, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants