TrueWiki icon indicating copy to clipboard operation
TrueWiki copied to clipboard

chore(deps): bump wikitextparser from 0.50.1 to 0.51.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps wikitextparser from 0.50.1 to 0.51.1.

Changelog

Sourced from wikitextparser's changelog.

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)

v0.48.2

  • Fixed a bug in plain_text method. (#101)

v0.48.1

  • Fixed a bug in pformat and plain_text methods. (#100)

... (truncated)

Commits
  • 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
  • 736534c release: v0.51.1.dev0
  • a9e96b3 release: v0.51.0
  • f111464 test: add a xfail test for definition lists
  • 95b9762 fix(sublists): issue in finding lists of a missing level item
  • 96d4351 feat(get_lists): improve parsing of lists with missing levels
  • 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 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)

dependabot[bot] avatar Oct 24 '22 05:10 dependabot[bot]