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

fix(deps): bump wikitextparser from 0.48.2 to 0.51.2 #198

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps wikitextparser from 0.48.2 to 0.51.2.

Changelog

Sourced from wikitextparser's changelog.

v0.51.2

  • Fixed a bug in detecting reverse pipe tricks <https://en.wikipedia.org/wiki/Help:Pipe_trick#Reverse_pipe_trick>_ as wikilinks.

v0.51.1

  • Fixed a bug in WikiText.external_links causing external links within extension tags (e.g. ref tag) not to be detected when tag is inside a template/parser function/parameter. (#110)

v0.51.0

  • WikiText.get_lists now correctly detects lists with a missing level (#70)
  • WikiList.sublists are now returned in sorted order.

v0.50.2

  • Fixed a bug in WikiText.pformat which used to cause IndexError on a parser function which had no argument, e.g. for {{FULLPAGENAMEE}}.

v0.50.0

  • Feat: Table objects now have row_attrs property.
  • Fixed: Infinite loop on parsing tables containing \r. (this is just to prevent infinite loop, CRLF line endings are not supported)

v0.49.4

  • Fixed: Handle empty tables instead of raising IndexError. (#107)

v0.49.3

  • Fixed an issue in handling of / in tags. (#108)
  • Fixed a false-positive detection of invalid external links. (#109)

v0.49.2

  • Fixed an issue in Template.normal_name() causing IndexError on empty/invalid template names, e.g. {{Template:}}. (#105)

v0.49.1

  • Fixed a bug in plain_text/remove_markup causing duplicate values when replacing nested templates.

v0.49.0

  • Feature: replace_templates and replace_parser_functions parameters of plain_text/remove_markup now accept a function mapping Template or ParserFuction objects to desired replacement string. (#103)

v0.48.3

  • Fixed a bug in Tag.parsed_contents method. (#102)
Commits
  • 119a8b0 release: v0.51.2
  • c2ce332 chore: isort
  • 0a3a0a5 build(setup.cfg): migrate to pyproject.toml
  • a02b9e9 fix(wikilink): internally replace reverse pipe tricks with _
  • 7fbf3a3 release: v0.51.2.dev0
  • dc25500 release: v0.51.1
  • d0836fa fix(external_links): extract links in tag that are in template/pfs
  • e3883bb fix(external_links): extract links in tag that are in template/pfs
  • c21df8b chore(_ext_link_shadow): move it above external_links
  • 1eb2f89 chore(test_comments_in_between_tokens): use better variable names
  • 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 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 [wikitextparser](https://github.com/5j9/wikitextparser) from 0.48.2 to 0.51.2.
- [Release notes](https://github.com/5j9/wikitextparser/releases)
- [Changelog](https://github.com/5j9/wikitextparser/blob/master/CHANGELOG.rst)
- [Commits](5j9/wikitextparser@v0.48.2...v0.51.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2023
@dependabot dependabot bot requested a review from Toliak April 24, 2023 01:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant