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.93.2 - autoclosed #57

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dprint/typescript 0.90.5 -> 0.93.2 age adoption passing confidence

Release Notes

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

v0.93.2

Compare Source

Changes

  • fix: handle jsx ignore container followed by jsx text (#​681)

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

JS Formatting API

v0.93.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.93.1.wasm"
      ]
    }

JS Formatting API

v0.93.0

Compare Source

Changes

  • fix: revert back default type only named imports/exports sorting to "none" (#​666)

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

JS Formatting API

v0.92.0

Compare Source

Changes

  • feat: ability to sort type only named imports and exports first or last (#​664)
  • fix: add type only named import/exports sorting to deno config (#​665)

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

JS Formatting API

v0.91.8

Compare Source

Changes

  • feat: allow overwriting used file extension (#​660)

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

JS Formatting API

v0.91.7

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

JS Formatting API

v0.91.6

Compare Source

Changes

  • fix: support using decl in for of stmt (#​655)

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

JS Formatting API

v0.91.5

Compare Source

Changes

  • fix: prevent prefix semicolon insertion for increment and decrement (#​648)
  • perf: deno_ast 0.41 (#​653)

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

JS Formatting API

v0.91.4

Compare Source

Changes

  • fix: trailing comments sometimes being inserted before the comma in parameter lists (#​651)

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

JS Formatting API

v0.91.3

Compare Source

Changes

  • fix: upgrade deno_ast to 0.40.0 (#​647)

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

JS Formatting API

v0.91.2

Compare Source

Changes

  • fix: correct bracePosition for export default class (#​646)
  • fix: correct spaceBeforeParentheses for export default function with name (#​645)

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

JS Formatting API

v0.91.1

Compare Source

Changes

  • perf: avoid file text string clone in wasm (#​639)

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

JS Formatting API

v0.91.0

Compare Source

Changes

  • feat: strip BOM on files without any changes otherwise (#​638)

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.91.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 May 28, 2024
@renovate renovate bot enabled auto-merge May 28, 2024 20:36
Copy link
Contributor Author

renovate bot commented May 28, 2024

⚠️ 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 error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @ben_12/eslint-plugin-dprint@0.11.3
npm error Found: @dprint/typescript@0.93.2
npm error node_modules/@dprint/typescript
npm error   dev @dprint/typescript@"0.93.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @dprint/typescript@"^0.90.4" from @ben_12/eslint-plugin-dprint@0.11.3
npm error node_modules/@ben_12/eslint-plugin-dprint
npm error   dev @ben_12/eslint-plugin-dprint@"0.11.3" from the root project
npm error
npm error Conflicting peer dependency: @dprint/typescript@0.90.5
npm error node_modules/@dprint/typescript
npm error   peerOptional @dprint/typescript@"^0.90.4" from @ben_12/eslint-plugin-dprint@0.11.3
npm error   node_modules/@ben_12/eslint-plugin-dprint
npm error     dev @ben_12/eslint-plugin-dprint@"0.11.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 /tmp/renovate/cache/others/npm/_logs/2024-11-05T04_18_44_445Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-05T04_18_44_445Z-debug-0.log

renovate-approve[bot]
renovate-approve bot previously approved these changes May 28, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes May 28, 2024
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 6 times, most recently from e4dbda4 to 436d3a2 Compare June 4, 2024 03:56
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 436d3a2 to a1bb6cd Compare June 4, 2024 17:15
@renovate renovate bot changed the title ⬆️ Update dependency @dprint/typescript to v0.91.0 ⬆️ Update dependency @dprint/typescript to v0.91.1 Jun 4, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 4, 2024
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 5 times, most recently from 8294261 to ba2b080 Compare June 10, 2024 06:45
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 8 times, most recently from 8a7a1d4 to e9479ed Compare June 18, 2024 10:34
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 5 times, most recently from 7cf3263 to 3ea9698 Compare October 21, 2024 21:09
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 2 times, most recently from 5000bb2 to e716adf Compare October 28, 2024 04:03
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from e716adf to fee807b Compare October 28, 2024 22:47
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 28, 2024
@renovate renovate bot changed the title ⬆️ Update dependency @dprint/typescript to v0.93.0 ⬆️ Update dependency @dprint/typescript to v0.93.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 9 times, most recently from ef3e373 to 17d34b6 Compare November 4, 2024 04:12
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 17d34b6 to 2db7b74 Compare November 4, 2024 21:32
@renovate renovate bot changed the title ⬆️ Update dependency @dprint/typescript to v0.93.1 ⬆️ Update dependency @dprint/typescript to v0.93.2 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 2db7b74 to a7f1283 Compare November 5, 2024 04:18
@renovate renovate bot changed the title ⬆️ Update dependency @dprint/typescript to v0.93.2 ⬆️ Update dependency @dprint/typescript to v0.93.2 - autoclosed Nov 7, 2024
@renovate renovate bot closed this Nov 7, 2024
auto-merge was automatically disabled November 7, 2024 17:22

Pull request was closed

@renovate renovate bot deleted the renovate/dprint-typescript-0.x branch November 7, 2024 17:22
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