[Snyk] Upgrade @chonkiejs/core from 0.0.7 to 0.0.11 - #115
Open
peterj wants to merge 1 commit into
Open
Conversation
Snyk has created this PR to upgrade @chonkiejs/core from 0.0.7 to 0.0.11. See this package in npm: @chonkiejs/core See this project in Snyk: https://app.snyk.io/org/kagent/project/59d13508-dc88-4e32-80ef-cc59cc4840ea?utm_source=github&utm_medium=referral&page=upgrade-pr
Contributor
Author
|
This is a patch version upgrade for Due to the lack of clear documentation, the risk is assessed as medium out of an abundance of caution. Recommendation: Proceed with the upgrade, but ensure that testing and quality assurance processes are run to verify that the chunking functionality behaves as expected after the update. Source: Package documentation and repository review.
|
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.
Snyk has created this PR to upgrade @chonkiejs/core from 0.0.7 to 0.0.11.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 4 versions ahead of your current version.
The recommended version was released 2 months ago.
Breaking Change Risk
Release notes
Package name: @chonkiejs/core
-
0.0.11 - 2026-06-18
- feat: add handshakes by @ chonk-lain in #50
- chore: use OIDC by @ chonk-lain in #52
- chore: update publish workflow by @ chonk-lain in #53
-
0.0.10 - 2026-05-12
- build(core): migrate from tsc+tsc-alias to tsdown by @ azizbecha in #44
- Feat: update code chunker by @ chonk-lain in #47
- chore: update CI by @ chonk-lain in #48
- @ azizbecha made their first contribution in #44
-
0.0.9 - 2026-03-27
- feat: add semantic chunker by @ chonk-lain in #40
- feat: add CodeChunker and SentenceChunker by @ chonk-lain in #41
- bump version by @ chonk-lain in #42
- add benchmark by @ chonk-lain in #43
-
0.0.8 - 2026-03-12
- Fix Tokenizer
- Fix RecursiveChunker sentence-level splitting being completely non-functional — multi-char delimiters like
- Fix TokenChunker silent index failure — replaced fragile
- Fix TableChunker
- Consolidate duplicate WASM initialization from
- Add Tokenizer unit tests (9 tests) — encode/decode round-trip, Unicode, create factory
- Add TokenChunker test coverage (14 tests) — chunking, overlap, indices, Unicode (#34)
- Add TableChunker index consistency test
- Total tests: 47 → 71
-
0.0.7 - 2026-01-21
- Integrate @ chonkiejs/chunk WASM for split and merge operations
- Use WASM split_offsets for delimiter-based text splitting
- Use WASM merge_splits for combining segments into chunks
- Add initWasm function for explicit WASM initialization
- Re-export low-level chunk functions from @ chonkiejs/chunk
from @chonkiejs/core GitHub release notesWhat's Changed
Full Changelog: core-v0.0.10...core-v0.0.11
What's Changed
New Contributors
Full Changelog: core-v0.0.9...core-v0.0.10
What's Changed
Full Changelog: core-v0.0.8...core-v0.0.9
@ chonkiejs/core v0.0.8
Bug Fixes
encode/decodefor non-BMP Unicode characters (emoji, etc.) — was usingcharCodeAt/fromCharCode, now usescodePointAt/fromCodePoint(#33)['. ', '! ', '? ']were joined into a string where space became a delimiter, causing all segments to collapse into one (#39)indexOf-based lookup with deterministic offset tracking (#35)startIndex/endIndexinconsistency between single and multi-chunk cases (#36)FastChunkerandRecursiveChunkerinto shared module (#37)Tests
@ chonkiejs/core v0.0.7
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: