Skip to content

Update dependency toml-sort to ^0.25.0 - #393

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/toml-sort-0.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/toml-sort-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
toml-sort ^0.24.0 → ^0.25.0 age confidence

Release Notes

pappasam/toml-sort (toml-sort)

v0.25.0

Compare Source

Added
  • Support newlines and trailing commas in inline tables (#​55).
Changed
  • Replace tomlkit with tomlrt as the style-preserving TOML implementation.
    • Add spaces inside the curly braces of inline tables, for example
      { key = "value" }.
    • Sort inline-array elements by the string representation of their parsed
      values instead of their original TOML spelling. With inline-array sorting
      enabled, [0xF, 10] now becomes [10, 0xF]. Sorting remains lexicographic,
      not numeric.
  • Require Python 3.10 or newer.
Fixed
  • Preserve table paths when dotted keys and nested table headers are used
    together, including Ruff configuration (#​69, #​101).
  • Keep dotted-key values in their original table when sorting nested tables
    and arrays of tables (#​67, #​94).
  • Preserve consecutive blank lines inside multiline string values.

Configuration

📅 Schedule: (UTC)

  • 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 force-pushed the renovate/toml-sort-0.x branch 2 times, most recently from db0259f to 082f207 Compare September 18, 2026 21:48
@renovate
renovate Bot force-pushed the renovate/toml-sort-0.x branch from 082f207 to 9c46b46 Compare September 24, 2026 23:01
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