Closed renovate[bot] closed 1 week ago
This PR contains the following updates:
0.93.0
0.93.1
📅 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.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
0.93.0
->0.93.1
Release Notes
dprint/dprint-plugin-typescript (dprint/dprint-plugin-typescript)
### [`v0.93.1`](https://redirect.github.com/dprint/dprint-plugin-typescript/releases/tag/0.93.1) [Compare Source](https://redirect.github.com/dprint/dprint-plugin-typescript/compare/0.93.0...0.93.1) #### Changes - fix: deno_ast 0.43 ([#679](https://redirect.github.com/dprint/dprint-plugin-typescript/issues/679)) #### Install [Install](https://dprint.dev/install/) and [setup](https://dprint.dev/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. ```jsonc { // ...etc... "typescript": { // TypeScript & JavaScript config goes here }, "excludes": [ "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.93.1.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://redirect.github.com/dprint/js-formatter) - Browser/Deno and Node - [npm package](https://www.npmjs.com/package/@dprint/typescript)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.
This PR was generated by Mend Renovate. View the repository job log.