kachick / depop

🙈 :star: Chrome extension to hide stars, followers and watchers on GitHub
https://chrome.google.com/webstore/detail/eyes-away-from-github-pop/bblbchjekobacogfioehogggccfagkmk
MIT License
1 stars 1 forks source link

Update dependency dprint/dprint-plugin-json to v0.19.4 #161

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
dprint/dprint-plugin-json patch 0.19.3 -> 0.19.4

Release Notes

dprint/dprint-plugin-json (dprint/dprint-plugin-json) ### [`v0.19.4`](https://redirect.github.com/dprint/dprint-plugin-json/releases/tag/0.19.4) [Compare Source](https://redirect.github.com/dprint/dprint-plugin-json/compare/0.19.3...0.19.4) #### Changes - fix: update jsonc-parser to 0.26 ([#​39](https://redirect.github.com/dprint/dprint-plugin-json/issues/39)) #### 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.4.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/json)

Configuration

📅 Schedule: Branch creation - "on Tuesday" (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 was generated by Mend Renovate. View the repository job log.