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
270
stars
16
forks
source link
Bump the minor group in /docs with 13 updates #329
#11657a23c69d Thanks @bluwy! - Deprecates the option for route-generating files to export a dynamic value for prerender. Only static values are now supported (e.g. export const prerender = true or = false). This allows for better treeshaking and bundling configuration in the future.
Adds a new "astro:route:setup" hook to the Integrations API to allow you to dynamically set options for a route at build or request time through an integration, such as enabling on-demand server rendering.
To migrate from a dynamic export to the new hook, update or remove any dynamic prerender exports from individual routing files:
Use injectTypes() in the astro:config:done hook to inject types into your user's project by adding a new a *.d.ts file.
The filename property will be used to generate a file at /.astro/integrations/<normalized_integration_name>/<normalized_filename>.d.ts and must end with ".d.ts".
The content property will create the body of the file, and must be valid TypeScript.
Additionally, injectTypes() returns a URL to the normalized path so you can overwrite its content later on, or manipulate it in any way you want.
#11657a23c69d Thanks @bluwy! - Deprecates the option for route-generating files to export a dynamic value for prerender. Only static values are now supported (e.g. export const prerender = true or = false). This allows for better treeshaking and bundling configuration in the future.
Adds a new "astro:route:setup" hook to the Integrations API to allow you to dynamically set options for a route at build or request time through an integration, such as enabling on-demand server rendering.
To migrate from a dynamic export to the new hook, update or remove any dynamic prerender exports from individual routing files:
Use injectTypes() in the astro:config:done hook to inject types into your user's project by adding a new a *.d.ts file.
The filename property will be used to generate a file at /.astro/integrations/<normalized_integration_name>/<normalized_filename>.d.ts and must end with ".d.ts".
The content property will create the body of the file, and must be valid TypeScript.
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
Bumps the minor group in /docs with 13 updates:
4.13.4
4.14.0
2.10.2
2.10.3
2.13.2
2.14.0
1.12.1
1.13.0
2.0.10
2.0.11
1.5.7
1.5.8
3.0.3
2.0.2
0.7.0
0.5.8
1.12.1
1.13.0
8.2.0
6.0.0
3.17.5
3.16.0
3.17.5
3.16.0
9.0.1
7.0.0
Updates
astro
from 4.13.4 to 4.14.0Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
40a1b30
[ci] release (#11699)f4057c1
fix: content types sync in dev (#11716)791d809
Server Islands - Handle base + trailingSlash ignore (#11712)b860a99
Small wording/nit improvements to 4.14 release types docs (#11710)057241f
Fix typos in 4.14 error references (#11711)3adb473
[ci] format3d8ae76
Prevent externalized adapters from breaking build (#11709)69a7a5f
[docs] updates link in Content Layer API (#11706)df78c79
[ci] format20c7765
chore: optimize check (#11704)Updates
@astrojs/compiler
from 2.10.2 to 2.10.3Release notes
Sourced from
@astrojs/compiler
's releases.Commits
71fb3ef
[ci] release (#1042)5d0023d
Fix line returns segments being one character too long on Windows (#1043)f55a2af
fix/class:list directive was not properly merging with the class attribute (#...Updates
@astrojs/language-server
from 2.13.2 to 2.14.0Release notes
Sourced from
@astrojs/language-server
's releases.Changelog
Sourced from
@astrojs/language-server
's changelog.Commits
b52c0f4
Version Packages (#937)9b6c8b3
[ci] formatd624646
Content Collections Intellisense (#915)3a4d60b
Version Packages (#935)e5732ff
chore: update compiler5186329
chore: update lockfile47d362e
chore: match main repo linting config and fix linting issues1172836
chore: update formatting config to match main repoUpdates
@shikijs/core
from 1.12.1 to 1.13.0Release notes
Sourced from
@shikijs/core
's releases.Commits
f308dc2
chore: release v1.13.0efbb7fb
feat(core): lighter token explanation withscopeName
(#739)Updates
@types/unist
from 2.0.10 to 2.0.11Commits
Updates
electron-to-chromium
from 1.5.7 to 1.5.8Commits
74147df
1.5.8aaca3b3
generate new versionUpdates
estree-walker
from 3.0.3 to 2.0.2Changelog
Sourced from estree-walker's changelog.
... (truncated)
Commits
1065140
-> v2.0.0ac13d84
use tabs, because we're not savagesdbcc305
Update deps and restore original package name050b42d
Remove tsconfig.tsbuildinfo from released artifactsb30cb5d
Move to 2.0.0 since previous consumers might expect promises from walk4d259af
Add Async and Sync Walkerscffbe72
1.1.02ec0bdb
Per instance walkba0e401
not privatebb554e3
1.0.2Updates
request-light
from 0.7.0 to 0.5.8Commits
Updates
shiki
from 1.12.1 to 1.13.0Release notes
Sourced from shiki's releases.
Commits
f308dc2
chore: release v1.13.0b68ee52
feat: new grammar, new themes, update depsefbb7fb
feat(core): lighter token explanation withscopeName
(#739)Updates
vscode-jsonrpc
from 8.2.0 to 6.0.0Commits
aaf339f
Publisg jsonrpc@5.0.03cf8f6e
Publish jsonrpc@5.0.0-next.7b6709ca
Publish jsonrpc@5.0.0-next.593ae2bf
Add eslint ignore filesf78d892
Improve npm ignore rules1c8c19b
Make tests consitent in terms of suite & test4c40cd3
Improve client test execution339401e
Publish json-rpc@5.0.0-next.53e9e7c4
Move to new compiler and node d.ts65014ef
Update lock filescdUpdates
vscode-languageserver-protocol
from 3.17.5 to 3.16.0Commits
adda5a6
Remove proposed state from since tage75089c
Publish protocol@3.16.0-next.13fa2a4c4
Semantic tokens clarification6bc1bd9
Fixes #706: Can't disable full document semantic tokens request4408739
Fixes #704: Make FileOperationPattern more like document filters2c43702
Fix registration type overloadsba8d804
Fixes #700: onLinkedEditingRange should not definenever
as error type53d1228
Move moniker feature out of proposed3690ab6
Publish protocol@3.16.0-next.12551a1d9
Fix typoUpdates
vscode-languageserver-types
from 3.17.5 to 3.16.0Commits
894a6b5
Publish types@3.16.03069b7b
Remove another proposed state mentioningadda5a6
Remove proposed state from since tag63aeb6e
Publish types@3.16.0-next.77b8c8a2
Fix WorkspaceChange dropping edits6cb0e30
Fixes #702: Convert Number.MAX_VALUE to uinteger.Max_VALUE when creating a po...bc900f7
Published types@3.16.0-next.6dd10bc1
ImprovechangeAnnotations
comments70a5904
Return change annotation identifier from add operations.b7bc713
Let workspace edit manage the change annotationsUpdates
vscode-languageserver
from 9.0.1 to 7.0.0Commits
22248ae
Publish server@7.0.0adda5a6
Remove proposed state from since tagddd7e0c
Publish server@7.0.0-next.132c43702
Fix registration type overloads53d1228
Move moniker feature out of proposed4aa5f16
Publish server@7.0.0-next.12542ad82
:lipstick:998933d
Add {will,did}{Create,Rename,Delete}Files (#687)f1bc8db
Rename test name2aee441
Rename onTypeRename to linkedEditingRangesDependabot 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