Skip to content

chore(deps): update dependency dprint-typescript to v0.96.0#212

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dprint-plugins
May 10, 2026
Merged

chore(deps): update dependency dprint-typescript to v0.96.0#212
renovate[bot] merged 1 commit into
mainfrom
renovate/dprint-plugins

Conversation

@renovate

@renovate renovate Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
dprint-typescript minor 0.95.150.96.0

Release Notes

dprint/dprint-plugin-typescript (dprint-typescript)

v0.96.0

Compare Source

Changes

  • feat: add functionExpression.flatIife option (#​781)
  • fix: handle multi-character binary operators split by SWC's lexer (#​780)

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.96.0.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 enabled auto-merge (squash) May 10, 2026 16:41
@renovate renovate Bot merged commit 4760133 into main May 10, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/dprint-plugins branch May 10, 2026 16:42
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