Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@dprint/json 0.20.0 -> 0.21.0 age confidence

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added the renovate label Oct 20, 2025
@renovate renovate bot enabled auto-merge October 20, 2025 00:46
@renovate
Copy link
Contributor Author

renovate bot commented Oct 20, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @ben_12/eslint-plugin-dprint@1.3.3
npm error Found: @dprint/json@0.21.0
npm error node_modules/@dprint/json
npm error   dev @dprint/json@"0.21.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @dprint/json@"^0.20.0" from @ben_12/eslint-plugin-dprint@1.3.3
npm error node_modules/@ben_12/eslint-plugin-dprint
npm error   dev @ben_12/eslint-plugin-dprint@"1.3.3" from the root project
npm error
npm error Conflicting peer dependency: @dprint/json@0.20.0
npm error node_modules/@dprint/json
npm error   peerOptional @dprint/json@"^0.20.0" from @ben_12/eslint-plugin-dprint@1.3.3
npm error   node_modules/@ben_12/eslint-plugin-dprint
npm error     dev @ben_12/eslint-plugin-dprint@"1.3.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-11-24T08_50_01_481Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-11-24T08_50_01_481Z-debug-0.log

@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch 3 times, most recently from 739f54f to 3869006 Compare October 22, 2025 22:35
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch 5 times, most recently from f38f981 to eb5a0b7 Compare November 3, 2025 04:45
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch 7 times, most recently from 1429237 to 0619454 Compare November 10, 2025 06:48
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch 3 times, most recently from 956f338 to f7f7b9f Compare November 17, 2025 21:21
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch from f7f7b9f to ab75a65 Compare November 24, 2025 05:04
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch from ab75a65 to ccd2f38 Compare November 24, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant