Skip to content

chore(deps): update dependency dprint-toml to v0.8.0 - #278

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/dprint-plugins
Aug 23, 2026
Merged

chore(deps): update dependency dprint-toml to v0.8.0#278
renovate[bot] merged 2 commits into
mainfrom
renovate/dprint-plugins

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
dprint-toml minor 0.7.00.8.0

Release Notes

dprint/dprint-plugin-toml (dprint-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/Shanghai)

  • Branch creation
    • "before 10am on monday"
  • 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 enabled auto-merge (squash) August 23, 2026 17:46
@renovate
renovate Bot merged commit a4e1311 into main Aug 23, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/dprint-plugins branch August 23, 2026 17:48
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