benbrandt / text-splitter

Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
MIT License
245 stars 15 forks source link

Bump the minor group in /docs with 8 updates #341

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the minor group in /docs with 8 updates:

Package From To
astring 1.8.6 1.9.0
caniuse-lite 1.0.30001651 1.0.30001653
micromatch 4.0.7 4.0.8
ora 8.0.1 8.1.0
restore-cursor 4.0.0 5.1.0
retext-smartypants 6.1.0 6.1.1
signal-exit 3.0.7 4.1.0
tslib 2.6.3 2.7.0

Updates astring from 1.8.6 to 1.9.0

Changelog

Sourced from astring's changelog.

1.9.0 (2024-08-25)

Features

Commits


Updates caniuse-lite from 1.0.30001651 to 1.0.30001653

Commits


Updates micromatch from 4.0.7 to 4.0.8

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

  • backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
Commits
  • 8bd704e 4.0.8
  • a0e6841 run verb to generate README documentation
  • 4ec2884 Merge branch 'v4' into hauserkristof-feature/v4.0.8
  • 03aa805 Merge pull request #266 from hauserkristof/feature/v4.0.8
  • 814f5f7 lint
  • 67fcce6 fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5
  • 113f2e3 fix: CVE numbers in CHANGELOG
  • d9dbd9a feat: updated CHANGELOG
  • 2ab1315 fix: use actions/setup-node@v4
  • 1406ea3 feat: rework test to work on macos with node 10,12 and 14
  • Additional commits viewable in compare view


Updates ora from 8.0.1 to 8.1.0

Release notes

Sourced from ora's releases.

v8.1.0

  • Update dependencies fb0fced

https://github.com/sindresorhus/ora/compare/v8.0.1...v8.1.0

Commits


Updates restore-cursor from 4.0.0 to 5.1.0

Release notes

Sourced from restore-cursor's releases.

v5.1.0

  • Update dependencies bc322bd

https://github.com/sindresorhus/restore-cursor/compare/v5.0.0...v5.1.0

v5.0.0

Breaking

  • Require Node.js 18 b081ce0
  • Do not print control code to non-terminals (#7) 70d26cd

https://github.com/sindresorhus/restore-cursor/compare/v4.0.0...v5.0.0

Commits


Updates retext-smartypants from 6.1.0 to 6.1.1

Release notes

Sourced from retext-smartypants's releases.

6.1.1

  • b4629a7 Fix quote surrounded by punctuation near end of string

Full Changelog: https://github.com/retextjs/retext-smartypants/compare/6.1.0...6.1.1

Commits


Updates signal-exit from 3.0.7 to 4.1.0

Changelog

Sourced from signal-exit's changelog.

Changelog

4.1

  • Add the ability to capture signal exits by returning true from the onExit listener.

4.0

  • Rewritten in TypeScript
  • Default export replaced with named exports
  • More securely hardened against multiple load and global process object mutation
  • Removed SIGUNUSED from the list of Linux signals, as it no longer exists.
  • SIGABRT, SIGALRM removed from list of Windows signals, as the are not supported.

3.0.3 (2020-03-26)

  • patch SIGHUP to SIGINT when on Windows (cfd1046)
  • ci: use Travis for Windows builds (007add7)

3.0.1 (2016-09-08)

  • do not listen on SIGBUS, SIGFPE, SIGSEGV and SIGILL (#40) (5b105fb)

3.0.0 (2016-06-13)

  • get our test suite running on Windows (#23) (6f3eda8)
  • hooking SIGPROF was interfering with profilers see #21 (#24) (1248a4c)
  • signal-exit no longer wires into SIGPROF
Commits


Updates tslib from 2.6.3 to 2.7.0

Release notes

Sourced from tslib's releases.

v2.7.0

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.3...v2.7.0

Commits
  • 6abc075 Bump version to 2.7.0.
  • 227b5d6 Use global 'Iterator.prototype' for downlevel generators (#267)
  • 4f2902c Implement deterministic collapse of 'await' in 'await using' (#262)
  • See full diff in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions