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