Skip to content

Comments

Update markdown-to-mrkdwn requirement from <0.3 to <0.4#57

Merged
amotl merged 1 commit intomainfrom
dependabot/pip/markdown-to-mrkdwn-lt-0.4
Jan 4, 2026
Merged

Update markdown-to-mrkdwn requirement from <0.3 to <0.4#57
amotl merged 1 commit intomainfrom
dependabot/pip/markdown-to-mrkdwn-lt-0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Updates the requirements on markdown-to-mrkdwn to permit the latest version.

Release notes

Sourced from markdown-to-mrkdwn's releases.

v0.3.0

What's Changed

New Contributors

Full Changelog: fla9ua/markdown_to_mrkdwn@v0.2.0...v0.3.0

Changelog

Sourced from markdown-to-mrkdwn's changelog.

[0.3.0] - 2025-12-24

Fixed

  • Fixed parsing failures when converting Markdown text containing Windows-style line endings (\r\n)
    • Code block detection: Updated regex to handle trailing whitespace including \r characters
    • Header parsing: Updated header regexes to be more robust against trailing whitespace
    • Changed line splitting from split('\n') to splitlines() to universally handle \n, \r, and \r\n
    • Ensured self.in_code_block is reset at the beginning of conversion to prevent state leakage

[0.2.0] - 2025-04-19

Added

  • Plugin system: register_plugin, register_regex_plugin for user-defined conversions
  • Support for regex-based line plugins (with priority and timing)
  • timing (before/after) to control plugin application order
  • Enhanced tests for plugin and regex features
  • Expanded documentation and usage examples in README.md, README.rst

[0.1.7] - 2025-04-12

Added

  • Added support for header (H4, H5, H6)

[0.1.6] - 2025-04-02

Added

  • Added support for ordered lists (numbered lists with proper indentation)
  • Improved code block handling to preserve language specification

[0.1.5] - 2025-04-01

Fixed

  • Fixed Sphinx documentation issues
    • Added proper toctree references in index.rst
    • Enhanced documentation content with installation and usage examples
    • Improved navigation between documentation pages

Added

  • Added support for task lists (- [ ] task, - [x] task)
  • Added support for Markdown tables
  • Added support for strikethrough text conversion (text to text)

[0.1.4] - 2025-02-25

Fixed

  • Fixed an issue where both bold and italic text was converted incorrectly #8
    • Added related test cases

[0.1.3] - 2025-02-10

Changed

  • Rename Author

[0.1.2] - 2025-01-25

Fixed

  • Fixed code block conversion issue #5
    • Added code block state tracking
    • Skip conversion inside code blocks

... (truncated)

Commits
  • 1663f49 update copywrite year
  • dcd9ad6 update version
  • f2ccd3b Merge pull request #29 from fla9ua/develop
  • 3502329 Merge pull request #28 from DaStru/feature/crlf-line-endings
  • b56e0a0 Updated tests
  • 8124c5b Fix markdown conversion issues with CRLF line endings
  • 3123405 テストファイルにパスを追加し、モジュールのインポートを修正
  • c167c45 Merge pull request #24 from fla9ua/develop
  • 995f2f0 Update badge
  • 28e128f Update github actions
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 29, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@amotl
Copy link
Member

amotl commented Jan 4, 2026

@dependabot rebase

Updates the requirements on [markdown-to-mrkdwn](https://github.com/fla9ua/markdown_to_mrkdwn) to permit the latest version.
- [Release notes](https://github.com/fla9ua/markdown_to_mrkdwn/releases)
- [Changelog](https://github.com/fla9ua/markdown_to_mrkdwn/blob/main/CHANGELOG.md)
- [Commits](fla9ua/markdown_to_mrkdwn@v0.1.0...v0.3.0)

---
updated-dependencies:
- dependency-name: markdown-to-mrkdwn
  dependency-version: 0.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/markdown-to-mrkdwn-lt-0.4 branch from 1b8aab6 to bdd94cd Compare January 4, 2026 17:54
@codecov
Copy link

codecov bot commented Jan 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.40%. Comparing base (881de36) to head (bdd94cd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   56.40%   56.40%           
=======================================
  Files          28       28           
  Lines        1982     1982           
=======================================
  Hits         1118     1118           
  Misses        864      864           
Flag Coverage Δ
unittests 56.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amotl amotl merged commit 2c49d25 into main Jan 4, 2026
6 checks passed
@amotl amotl deleted the dependabot/pip/markdown-to-mrkdwn-lt-0.4 branch January 4, 2026 17:56
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.

1 participant