Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps wikibase-sdk from 10.2.3 to 11.1.1.

Changelog

Sourced from wikibase-sdk's changelog.

CHANGELOG

versions follow SemVer

11.1.0 - 2025-10-01

11.0.0 - 2025-09-12

  • BREAKING CHANGES: Drop support for legacy snak datatype musical notation: now only supports it as musical-notation
  • BREAKING CHANGES: In simplified claims, rename simplifiedClaim.type to simplifiedClaim.datatype, for consistency with the raw entities' naming
  • Add support for the edtf datatype
  • Add helper function findEntityTypeFromId

10.2.0 - 2024-10-06

10.1.0 - 2024-08-04

10.0.0 - 2024-03-14

BREAKING CHANGES:

  • remove the minimize option from simplifySparqlResults: that behavior is now handled by minimizeSimplifiedSparqlResults

9.2.0 - 2023-07-17

9.1.0 - 2023-04-18

  • export the wikimediaLanguageCodes array

9.0.0 - 2023-02-04

BREAKING CHANGES:

  • wikibase-sdk now uses ES modules: to keep using CommonJS, you will need to use wikibase-sdk <= v9
  • Some functions that were accepting arguments as several arguments were changed to accept arguments as an object only. The concerned functions are:
    • getReverseClaims: getReverseClaims('P50', 'Q535') should be replaced by getReverseClaims({ properties: 'P50', values: 'Q535' })
    • getRevisions: getRevisions('Q3548931', { limit: 10 }) should be replaced by getRevisions({ ids: 'Q3548931', { limit: 10 })
  • Functions that were accepting arguments either as several arguments or as an object now only accept arguments as an object. The concerned functions are:
  • simplify.claims, simplify.propertyClaims, and simplify.claim legacy interfaces were dropped: options are now expected in a single option object (rather than as several arguments)
  • Functions previously avaialble on wbk.parsers.wb and wbk.parsers.wd — namely entities and pagesTitles — are now directly on wbk.parsers

Other changes:

  • The source code was converted to TypeScript to recover types declarations, and keep them maintained in the future. This change was taken as an opportunity to do a bit of cleanup in the function interfaces.
  • The convenience module wikidata-sdk has been deprecated. The wdk object can now be imported from wikibase-sdk/wikidata.org: import wdk from 'wikibase-sdk/wikidata.org'

... (truncated)

Commits

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 [wikibase-sdk](https://github.com/maxlath/wikibase-sdk) from 10.2.3 to 11.1.1.
- [Changelog](https://github.com/maxlath/wikibase-sdk/blob/main/CHANGELOG.md)
- [Commits](maxlath/wikibase-sdk@v10.2.3...v11.1.1)

---
updated-dependencies:
- dependency-name: wikibase-sdk
  dependency-version: 11.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
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