Skip to content

Update dependency dprint-plugin-toml to v0.8.0 - #76

Merged
mono0x merged 1 commit into
mainfrom
renovate/dprint-plugins
Aug 20, 2026
Merged

Update dependency dprint-plugin-toml to v0.8.0#76
mono0x merged 1 commit into
mainfrom
renovate/dprint-plugins

Conversation

@renovate

@renovate renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
dprint-plugin-toml minor 0.7.00.8.0

Release Notes

dprint/dprint-plugin-toml (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: 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.

@mono0x
mono0x merged commit 94950b8 into main Aug 20, 2026
3 checks passed
@mono0x
mono0x deleted the renovate/dprint-plugins branch August 20, 2026 06:12
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.

1 participant