chore(deps): bump the production-dependencies group across 1 directory with 27 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(6 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the production-dependencies group with 27 updates in the / directory:
Package | From | To |
---|---|---|
@clack/prompts | 0.8.2 |
0.10.0 |
@floating-ui/dom | 1.6.12 |
1.6.13 |
@myriaddreamin/rehype-typst | 0.5.0-rc9 |
0.5.4 |
chalk | 5.3.0 |
5.4.1 |
chokidar | 4.0.2 |
4.0.3 |
flexsearch | 0.7.43 |
0.8.1 |
globby | 14.0.2 |
14.1.0 |
hast-util-to-html | 9.0.4 |
9.0.5 |
hast-util-to-jsx-runtime | 2.3.2 |
2.3.6 |
lightningcss | 1.28.2 |
1.29.3 |
mdast-util-find-and-replace | 3.0.1 |
3.0.2 |
mermaid | 11.4.1 |
11.5.0 |
pixi.js | 8.6.5 |
8.8.1 |
preact | 10.25.2 |
10.26.4 |
preact-render-to-string | 6.5.12 |
6.5.13 |
rehype-mathjax | 6.0.0 |
7.1.0 |
rehype-pretty-code | 0.14.0 |
0.14.1 |
remark-gfm | 4.0.0 |
4.0.1 |
satori | 0.12.0 |
0.12.1 |
shiki | 1.24.2 |
3.2.1 |
ws | 8.18.0 |
8.18.1 |
@types/ws | 8.5.13 |
8.18.0 |
@types/node | 22.10.2 |
22.13.10 |
esbuild | 0.24.0 |
0.25.1 |
prettier | 3.4.2 |
3.5.3 |
tsx | 4.19.2 |
4.19.3 |
typescript | 5.7.2 |
5.8.2 |
Updates @clack/prompts
from 0.8.2 to 0.10.0
Release notes
Sourced from @clack/prompts
's releases.
@clack/prompts
@0
.10.0Minor Changes
613179d: Adds a new
indicator
option tospinner
, which supports the original"dots"
loading animation or a new"timer"
loading animation.import * as p from "@clack/prompts";
const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");
a38b2bc: Adds
stream
API which provides the same methods aslog
, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.import * as p from "@clack/prompts";
await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );
@clack/prompts
@0
.9.1Patch Changes
- 8093f3c: Adds
Error
support to thevalidate
function- 98925e3: Exports the
Option
type and improves JSDocannotations- 1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-in
stripVTControlCharacters
utility.- Updated dependencies [8093f3c]
- Updated dependencies [e5ba09a]
- Updated dependencies [8cba8e3]
@clack/core
@0
.4.1
@clack/prompts
@0
.9.0Minor Changes
a83d2f8: Adds a new
updateSettings()
function to support new global keybindings.
updateSettings()
accepts analiases
object that maps custom keys to an action (up | down | left | right | space | enter | cancel
).import { updateSettings } from "@clack/prompts";
// Support custom keybindings updateSettings({ aliases: {
... (truncated)
Changelog
Sourced from @clack/prompts
's changelog.
0.10.0
Minor Changes
613179d: Adds a new
indicator
option tospinner
, which supports the original"dots"
loading animation or a new"timer"
loading animation.import * as p from "@clack/prompts";
const spin = p.spinner({ indicator: "timer" }); spin.start("Loading"); await sleep(3000); spin.stop("Loaded");
a38b2bc: Adds
stream
API which provides the same methods aslog
, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.import * as p from "@clack/prompts";
await p.stream.step( (async function* () { yield* generateLLMResponse(question); })() );
0.9.1
Patch Changes
- 8093f3c: Adds
Error
support to thevalidate
function- 98925e3: Exports the
Option
type and improves JSDocannotations- 1904e57: Replace custom utility for stripping ANSI control sequences with Node's built-in
stripVTControlCharacters
utility.- Updated dependencies [8093f3c]
- Updated dependencies [e5ba09a]
- Updated dependencies [8cba8e3]
@clack/core
@0
.4.10.9.0
Minor Changes
a83d2f8: Adds a new
updateSettings()
function to support new global keybindings.
updateSettings()
accepts analiases
object that maps custom keys to an action (up | down | left | right | space | enter | cancel
).import { updateSettings } from "@clack/prompts";
... (truncated)
Commits
fe1ee54
[ci] release (#232)613179d
feat: timer indicator forspinner
(#230)251518b
[ci] formata38b2bc
Addsstream
API (#231)d444439
[ci] format4a925c8
[ci] release (#221)8093f3c
feat(@clack/core
,@clack/prompts
): addError
support forprompt.validate
(...98925e3
ExportsOption
type (#229)1904e57
Replace custom ANSI regex logic with Node built-in (#224)ffea220
[ci] format- Additional commits viewable in compare view
Updates @floating-ui/dom
from 1.6.12 to 1.6.13
Release notes
Sourced from @floating-ui/dom
's releases.
@floating-ui/dom
@1
.6.13Patch Changes
- fix(autoUpdate): work around
IntersectionObserver
issue that sometimes fails to detect movement of reference element- Update dependencies:
@floating-ui/utils@0.2.9
Changelog
Sourced from @floating-ui/dom
's changelog.
1.6.13
Patch Changes
- fix(autoUpdate): work around
IntersectionObserver
issue that sometimes fails to detect movement of reference element- Update dependencies:
@floating-ui/utils@0.2.9
Commits
b0dfb58
chore: version packages (#3187)87504f9
style(dom): apply prettier config (#3189)1fa2c50
chore(eslint): add 'eslint-plugin-prettier', apply 'prettier' rules (#3177)1d20f84
fix(getContainingBlock): check for shorthand transform CSS properties (transl...993e823
fix(autoUpdate): work around bug where intersection ratio is 1 but element ac...48c872c
chore(eslint): migrate eslint configuration .eslintrc.js to eslint.config.mjs...- See full diff in compare view
Updates @myriaddreamin/rehype-typst
from 0.5.0-rc9 to 0.5.4
Updates chalk
from 5.3.0 to 5.4.1
Release notes
Sourced from chalk's releases.
v5.4.1
- Fix
navigator
not definedReferenceError
(#642) 4ebb62dhttps://github.com/chalk/chalk/compare/v5.4.0...v5.4.1
v5.4.0
- Update
CIRCLECI
environments to return level 3 color support f838120
Commits
5dbc1e2
5.4.14ebb62d
Fixnavigator
not definedReferenceError
(#642)fc809b6
Readme tweak83acfcf
5.4.0f838120
UpdateCIRCLECI
environments to return level 3 color support4a10354
Add FAQ to readme77126fb
Meta tweaks795273f
Update dependents number in readme (#629)386909e
Tweak example (#623)2db3c77
Remove .replit file (#622)- Additional commits viewable in compare view
Updates chokidar
from 4.0.2 to 4.0.3
Release notes
Sourced from chokidar's releases.
4.0.3
What's Changed
- Fix typescript type of emitted args by
@43081j
in paulmillr/chokidar#1397Full Changelog: https://github.com/paulmillr/chokidar/compare/4.0.2...4.0.3
Commits
Updates flexsearch
from 0.7.43 to 0.8.1
Release notes
Sourced from flexsearch's releases.
v0.8.0
- Persistent indexes support for:
IndexedDB
(Browser),Redis
,SQLite
,Postgres
,MongoDB
,Clickhouse
- Enhanced language customization via the new
Encoder
class- Result Highlighting
- Query performance achieve results up to 4.5 times faster compared to the previous generation v0.7.x by also improving the quality of results
- Enhanced support for larger indexes or larger result sets
- Improved offset and limit processing achieve up to 100 times faster traversal performance through large datasets
- Support for larger In-Memory index with extended key size (the defaults maximum keystore limit is: 2^24)
- Greatly enhanced performance of the whole text encoding pipeline
- Improved indexing of numeric content (Triplets)
- Intermediate result sets and
Resolver
- Basic Resolver:
and
,or
,xor
,not
,limit
,offset
,boost
,resolve
- Improved charset collection
- New charset preset
soundex
which further reduces memory consumption by also increasing "fuzziness"- Performance gain when polling tasks to the index by using "Event-Loop-Caches"
- Up to 100 times faster deletion/replacement when not using the additional "fastupdate" register
- Regex Pre-Compilation (transforms hundreds of regex rules into just a few)
- Extended support for multiple tags (DocumentIndex)
- Custom Fields ("Virtual Fields")
- Custom Filter
- Custom Score Function
- Added French language preset (stop-word filter, stemmer)
- Enhanced Worker Support
- Export / Import index in chunks
- Improved Build System + Bundler (Supported: CommonJS, ESM, Global Namespace), also the import of language packs are now supported for Node.js
- Full covering index.d.ts type definitions
- Fast-Boot Serialization optimized for Server-Side-Rendering (PHP, Python, Ruby, Rust, Java, Go, Node.js, ...)
Changelog
Sourced from flexsearch's changelog.
Changelog
v0.8.0
- Persistent indexes support for:
IndexedDB
(Browser),Redis
,SQLite
,Postgres
,MongoDB
,Clickhouse
- Enhanced language customization via the new
Encoder
class- Result Highlighting
- Query performance achieve results up to 4.5 times faster compared to the previous generation v0.7.x by also improving the quality of results
- Enhanced support for larger indexes or larger result sets
- Improved offset and limit processing achieve up to 100 times faster traversal performance through large datasets
- Support for larger In-Memory index with extended key size (the defaults maximum keystore limit is: 2^24)
- Greatly enhanced performance of the whole text encoding pipeline
- Improved indexing of numeric content (Triplets)
- Intermediate result sets and
Resolver
- Basic Resolver:
and
,or
,xor
,not
,limit
,offset
,boost
,resolve
- Improved charset collection
- New charset preset
soundex
which further reduces memory consumption by also increasing "fuzziness"- Performance gain when polling tasks to the index by using "Event-Loop-Caches"
- Up to 100 times faster deletion/replacement when not using the additional "fastupdate" register
- Regex Pre-Compilation (transforms hundreds of regex rules into just a few)
- Extended support for multiple tags (DocumentIndex)
- Custom Fields ("Virtual Fields")
- Custom Filter
- Custom Score Function
- Added French language preset (stop-word filter, stemmer)
- Enhanced Worker Support
- Export / Import index in chunks
- Improved Build System + Bundler (Supported: CommonJS, ESM, Global Namespace), also the import of language packs are now supported for Node.js
- Full covering index.d.ts type definitions
- Fast-Boot Serialization optimized for Server-Side-Rendering (PHP, Python, Ruby, Rust, Java, Go, Node.js, ...)
v0.7.0
- Bidirectional Context (the order of words can now vary, does not increase memory when using bidirectional context)
- New memory-friendly strategy for indexes (switchable, saves up to 50% of memory for each index, slightly decrease performance)
- Better scoring calculation (one of the biggest concerns of the old implementation was that the order of arrays processed in the intersection has affected the order of relevance in the final result)
- Fix resolution (the resolution in the old implementation was not fully stretched through the whole range in some cases)
- Skip words (optionally, automatically skip words from the context chain which are too short)
- Hugely improves performance of long queries (up to 450x faster!) and also memory allocation (up to 250x less memory)
- New fast-update strategy (optionally, hugely improves performance of all updates and removals of indexed contents up to 2850x)
- Improved auto-balanced cache (keep and expire cache by popularity)
- Append contents to already existing entries (already indexed documents or contents)
- New method "contain" to check if an ID was already indexed
- Access documents directly from internal store (read/write)
- Suggestions are hugely improved, falls back from context search all the way down to single term match
- Document descriptor has now array support (optionally adds array entries via the new
append
under the hood to provide a unique relevance context for each entry)- Document storage handler gets improved
- Results from document index now grouped by field (this is one of the few bigger breaking changes which needs migrations of your old code)
- Boolean search has a new concept (use in combination of the new result structure)
- Node.js Worker Threads
... (truncated)
Commits
- See full diff in compare view
Updates globby
from 14.0.2 to 14.1.0
Release notes
Sourced from globby's releases.
v14.1.0
- Export
isIgnoredByIgnoreFiles
andisIgnoredByIgnoreFilesSync
functions (#269) cba8941
https://github.com/sindresorhus/globby/compare/v14.0.2...v14.1.0
Commits
60d7de5
14.1.086822f2
Meta tweakscba8941
ExportisIgnoredByIgnoreFiles
andisIgnoredByIgnoreFilesSync
functions (#...- See full diff in compare view
Updates hast-util-to-html
from 9.0.4 to 9.0.5
Release notes
Sourced from hast-util-to-html's releases.
9.0.5
- 329625e Update
property-information
Full Changelog: https://github.com/syntax-tree/hast-util-to-html/compare/9.0.4...9.0.5
Commits
Updates hast-util-to-jsx-runtime
from 2.3.2 to 2.3.6
Release notes
Sourced from hast-util-to-jsx-runtime's releases.
2.3.6
- 90fde6c Refactor to externalize some code by
@remcohaszing
in syntax-tree/hast-util-to-jsx-runtime#11Full Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.5...2.3.6
2.3.5
- d25e00a Remove no longer working type hack
Full Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.4...2.3.5
2.3.4
Types
- bf5ccaa Fix type error if
JSX
is not definedFull Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.3...2.3.4
2.3.3
- da03821 Update
property-information
Full Changelog: https://github.com/syntax-tree/hast-util-to-jsx-runtime/compare/2.3.2...2.3.3
Commits
b0920cd
2.3.690fde6c
Refactor to externalize some code09c32dc
2.3.5d25e00a
Remove no longer working type hack5271dd5
2.3.4bf5ccaa
Fix type error ifJSX
is not defined4a0148e
2.3.31c5bb11
Refactor docs644db29
Update React in dev-dependenciesda03821
Updateproperty-information
- Additional commits viewable in compare view
Updates lightningcss
from 1.28.2 to 1.29.3
Release notes
Sourced from lightningcss's releases.
v1.29.3
- Support for
::details-content
and::target-text
selectors –@philipp-spiess
in parcel-bundler/lightningcss#930- Update
:placeholder-shown
selector name across browsers –@Marukome0743
in parcel-bundler/lightningcss#929- Support
/* cssmodules-pure-no-check */
comments –@jantimon
in parcel-bundler/lightningcss#898- Update browser compatibility data – c03a7e7f7cfe7a8d487f9402e3194a1d732f9a04
v1.29.2
- Update detect-libc for better compatibility by
@nicksrandall
in parcel-bundler/lightningcss#923- Fix broken minification for non-opaque oklab colors by
@lfesp
in parcel-bundler/lightningcss#901- Bump browserslist-rs 0.17.0 by
@chenjiahan
in parcel-bundler/lightningcss#912- Add wasm compilation cfg for
Browsers::load_browserslist
by@CPunisher
in parcel-bundler/lightningcss#895- Fix parsing style container queries without a value – 22846530a008baf7a0985e9b87d90c6ae5c4047b
v1.29.0
Added
- Implement view transitions level 2, including the
@view-transition
rule,view-transition-class
andview-transition-group
properties, and class selector features of the view transition pseudo elements. This enables CSS module scoping and better minification when using these features. – #885- Support parsing the
@font-feature-values
rule – #840- Add a feature flag to explicitly enable or disable transpiling the
light-dark()
function – https://github.com/parcel-bundler/lightningcss/commit/304389600fb655c5b1af55f1946518e9b755b860Fixed
- Compile media query range syntax with boolean logic instead of fractional pixels. Fixes issues with rounding certain values. – https://github.com/parcel-bundler/lightningcss/commit/7f290350ed0cc53b1267d6810417f0611135eeee
- Fix parsing the
list-style
shorthand property – https://github.com/parcel-bundler/lightningcss/commit/97891d85f1ea3a9912a0996daa532e72d0c86046- Fix hashing of
:nth-child(an + b of X)
selectors in CSS modules – https://github.com/parcel-bundler/lightningcss/commit/ed9e659ea0d298a836a7cbe1c4f77c69531ee5c8- Update napi-rs to fix issue with
\0
characters in filenames – https://github.com/parcel-bundler/lightningcss/commit/43707c31547b66c3c611cda393ce7fe5d07090d0- Fix CustomAtRule.loc TypeScript type – #876
- Call StyleSheet / StyleSheetExit / Rule.custom.* in visitors passed to
composeVisitors
– #875- Update browser compat data – https://github.com/parcel-bundler/lightningcss/commit/cdbf0d4e54858051df140f631fa2b10717f59754
Commits
80eb861
v1.29.3c03a7e7
bump compat data48332fe
update ast3122b65
allow to opt-out from css pure linting (#898)b93c9c5
fix: updateplaceholder-shown
property (#929)37c4f4d
Add support for::details-content
and::target-text
(#930)f2303df
v1.29.2eccb673
bump browser compat datad7b1cea
Add wasm compilation cfg for (#895)50a956b
Bump browserslist-rs 0.17.0 (#912)- Additional commits viewable in compare view
Updates mdast-util-find-and-replace
from 3.0.1 to 3.0.2
Release notes
Sourced from mdast-util-find-and-replace's releases.
3.0.2
Types
- f67eee4 Refactor to use
@import
s- 8ac2d6b Add declaration maps
Full Changelog: https://github.com/syntax-tree/mdast-util-find-and-replace/compare/3.0.1...3.0.2
Commits
Updates mermaid
from 11.4.1 to 11.5.0
Release notes
Sourced from mermaid's releases.
mermaid@11.5.0
Minor Changes
#6187
7809b5a
Thanks@ashishjain0512
! - Flowchart new syntax for node metadata bugs
- Incorrect label mapping for nodes when using
&
- Syntax error when
}
with trailing spaces before new line#6136
ec0d9c3
Thanks@knsv
! - Adding support for animation of flowchart edges#6373
05bdf0e
Thanks@ashishjain0512
! - Upgrade Requirement and ER diagram to use the common renderer flow
- Added support for directions
- Added support for hand drawn look
#6371
4d25cab
Thanks@knsv
! - The arrowhead color should match the color of the edge. Creates a unique clone of the arrow marker with the appropriate color.Patch Changes
#6064
2a91849
Thanks@NicolasNewman
! - fix: architecture diagrams no longer grow to extreme heights due to conflicting alignments#6198
963efa6
Thanks@ferozmht
! - Fixes for consistent edge id creation & handling edge cases for animate edge feature#6196
127bac1
Thanks@knsv
! - Fix for issue #6195 - allowing @ signs inside node labels#6212
90bbf90
Thanks@saurabhg772244
! - fix:mermaidAPI.getDiagramFromText()
now returns a new different db for each class diagram#6218
232e60c
Thanks@saurabhg772244
! - fix: revert state db to resolve getData returning empty nodes and edges#6250
9cad3c7
Thanks@saurabhg772244
! -mermaidAPI.getDiagramFromText()
now returns a new db instance on each call for state diagrams#6293
cfd84e5
Thanks@saurabhg772244
! - Added versioning to StateDB and updated tests and diagrams to use it.#6161
6cc31b7
Thanks@saurabhg772244
! - fix:mermaidAPI.getDiagramFromText()
now returns a new different db for each flowchart#6272
ffa7804
Thanks@saurabhg772244
! - fix:mermaidAPI.getDiagramFromText()
now returns a new different db for each sequence diagram. Added unique IDs for messages.#6205
32a68d4
Thanks@saurabhg772244
! - fix: Gantt, Sankey and User Journey diagram are now able to pick font-family from mermaid config.#6295
da6361f
Thanks@omkarht
! - fix:getDirection
andsetDirection
instateDb
refactored to return and set actual direction#6185
3e32332
Thanks@saurabhg772244
! -mermaidAPI.getDiagramFromText()
now returns a new different db for each state diagram
Commits
41a737f
Merge pull request #6374 from mermaid-js/changeset-release/master0c2e1bc
Version Packagesf399561
Merge pull request #6373 from mermaid-js/release/11.5.005bdf0e
Added changeset292cd83
Fix for multi-line row issue and failsafe for edge style for stroke not present3848649
Mergedevelop
into release/11.5.01341e3d
Added support for row odd/even in different themes1d6a55a
Merge pull request #6371 from mermaid-js/6369-mirror-edge-color-on-arrowhead4d25cab
Added changesetf633557
test: Add test for edge marker color rendering- Additional commits viewable in compare view
Updates pixi.js
from 8.6.5 to 8.8.1
Release notes
Sourced from pixi.js's releases.
v8.8.1
💾 Download
Development Build:
Production Build:
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.8.0...v8.8.1
🐛 Fixed
- fix: gif loader base64 path matching by
@MechaKnightz
in pixijs/pixijs#11285- fix: Don't bundle GIF dependencies by
@bigtimebuddy
in pixijs/pixijs#11298New Contributors
@MechaKnightz
made their first contribution in pixijs/pixijs#11285v8.8.0
💾 Download
Development Build:
Production Build:
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.7.3...v8.8.0
🚨 Behavior Change 🚨
Since 8.0.0 PixiJS has been incorrectly applying gradients and graphics fill textures. Instead of using normalized "local space" coordinates (0–1), gradients were using "global space" values in pixels. This was an unintended change that made working with gradients/texture fills much harder. In this release, we have changed the default behavior back to "local space" to match v7.
For anyone who needs the old behavior, you can change the default options globally or you can control it individually as all APIs now accept a
textureSpace
property that can be set to"global"
. For example:FillGradient.defaultLinearOptions.textureSpace = 'global' FillGradient.defaultRadialOptions.textureSpace = 'global' // or individually new FillGraident(0, 0, 100, 100, 'global') </tr></table>
... (truncated)
Commits
931d883
v8.8.11500808
fix: gif loader base64 path matching (#11285)9d3cba8
fix: Don't bundle GIF dependencies (#11298)8c04fba
v8.8.058ba165
fix: texture options set for spritesheet aren't propagating to multipacked sp...ea1a102
feat: add returnTexture for CanvasTextSystem (#11269)7f5e337
fix: increase didViewChangeTick on removeChildren call (#11245)723c605
feat: add mixins for leaf nodes (#11253)16f45bf
fix graphics prepare bug (#11258)47e4932
fix texture update bug on mesh (#11259)- Additional commits viewable in compare view
Updates preact
from 10.25.2 to 10.26.4
Release notes
Sourced from preact's releases.
10.26.4
Fixes
- Address context fragments issue (#4717, thanks
@JoviDeCroock
)10.26.3
Fixes
- Keyed nullish placeholders cause re-mounts (#4700, thanks
@JoviDeCroock
)Types
- Add command invoker types (#4692, thanks
@lukewarlow
)- Flesh out HTMLMediaElement types (#4705, thanks
@rschristian
)- Add
onBeforeToggle
event handler type (#4694, thanks@lukewarlow
)- Add dialog
closedby
types (#4693, thanks@lukewarlow
)- Add
fetchPriority
toimg
(#4713, thanks@JoviDeCroock
)- Refactor
AllHTMLAttributes
interface (#4706, thanks@rschristian
)Maintenance
- Remove console log in debug package (#4709, thanks
@rschristian
)- Remove unused deps (#4707, thanks
@JoviDeCroock
)- Fix mocha in Node v22+ (#4701, thanks
@rschristian
)- Fix TS lang server support in our
.d.ts
files (#4698, thanks@rschristian
)10.26.2
This is a hotfix release! If you are encountering bundling issues with regards to unallowed
import
syntax, this will fix it!Fixes
- Remove pkg type (#4689, thanks
@rschristian
)Maintenance
- Skip benches during release workflows (#4686, thanks
@rschristian
)10.26.1
Fixes
- Fixes memory leak when wrapping Fragment is captured by an effect closure (#4680, thanks
@JoviDeCroock
)Optimization
- Created NULL constant (#4682, thanks
@Ben-Brady
)Maintenance
- Simplify compat build script (#4677, thanks
@rschristian
)
... (truncated)
Commits
ccd1e71
10.26.4 (#4718)58703d6
Address context fragments issue (#4717)ecf6c40
10.26.3 (#4714)daba002
types: Refactor 'AllHTMLAttributes' interface (#4706)55e9f52
Add fetchPriority (#4713)1effaa6
chore: Remove console log in debug (#4709)94fbcbd
Remove unused deps (#4707)eb9c8ab
feat: Add command invoker types (#4692)46bace7
types: Flesh out HTMLMediaElement types (#4705)d7b4787
chore: Fix mocha in Node v22+ (#4701)- Additional commits viewable in compare view
Updates preact-render-to-string
from 6.5.12 to 6.5.13
Release notes
Sourced from preact-render-to-string's releases.
v6.5.13
Patch Changes
#408
8e8e8ac
Thanks@f0x52
! - Ensure that the_parent
is kept around across multiple suspensions and avoid circular references. In doing so ouruseId
hook should always output unique ids during renderingToString.#409
2afaf31
Thanks@f0x52
! - Ensure the renderToStream types of/stream
and/stream-node
accept a generic for the props of the passed in VNode#405
0a698f6
Thanks@f0x52
! - renderToPipeableStream: expose errors through onError, no longer emit un-catchable error event on internal stream
Changelog
Sourced from preact-render-to-string's changelog.
6.5.13
Patch Changes
- #408
8e8e8ac
Thanks@f0x52
! - Ensure that the_parent
is kept around across multiple suspensions and avoid circular references. In doing so ouruseId
hook should always output unique ids during renderingToString.
Pull Request Statistics
1
2
+698
-1212
Package Dependencies
@myriaddreamin/rehype-typst
npm
0.5.0-rc9 → 0.5.4
Patch
mdast-util-find-and-replace
npm
3.0.1 → 3.0.2
Patch
Technical Details
ID: | 1522776 |
UUID: | 2397498369 |
Node ID: | PR_kwDONg0Y4M6O5uwB |
Host: | GitHub |
Repository: | stoppableforce/stoppableforce.github.io |
Merge State: | Dirty |