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.3.1 to 3.3.2 #3510

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps rdf from 3.3.1 to 3.3.2.

Release notes

Sourced from rdf's releases.

Release 3.3.2

  • Fix problem parsing ill-formed URI query parameters such as "?&a".
  • Don't normalize literal direction so that validation can work.
  • Add check to see if subject implements supports? before using it, which isn't the case for a Writer.
  • Fix documentation on RDF::Query#initialize and #execute to note that variable graph names do not match the default graph due to SPARQL semantics.
  • Remove CHANGES.md
  • Reference GitHub Release Notes from README.
  • CI on Ruby 3.3.
  • Add expllicit dependencies on base64 and bigdecimal gems.
  • Fix some IRI regular expressions.
  • Add support for RDF 1.2 Triple Terms and deprecation notices for RDF-star quoted triples. (provisional)
  • Even though deprecated, when matching a quoted triple (<< ... >>) be sure it's not a triple term (<<( ... )>>).
  • Add rdf:reifies to the RDF vocabulary.
  • Implement Literal#english? to aid matching English literals. (@​artob)
  • Update #start_with? to match String#start_with signature. (@​tpendragon)
Commits
  • e0b67d7 Finish 3.3.2
  • 2586399 Version 3.3.2.
  • 28f6ef5 Minor tweak to testing vocabulary imports expectations.
  • 396301a Update dependencies.
  • ca8db65 Update #start_with? to match String#start_with signature
  • 5e32ea6 Add some tests for Literal#english?
  • 55afa63 Implement Literal#english? to aid matching English literals.
  • f5dd4e8 * Even though deprecated, when matching a quoted triple (\<< ... >>) be sure...
  • 196b73b Add support for RDF 1.2 Triple Terms and deprecation notices for RDF-star quo...
  • 7eeab69 Fix some IRI regular expressions.
  • 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 ruby Pull requests that update Ruby code labels Jul 8, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/master/rdf-3.3.2 branch 6 times, most recently from b161d58 to 96b48e0 Compare July 21, 2024 22:48
@dependabot dependabot bot force-pushed the dependabot/bundler/master/rdf-3.3.2 branch 8 times, most recently from cb41680 to d962c00 Compare August 1, 2024 23:01
Bumps [rdf](https://github.com/ruby-rdf/rdf) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/ruby-rdf/rdf/releases)
- [Commits](ruby-rdf/rdf@3.3.1...3.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/master/rdf-3.3.2 branch from d962c00 to 6486064 Compare August 6, 2024 22:18
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.

0 participants