eslint-plugin-dprint-integration icon indicating copy to clipboard operation
eslint-plugin-dprint-integration copied to clipboard

fix(deps): update dependency @dprint/typescript to ^0.90.0

Open renovate[bot] opened this issue 4 months ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dprint/typescript ^0.88.7 -> ^0.90.0 age adoption passing confidence

Release Notes

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

v0.90.1

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

JS Formatting API

v0.90.0

Compare Source

Changes

  • feat: allow breaking imports/exports when more than one (#​617, #​619)
  • fix: upgrade deno_ast to 0.35.0 (#​618)

forceMultiLineSpecifiers is no longer a boolean and takes never | always | whenMultiple string options.

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

JS Formatting API

v0.89.3

Compare Source

Changes

  • perf: upgrade dprint-core 0.66 (#​615)

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

JS Formatting API

v0.89.2

Compare Source

Changes

  • fix: memory leak in dprint-swc-ext (#​613)

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

JS Formatting API

v0.89.1

Compare Source

Changes

  • fix: remove accidentally left around eprintln (#​612)

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

JS Formatting API

v0.89.0

Compare Source

Changes

  • feat: add parenExpression.spaceAround (#​607)
  • feat: add catchClause.spaceAround (#​608)
  • feat: support source phase imports (#​610)
  • fix: arguments.spaceAround not adding spaces when an arrow function is the only argument (#​606)

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

JS Formatting API


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Feb 09 '24 00:02 renovate[bot]