kachick / dotfiles

šŸ¤¤āœ‚šŸŒ³
MIT License
8 stars 0 forks source link

Update dependency dprint/dprint-plugin-toml to v0.6.2 #620

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-toml patch 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 - "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.