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 the minor group in /docs with 24 updates #192

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the minor group in /docs with 24 updates:

Package From To
astro 4.8.6 4.8.7
@astrojs/mdx 3.0.0 3.0.1
@astrojs/sitemap 3.1.4 3.1.5
@rollup/rollup-android-arm-eabi 4.17.2 4.18.0
@rollup/rollup-android-arm64 4.17.2 4.18.0
@rollup/rollup-darwin-arm64 4.17.2 4.18.0
@rollup/rollup-darwin-x64 4.17.2 4.18.0
@rollup/rollup-linux-arm-gnueabihf 4.17.2 4.18.0
@rollup/rollup-linux-arm-musleabihf 4.17.2 4.18.0
@rollup/rollup-linux-arm64-gnu 4.17.2 4.18.0
@rollup/rollup-linux-arm64-musl 4.17.2 4.18.0
@rollup/rollup-linux-powerpc64le-gnu 4.17.2 4.18.0
@rollup/rollup-linux-riscv64-gnu 4.17.2 4.18.0
@rollup/rollup-linux-s390x-gnu 4.17.2 4.18.0
@rollup/rollup-linux-x64-gnu 4.17.2 4.18.0
@rollup/rollup-linux-x64-musl 4.17.2 4.18.0
@rollup/rollup-win32-arm64-msvc 4.17.2 4.18.0
@rollup/rollup-win32-ia32-msvc 4.17.2 4.18.0
@rollup/rollup-win32-x64-msvc 4.17.2 4.18.0
@types/babel__traverse 7.20.5 7.20.6
caniuse-lite 1.0.30001620 1.0.30001621
electron-to-chromium 1.4.776 1.4.777
micromatch 4.0.6 4.0.7
rollup 4.17.2 4.18.0

Updates astro from 4.8.6 to 4.8.7

Release notes

Sourced from astro's releases.

astro@4.8.7

Patch Changes

  • #11073 f5c8fee Thanks @​matthewp! - Prevent cache content from being left in dist folder

    When contentCollectionsCache is enabled temporary cached content is copied into the outDir for processing. This fixes it so that this content is cleaned out, along with the rest of the temporary build JS.

  • #11054 f6b171e Thanks @​bholmesdev! - Respect error status when handling Actions with a progressive fallback.

  • #11092 bfe9c73 Thanks @​duckycoding-dev! - Change slot attribute of IntrinsicAttributes to match the definition of HTMLAttributes's own slot attribute of type string | undefined | null

  • #10875 b5f95b2 Thanks @​W1M0R! - Fixes a typo in a JSDoc annotation

  • #11111 a5d79dd Thanks @​bholmesdev! - Fix unexpected headers warning on prerendered routes when using Astro Actions.

  • #11081 af42e05 Thanks @​V3RON! - Correctly position inspection tooltip in RTL mode

    When RTL mode is turned on, the inspection tooltip tend to overflow the window on the left side. Additional check has been added to prevent that.

Changelog

Sourced from astro's changelog.

4.8.7

Patch Changes

  • #11073 f5c8fee Thanks @​matthewp! - Prevent cache content from being left in dist folder

    When contentCollectionsCache is enabled temporary cached content is copied into the outDir for processing. This fixes it so that this content is cleaned out, along with the rest of the temporary build JS.

  • #11054 f6b171e Thanks @​bholmesdev! - Respect error status when handling Actions with a progressive fallback.

  • #11092 bfe9c73 Thanks @​duckycoding-dev! - Change slot attribute of IntrinsicAttributes to match the definition of HTMLAttributes's own slot attribute of type string | undefined | null

  • #10875 b5f95b2 Thanks @​W1M0R! - Fixes a typo in a JSDoc annotation

  • #11111 a5d79dd Thanks @​bholmesdev! - Fix unexpected headers warning on prerendered routes when using Astro Actions.

  • #11081 af42e05 Thanks @​V3RON! - Correctly position inspection tooltip in RTL mode

    When RTL mode is turned on, the inspection tooltip tend to overflow the window on the left side. Additional check has been added to prevent that.

Commits


Updates @astrojs/mdx from 3.0.0 to 3.0.1

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​3.0.1

Patch Changes

  • #10813 3cc3e2c Thanks @​Xetera! - Omitting compiler-internal symbol from user components to fix breaking error messages
Changelog

Sourced from @​astrojs/mdx's changelog.

3.0.1

Patch Changes

  • #10813 3cc3e2c Thanks @​Xetera! - Omitting compiler-internal symbol from user components to fix breaking error messages
Commits


Updates @astrojs/sitemap from 3.1.4 to 3.1.5

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.1.5

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.1.5

Patch Changes

Commits


Updates @rollup/rollup-android-arm-eabi from 4.17.2 to 4.18.0

Release notes

Sourced from @​rollup/rollup-android-arm-eabi's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm-eabi's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates @rollup/rollup-android-arm64 from 4.17.2 to 4.18.0

Release notes

Sourced from @​rollup/rollup-android-arm64's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm64's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates @rollup/rollup-darwin-arm64 from 4.17.2 to 4.18.0

Release notes

Sourced from @​rollup/rollup-darwin-arm64's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-arm64's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates @rollup/rollup-darwin-x64 from 4.17.2 to 4.18.0

Release notes

Sourced from @​rollup/rollup-darwin-x64's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-x64's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates @rollup/rollup-linux-arm-gnueabihf from 4.17.2 to 4.18.0

Release notes

Sourced from @​rollup/rollup-linux-arm-gnueabihf's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-gnueabihf's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates @rollup/rollup-linux-arm-musleabihf from 4.17.2 to 4.18.0

Release notes

Sourced from @​rollup/rollup-linux-arm-musleabihf's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-musleabihf's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view


Updates @rollup/rollup-linux-arm64-gnu from 4.17.2 to 4.18.0

Release notes

Sou... _Description has been truncated_