Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps sparql-http-client from 3.0.1 to 3.1.0.

Changelog

Sourced from sparql-http-client's changelog.

[3.1.0] - 2025-11-11

Added

  • support for URL parameters in constructor and method calls
  • support for standard query parameters (defaultGraph and namedGraph)
  • support for standard update parameters (usingGraph and usingNamedGraph)

[3.0.0] - 2024-02-18

Added

  • ESM support
  • exports for all classes in the index.js package entrypoint

Changed

  • options like endpointUrl, user, and password are attached to the client object, allowing creating new client instances from existing instances
  • methods that return a Readable stream objects are sync
  • updated dependencies

Removed

  • CommonJS support
  • BaseClient and Endpoint class
  • automatic request splitting for Graph Store uploads
Commits
  • d5baa7e 3.1.0
  • 7fa16b5 Merge pull request #74 from rdf-ext/parameters
  • 00e62d8 chore: updated changelog
  • d25b37e feat: added support for standard parameters
  • 5558e6e feat: added support for custom URL parameters
  • eb727e7 Merge pull request #73 from rdf-ext/dependabot/github_actions/actions/setup-n...
  • ee139bb chore(deps): bump actions/setup-node from 5 to 6
  • ba31500 Merge pull request #71 from rdf-ext/dependabot/github_actions/actions/setup-n...
  • 76275f1 chore(deps): bump actions/setup-node from 4 to 5
  • abde723 Merge pull request #70 from rdf-ext/dependabot/github_actions/actions/checkout-5
  • 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)

Bumps [sparql-http-client](https://github.com/rdf-ext/sparql-http-client) from 3.0.1 to 3.1.0.
- [Changelog](https://github.com/rdf-ext/sparql-http-client/blob/master/CHANGELOG.md)
- [Commits](rdf-ext/sparql-http-client@v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: sparql-http-client
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@dependabot dependabot bot requested a review from ludovicm67 as a code owner November 17, 2025 15:11
@changeset-bot
Copy link

changeset-bot bot commented Nov 17, 2025

⚠️ No Changeset found

Latest commit: 6b7563f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ludovicm67 ludovicm67 merged commit 65d3638 into main Nov 24, 2025
5 checks passed
@ludovicm67 ludovicm67 deleted the dependabot/npm_and_yarn/sparql-http-client-3.1.0 branch November 24, 2025 16:15
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant