chore(deps): bump the production-dependencies group across 1 directory with 20 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(7 days ago)
(7 days ago)
dependencies javascript
Bumps the production-dependencies group with 20 updates in the / directory:
| Package | From | To |
|---|---|---|
| @floating-ui/dom | 1.7.2 |
1.7.4 |
| @napi-rs/simple-git | 0.1.21 |
0.1.22 |
| ansi-truncate | 1.2.0 |
1.4.0 |
| flexsearch | 0.7.43 |
0.8.212 |
| globby | 14.1.0 |
15.0.0 |
| is-absolute-url | 4.0.1 |
5.0.0 |
| lightningcss | 1.30.1 |
1.30.2 |
| pixi.js | 8.11.0 |
8.14.0 |
| preact | 10.27.0 |
10.27.2 |
| preact-render-to-string | 6.5.13 |
6.6.3 |
| pretty-bytes | 7.0.0 |
7.1.0 |
| satori | 0.16.1 |
0.18.3 |
| sharp | 0.34.3 |
0.34.4 |
| shiki | 1.26.2 |
3.14.0 |
| workerpool | 9.3.3 |
10.0.0 |
| @types/node | 24.1.0 |
24.9.1 |
| @types/yargs | 17.0.33 |
17.0.34 |
| esbuild | 0.25.8 |
0.25.11 |
| tsx | 4.20.3 |
4.20.6 |
| typescript | 5.8.3 |
5.9.3 |
Updates @floating-ui/dom from 1.7.2 to 1.7.4
Release notes
Sourced from @floating-ui/dom's releases.
@floating-ui/dom@1.7.4Patch Changes
- fix(getViewportRect): account for space left by
scrollbar-gutter: stable
@floating-ui/dom@1.7.3Patch Changes
- Update dependencies:
@floating-ui/core@1.7.3
Changelog
Sourced from @floating-ui/dom's changelog.
1.7.4
Patch Changes
- fix(getViewportRect): account for space left by
scrollbar-gutter: stable1.7.3
Patch Changes
- Update dependencies:
@floating-ui/core@1.7.3
Commits
Updates @napi-rs/simple-git from 0.1.21 to 0.1.22
Release notes
Sourced from @napi-rs/simple-git's releases.
v0.1.22
What's Changed
- Replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action by
@Copilotin Brooooooklyn/simple-git#96- chore(deps): update actions/download-artifact action to v5 by
@renovate[bot] in Brooooooklyn/simple-git#97- chore: clippy fix and npm trusted publisher by
@Brooooooklynin Brooooooklyn/simple-git#99New Contributors
@Copilotmade their first contribution in Brooooooklyn/simple-git#96Full Changelog: https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22
Commits
7d016070.1.225792944chore: fix preversion script6cbeb6echore: clippy fix and npm trusted publisher (#99)a1dfc9bchore(deps): update actions/download-artifact action to v5 (#97)919cd79ci: replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action ...- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @napi-rs/simple-git since your current version.
Updates ansi-truncate from 1.2.0 to 1.4.0
Commits
38cd205Bumped version to 1.4.034d2740Added support for truncating hyperlinks too6621510Bumped version to 1.3.0cb6e78cUpdated some dependencies- See full diff in compare view
Updates flexsearch from 0.7.43 to 0.8.212
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
exportandimport- Improved interoperability of the different build packages, including source folder
- Support custom
filterfunction 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
Encoderclass- 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
soundexwhich 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 fromstrictbut 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=>DefaultandLatinSimple=>Normalize, these are universal charset presets for any languages- Charset
ArabicDefaultandCyrillicDefaultwas removed, they are fully covered by the default universal charset presets- Charset
Charset.CjkDefaultwas renamed toCharset.CJKv0.8.1
- Resolver Support for Documents
- Asynchronous Runtime Balancer, new option
priority- Export/Import Worker Indexes + Document Worker, new extern config options
exportandimport- Improved interoperability of the different build packages, including source folder
- Support custom
filterfunction 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
Encoderclass- 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
soundexwhich 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 globby from 14.1.0 to 15.0.0
Release notes
Sourced from globby's releases.
v15.0.0
Breaking
- Require Node.js 20 4ae42c8
Fixes
- Fix
expandDirectoriesnot working with globstar patterns 98d691a- Fix relative paths with gitignore option b4d78d8
- Fix gitignore patterns in subdirectories not applying recursively 2cb6088
- Fix TypeScript types for
globbyStreamto correctly yield strings 1c7f3ed
https://github.com/sindresorhus/globby/compare/v14.1.0...v15.0.0
Commits
b65747e15.0.04ae42c8Require Node.js 2098d691aFixexpandDirectoriesnot working with globstar patternsb4d78d8Fix relative paths with gitignore option2cb6088Fix gitignore patterns in subdirectories not applying recursively0a4df0eDocument performance implications ofgitignoreoption1c7f3edFix TypeScript types forglobbyStreamto correctly yield strings- See full diff in compare view
Updates is-absolute-url from 4.0.1 to 5.0.0
Release notes
Sourced from is-absolute-url's releases.
v5.0.0
Breaking
- Require Node.js 20 430699d
- It now only allows
http://andhttps://protocols by default 05e1989
- To get the old behavior, pass in
{httpOnly: false}Improvements
- Add
httpOnlyoption and make it the default 05e1989
https://github.com/sindresorhus/is-absolute-url/compare/v4.0.1...v5.0.0
Commits
76c6aff5.0.005e1989AddhttpOnlyoption and make it the default430699dRequire Node.js 20- See full diff in compare view
Updates lightningcss from 1.30.1 to 1.30.2
Release notes
Sourced from lightningcss's releases.
v1.30.2
Fixes
- Fix installing on android
- Don't warn on
::grammar-errorand::spelling-errorselectors- Update browser compat data
Rust crate changes
Commits
400f705v1.30.2b218715Update browser compat data9879b91Use serde-content instead of private serde types (#1062)bb718d1migrate to maintained library (#1035)a2faf99Add support for::grammar-errorand::spelling-error(#1026)2fae1a2Fix installing on android (#1030)8fa6592Bump browserslist-rs to 0.19.0 (#1022)defa3bfbump crate534fa17Derive Eq and Serde forTargets(#1015)d2f587dAllow passing browserslist options tofrom_browserslist(#1011)- Additional commits viewable in compare view
Updates pixi.js from 8.11.0 to 8.14.0
Release notes
Sourced from pixi.js's releases.
v8.14.0
💾 Download
Installation:
npm install pixi.js@8.14.0Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.0/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.0/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.0/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.0/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.13.2...v8.14.0
🎁 Added
- feat: add asset loading strategies by
@Zyiein pixijs/pixijs#11693
- Three new loading strategies have been introduced:
throw,skip, andretry
throw: The default strategy and matches the behavior of previous versions. With this strategy enabled any asset that fails to load will throw an error and the promise will reject.skip: If any asset fails to load not error is thrown and the loader continues to load other assetsretry: Allow for multiple attempts at loading an asset before an error is thrown. The number of attempts and the delay between attempts are configurableconst options: LoadOptions = { strategy: 'retry', retryCount: 5, // Retry up to 5 times }; await Assets.load('unstable-asset.png', options);await Assets.init({ basePath, loadOptions: { strategy: 'skip', onError: (error, asset) => console.log(error, asset.url) }, });Assets.addBundle('testBundle', [
{ alias: 'bunny', src: 'textures/bunny_no_img.png' },
{ alias: 'bunny2', src: 'textures/bunny.png' },
]);// only bunny2 is defined and did not throw an error
const assets = await Assets.loadBundle('testBundle');
- feat: Adds progress size to asset loading by
@Zyiein pixijs/pixijs#11699
... (truncated)
Commits
4cfcbc0v8.14.05c2ec18feat: added rotate to Point math-extras (#11704)0833a7afeat: Adds progress size to asset loading (#11699)793f9c6fix: Allow IRenderLayer as part of the ContainerOptions children array (#11687)b549b04fix: removes accessibility system event listeners correctly (#11700)7057530fix: directly pass instanceCount to instanced draw when !== 1 (#11639)63f30c0fix: respect filter enabled state (#11674)3fb7bc8fix: ensureupdateTextBoundsis called regardless of style and resolution c...7fb35adfeat: add change guards to TextStyle setters to prevent redundant updates (#1...b021f26fix: incorrect accessibility div when recycled from the pool (#11679) (#11680)- Additional commits viewable in compare view
Updates preact from 10.27.0 to 10.27.2
Release notes
Sourced from preact's releases.
10.27.2
Types
- Mirror non-JSX types to the 'preact' namespace (#4904, thanks
@rschristian)Fixes
- Address memory leak (#4906, thanks
@JoviDeCroock)10.27.1
Performance
- Avoid re-inserting children during bailout (#4890, thanks
@vasylenkoval)Types
- add missing React.Key (#4864, thanks
@shyguy1412)- make React.SVGAttributes generic (#4863, thanks
@shyguy1412)Fixes
- Add
.renderproperty referencing original render function (#4870, thanks@upupming)- Add
.typeproperty referencing original component (#4869, thanks@upupming)Maintenance
- Fix benchmarks for v10.x (#4891, thanks
@rschristian)- Correct contributing docs (#4861, thanks
@JoviDeCroock)
Commits
0dbe63610.27.2 (#4917)b0cb7c5ci: Revert #4911 (#4912)3e86d02ci: Kickstart benches again in v10.x w/ successful run (#4911)0be5d20refactor (v10): Mirror non-JSX types to the 'preact' namespace (#4904)a1039ccPrevent frequently updated components from retaining memory (#4906)02b52e610.27.1 (#4892)28a56caci: Fix benchmarks workflow for v10.x (#4891)d92da32Port #4888 to v10 (#4890)89ad340Merge pull request #4870 from upupming/v10.x-forward-ref-render-fieldd698fd2Merge pull request #4869 from upupming/v10.x-memo-type-field- Additional commits viewable in compare view
Updates preact-render-to-string from 6.5.13 to 6.6.3
Release notes
Sourced from preact-render-to-string's releases.
v6.6.3
Patch Changes
- #432
62c87e4Thanks@nwalters512! - Preserve whitespace in<pre>/<textarea>when usingpretty: truev6.6.2
Patch Changes
v6.6.1
Patch Changes
- #427
f3f7aabThanks@rschristian! - Correct semver range to support beta releases of Preact v11v6.6.0
Minor Changes
- #376
81e7da3Thanks@JoviDeCroock! - Insert comment markers for suspended trees, only in renderToStringAsyncPatch Changes
#425
e750ba1Thanks@rschristian! - Expand semver range to support the upcoming v11 beta release#413
27f340bThanks@f0x52! - Fix async rendering of multiple suspended components in a single Suspense boundary#424
e7d241cThanks@JoviDeCroock! - Fix support for signals, we need to detect and unwrap the signal#423
ec0b614Thanks@JoviDeCroock! - Add support for new component bits#417
441dea2Thanks@rschristian! - Only abort/report errors fromrenderToPipeableStream()if the stream hasn't already been closed
Changelog
Sourced from preact-render-to-string's changelog.
6.6.3
Patch Changes
- #432
62c87e4Thanks@nwalters512! - Preserve whitespace in<pre>/<textarea>when usingpretty: true6.6.2
Patch Changes
6.6.1
Patch Changes
- #427
f3f7aabThanks@rschristian! - Correct semver range to support beta releases of Preact v116.6.0
Minor Changes
- #376
81e7da3Thanks@JoviDeCroock! - Insert comment markers for suspended trees, only in renderToStringAsyncPatch Changes
- #425
e750ba1Thanks@rschristian! - Expand semver range to support the upcoming v11 beta release
- #413
27f340bThanks@f0x52! - Fix async rendering of multiple suspended components in a single Suspense boundary
- #424
e7d241cThanks@JoviDeCroock! - Fix support for signals, we need to detect and unwrap the signal
- #423
ec0b614Thanks@JoviDeCroock! - Add support for new component bits
- #417
441dea2Thanks@rschristian! - Only abort/report errors fromrenderToPipeableStream()if the stream hasn't already been closed
Commits
1667556Merge pull request #434 from preactjs/chore/bump-npm-versione4d3b46ci: Ensure CI is using latest NPM version4fdcf11chore: Bump lockfile35bb4fbMerge pull request #433 from preactjs/changeset-release/mainef57cedVersion Packages69ed337Merge pull request #432 from nwalters512/pretty-format-preserve-whitespace96dfd13Update lockfile62c87e4Preserve whitespace for pre/textarea when pretty-printingf3bdac6Merge pull request #431 from preactjs/changeset-release/maind87861fVersion Packages- 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 preact-render-to-string since your current version.
Updates pretty-bytes from 7.0.0 to 7.1.0
Release notes
Sourced from pretty-bytes's releases.
v7.1.0
- Add
fixedWidthoption for right-aligned output 73df489- Add
nonBreakingSpaceoption b637640- Fix truncation behavior with fraction digits options b64cee5
https://github.com/sindresorhus/pretty-bytes/compare/v7.0.1...v7.1.0
v7.0.1
- Fix precision with the
binaryoption (#88) c9fd951
https://github.com/sindresorhus/pretty-bytes/compare/v7.0.0...v7.0.1
Commits
Updates satori from 0.16.1 to 0.18.3
Release notes
Sourced from satori's releases.
0.18.3
0.18.3 (2025-09-15)
Bug Fixes
- Support forwardRef wrapped component (#601)
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
- added obj fit to image (#703) (4a7d0bc)
- Standalone build to support providing WASM binary manually (#705) (f24d911), closes #693
0.16.2
0.16.2 (2025-07-29)
Bug Fixes
Commits
2a0878afix: Trigger release6d0d0dbSupport forwardRef wrapped component (#601)5bcd097fix: Support passing instantiated wasm instance to init() (#709)589d9fafix: Performance improvement (#707)1a338cachore: Add benchmark script (#706)f24d911feat: Standalone build to support providing WASM binary manually (#705)4a7d0bcfeat: added obj fit to image (#703)50a7948feat: supportrepeating-radial-gradient(#697)3262159fix: zero value should make sense (#696)- See full diff in compare view
Updates sharp from 0.34.3 to 0.34.4
Release notes
Sourced from sharp's releases.
v0.34.4
Upgrade to libvips v8.17.2 for upstream bug fixes.
Ensure TIFF
subifdand OpenSlidelevelinput options are respected (regression in 0.34.3).Ensure
autoOrientoccurs before non-90 angle rotation. #4425Ensure
autoOrientremoves existing metadata after shrink-on-load. #4431TypeScript: Ensure
KernelEnumincludeslinear. #4441@BayanBennettEnsure
unlimitedflag is passed upstream when reading TIFF images. #4446Support Electron memory cage when reading XMP metadata (regression in 0.34.3). #4451
Add sharp-libvips rpath for yarn v5 support. #4452
@arcanisv0.34.4-rc.4
Upgrade to libvips v8.17.2 for upstream bug fixes.
Ensure TIFF
subifdand OpenSlidelevelinput options are respected (regression in 0.34.3).Ensure
autoOrientoccurs before non-90 angle rotation. #4425Ensure
autoOrientremoves existing metadata after shrink-on-load. #4431TypeScript: Ensure
KernelEnumincludeslinear. #4441@BayanBennettEnsure
unlimitedflag is passed upstream when reading TIFF images. #4446Support Electron memory cage when reading XMP metadata (regression in 0.34.3). #4451
Add sharp-libvips rpath for yarn v5 support. #4452
@arcanis
... (truncated)
Commits
ee43783Release v0.34.45299011CI/Docs: Deno v2 support4710092Prerelease v0.34.4-rc.4ed1ac43CI: Upgrade packaging test dependenciesdfcbceeUpgrade sharp-libvips to v1.2.335d3f56Ensure TIFF subifd and OpenSlide level are respected9f4bacePrerelease v0.34.4-rc.3b507831CI: Remove dry-run flag905f698Prerelease v0.34.4-rc.2b0154edUpgrade sharp-libvips to v1.2.2- 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 sharp since your current version.
Updates shiki from 1.26.2 to 3.14.0
Release notes
Sourced from shiki's releases.
v3.14.0
🚀 Features
🐞 Bug Fixes
- colorized-brackets: Fix default color does not work with colorized-brackets - by
@oatmealproblemin shikijs/shiki#1082 (f4d3f)View changes on GitHub
v3.13.0
🚀 Features
- transformers: Render indent guides - by
@KazariEXand@antfuin shikijs/shiki#1060 (aecd1)View changes on GitHub
v3.12.3
🐞 Bug Fixes
@shikijs/twoslashversion specifier - by@9romisein shikijs/shiki#1078 (a1cde)View changes on GitHub
v3.12.2
🐞 Bug Fixes
- twoslash: Fix
onTwoslashErrorreturn value handling - by@Karibashin 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
@9romisein shikijs/shiki#1066 (e3cfd)- Twoslash inline type cache for markdown - by
@serkodevand@antfuin shikijs/shiki#1063 (dc7fb)🐞 Bug Fixes
- remove-notation-escape: Correct escape sequence - by
@sor4chiin shikijs/shiki#1065 (22d0c)View changes on GitHub
... (truncated)
Commits
29f8914chore: release v3.14.026372e6feat: update grammars and themesfd7326achore: release v3.13.05cbb052chore: release v3.12.3e462618chore: release v3.12.2793d71echore: release v3.12.19260f3fchore: release v3.12.0d05f39bchore: release v3.11.0bda1a76chore: release v3.10.009921f1chore: release v3.9.2- 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 workerpool from 9.3.3 to 10.0.0
Changelog
Sourced from workerpool's changelog.
2025-10-21, version 10.0.0
BREAKING CHANGES:
- Feat: implement
queueStrategyoption (FIFO / LIFO / custom) (#518, #517). This is a new feature without changes in the public API, but the internal propertypool.tasksis changed intopool.taskQueue. So, changes are required if you rely on this internal property. Thanks@amaneru55- Feat: introduce a new
TerminateErrorclass to differentiate between a crash and a regular error (see #519, #520). TheTerminateErrorclass extends from the classErrorso no breaking changes in that regard. But some of the error messages are changed so if you have code that depends on the exact error messages you may need to change your code accordingly. Thanks@Julusian.2025-09-10, version 9.3.4
- Fix: #516 improve error handling for errors containing nested classes by using their
.toJSONmethod when available.
Commits
- See fu...
Description has been truncated
Package Dependencies
Technical Details
| ID: | 10562247 |
| UUID: | 3555060901 |
| Node ID: | PR_kwDOPbmtWs6vzQAF |
| Host: | GitHub |
| Repository: | axusinc/axusinc.github.io |