scop / bash-completion

Programmable completion functions for bash
GNU General Public License v2.0
2.8k stars 376 forks source link

chore(pre-commit): update jackdewinter/pymarkdown to v0.9.18 #1139

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
jackdewinter/pymarkdown repository patch v0.9.17 -> v0.9.18

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

jackdewinter/pymarkdown (jackdewinter/pymarkdown) ### [`v0.9.18`](https://togithub.com/jackdewinter/pymarkdown/releases/tag/v0.9.18): Version 0.9.18 [Compare Source](https://togithub.com/jackdewinter/pymarkdown/compare/v0.9.17...v0.9.18) #### Version 0.9.18 - Date: 2024-03-18 This release focuses on getting the feature list complete for a version 1.0 release in the first half of 2024. This release was mainly fixes addressing the new "fix" functionality for a number of the rules, as well as issues with tab characters. PLEASE NOTE. We have an extensive test suite, but we can always use your help with scenarios that we have not thought of. If you run into a situation that causes a bad parsing or other exception, please let us know. A lot of the work we are doing to prepare for the new releases is centered around extra cases for tab characters as well as the newer fix functionality. Please report any issues with these features to help us make it better for others. ##### Added - [Issue 990](https://togithub.com/jackdewinter/pymarkdown/issues/990) - added ability to use a TOML file in `pyproject.toml` format with the `--config` command line flag ##### Fixed - [Issue 992](https://togithub.com/jackdewinter/pymarkdown/issues/992) - Verified behavior of Rule Md009, fixing some small issues - [Issue 994](https://togithub.com/jackdewinter/pymarkdown/issues/994) - Verified behavior of Rule Md029, adding configuration for starting ordered lists from integers greater than 1 - [Issue 1001](https://togithub.com/jackdewinter/pymarkdown/issues/1001) - Verified behavior of rules Md019 and Md021, fixing issues with Md021 - [Issue 1003](https://togithub.com/jackdewinter/pymarkdown/issues/1003) - Verified behavior of rule Md037 with more types of inline elements - [Issue 1007](https://togithub.com/jackdewinter/pymarkdown/issues/1007) - Verified behavior of rule md023 with more cases, especially tab characters - multiple cases of fixing the rule and multiple cases of fixing the parser - [Issue 1015](https://togithub.com/jackdewinter/pymarkdown/issues/1015) - Fixed issue with split tab and a simple list indent ##### Changed - [Issue 944](https://togithub.com/jackdewinter/pymarkdown/issues/944) - verified that all existing fix tests are parameterized - new fix tests for rule going forward will require this - [Issue 1005](https://togithub.com/jackdewinter/pymarkdown/issues/1005) - verified behavior of rule Md039 - added link reference defintion's link title to the previous list of link title and image's link title for examination - [Issue 1007](https://togithub.com/jackdewinter/pymarkdown/issues/1007) - changed GHA workflow to be more precise when unable to start remote job

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.