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 and rdflib #18

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 Oct 12, 2022

Removes xmldom. It's no longer used after updating ancestor dependency rdflib. These dependencies need to be updated together.

Removes xmldom

Updates rdflib from 0.19.1 to 2.2.20

Release notes

Sourced from rdflib's releases.

v2.2.18

PR #551 add fetcher to ConnectedStore and update to LiveStore issue #526 on JSON-LD with named Graphs issue #542 turtle serializer add white space between colon and dot

v2.2.15

No release notes provided.

v2.2.14

  • update documentation :
    • document in README.md the use of alternate fetches
  • bug
    • window/global.solidFetcher is deprecated and replaced by windowsolidFetch or global.solidFetch

v2.2.8

fixes linkeddata/rdflib.js#517

fetcher.load() of .jsonld resource

repair jsonLdParser #508 #509 and issue #310

v2.2.6

bug update. issue #506 in webOperation()

v2.2.5

No release notes provided.

v2.2.2

improvements :

  • use solid prefixes by default : issue #472
  • disable Store Features by default notably sameAs : issue #185, #458

bugs :

  • parsing rdf:HTML as RDFa failed with 500 : issue #485
  • updater.updateMany() : issue #490
  • fix options.headers : PR #470

update of all dependencies, except webpack@4 and source-map-loader@1

Changed types for store

After previous release we discovered that there were some discrepancies between factory methods and store methods, which makes the combined use of them difficult. This patch release fixes this.

PRs in this release

Introducing types + a couple of fixes

With this minor release we move types from @​types/rdflib to internal type definitions, which should make them more accurate. With this work we had to do a bit of work to make sure that everything played along nicely in TypeScript. We've tried to make sure that no methods break, but if anything breaks for you, please let us know.

PRs included

... (truncated)

Commits

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.

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [rdflib](https://github.com/linkeddata/rdflib.js). These dependencies need to be updated together.


Removes `xmldom`

Updates `rdflib` from 0.19.1 to 2.2.20
- [Release notes](https://github.com/linkeddata/rdflib.js/releases)
- [Changelog](https://github.com/linkeddata/rdflib.js/blob/main/changes.txt)
- [Commits](https://github.com/linkeddata/rdflib.js/commits)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: rdflib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2022
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