Skip to content

Bump types-mediawiki from 1.10.1 to 2.0.0#70

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types-mediawiki-2.0.0
Open

Bump types-mediawiki from 1.10.1 to 2.0.0#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/types-mediawiki-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2025

Copy link
Copy Markdown
Contributor

Bumps types-mediawiki from 1.10.1 to 2.0.0.

Release notes

Sourced from types-mediawiki's releases.

2.0.0

Potentially breaking changes are annotated with ⚠.

MediaWiki 1.44 changes

Other changes

  • Moved API parameter types to a separate types-mediawiki-api package (see #62). ⚠
  • Removed exports from types-mediawiki/vue (fix #61). ⚠
  • Removed deprecated types from previous releases: ⚠
    • ApiOptions exported from types-mediawiki/mw/Api, use mw.Api.Options instead.
    • ForeignApiOptions exported from types-mediawiki/mw/ForeignApi, use mw.ForeignApi.Options instead.
    • RestOptions exported from types-mediawiki/mw/Rest, use mw.Rest.Options instead.
    • UserInfo exported from types-mediawiki/mw/user, use mw.Api.UserInfo instead.
    • mw.Api.Promise.Upload, use mw.Upload.Promise instead.
  • Parameter types of apisandbox.formatRequest hook callback have been narrowed.

New Contributors

Full Changelog: wikimedia-gadgets/types-mediawiki@1.10.1...2.0.0

Changelog

Sourced from types-mediawiki's changelog.

2.0.0

  • Types for MediaWiki API parameters have been moved to types-mediawiki-api.
  • Exports ApiOptions, ForeignApiOptions, RestOptions, and UserInfo, deprecated since 1.8.0, have been removed. Use the exposed mw.Api.Options, mw.ForeignApi.Options, mw.Rest.Options, and mw.Api.UserInfo instead.
  • mw.Api.Promise.Upload, deprecated since 1.10.0, has been removed. Use mw.Upload.Promise or mw.Upload.AbortablePromise instead.
  • Updated to MediaWiki 1.44:
    • Added mw.Api.AbortController.
    • Added ajax.signal and userAgent properties to mw.Api options.
    • Added new mw.Api().prepareExtensibleApiRequest.
    • Added an AJAX options argument to new mw.Api().getToken.
    • Added mw.deflateAsync.
    • Added mw.hook(...).deprecate.
    • Added mw.language.convertGrammarMapping.
    • Legacy token types are no longer deprecated.
    • mw.deflate is deprecated, in favor of mw.deflateAsync.
    • mw.track and mw.trackSubscribe accept multiple data arguments.
    • Updated Vue to 3.5.13.
  • Parameter types of apisandbox.formatRequest hook callback have been narrowed.
Commits
  • 9b4e7c3 CHANGELOG: Add #53, #68, and #69
  • b94e796 Narrow types of apisandbox.formatRequest hook parameters
  • 98b6965 Update to MediaWiki 1.44 (#53)
  • 0e32beb Update package.json to allow Vue 3.5.13
  • cb75699 Remove JSdoc types from vue plugin
  • 3df36c5 Remove JSdoc types from MediaWiki modules
  • d80b3e5 Remove JSdoc types from jquery plugins
  • dcc6f6f CHANGELOG: Add removals from #64
  • 6e4b3b1 Move API parameter types to types-mediawiki-api (#63)
  • bd8d8ec Remove deprecated type aliases from 1.10.0
  • 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 [types-mediawiki](https://github.com/wikimedia-gadgets/types-mediawiki) from 1.10.1 to 2.0.0.
- [Release notes](https://github.com/wikimedia-gadgets/types-mediawiki/releases)
- [Changelog](https://github.com/wikimedia-gadgets/types-mediawiki/blob/main/CHANGELOG.md)
- [Commits](wikimedia-gadgets/types-mediawiki@1.10.1...2.0.0)

---
updated-dependencies:
- dependency-name: types-mediawiki
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies 의존성 업데이트 javascript Pull requests that update javascript code labels Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies 의존성 업데이트 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants