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 rdf from 3.2.9 to 3.3.1 #3209

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps rdf from 3.2.9 to 3.3.1.

Release notes

Sourced from rdf's releases.

Release 3.3.1

When Mutable#load is called with a base_uri option, it takes precedence over the resource location.

Release 3.3.0

  • Add support for directional language-tagged strings from RDF 1.2.
  • Consolidate N-Triples and N-Triples Star grammars. Use LANG_DIR terminal instead of LANGTAG.
  • Removes support for legacy text/plain (as an alias for application/n-triples) and text/x-nquads (as an alias for application/n-quads)
  • Cleanup RDF* nomenclature, and use :quoted_triples instead of :rdfstar for supports?.
  • Add :base_direction as something supported (or not) by writeable.
  • Require rdfstar option to read directional language-tagged strings.
  • Add missing Statement#dup. Does not duplicate blank node components.
  • Added documentation to clarify that term canonicalization is not the same as Graph/Dataset canonicalization, which is impleented in the rdf-normalize gem.
  • Add Enumerable#canonicalize method, which can be overridden by rdf-normalize, which normalizes each statement in an enumerable.
  • Minimum Ruby version now 3.0.

Release 3.2.11

  • Ruby extensions no longer necessary.
  • Make Ruby warnings visible and reduce warnings.
  • Updates to URI normalization. Fixes #439.

Release 3.2.10

  • Fix arguments to Logger.log_depth to pass depth keyword parameter to #log_depth.
  • Minor update in mutable to change the way keyword argument overrides work.
  • Update N-Triples/Quads ASCII escapes when writing literals based on proposed RDF 1.2 behavior.
  • Fix memory leak on RDF::Util::Cache (#438@​abrisse)
Commits
  • 2b31abd Finish 3.3.1
  • 00ebd2b Version 3.3.1.
  • fba6dbc When Mutable#load is called with a base_uri option, it takes precedence over ...
  • fa05795 Finish 3.3.0
  • 8a54ef6 Finish 3.3.0
  • c2bcdc1 Update dependencies.
  • 68045d9 Update dependencies for release 3.3.0.
  • e024c7f Update dependencies for release 3.3.0.
  • 8898065 Add Enumerable#canonicaliza method, which can be overridden by rdf-normalize,...
  • f868294 Added documentation to clarify that term canonicalization is not the same as ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Sep 12, 2023
@dependabot dependabot bot force-pushed the dependabot/bundler/master/rdf-3.3.1 branch 17 times, most recently from 875e7e6 to fdb3122 Compare September 19, 2023 16:50
@dependabot dependabot bot force-pushed the dependabot/bundler/master/rdf-3.3.1 branch 5 times, most recently from 51e08ed to b9764cb Compare September 22, 2023 23:55
@dependabot dependabot bot force-pushed the dependabot/bundler/master/rdf-3.3.1 branch from b9764cb to cfb3950 Compare September 25, 2023 16:31
Bumps [rdf](https://github.com/ruby-rdf/rdf) from 3.2.9 to 3.3.1.
- [Release notes](https://github.com/ruby-rdf/rdf/releases)
- [Changelog](https://github.com/ruby-rdf/rdf/blob/develop/CHANGES.md)
- [Commits](ruby-rdf/rdf@3.2.9...3.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/master/rdf-3.3.1 branch from cfb3950 to 61c1949 Compare September 25, 2023 16:44
@murny murny merged commit f04a470 into master Sep 25, 2023
2 checks passed
@murny murny deleted the dependabot/bundler/master/rdf-3.3.1 branch September 25, 2023 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant