Skip to content

Commit cdae358

Browse files
chore(deps): update dependency dprint-markdown to v0.22.0 (#965)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dprint-markdown](https://redirect.github.com/dprint/dprint-plugin-markdown) | minor | `0.21.1` → `0.22.0` | --- ### Release Notes <details> <summary>dprint/dprint-plugin-markdown (dprint-markdown)</summary> ### [`v0.22.0`](https://redirect.github.com/dprint/dprint-plugin-markdown/releases/tag/0.22.0) [Compare Source](https://redirect.github.com/dprint/dprint-plugin-markdown/compare/0.21.1...0.22.0) #### Changes - feat: add listIndentKind config option ([#&#8203;176](https://redirect.github.com/dprint/dprint-plugin-markdown/issues/176)) #### 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.22.0.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://redirect.github.com/dprint/js-formatter) - Browser/Deno and Node - [npm package](https://www.npmjs.com/package/@&#8203;dprint/markdown) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/London) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/tsgolint). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d356c9e commit cdae358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"plugins": [
1313
"https://plugins.dprint.dev/typescript-0.96.0.wasm",
1414
"https://plugins.dprint.dev/json-0.21.3.wasm",
15-
"https://plugins.dprint.dev/markdown-0.21.1.wasm",
15+
"https://plugins.dprint.dev/markdown-0.22.0.wasm",
1616
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
1717
"https://plugins.dprint.dev/toml-0.7.0.wasm",
1818
"https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf"

0 commit comments

Comments
 (0)