fandsdev / django

Our production ready (too much) opinionated django template
MIT License
212 stars 36 forks source link

Bump pymarkdownlnt from 0.9.18 to 0.9.19 in /{{ cookiecutter.name }} #631

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps pymarkdownlnt from 0.9.18 to 0.9.19.

Release notes

Sourced from pymarkdownlnt's releases.

Version 0.9.19

This release focuses on getting the documentation up to date and in the new read-the-docs format. Some small issues were addressed, but this is mainly to get the documents into good shape for release.

To view the new documentation, go to ReadTheDocs.

Changelog

Sourced from pymarkdownlnt's changelog.

Version 0.9.19 - Date: 2024-04-30

This release focuses on getting the documentation up to date and in the new read-the-docs format. Some small issues were addressed, but this is mainly to get the documents into good shape for release.

To view the new documentation, goto ReadTheDocs.

Added

  • Issue 801
    • Started movement of docs from README.md and docs directory to the newdocs directory with a shorter README.md.
  • Issue 1059
    • Complete redo of pre-commit documentation.
  • Issue 1070
    • Complete redo of advanced configuration documentation.

Fixed

  • None

Changed

  • Issue 1031
    • went through code base and used if/else expressions where possible
  • Issue 1033
    • went through tests for Md007, add some extra tests to cover missed scenarios
  • Issue 1037
    • replaced calls to collect/extract ParserHelper functions followed by asserts with X_verified functions that do that already
  • Issue 1039
    • ensure that all asserts have a message with their reasoning
    • verify that the asserts are required, refactoring where necessary
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 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)