• 0.1.37 d9a291c11e

    chore(deps): update dependency prettier to v3.8.4 (#79)
    CD / Release (push) Successful in 12s

    gitea-actions released this 2026-06-17 20:59:03 +02:00 | 9 commits to main since this release

    This PR contains the following updates:

    Package Change Age Confidence
    prettier (source) 3.8.33.8.4 age confidence

    Release Notes

    prettier/prettier (prettier)

    v3.8.4

    Compare Source

    diff

    Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

    Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

    <!-- Input -->
    - a
    
      - b
    
    - c
    
      - d
    
    <!-- Prettier 3.8.3 -->
    - a
      - b
    - c
      - d
    
    <!-- Prettier 3.8.4 -->
    - a
    
      - b
    
    - c
    
      - d
    

    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.


    • If you want to rebase/retry this PR, check this box

    This PR has been generated by Renovate Bot.

    Reviewed-on: #79
    Reviewed-by: t.behrendt 2+t.behrendt@noreply.localhost
    Co-authored-by: Renovate Bot renovate@t00n.de
    Co-committed-by: Renovate Bot renovate@t00n.de

    Downloads