Skip to content

chore(deps): update dependency dprint-json to v0.23.0#113

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
dprint-json minor 0.22.00.23.0

Release Notes

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

v0.23.0

Compare Source

Changes

  • fix(BREAKING): remove anyhow dependency (#​58)

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

JS Formatting API

v0.22.1

Compare Source

Changes

  • fix: update to jsonc-parser 0.34 (#​57)

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 afc7bca to c4d7729 Compare July 13, 2026 00:57
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