Skip to content

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

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dprint-dprint-plugin-toml-0.x
Aug 18, 2026
Merged

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

Conversation

@renovate

@renovate renovate Bot commented Aug 18, 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: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovate Bot merged commit ca9294e into main Aug 18, 2026
2 checks passed
@renovate
renovate Bot deleted the renovate/dprint-dprint-plugin-toml-0.x branch August 18, 2026 05:43
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