kachick / anylang-template

A template that is not exclusive to one programming language
MIT License
0 stars 0 forks source link

Update dependency dprint/dprint-plugin-markdown to v0.17.1 #107

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
dprint/dprint-plugin-markdown patch 0.17.0 -> 0.17.1

Release Notes

dprint/dprint-plugin-markdown (dprint/dprint-plugin-markdown) ### [`v0.17.1`](https://togithub.com/dprint/dprint-plugin-markdown/releases/tag/0.17.1) [Compare Source](https://togithub.com/dprint/dprint-plugin-markdown/compare/0.17.0...0.17.1) #### Changes - fix: strip bom ([#​107](https://togithub.com/dprint/dprint-plugin-markdown/issues/107)) #### Install [Install](https://dprint.dev/install/) and [setup](https://dprint.dev/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. ```jsonc { // ...etc... "markdown": { // markdown config goes here }, "plugins": [ "https://plugins.dprint.dev/markdown-0.17.1.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://togithub.com/dprint/js-formatter) - Browser/Deno and Node - [npm package](https://www.npmjs.com/package/@​dprint/markdown)

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.



This PR has been generated by Mend Renovate. View repository job log here.