Skip to content

chore(deps): update dprint/dprint-plugin-json to v0.21.3#456

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dprint-plugins
Open

chore(deps): update dprint/dprint-plugin-json to v0.21.3#456
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dprint-plugins

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 27, 2026

This PR contains the following updates:

Package Update Change
dprint/dprint-plugin-json patch 0.21.10.21.3

Release Notes

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

v0.21.3

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 json).
  2. Add a "json" configuration property if desired.
    {
      // ...etc...
      "json": {
        // json config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/json-0.21.3.wasm"
      ]
    }

JS Formatting API

v0.21.2

Compare Source

Changes

  • perf: upgrade to jsonc-parser 0.31 (#​46)

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

JS Formatting API


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

@renovate renovate Bot force-pushed the renovate/dprint-plugins branch from 1c1e290 to 030061b Compare March 27, 2026 16:45
@renovate renovate Bot changed the title chore(deps): update dprint/dprint-plugin-json to v0.21.2 chore(deps): update dprint/dprint-plugin-json to v0.21.3 Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/dprint-plugins branch from 030061b to 3dc1ca2 Compare May 14, 2026 18:46
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