jasonkuhrt / graphql-request

Minimal GraphQL client
MIT License
5.77k stars 307 forks source link

chore(deps): update dependency @dprint/typescript to v0.90.5 #827

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

dprint/dprint-plugin-typescript (@​dprint/typescript) ### [`v0.90.5`](https://togithub.com/dprint/dprint-plugin-typescript/releases/tag/0.90.5) [Compare Source](https://togithub.com/dprint/dprint-plugin-typescript/compare/0.90.4...0.90.5) #### Changes - fix: `else` was moved to wrong `if` sometimes when formatting minified code ([#​633](https://togithub.com/dprint/dprint-plugin-typescript/issues/633)) #### 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.90.5.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://togithub.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 has been generated by Mend Renovate. View repository job log here.