TrueWiki
TrueWiki copied to clipboard
chore(deps): bump wikitextparser from 0.50.1 to 0.51.1
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_linkscausing 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_listsnow correctly detects lists with a missing level (#70)WikiList.sublistsare now returned in sorted order.v0.50.2
- Fixed a bug in
WikiText.pformatwhich used to causeIndexErroron a parser function which had no argument, e.g. for{{FULLPAGENAMEE}}.v0.50.0
- Feat:
Tableobjects now haverow_attrsproperty.- 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_markupcausing duplicate values when replacing nested templates.v0.49.0
- Feature:
replace_templatesandreplace_parser_functionsparameters ofplain_text/remove_markupnow accept a function mappingTemplateorParserFuctionobjects to desired replacement string. (#103)v0.48.3
- Fixed a bug in
Tag.parsed_contentsmethod. (#102)v0.48.2
- Fixed a bug in
plain_textmethod. (#101)v0.48.1
- Fixed a bug in
pformatandplain_textmethods. (#100)
... (truncated)
Commits
dc25500release: v0.51.1d0836fafix(external_links): extract links in tag that are in template/pfse3883bbfix(external_links): extract links in tag that are in template/pfsc21df8bchore(_ext_link_shadow): move it above external_links1eb2f89chore(test_comments_in_between_tokens): use better variable names736534crelease: v0.51.1.dev0a9e96b3release: v0.51.0f111464test: add a xfail test for definition lists95b9762fix(sublists): issue in finding lists of a missing level item96d4351feat(get_lists): improve parsing of lists with missing levels- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)