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
235 stars 15 forks source link

Bump sitemap from 7.1.1 to 7.1.2 in /docs #193

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps sitemap from 7.1.1 to 7.1.2.

Release notes

Sourced from sitemap's releases.

7.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/ekalinin/sitemap.js/compare/7.1.1...7.1.2

Changelog

Sourced from sitemap's changelog.

7.1.2

  • fix #425 via #426 thanks to @​huntharo update streamToPromise to bubble up errors + jsDoc
  • fix #415 thanks to @​mohd-akram Fix circular dependency breaking Node.js 20.6
  • non-breaking updates of dependent packages
Commits
  • db59870 add circ dep fix changelog update, credit to contributors
  • a162705 Merge pull request #415 from mohd-akram/fix-circular-dep
  • ed6c653 Merge pull request #429 from ekalinin/changelogupdate
  • 989a0e6 release 7.1.2
  • c49c944 Merge pull request #426 from huntharo/issue-425/stream-to-promise-error-handling
  • f46ed65 Merge pull request #427 from ekalinin/outdated-packages
  • 4669d1f Issue-425 - Fix error propagation / jsdoc update
  • cf45de1 use node 16 to do the update
  • 875a0bd Issue-425 - Add more tests
  • 8bad6cf Issue-425 - streamToPromise failing test case
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)