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.0 #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
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.0 age adoption passing confidence

Release Notes

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

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/[email protected]
npm error Found: @dprint/[email protected]
npm error node_modules/@dprint/typescript
npm error   dev @dprint/typescript@"0.93.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional @dprint/typescript@"^0.90.4" from @ben_12/[email protected]
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/[email protected]
npm error node_modules/@dprint/typescript
npm error   peerOptional @dprint/typescript@"^0.90.4" from @ben_12/[email protected]
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-09-18T13_16_34_529Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-18T13_16_34_529Z-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 changed the title ⬆️ Update dependency @dprint/typescript to v0.91.6 ⬆️ Update dependency @dprint/typescript to v0.91.7 Aug 30, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 30, 2024
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 5 times, most recently from 0618191 to 24bcae4 Compare September 5, 2024 03:05
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 24bcae4 to a4582d4 Compare September 5, 2024 19:30
@renovate renovate bot changed the title ⬆️ Update dependency @dprint/typescript to v0.91.7 ⬆️ Update dependency @dprint/typescript to v0.91.8 Sep 5, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 5, 2024
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch 6 times, most recently from 1bef20a to 6a23935 Compare September 16, 2024 03:01
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 6a23935 to 63e7eca Compare September 16, 2024 21:12
@renovate renovate bot force-pushed the renovate/dprint-typescript-0.x branch from 63e7eca to 9b96259 Compare September 17, 2024 18:32
@renovate renovate bot changed the title ⬆️ Update dependency @dprint/typescript to v0.91.8 ⬆️ Update dependency @dprint/typescript to v0.92.0 Sep 17, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 17, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 17, 2024
@renovate renovate bot changed the title ⬆️ Update dependency @dprint/typescript to v0.92.0 ⬆️ Update dependency @dprint/typescript to v0.93.0 Sep 18, 2024
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