Closed renovate[bot] closed 4 months ago
This PR contains the following updates:
0.19.2
0.19.3
📅 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.
This PR contains the following updates:
0.19.2
->0.19.3
Release Notes
dprint/dprint-plugin-json (dprint/dprint-plugin-json)
### [`v0.19.3`](https://togithub.com/dprint/dprint-plugin-json/releases/tag/0.19.3) [Compare Source](https://togithub.com/dprint/dprint-plugin-json/compare/0.19.2...0.19.3) #### Changes - fix: strip bom ([#37](https://togithub.com/dprint/dprint-plugin-json/issues/37)) #### 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 json`). 2. Add a `"json"` configuration property if desired. ```jsonc { // ...etc... "json": { // json config goes here }, "plugins": [ "https://plugins.dprint.dev/json-0.19.3.wasm" ] } ``` #### JS Formatting API - [JS Formatter](https://togithub.com/dprint/js-formatter) - Browser/Deno and Node - [npm package](https://www.npmjs.com/package/@dprint/json)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.