Skip to content

⬆️ Update dependency @dprint/json to v0.20.0 #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dprint/json 0.19.4 -> 0.20.0 age adoption passing confidence

Release Notes

dprint/dprint-plugin-json (@​dprint/json)

v0.20.0

Compare Source

Changes

  • feat: dprint-core 0.47 (#​41)

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.20.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 Mar 6, 2025
@renovate renovate bot enabled auto-merge March 6, 2025 18:31
Copy link
Contributor Author

renovate bot commented Mar 6, 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/[email protected]
npm error Found: @dprint/[email protected]
npm error node_modules/@dprint/json
npm error   dev @dprint/json@"0.20.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @dprint/json@"^0.19.4" from @ben_12/[email protected]
npm error node_modules/@ben_12/eslint-plugin-dprint
npm error   dev @ben_12/eslint-plugin-dprint@"0.15.0" from the root project
npm error
npm error Conflicting peer dependency: @dprint/[email protected]
npm error node_modules/@dprint/json
npm error   peerOptional @dprint/json@"^0.19.4" from @ben_12/[email protected]
npm error   node_modules/@ben_12/eslint-plugin-dprint
npm error     dev @ben_12/eslint-plugin-dprint@"0.15.0" 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-03-31T16_50_25_823Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-31T16_50_25_823Z-debug-0.log

@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch 7 times, most recently from 44ab235 to f860826 Compare March 10, 2025 13:07
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch 5 times, most recently from c4b4b10 to f2b29fb Compare March 24, 2025 05:35
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch 4 times, most recently from 7b777e8 to f73fa81 Compare March 31, 2025 06:44
@renovate renovate bot force-pushed the renovate/dprint-json-0.x branch from f73fa81 to b94b23e Compare March 31, 2025 16: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.

0 participants