Skip to content

chore(deps): update dprint plugins#103

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/dprint-plugins
Feb 8, 2026
Merged

chore(deps): update dprint plugins#103
renovate[bot] merged 1 commit intomainfrom
renovate/dprint-plugins

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2026

This PR contains the following updates:

Package Update Change
dprint-json patch 0.21.00.21.1
dprint-markdown minor 0.20.00.21.1
dprint-pretty_yaml minor v0.5.1v0.6.0
dprint-typescript patch 0.95.130.95.15

Release Notes

dprint/dprint-plugin-json (dprint-json)

v0.21.1

Compare Source

Changes

  • fix: update to jsonc-parser 0.28 (#​44)

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array (can be done via dprint config add json).
  2. Add a "json" configuration property if desired.
    {
      // ...etc...
      "json": {
        // json config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/json-0.21.1.wasm"
      ]
    }

JS Formatting API

dprint/dprint-plugin-markdown (dprint-markdown)

v0.21.1

Compare Source

Changes

  • fix: use trusted publishing (#​177)
  • fix: correct whitespace trim algorithm (#​173)
  • feat: support more code fence formatter plugins through config (#​153)
  • fix: make setext width variable based on the text (#​169)
  • feat: add HeadingKind (setext or ATX) formatting options. (#​155)
  • feat: support formatting cue tagged code blocks with another plugin (#​154)
  • feat: support formatting html tagged code blocks (#​152)

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.21.1.wasm"
      ]
    }

JS Formatting API

g-plane/pretty_yaml (dprint-pretty_yaml)

v0.6.0

Compare Source

Features

  • Added proseWrap option.
  • For Rust API consumers: Removed AstNode trait in yaml_parser. Please just use rowan::ast::AstNode instead.

Fixes

  • Don't indent block scalar under block sequence.
dprint/dprint-plugin-typescript (dprint-typescript)

v0.95.15

Compare Source

Changes

  • fix: npm publish was broken (#​773)
  • fix: remove needless parens in key value prop value (#​766)

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array (can be done via dprint config add typescript).
  2. Add a "typescript" configuration property if desired.
    {
      // ...etc...
      "typescript": {
        // TypeScript & JavaScript config goes here
      },
      "excludes": [
        "**/node_modules"
      ],
      "plugins": [
        "https://plugins.dprint.dev/typescript-0.95.15.wasm"
      ]
    }

JS Formatting API


Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) February 8, 2026 17:15
@renovate renovate bot merged commit 63a4e17 into main Feb 8, 2026
2 checks passed
@renovate renovate bot deleted the renovate/dprint-plugins branch February 8, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants