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

Bump pymarkdownlnt from 0.9.13.3 to 0.9.13.4 #80

Merged
merged 2 commits into from Sep 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps pymarkdownlnt from 0.9.13.3 to 0.9.13.4.

Release notes

Sourced from pymarkdownlnt's releases.

v0.9.13.4

This is a small patch release to deal with some issues found during the last release cycle. Note: noted there were some issues with the pymarkdown_test project and giving false positives. Will be looking into that for the next release.

Fixed

  • Issue 755
    • fixed issue where new directories were not captured due to false positive
  • Issue 759
    • code_blocks property for MD010 was inverted
    • will check for others like this as more fix mode work is done
Changelog

Sourced from pymarkdownlnt's changelog.

Version 0.9.13.4 - Date: 2023-09-09

Note: noted there were some issues with the pymarkdown_test project and giving false positives. Will be looking into that for the next release.

Fixed

  • Issue 755
    • fixed issue where new directories were not captured due to false positive
  • Issue 759
    • code_blocks property for MD010 was inverted
    • will check for others like this as more fix mode work is done

Version 0.9.13 - Date: 2023-09-03

This release had some new features, but the most interesting one of all is the start of the work on the fix mode that has been requested. It is invoke by invoking the scan engine with -x-fix scan instead of scan. It is still in the early stages, but you can experiment with it and rules md001, md009, md010, and md047 for which fix mode has been implemented. Note that all the documentation will not reflect fix mode until it is further along, but try it out if you would like!

In addition, because of requests, the following two features and one bug fix have been addressed:

  • YAML support
    • YAML support is provided for default configuration using the .pymarkdown.yml and .pymarkdown.yaml file
      • note that the .pymarkdown file is checked first, and if present, YAML default files will not be loaded
    • YAML support is provided for the command line --config argument
      • if the specified file does not parse as JSON, PyMarkdown will attempt to parse it as YAML
  • Return Code Schemes
    • the --return-code-scheme argument accepts either default or minimal
    • default is the normaly return codes for PyMarkdown
    • minimal returns a code of 0 even if no files were found or if there were any rules triggered
  • Rule MD010
    • The rule was not dealing with tabs in code-blocks properly
    • Fixed so that any line that contains a code-block does not trigger the rule

Added

  • Issue 618
    • Alpha pass at fix mode
    • Rules md001, md009, md010, and md047 support fix mode, but not documented
  • Issue 691
    • Allow YAML for configuration files

... (truncated)

Commits

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 [pymarkdownlnt](https://github.com/jackdewinter/pymarkdown) from 0.9.13.3 to 0.9.13.4.
- [Release notes](https://github.com/jackdewinter/pymarkdown/releases)
- [Changelog](https://github.com/jackdewinter/pymarkdown/blob/main/changelog.md)
- [Commits](jackdewinter/pymarkdown@v0.9.13.3...v0.9.13.4)

---
updated-dependencies:
- dependency-name: pymarkdownlnt
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 11, 2023
@seapagan
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit 0f8a34a into main Sep 12, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pymarkdownlnt-0.9.13.4 branch September 12, 2023 08:46
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant