Skip to content

chore(deps): update dependency dprint/dprint-plugin-toml to v0.8.0 - #1670

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dprint-dprint-plugin-toml-0.x
Open

chore(deps): update dependency dprint/dprint-plugin-toml to v0.8.0#1670
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dprint-dprint-plugin-toml-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
dprint/dprint-plugin-toml minor 0.7.00.8.0

Release Notes

dprint/dprint-plugin-toml (dprint/dprint-plugin-toml)

v0.8.0

Compare Source

Changes

  • feat: add quote, indentation, spacing, trailing comma and sorting options (#​36)
  • feat: use a custom TOML parser and support TOML 1.1 (#​34)
  • fix: dprint-core 0.68 and preserve multi-line strings within inline tables (#​33)
  • fix: let an array inside an inline table be written over several lines (#​37)
  • perf: tell dprint-core when a value is already written over several lines (#​35)

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.8.0.wasm"
      ]
    }

JS Formatting API


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants