Skip to content
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

⬆️ Update dependency @dprint/typescript to v0.94.0 #196

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/typescript 0.93.3 -> 0.94.0 age adoption passing confidence

Release Notes

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

v0.94.0

Compare Source

Changes

  • bump node version
  • feat: support TsImportCallOptions (#​702)

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 typescript).
  2. Add a "typescript" configuration property if desired.
    {
      // ...etc...
      "typescript": {
        // TypeScript & JavaScript config goes here
      },
      "excludes": [
        "**/node_modules"
      ],
      "plugins": [
        "https://plugins.dprint.dev/typescript-0.94.0.wasm"
      ]
    }

JS Formatting API

v0.93.4

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 typescript).
  2. Add a "typescript" configuration property if desired.
    {
      // ...etc...
      "typescript": {
        // TypeScript & JavaScript config goes here
      },
      "excludes": [
        "**/node_modules"
      ],
      "plugins": [
        "https://plugins.dprint.dev/typescript-0.93.4.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
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/typescript
npm error   dev @dprint/typescript@"0.94.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @dprint/typescript@"^0.93.3" 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/typescript
npm error   peerOptional @dprint/typescript@"^0.93.3" 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_42_103Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-31T16_50_42_103Z-debug-0.log

@renovate renovate bot enabled auto-merge March 6, 2025 19:36
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 37adfe6 to 6ddd6f9 Compare March 6, 2025 19:38
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 4 times, most recently from 452d0e0 to 4d0d434 Compare March 10, 2025 13:08
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 5 times, most recently from 8467774 to 47566fd Compare March 24, 2025 05:35
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 4 times, most recently from c827759 to 86cea69 Compare March 31, 2025 06:45
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 86cea69 to e118f19 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