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
259 stars 16 forks source link

Bump the minor group in /docs with 26 updates #246

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the minor group in /docs with 26 updates:

Package From To
astro 4.11.0 4.11.1
@astrojs/compiler 2.8.0 2.8.1
@astrojs/internal-helpers 0.4.0 0.4.1
@astrojs/mdx 3.1.1 3.1.2
@shikijs/core 1.9.0 1.9.1
@types/nlcst 1.0.4 2.0.3
electron-to-chromium 1.4.810 1.4.811
nlcst-to-string 3.1.1 4.0.0
parse-latin 5.0.1 7.0.0
remark-smartypants 2.1.0 3.0.1
retext-latin 3.1.0 4.0.0
retext-smartypants 5.2.0 6.1.0
retext-stringify 3.1.0 4.0.0
retext 8.1.0 9.0.0
shiki 1.9.0 1.9.1
unified 10.1.2 11.0.5
unist-util-is 5.2.1 6.0.0
unist-util-modify-children 3.1.1 4.0.0
unist-util-stringify-position 3.0.3 4.0.0
unist-util-visit-children 2.0.2 3.0.0
unist-util-visit-parents 5.1.3 6.0.1
unist-util-visit 4.1.2 5.0.0
vfile-message 3.1.4 4.0.2
vfile 5.3.7 6.0.1
vscode-css-languageservice 6.2.14 6.3.0
vscode-html-languageservice 5.2.0 5.3.0

Updates astro from 4.11.0 to 4.11.1

Release notes

Sourced from astro's releases.

astro@4.11.1

Patch Changes

  • #11308 44c61dd Thanks @​ematipico! - Fixes an issue where custom 404.astro and 500.astro were not returning the correct status code when rendered inside a rewriting cycle.

  • #11302 0622567 Thanks @​martrapp! - Fixes an issue with the view transition router when redirecting to an URL with different origin.

  • Updated dependencies [b6afe6a, 41064ce]:

    • @​astrojs/markdown-remark@​5.1.1
    • @​astrojs/internal-helpers@​0.4.1
Changelog

Sourced from astro's changelog.

4.11.1

Patch Changes

  • #11308 44c61dd Thanks @​ematipico! - Fixes an issue where custom 404.astro and 500.astro were not returning the correct status code when rendered inside a rewriting cycle.

  • #11302 0622567 Thanks @​martrapp! - Fixes an issue with the view transition router when redirecting to an URL with different origin.

  • Updated dependencies [b6afe6a, 41064ce]:

    • @​astrojs/markdown-remark@​5.1.1
    • @​astrojs/internal-helpers@​0.4.1
Commits


Updates @astrojs/compiler from 2.8.0 to 2.8.1

Release notes

Sourced from @​astrojs/compiler's releases.

@​astrojs/compiler@​2.8.1

Patch Changes

  • 0bb2746: Allow data-astro-reload to take a value
Commits


Updates @astrojs/internal-helpers from 0.4.0 to 0.4.1

Release notes

Sourced from @​astrojs/internal-helpers's releases.

@​astrojs/internal-helpers@​0.4.1

Patch Changes

Changelog

Sourced from @​astrojs/internal-helpers's changelog.

0.4.1

Patch Changes

Commits


Updates @astrojs/mdx from 3.1.1 to 3.1.2

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​3.1.2

Patch Changes

  • Updated dependencies [b6afe6a]:
    • @​astrojs/markdown-remark@​5.1.1
Changelog

Sourced from @​astrojs/mdx's changelog.

3.1.2

Patch Changes

  • Updated dependencies [b6afe6a]:
    • @​astrojs/markdown-remark@​5.1.1
Commits


Updates @shikijs/core from 1.9.0 to 1.9.1

Release notes

Sourced from @​shikijs/core's releases.

v1.9.1

   🚀 Features

    View changes on GitHub
Commits


Updates @types/nlcst from 1.0.4 to 2.0.3

Commits


Updates electron-to-chromium from 1.4.810 to 1.4.811

Commits


Updates nlcst-to-string from 3.1.1 to 4.0.0

Release notes

Sourced from nlcst-to-string's releases.

4.0.0

Change

  • a3ff3fc Update @types/nlcst migrate: update too
  • e4b95c3 Change to require Node.js 16 migrate: update too
  • 0f4c52c Change to use exports migrate: don’t use private APIs
  • b1ba622 Remove separator migrate: afaik nobody used this

Full Changelog: https://github.com/syntax-tree/nlcst-to-string/compare/3.1.1...4.0.0

Commits


Updates parse-latin from 5.0.1 to 7.0.0

Release notes

Sourced from parse-latin's releases.

7.0.0

Change

  • 8fe6893 Update @types/nlcst, @types/unist, utilities migrate: update too
  • ad2d932 Change to require Node.js 16 migrate: update too
  • 6ce04d2 Change to use exports migrate: don’t use private APIs
  • 1d96ee6 Change to use undefined for doc field migrate: expect undefined

Full Changelog: https://github.com/wooorm/parse-latin/compare/6.0.2...7.0.0

6.0.2

Patch

  • 34aaffa Update Unicode

Misc

  • 3905883 Use bundlejs
  • 0b37e10 Refactor docs
  • 15a4a6b Refactor JSDoc
  • 227b18b Refactor code-style

Full Changelog: https://github.com/wooorm/parse-latin/compare/6.0.1...6.0.2

6.0.1

Misc

  • 379499e Fix crash on nodes without positional info

Full Changelog: https://github.com/wooorm/parse-latin/compare/6.0.0...6.0.1

6.0.0

  • 54baf82 Add types, remove position, use, useFirst feature: add types breaking: remove position field (use unist-util-remove-position if you previously set position: false) breaking: remove support for use, useFirst (manipulate the lists of plugins yourself) patch: fix support for CR, CRLF line endings
  • 4d1626d Add improved docs

Full Changelog: https://github.com/wooorm/parse-latin/compare/5.0.1...6.0.0

Commits


Updates remark-smartypants from 2.1.0 to 3.0.1

Release notes

Sourced from remark-smartypants's releases.

v3.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/silvenon/remark-smartypants/compare/v3.0.0...v3.0.1

v3.0.0

Update TypeScript definiition for unified v11 🚀 Thanks @​mashehu for the help!

From the development side we also migrated the source code to TypeScript, so future updates should be safer.

Let us know if you find any regressions!

v2.2.0

These changes attempt to ignore contents of inline <script> and <style> tags. Thanks @​dimaMachina and @​2wheeh! ❤️

Commits
  • 94e4aa2 3.0.1
  • 9e74e9d Merge pull request #85 from bluwy/tsbuildinfo-away
  • 6e62cd8 Remove tsconfig.build.tsbuildinfo from publish
  • 45a6a35 We don't use test globals
  • b6fabb4 3.0.0
  • 162c8ff Migrate source code to TypeScript
  • b3b601e Use Lefthook for git hooks and tasks
  • cb568fb Bump dependencies
  • d283337 Merge branch 'update-types'
  • 1af1923 Merge pull request #83 from silvenon/dependabot/npm_and_yarn/vite-5.2.8
  • Additional commits viewable in compare view


Updates retext-latin from 3.1.0 to 4.0.0

Release notes

Sourced from retext-latin's releases.

retext-latin@4.0.0

(see 9.0.0)

Commits


Updates retext-smartypants from 5.2.0 to 6.1.0

Release notes

Sourced from retext-smartypants's releases.

6.1.0

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

6.0.0

Change

  • 11271dd Update @types/nlcst, unified, utilities, etc migrate: update too
  • 1f0d960 Change to use exports migrate: update too
  • d79c475 Change to require Node.js 16 migrate: don’t use private APIs

Full Changelog: https://github.com/retextjs/retext-smartypants/compare/5.2.0...6.0.0

Commits


Updates retext-stringify from 3.1.0 to 4.0.0

Release notes

Sourced from retext-stringify's releases.

retext-stringify@4.0.0

(see 9.0.0)

Commits


Updates retext from 8.1.0 to 9.0.0

Commits


Updates shiki from 1.9.0 to 1.9.1

Release notes

Sourced from shiki's releases.

v1.9.1

   🚀 Features

    View changes on GitHub
Commits


Updates unified from 10.1.2 to 11.0.5

Release notes

Sourced from unified's releases.

11.0.5

Fix

Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.4...11.0.5

11.0.4

Types

Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.3...11.0.4

11.0.3

Fix

  • 8dee2ab Fix support for functions in data

Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.2...11.0.3

11.0.2

  • cea788b Fix type of settings if nothing is registered yet

Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.1...11.0.2

11.0.1

  • d1a915d Fix incorrect type of settings in presets

Full Changelog: https://github.com/unifiedjs/unified/compare/11.0.0...11.0.1

11.0.0

Change

  • baf80b2 Change to require Node.js 16 migrate: update too
  • dd9834a Update @types/unist migrate: update too
  • 620ccf9 Update vfile migrate: update too

Change (unlikey to affect you)

  • a44db46 Add Data, Settings types to augment shared data migrate: if you deal with data, type it, see commit for info
  • fb49556 Change to replace Buffer with Uint8Array migrate: you’re probably fine unless you use weird encodings, see commit for details if so
  • f3e71a8 Remove Attacher type

... (truncated)

Commits


Updates unist-util-is from 5.2.1 to 6.0.0

Release notes

Sourced from unist-util-is's releases.

6.0.0

Changes

  • cd152e7 Update @types/unist migrate: update @types/unist too
  • 8a2febe Change to require Node.js 16 migrate: update Node
  • f91a1c2 Change to use export map migrate: don’t use private APIs
  • dc59467 Change types to work w/o explicit type parameter migrate: don’t pass an explicit type parameter; replace AssertAnything, AssertPredicate -> Check; TestFunctionAnything, TestFunctionPredicate -> TestFunction; PredicateTest -> Test

Full Changelog: https://github.com/syntax-tree/unist-util-is/compare/5.2.1...6.0.0

Commits


Updates unist-util-modify-children from 3.1.1 to 4.0.0

Release notes

Sourced from unist-util-modify-children's releases.

4.0.0

Change

  • d8fae1c Update @types/unist migrate: update too
  • 2e92449 Change to require Node.js 16 migrate: update too
  • 5bec8ab Change to use export map migrate: don’t use private APIs

Full Changelog: https://github.com/syntax-tree/unist-util-modify-children/compare/3.1.1...4.0.0

Commits


Updates unist-util-stringify-position from 3.0.3 to 4.0.0

Release notes

Sourced from unist-util-stringify-position's releases.

4.0.0

Change

  • 6f1e0f0 Update @types/unist migrate: update too
  • d6f7251 Change to require Node.js 16 migrate: update too
  • dc23794 Change to use export map migrate: don’t use private APIs

Full Changelog: https://github.com/syntax-tree/unist-util-stringify-position/compare/3.0.3...4.0.0

Commits


Updates unist-util-visit-children from 2.0.2 to 3.0.0

Release notes

Sourced from unist-util-visit-children's releases.

3.0.0

Change

  • e3f568b Update @types/unist migrate: update too
  • 8a28747 Change to use export map migrate: update too
  • 707e7bc Change to require Node.js 16 migrate: don’t use private APIs

Full Changelog: https://github.com/syntax-tree/unist-util-visit-children/compare/2.0.2...3.0.0

Commits


Updates unist-util-visit-parents from 5.1.3 to 6.0.1

Release notes

Sourced from unist-util-visit-parents's releases.

6.0.1

Fix

  • 48f0dc0 Fix TSC generating broken .d.ts files

Full Changelog: https://github.com/syntax-tree/unist-util-visit-parents/compare/6.0.0...6.0.1

6.0.0

Change

  • 04a70a3 Update @types/unist migrate: update too
  • 8beaeb8 Change to require Node.js 16 migrate: update too
  • 002ffa4 Change to use export map migrate: don’t use private APIs
  • 323984d Change to remove complex-types.d.ts migrate: use the main export instead
  • adf39ed Add support for inferring type of parents migrate: let TS infer types

Fix

  • 766107b Fix performance of InclusiveDescendant type

Full Changelog: https://github.com/syntax-tree/unist-util-visit-parents/compare/5.1.3...6.0.0

Commits


Updates unist-util-visit from 4.1.2 to 5.0.0

Release notes

Sourced from unist-util-visit's releases.

5.0.0

Change

  • 4dcff31 Update @types/unist migrate: update too
  • befc0b3 Change to require Node.js 16 migrate: update too
  • b5f36de Change to use export map migrate: don’t use private APIs
  • 89fc050 Change to remove complex-types.d.ts migrate: use main export
  • 12c9ee9 Change to pass undefined, not null migrate: change null to undefined

Fix

  • 3cb2732 Fix performance of InclusiveDescendant type

Full Changelog: https://github.com/syntax-tree/unist-util-visit/compare/4.1.2...5.0.0

Commits


Updates vfile-message from 3.1.4 to 4.0.2

Release notes

Sourced from vfile-message's releases.

4.0.2

Types

  • b74ef73 Update @types/unist

Full Changelog: https://github.com/vfile/vfile-message/compare/4.0.1...4.0.2

4.0.1

Fix

  • 547bd6d Fix missing files

Full Changelog: https://github.com/vfile/vfile-message/compare/4.0.0...4.0.1

4.0.0

Change

  • 3faad68 Change to require Node.js 16 migrate: update Node
  • f8ab16b Change to use export map migrate: don’t use private APIs
  • 357e056 Remove position field, add support for options by @​wooorm in vfile/vfile-message#19 migrate: if you used .position, switch that to .place optionally use the nicer options parameter to pass your things
  • 3d06489 Replace use of null with undefined by @​wooorm in vfile/vfile-message#18

Misc

  • 7074462 Refactor docs
  • 2e55ec3 Refactor code-style
  • e9fb31d Refactor package.json

Full Changelog: https://github.com/vfile/vfile-message/compare/3.1.4...4.0.0

Commits


Updates vfile from 5.3.7 to 6.0.1

Release notes

Sourced from vfile's releases.

6.0.1

Types

  • f9f3c8f Update @types/unist

Full Changelog: https://github.com/vfile/vfile/compare/6.0.0...6.0.1

6.0.0

Change

  • 46dd635 Change to require Node.js 16 migrate: update Node
  • f72469b Change to use export map migrate: don’t use private APIs
  • f4edd0d Change to replace Buffer with Uint8Array migrate: this will mostly work, but might break if you use weird ancient encodings by @​wooorm in vfile/vfile#85
  • af5eada Update vfile-message migrate: if you used .position on messages, switch that to .place optionally use the nicer options parameter to pass your things

Misc

  • 47eec44 Refactor to match current Node internals
  • ab764ab Refactor docs
  • bc0332c Change to use node: prefix
  • 5d00341 Change to use global URL in types
  • 6b8fdb4 4800e34 Refactor types
  • c4b6c0d Refactor code-style
  • f3c5753 Remove skipLibCheck from tsconfig.json
  • 6a87fde Refactor package.json

Full Changelog: https://github.com/vfile/vfile/compare/5.3.7...6.0.0

Commits


Updates vscode-css-languageservice from 6.2.14 to 6.3.0

Release notes

Sourced from vscode-css-languageservice's releases.

v6.3.0

Changes:

  • #397: [css] Random red highlighting on code
  • #396: prepare 6.3.0
  • #384: feat: add support for Sass pkg: importers
  • #395: Bump braces from 3.0.2 to 3.0.3

This list of changes was auto generated.

Changelog

Sourced from vscode-css-languageservice's changelog.

6.3.0 / 2022-06-24

  • new optional API fileSystemProvider.getContent

6.2.0 / 2022-11-09

  • new API LanguageService.prepareRename, returning Range

6.1.0 / 2022-09-02

  • new API LanguageService.findDocumentSymbols2, returning DocumentSymbol[]

6.0.0 / 2022-05-18

  • Update to vscode-languageserver-types@3.17

5.4.0 / 2022-04-01

  • new formatter settings: braceStyle, preserveNewLines, maxPreserveNewLines, wrapLineLength, indentEmptyLines

5.3.0 / 2022-03-23

  • renamed CSSFormatConfiguration.selectorSeparatorNewline to CSSFormatConfiguration.newlineBetweenSelectors

5.2.0 / 2022-03-17

5.1.0 / 2021-02-05

  • new API LanguageSettings.hover
  • New parameter CompletionSettings for LanguageService.doComplete and LanguageService.doComplete2

5.0.0 / 2020-12-14

  • Update to vscode-languageserver-types@3.16
  • Removed deprecated findColorSymbols

4.4.0 - 2020-11-30

  • New parameter