Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2025

This PR contains the following updates:

Package Update Change
dprint-json minor 0.20.0 -> 0.21.0
dprint-markdown minor 0.19.0 -> 0.20.0

Release Notes

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

v0.21.0

Compare Source

Changes

  • feat: support hexadecimal numbers, plus sign on numbers, and properties with underscores (#​42)

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

JS Formatting API

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

v0.20.0

Compare Source

Changes

  • feat: support formatting Dockerfile code blocks (#​142)
  • feat: support formatting XML code blocks (#​143)
  • fix: format JSONC code blocks as such, not JSON (#​144)
  • style: spelling and grammar fixes (#​141)

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 19, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Oct 19, 2025
@renovate renovate bot force-pushed the renovate/dprint-plugins branch from b0f4c88 to d477cef Compare October 19, 2025 22:13
@renovate renovate bot changed the title chore(deps): update dependency dprint-markdown to v0.20.0 chore(deps): update dprint plugins Oct 19, 2025
@renovate renovate bot force-pushed the renovate/dprint-plugins branch from d477cef to e2ff617 Compare October 19, 2025 22:14
@Boshen Boshen merged commit 6d5f7b2 into main Oct 20, 2025
18 checks passed
@Boshen Boshen deleted the renovate/dprint-plugins branch October 20, 2025 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants