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

build(deps): bump sophia from 0.7.2 to 0.8.0 #118

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps sophia from 0.7.2 to 0.8.0.

Changelog

Sourced from sophia's changelog.

0.8.0 New features - long awaited "big refactoring": new traits use GATs (Generic Associated Types) - JSON-LD parser and serializer - RDF-canon implementation - experimental resource centric API Documentation - more content in the book (although there is still much to add)

Commits
  • b5de88d bump versions
  • 0a32968 add missing feature gate
  • ef379df add LanguageTagMatcher
  • 46d3e20 add DatatypeMatcher
  • f035538 refactor matcher.rs into separate modules
  • e2d3df6 improve API of JsonLdOptions related to document loader factories
  • 54a84e6 add trait bounds to loader factory constructors
  • 436e0e8 only set document_loader_factory to a proper LoaderFactory
  • 77600a2 refactor JsonLdOptions to take document loader factory instead of loader
  • c4ffa5b Merge branch 'wasm-jsonld'
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 22, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/sophia-0.8.0 branch from a1d8c38 to 9e369da Compare February 12, 2024 05:16
@subotic subotic force-pushed the dependabot/cargo/sophia-0.8.0 branch 2 times, most recently from 0e91419 to 46eacdc Compare March 27, 2024 14:07
@subotic
Copy link
Collaborator

subotic commented Apr 1, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@subotic
Copy link
Collaborator

subotic commented Apr 1, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/sophia-0.8.0 branch from 46eacdc to 331e3fa Compare April 1, 2024 15:30
@subotic
Copy link
Collaborator

subotic commented Apr 1, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/sophia-0.8.0 branch from 331e3fa to 3c3c16c Compare April 1, 2024 19:57
@seakayone
Copy link
Contributor

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/sophia-0.8.0 branch from 3c3c16c to ba4fefb Compare July 26, 2024 05:50
@seakayone
Copy link
Contributor

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/sophia-0.8.0 branch from ba4fefb to 75bd565 Compare July 29, 2024 11:37
@seakayone seakayone self-assigned this Jul 30, 2024
@seakayone
Copy link
Contributor

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/sophia-0.8.0 branch from 75bd565 to 3402477 Compare July 30, 2024 12:04
@mpro7 mpro7 removed their request for review July 31, 2024 06:23
@seakayone
Copy link
Contributor

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/sophia-0.8.0 branch from 3402477 to d6365d5 Compare July 31, 2024 10:05
@seakayone seakayone assigned seakayone and unassigned seakayone Jul 31, 2024
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

Attention: Patch coverage is 0% with 37 lines in your changes missing coverage. Please review.

Project coverage is 64.0%. Comparing base (e272c98) to head (1282025).

Files Patch % Lines
dsp-meta/src/api/convert/rdf/project_metadata.rs 0.0% 16 Missing ⚠️
dsp-meta/src/api/convert/rdf/project.rs 0.0% 10 Missing ⚠️
dsp-meta/src/api/convert/rdf/value/shortcode.rs 0.0% 10 Missing ⚠️
dsp-meta/src/api/convert/rdf/error.rs 0.0% 1 Missing ⚠️
Additional details and impacted files
Files Coverage Δ
dsp-meta/src/api/convert/rdf/error.rs 0.0% <0.0%> (ø)
dsp-meta/src/api/convert/rdf/project.rs 0.0% <0.0%> (ø)
dsp-meta/src/api/convert/rdf/value/shortcode.rs 0.0% <0.0%> (ø)
dsp-meta/src/api/convert/rdf/project_metadata.rs 0.0% <0.0%> (ø)

dependabot bot and others added 2 commits August 2, 2024 11:42
Bumps [sophia](https://github.com/pchampin/sophia_rs) from 0.7.2 to 0.8.0.
- [Changelog](https://github.com/pchampin/sophia_rs/blob/main/CHANGELOG.txt)
- [Commits](pchampin/sophia_rs@v0.7.2...v0.8.0)

---
updated-dependencies:
- dependency-name: sophia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@seakayone seakayone force-pushed the dependabot/cargo/sophia-0.8.0 branch from 86cb8cc to 11739e7 Compare August 2, 2024 09:42
@seakayone seakayone requested a review from mpro7 August 2, 2024 09:43
@seakayone
Copy link
Contributor

I have ported the existing code over to sophia 0.8.0.

Please have a look.

@seakayone seakayone removed their request for review August 2, 2024 12:38
@BalduinLandolt
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants