Skip to content

Update dependency toml-sort to v0.25.0 - #626

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/toml-sort-0.x
Sep 17, 2026
Merged

renovate[bot] merged 2 commits into
mainfrom
renovate/toml-sort-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
toml-sort ==0.24.4==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 enabled auto-merge (squash) September 16, 2026 00:32
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 16, 2026
@renovate

renovate Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate
renovate Bot merged commit bf55a24 into main Sep 17, 2026
21 checks passed
@renovate
renovate Bot deleted the renovate/toml-sort-0.x branch September 17, 2026 07:47
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.

2 participants