Skip to content

Commit af885e1

Browse files
chore(deps): update dependency dprint-typescript to v0.95.13 (#887)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dprint-typescript](https://redirect.github.com/dprint/dprint-plugin-typescript) | patch | `0.95.12` -> `0.95.13` | --- ### Release Notes <details> <summary>dprint/dprint-plugin-typescript (dprint-typescript)</summary> ### [`v0.95.13`](https://redirect.github.com/dprint/dprint-plugin-typescript/releases/tag/0.95.13) [Compare Source](https://redirect.github.com/dprint/dprint-plugin-typescript/compare/0.95.12...0.95.13) #### Changes - fix: deno\_ast 0.52 ([#&#8203;758](https://redirect.github.com/dprint/dprint-plugin-typescript/issues/758)) #### 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.95.13.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://redirect.github.com/dprint/js-formatter) - Browser/Deno and Node - [npm package](https://www.npmjs.com/package/@&#8203;dprint/typescript) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc-resolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d929367 commit af885e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"!napi/test.mjs"
2020
],
2121
"plugins": [
22-
"https://plugins.dprint.dev/typescript-0.95.12.wasm",
22+
"https://plugins.dprint.dev/typescript-0.95.13.wasm",
2323
"https://plugins.dprint.dev/json-0.21.0.wasm",
2424
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
2525
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",

0 commit comments

Comments
 (0)