Skip to content

Update dependency tombi to v1.5.0 - #79

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tombi-1.x
Open

Update dependency tombi to v1.5.0#79
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tombi-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
tombi tools minor 1.2.101.5.0

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

v1.4.1

Compare Source

What's Changed

🦅 New Features
🐝 Bug Fixes
📦 Dependencies
🛠️ Other Changes

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

v1.4.0

Compare 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.5

Compare Source

What's Changed

🐝 Bug Fixes

Full Changelog: tombi-toml/tombi@v1.3.4...v1.3.5

v1.3.4

Compare Source

What's Changed

🚨 Breaking Changes
🐝 Bug Fixes
🛠️ Other Changes

Full Changelog: tombi-toml/tombi@v1.3.3...v1.3.4

v1.3.3

Compare Source

What's Changed

🚨 Breaking Changes
🦅 New Features

Full Changelog: tombi-toml/tombi@v1.3.2...v1.3.3

v1.3.2

Compare Source

What's Changed

Unless line-width is 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
🦅 New Features
🛠️ Other Changes

Full Changelog: tombi-toml/tombi@v1.3.1...v1.3.2

v1.3.1

Compare Source

v1.3.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • 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 Aug 12, 2026
@github-actions github-actions Bot added this to the v0.1.0 milestone Aug 12, 2026
@renovate
renovate Bot force-pushed the renovate/tombi-1.x branch from 355b332 to 722797c Compare August 12, 2026 10:13
@renovate renovate Bot changed the title Update dependency tombi to v1.3.0 Update dependency tombi to v1.3.2 Aug 12, 2026
@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 3adadd5. ± Comparison against base commit 553b923.

♻️ This comment has been updated with latest results.

@renovate
renovate Bot force-pushed the renovate/tombi-1.x branch from 722797c to 33d5887 Compare August 12, 2026 16:52
@renovate renovate Bot changed the title Update dependency tombi to v1.3.2 Update dependency tombi to v1.3.3 Aug 12, 2026
@renovate
renovate Bot force-pushed the renovate/tombi-1.x branch from 33d5887 to 6784c07 Compare August 13, 2026 01:54
@renovate renovate Bot changed the title Update dependency tombi to v1.3.3 Update dependency tombi to v1.3.5 Aug 13, 2026
@renovate renovate Bot changed the title Update dependency tombi to v1.3.5 Update dependency tombi to v1.4.0 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/tombi-1.x branch 2 times, most recently from 67119bc to 8e05030 Compare August 16, 2026 12:52
@renovate renovate Bot changed the title Update dependency tombi to v1.4.0 Update dependency tombi to v1.4.1 Aug 16, 2026
@renovate
renovate Bot force-pushed the renovate/tombi-1.x branch from 8e05030 to 3ec6d1d Compare August 19, 2026 19:06
@renovate renovate Bot changed the title Update dependency tombi to v1.4.1 Update dependency tombi to v1.5.0 Aug 29, 2026
@renovate
renovate Bot force-pushed the renovate/tombi-1.x branch from 3ec6d1d to 3adadd5 Compare August 29, 2026 01:51
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