Update dependency tombi to v1.5.0 - #79
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/tombi-1.x
branch
from
August 12, 2026 10:13
355b332 to
722797c
Compare
renovate
Bot
force-pushed
the
renovate/tombi-1.x
branch
from
August 12, 2026 16:52
722797c to
33d5887
Compare
renovate
Bot
force-pushed
the
renovate/tombi-1.x
branch
from
August 13, 2026 01:54
33d5887 to
6784c07
Compare
renovate
Bot
force-pushed
the
renovate/tombi-1.x
branch
2 times, most recently
from
August 16, 2026 12:52
67119bc to
8e05030
Compare
renovate
Bot
force-pushed
the
renovate/tombi-1.x
branch
from
August 19, 2026 19:06
8e05030 to
3ec6d1d
Compare
renovate
Bot
force-pushed
the
renovate/tombi-1.x
branch
from
August 29, 2026 01:51
3ec6d1d to
3adadd5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.10→1.5.0Release Notes
tombi-toml/tombi (tombi)
v1.5.0Compare 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
v1.4.1Compare Source
What's Changed
🦅 New Features
🐝 Bug Fixes
📦 Dependencies
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.4.0...v1.4.1
v1.4.0Compare Source
What's Changed
Starting from this version, we are introducing the WebAssembly npm package.
Please refer to the documentation for details.
https://tombi-toml.github.io/tombi/docs/wasm
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.5...v1.4.0
v1.3.5Compare Source
What's Changed
🐝 Bug Fixes
Full Changelog: tombi-toml/tombi@v1.3.4...v1.3.5
v1.3.4Compare Source
What's Changed
🚨 Breaking Changes
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.3...v1.3.4
v1.3.3Compare Source
What's Changed
🚨 Breaking Changes
🦅 New Features
Full Changelog: tombi-toml/tombi@v1.3.2...v1.3.3
v1.3.2Compare Source
What's Changed
Unless
line-widthis specified, there is no wrap limit.This is because allowing multi-line inline tables in TOML v1.1.0 has unnecessarily led to the creation of numerous issues.
🚨 Breaking Changes
line-widthto unlimited by @ya7010 in #2104🦅 New Features
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.1...v1.3.2
v1.3.1Compare Source
v1.3.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.