Skip to content

chore(deps): update dprint plugins#63

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dprint-plugins
May 24, 2026
Merged

chore(deps): update dprint plugins#63
renovate[bot] merged 1 commit into
mainfrom
renovate/dprint-plugins

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 24, 2026

This PR contains the following updates:

Package Update Change
dprint-markdown patch 0.22.00.22.1
dprint-typescript patch 0.96.00.96.1

Release Notes

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

v0.22.1

Compare Source

Changes

  • fix: unindent multibyte whitespace characters in code blocks (#​184)

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

JS Formatting API

dprint/dprint-plugin-typescript (dprint-typescript)

v0.96.1

Compare Source

Changes
  • fix: balance indent signals on multi-level jumps in embedded tagged templates (#​783)
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.96.1.wasm"
      ]
    }
JS Formatting API

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • 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.

👻 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 merged commit 9f5844e into main May 24, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/dprint-plugins branch May 24, 2026 21:58
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