kachick / dotfiles

🤤✂🌳
MIT License
8 stars 0 forks source link

Update dependency dprint/dprint-plugin-json to v0.19.3 #610

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
dprint/dprint-plugin-json patch 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 - "before 4am on Monday" (UTC), 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.