eslint-plugin-dprint-integration icon indicating copy to clipboard operation
eslint-plugin-dprint-integration copied to clipboard

fix(deps): update dependency @dprint/markdown to ^0.17.0

Open renovate[bot] opened this issue 2 months ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dprint/markdown ^0.16.3 -> ^0.17.0 age adoption passing confidence

Release Notes

dprint/dprint-plugin-markdown (@​dprint/markdown)

v0.17.0

Compare Source

Changes

  • feat: add astro tag (#​100)
  • feat: allow configuration of unordered list character (#​101)
  • fix: support nested lists in block quotes (#​94)

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array or run dprint config add markdown.
  2. Add a "markdown" configuration property if desired.
    {
      // ...etc...
      "markdown": {
        // markdown config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/markdown-0.17.0.wasm"
      ]
    }
    

JS Formatting API

v0.16.4

Compare Source

Changes

  • perf: upgrade dprint-core 0.66 (#​99)

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array or run dprint config add markdown.
  2. Add a "markdown" configuration property if desired.
    {
      // ...etc...
      "markdown": {
        // markdown config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/markdown-0.16.4.wasm"
      ]
    }
    

JS Formatting API


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 Mend Renovate. View repository job log here.

renovate[bot] avatar Apr 29 '24 20:04 renovate[bot]