Skip to content

[Snyk] Upgrade @chonkiejs/core from 0.0.7 to 0.0.11 - #115

Open
peterj wants to merge 1 commit into
mainfrom
snyk-upgrade-bbe562e9e2f5f3fec52d0fbaa7591660
Open

[Snyk] Upgrade @chonkiejs/core from 0.0.7 to 0.0.11#115
peterj wants to merge 1 commit into
mainfrom
snyk-upgrade-bbe562e9e2f5f3fec52d0fbaa7591660

Conversation

@peterj

@peterj peterj commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

snyk-top-banner

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

Merge Risk: Medium

Notice: This assessment is enhanced by AI.

Release notes
Package name: @chonkiejs/core
  • 0.0.11 - 2026-06-18

    What's Changed

    Full Changelog: core-v0.0.10...core-v0.0.11

  • 0.0.10 - 2026-05-12

    What's Changed

    New Contributors

    Full Changelog: core-v0.0.9...core-v0.0.10

  • 0.0.9 - 2026-03-27

    What's Changed

    Full Changelog: core-v0.0.8...core-v0.0.9

  • 0.0.8 - 2026-03-12

    @ chonkiejs/core v0.0.8

    Bug Fixes

    • Fix Tokenizer encode/decode for non-BMP Unicode characters (emoji, etc.) — was using charCodeAt/fromCharCode, now uses codePointAt/fromCodePoint (#33)
    • Fix RecursiveChunker sentence-level splitting being completely non-functional — multi-char delimiters like ['. ', '! ', '? '] were joined into a string where space became a delimiter, causing all segments to collapse into one (#39)
    • Fix TokenChunker silent index failure — replaced fragile indexOf-based lookup with deterministic offset tracking (#35)
    • Fix TableChunker startIndex/endIndex inconsistency between single and multi-chunk cases (#36)
    • Consolidate duplicate WASM initialization from FastChunker and RecursiveChunker into shared module (#37)

    Tests

    • 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

    @ chonkiejs/core v0.0.7

    • 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 notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

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
@peterj

peterj commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

Merge Risk: Medium

This is a patch version upgrade for @chonkiejs/core from 0.0.7 to 0.0.11. While patch releases are typically for bug fixes and should not contain breaking changes, no specific changelog or release notes could be found for this version range.

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.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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