Skip to content

deps: Update dependency tombi to >=1.5.0 - #985

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/tombi-1.x
Sep 12, 2026
Merged

deps: Update dependency tombi to >=1.5.0#985
renovate[bot] merged 1 commit into
mainfrom
renovate/tombi-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
tombi (source) feature-lint minor >=1.4.1>=1.5.0 1.5.2

Release Notes

tombi-toml/tombi (tombi)

v1.5.0

Compare Source

What's Changed

Tombi v1.5.0 is a major performance and architecture release.

We redesigned the parser and AST around a compact, source-backed syntax tape, replacing the previous red-green syntax tree.
The new architecture is optimized for Tombi’s lossless, long-lived editor and LSP workloads: it improves memory locality and reduces allocation and pointer-chasing overhead while preserving comments, punctuation, incomplete syntax, and diagnostics.
The AST and document-tree interfaces are now also separated from their syntax-backed implementations.

We also optimized hot paths throughout the parser, JSON Schema processing, linter, formatter, and stdin-based CLI workflows.
In our Apple M2 Max benchmarks, long ASCII comment lexing was approximately 2.3× faster, selected JSON parsing workloads improved by up to 84%, and repository-wide lint time decreased from approximately 355 ms to 81 ms.

🚨 Breaking Changes
🐝 Bug Fixes
🛠️ Other Changes

Full Changelog: tombi-toml/tombi@v1.4.1...v1.5.0


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 added the dependencies Pull requests that update a dependency file label Sep 12, 2026
@renovate
renovate Bot enabled auto-merge (squash) September 12, 2026 08:22
@renovate
renovate Bot merged commit ec2f781 into main Sep 12, 2026
36 checks passed
@renovate
renovate Bot deleted the renovate/tombi-1.x branch September 12, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants