Commit 5f30aac
authored
chore(deps): update dependency dprint-typescript to v0.95.12 (#803)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[dprint-typescript](https://redirect.github.com/dprint/dprint-plugin-typescript)
| patch | `0.95.11` -> `0.95.12` |
---
### Release Notes
<details>
<summary>dprint/dprint-plugin-typescript (dprint-typescript)</summary>
###
[`v0.95.12`](https://redirect.github.com/dprint/dprint-plugin-typescript/releases/tag/0.95.12)
[Compare
Source](https://redirect.github.com/dprint/dprint-plugin-typescript/compare/0.95.11...0.95.12)
#### Changes
- Upgrade deno\_ast
#### 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.12.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)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 9am 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1361c90 commit 5f30aac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments