eslint-plugin-dprint-integration icon indicating copy to clipboard operation
eslint-plugin-dprint-integration copied to clipboard

fix(deps): update dependency @dprint/toml to ^0.6.0

Open renovate[bot] opened this issue 5 months ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dprint/toml ^0.5.4 -> ^0.6.0 age adoption passing confidence

Release Notes

dprint/dprint-plugin-toml (@​dprint/toml)

v0.6.1

Compare Source

Changes

  • perf: reduce memory usage (#​13)

Install

Install and 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.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/toml-0.6.1.wasm"
      ]
    }
    

JS Formatting API

v0.6.0

Compare Source

Changes

  • feat(npm): update npm distribution to have getPath export instead
  • feat: sort workspace dependencies in Cargo.toml (#​11)
  • fix: handle multi-line strings (#​12)

Install

Install and 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.
    {
      // ...etc...
      "toml": {
        // toml config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/toml-0.6.0.wasm"
      ]
    }
    

JS Formatting API


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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jan 25 '24 16:01 renovate[bot]