chore(deps): bump the production-dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 days ago)
(3 days ago)
dependencies javascript
Bumps the production-dependencies group with 8 updates in the / directory:
Package | From | To |
---|---|---|
flexsearch | 0.7.43 |
0.8.205 |
pixi.js | 8.12.0 |
8.13.1 |
satori | 0.16.2 |
0.18.2 |
sharp | 0.34.1 |
0.34.3 |
shiki | 1.26.2 |
3.12.2 |
ws | 8.18.2 |
8.18.3 |
yargs | 17.7.2 |
18.0.0 |
@types/node | 24.3.0 |
24.3.1 |
Updates flexsearch
from 0.7.43 to 0.8.205
Release notes
Sourced from flexsearch's releases.
v0.8.2
- Config-Serialized Query Caches, Improved caching strategy for Document indexes and Resolver
- Resolver Async Processing Workflow (including Queuing)
- Extended Resolver Support: Worker, Persistent, Cache
- Extended Result Highlighting: Boundaries, Ellipsis, Alignment
- Improved TypeScript Typings
- Improved Stemmer Handling
- Improved Result Highlighting
- Use multi-language charset normalization as the default Encoder
- Simplified charset support for multi-language content
- Charset renamed LatinExact => Exact, LatinDefault => Default and LatinSimple => Normalize, these are universal charset presets for any languages
- Charset ArabicDefault and CyrillicDefault was removed, they are fully covered by the default universal charset presets
- Charset Charset.CjkDefault was renamed to Charset.CJK
v0.8.1
- Resolver Support for Documents
- Asynchronous Runtime Balancer, new option
priority
- Export/Import Worker Indexes + Document Worker, new extern config options
export
andimport
- Improved interoperability of the different build packages, including source folder
- Support custom
filter
function for encoder (stop-word filter)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
Current Version
- Calling
index.clear()
on a persistent Index does not stack to the task queue by default (which executes on commit), instead it will execute immediately and return a Promise- Added new tokenizer
tolerant
, inherits fromstrict
but also matches simple typos like missing letters and swapped letters- Improved Redis Cleanup
- Resolver: Support Result Highlighting
v0.8.2
- Config-Serialized Query Caches, Improved caching strategy for Document indexes and Resolver
- Resolver Async Processing Workflow (including Queuing)
- Extended Resolver Support: Worker, Persistent, Cache
- Extended Result Highlighting: Boundaries, Ellipsis, Alignment
- Improved TypeScript Typings
- Improved Stemmer Handling
- Improved Result Highlighting
- Use multi-language charset normalization as the default
Encoder
- Simplified charset support for multi-language content
- Charset renamed
LatinExact
=>Exact
,LatinDefault
=>Default
andLatinSimple
=>Normalize
, these are universal charset presets for any languages- Charset
ArabicDefault
andCyrillicDefault
was removed, they are fully covered by the default universal charset presets- Charset
Charset.CjkDefault
was renamed toCharset.CJK
v0.8.1
- Resolver Support for Documents
- Asynchronous Runtime Balancer, new option
priority
- Export/Import Worker Indexes + Document Worker, new extern config options
export
andimport
- Improved interoperability of the different build packages, including source folder
- Support custom
filter
function for encoder (stop-word filter)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)
... (truncated)
Commits
- See full diff in compare view
Updates pixi.js
from 8.12.0 to 8.13.1
Release notes
Sourced from pixi.js's releases.
v8.13.1
💾 Download
Installation:
npm install pixi.js@8.13.1
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.13.0...v8.13.1
🐛 Fixed
- fix: text texture incorrectly released when destroyed by
@Zyie
in pixijs/pixijs#11658- fix: fix accessibility debug div tabIndex label (#11654) by
@brentmc
in pixijs/pixijs#11655New Contributors
@brentmc
made their first contribution in pixijs/pixijs#11655v8.13.0
💾 Download
Installation:
npm install pixi.js@8.13.0
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.min.mjs
Documentation:
Changed
... (truncated)
Commits
f601213
v8.13.119c6148
fix: fix accessibility debug div tabIndex label (#11654) (#11655)e8814f8
fix: text texture incorrectly released when destroyed (#11658)2094ca5
v8.13.0e301117
feat: simplified caching for text (#11505)6aeb34a
fix: memory leaks in renderer systems (#11581)4c7875d
Fix unsafe-eval particle update polyfill (#11643)3525c43
fix: restorebuildGeometryFromPath
functionality (#11623)25676ed
chore: add huskyrc to run without path (#11638)81a085a
feat: add LRU cache for text measuring (#11644)- Additional commits viewable in compare view
Updates satori
from 0.16.2 to 0.18.2
Release notes
Sourced from satori's releases.
0.18.2
0.18.2 (2025-09-02)
Bug Fixes
0.18.1
0.18.1 (2025-08-29)
Bug Fixes
0.18.0
0.18.0 (2025-08-28)
Features
Commits
5bcd097
fix: Support passing instantiated wasm instance to init() (#709)589d9fa
fix: Performance improvement (#707)1a338ca
chore: Add benchmark script (#706)f24d911
feat: Standalone build to support providing WASM binary manually (#705)4a7d0bc
feat: added obj fit to image (#703)50a7948
feat: supportrepeating-radial-gradient
(#697)- See full diff in compare view
Updates sharp
from 0.34.1 to 0.34.3
Commits
276ac2d
Release v0.34.32dedcf3
Prerelease v0.34.3-rc.192f2145
Upgrade to sharp-libvips v1.2.02cd2f84
Upgrade to libvips v8.17.18ee8d27
Provide XMP as a string, as well as a Buffer, where possible4e3f379
Add keepXmp and withXmp for control over output XMP metadata #4416df5454e
Add support for RAW digicam input, requires custom libvips+libraw32cf6be
Docs: update benchmark results ahead of v0.34.396dfd40
Tests: update benchmark environment1422798
Upgrade to sharp-libvips v1.2.0-rc.3- Additional commits viewable in compare view
Updates shiki
from 1.26.2 to 3.12.2
Release notes
Sourced from shiki's releases.
v3.12.2
🐞 Bug Fixes
- twoslash: Fix
onTwoslashError
return value handling - by@Karibash
in shikijs/shiki#1070 (e86b0)View changes on GitHub
v3.12.1
No significant changes
View changes on GitHub
v3.12.0
🚀 Features
- vitepress-twoslash:
- Improve UX for option customization - by
@9romise
in shikijs/shiki#1066 (e3cfd)- Twoslash inline type cache for markdown - by
@serkodev
and@antfu
in shikijs/shiki#1063 (dc7fb)🐞 Bug Fixes
- remove-notation-escape: Correct escape sequence - by
@sor4chi
in shikijs/shiki#1065 (22d0c)View changes on GitHub
v3.11.0
🚀 Features
- core: Add
enforce
options toShikiTransformer
- by@serkodev
and@antfu
in shikijs/shiki#1062 (8ad05)View changes on GitHub
v3.10.0
🚀 Features
- Add funding links to playground - by
@jtbandes
in shikijs/shiki#1054 (e36eb)View changes on GitHub
v3.9.2
🚀 Features
- Add funding buttons to themes & languages list - by
@jtbandes
and@antfu
in shikijs/shiki#1052 (84a65)- Allow negative character positions for denoting end of line offsets - by
@sealer3
and@antfu
in shikijs/shiki#1051 (af44b)View changes on GitHub
v3.9.1
🚀 Features
... (truncated)
Commits
e462618
chore: release v3.12.2793d71e
chore: release v3.12.19260f3f
chore: release v3.12.0d05f39b
chore: release v3.11.0bda1a76
chore: release v3.10.009921f1
chore: release v3.9.2854eddf
chore: release v3.9.1950ede5
chore: release v3.9.0b92e07b
chore: release v3.8.14431931
chore: release v3.8.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for shiki since your current version.
Updates ws
from 8.18.2 to 8.18.3
Release notes
Sourced from ws's releases.
8.18.3
Bug fixes
- Fixed a spec violation where the
Sec-WebSocket-Version
header was not added to the HTTP response if the client requested version was either invalid or unacceptable (33f5dbaf).
Commits
Updates yargs
from 17.7.2 to 18.0.0
Changelog
Sourced from yargs's changelog.
18.0.0 (2025-05-26)
⚠ BREAKING CHANGES
- command names are not derived from modules passed to
command
.- singleton usage of yargs yargs.foo, yargs().argv, has been removed.
- minimum node.js versions now
^20.19.0 || ^22.12.0 || >=23
.- yargs is now ESM first
Features
- commandDir now works with ESM files (#2461) (27eec18)
- locale: adds hebrew translation (#2357) (4266485)
- yargs is now ESM first (d90af45)
- zsh: Add default completion as fallback (#2331) (e02c91b)
Bug Fixes
- addDirectory do not support absolute command dir (#2465) (3a40a78)
- allows ESM modules commands to be extensible using visit option (#2468) (200e1aa)
- browser: fix shims so that yargs continues working in browser context (#2457) (4ae5f57)
- build: address problems with typescript compilation (#2445) (8d72fb3)
- coerce should play well with parser configuration (#2308) (8343c66)
- deps: update dependency yargs-parser to v22 (#2470) (639130d)
- exit after async handler done (#2313) (e326cde)
- handle spaces in bash completion (#2452) (83b7788)
- parser-configuration should work well with generated completion script (#2332) (888db19)
- propagate Dictionary including undefined in value type (#2393) (2b2f7f5)
- zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)
Code Refactoring
- command names are not derived from modules passed to
command
. (d90af45)- singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)
Build System
- minimum node.js versions now
^20.19.0 || ^22.12.0 || >=23
. (d90af45)
Commits
0bc7255
chore(main): release 18.0.0 (#2325)639130d
fix(deps): update dependency yargs-parser to v22 (#2470)200e1aa
fix: allows ESM modules commands to be extensible using visit option (#2468)888db19
fix: parser-configuration should work well with generated completion script (...3a40a78
fix: addDirectory do not support absolute command dir (#2465)90e9eca
docs: remove to old slack channel (#2466)0dd8fe4
fix(zsh): completion no longer requires double tab when using autoloaded27eec18
feat: commandDir now works with ESM files (#2461)f9c72a7
docs: update examples to run from examples folder (#2463)e02c91b
feat(zsh): Add default completion as fallback (#2331)- Additional commits viewable in compare view
Updates @types/node
from 24.3.0 to 24.3.1
Commits
- See full diff in compare view
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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>
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 <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+356
-267
Package Dependencies
Technical Details
ID: | 7033910 |
UUID: | 2803734904 |
Node ID: | PR_kwDOOOAwbs6nHZl4 |
Host: | GitHub |
Repository: | quartz-themes/githubdhc |
Merge State: | Unknown |