Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2025

This PR contains the following updates:

Package Update Change
dprint-markdown minor 0.18.0 -> 0.19.0
dprint-pretty_yaml patch v0.5.0 -> v0.5.1
dprint-typescript minor 0.94.0 -> 0.95.11

Release Notes

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

v0.19.0

Compare Source

Changes

  • feat: support formatting YAML-style metadata block with external formatter (#​139)
  • feat: support formatting python codeblocks (#​136)

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

JS Formatting API

g-plane/pretty_yaml (dprint-pretty_yaml)

v0.5.1

Compare Source

Fixes

  • Fixed trailing zero trimmed on strings.
  • Fixed block map key after empty block sequence.
  • Fixed empty document.
dprint/dprint-plugin-typescript (dprint-typescript)

v0.95.11

Compare Source

Changes

  • fix: upgrade deno_ast to 0.50.0 (#​736)

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

JS Formatting API

v0.95.10

Compare Source

Changes

  • fix: keep paren around expr for @satisfies jsdoc (#​735)

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

JS Formatting API

v0.95.9

Compare Source

Changes

  • Updated deno_ast

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

JS Formatting API

v0.95.8

Compare Source

Changes

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

JS Formatting API

v0.95.7

Compare Source

Changes

  • fix: handling of indent inside embedded language (#​718)

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

JS Formatting API

v0.95.6

Compare Source

Changes

  • fix: line number in syntax error message from external formatter (#​722)

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

JS Formatting API

v0.95.5

Compare Source

Changes

  • No changes. Just a deno_ast API upgrade.

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

JS Formatting API

v0.95.4

Compare Source

Changes

  • fix: allow expression to be used as key-value pair or block in embedded css (#​712)
  • fix: handle backslashes in embedded template language reasonably (#​714)

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

JS Formatting API

v0.95.3

Compare Source

Changes

  • feat: allow external formatter to cause formatting error (#​710)

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

JS Formatting API

v0.95.2

Compare Source

Changes

  • fix: upgrade to swc_ecma_parser 12 (#​711)

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

JS Formatting API

v0.95.1

Compare Source

Changes

  • fix: external formatter should be able to handle tab characters (#​708)

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

JS Formatting API

v0.95.0

Compare Source

Changes

  • feat: support formatting of languages embedded in tagged template literals (Rust API Only) (#​701)
  • fix: upgrade to swc_parser 11.1.3 (#​706)

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

JS Formatting API


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/dprint-plugins branch from e8ab528 to 5abe4b4 Compare October 10, 2025 14:42
@Boshen Boshen merged commit f05db2d into main Oct 10, 2025
0 of 3 checks passed
@Boshen Boshen deleted the renovate/dprint-plugins branch October 10, 2025 14:48
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.

2 participants