Bump the production-dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Closed
Association: None
Comments: 1
(7 months ago)
(7 months ago)
(7 months ago)
dependencies javascript
Bumps the production-dependencies group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| @floating-ui/dom | 1.7.2 |
1.7.3 |
| ansi-truncate | 1.2.0 |
1.3.0 |
| flexsearch | 0.7.43 |
0.8.205 |
| pixi.js | 8.11.0 |
8.12.0 |
| satori | 0.16.1 |
0.16.2 |
| shiki | 1.26.2 |
3.9.2 |
| @types/node | 24.1.0 |
24.2.1 |
| typescript | 5.8.3 |
5.9.2 |
Updates @floating-ui/dom from 1.7.2 to 1.7.3
Release notes
Sourced from @floating-ui/dom's releases.
@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.3
Patch Changes
- Update dependencies:
@floating-ui/core@1.7.3
Commits
38f8b5achore: version packages (#3377)693c9ccfix(flip): ensure perpendicular axis flips with crossAxis alignment (#3376)- See full diff in compare view
Updates ansi-truncate from 1.2.0 to 1.3.0
Commits
- See full diff in compare view
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
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 pixi.js from 8.11.0 to 8.12.0
Release notes
Sourced from pixi.js's releases.
v8.12.0
💾 Download
Installation:
npm install pixi.js@8.12.0Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.12.0/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.12.0/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.12.0/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.12.0/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.11.0...v8.12.0
🚨 Behavior Change 🚨
lineHeightis now correctly calculated forBitmapText. This change may result in some text elements changing position slightly. See #11531.🎁 Added
- feat: support scaleMode for cacheAsTexture options by
@mayakwdin pixijs/pixijs#11578container.cacheAsTexture({ scaleMode: 'nearest', });- feat: Adds max anisotropy passthrough property by
@Zyiein pixijs/pixijs#11588texture.source.maxAnisotropy = 16;- feat: use DomAdapter for new Image by
@Zyiein pixijs/pixijs#11565const image = DomAdapter.get().createImage(); image.src = 'path/to/image.svg';- feat: allow sharing device and adaptor with other engine by
@littleboarxin pixijs/pixijs#11435const adapter = await navigator.gpu.requestAdapter(); const device = await adapter.requestDevice();const app = new Application();
await app.init({ gpu: { adapter, device } });
- feat: Refactors asset parser configuration by
@Zyiein pixijs/pixijs#11557
... (truncated)
Commits
cd6b0d2v8.12.0aca7f1afeat: support scaleMode for cacheAsTexture options (#11578)a2c0986fix:lineHeightcalculation for multi-line layout forBitmapText(#11531)0c79e14fix: minor typos in comments and docs, add missing@paramsand@returns(#11590)ca6420dfeat: use DomAdapter for new Image (#11565)995ac2cfix: Installed bitmap text showing wrong fill (#11523)1d71730feat: Adds max anisotropy property (#11588)e2f7006chore: fix Assets docs typos (#11586)297223edocs: Fix missing constructors (#11583)26d4b41fix: accessibility scaling issues (#11579)- Additional commits viewable in compare view
Updates satori from 0.16.1 to 0.16.2
Commits
3262159fix: zero value should make sense (#696)- See full diff in compare view
Updates shiki from 1.26.2 to 3.9.2
Release notes
Sourced from shiki's releases.
v3.9.2
🚀 Features
- Add funding buttons to themes & languages list - by
@jtbandesand@antfuin shikijs/shiki#1052 (84a65)- Allow negative character positions for denoting end of line offsets - by
@sealer3and@antfuin shikijs/shiki#1051 (af44b)View changes on GitHub
v3.9.1
🚀 Features
View changes on GitHub
v3.9.0
🐞 Bug Fixes
- twoslash: Pass-through unrecognized
options.langtocodeToHast- by@topolarityin shikijs/shiki#1047 (c586e)View changes on GitHub
v3.8.1
🐞 Bug Fixes
- Support for adjacent empty decorations - by
@AndreasArvidssonand Anthony Fu in shikijs/shiki#1042 (18dd7)View changes on GitHub
v3.8.0
🚀 Features
View changes on GitHub
v3.7.0
🚀 Features
- core: Support resolving langAlias in bundle-factory, close #952 - by
@antfuin shikijs/shiki#952 (4a858)🐞 Bug Fixes
- shiki:
- Astro partial syntax highlighting error - by
@yvbopengand@antfuin shikijs/shiki#1035 (a12f7)- Only apply
light-darkon colors, close #1036 - by@antfuin shikijs/shiki#1036 (ac58a)View changes on GitHub
v3.6.0
... (truncated)
Commits
09921f1chore: release v3.9.2854eddfchore: release v3.9.1950ede5chore: release v3.9.0b92e07bchore: release v3.8.14431931chore: release v3.8.04bb1028feat: update grammars and themesd25afc2chore: release v3.7.00e96811chore: update snapa12f7e7fix(shiki): astro partial syntax highlighting error (#1035)9cb3d8cchore: release v3.6.0- Additional commits viewable in compare view
Updates @types/node from 24.1.0 to 24.2.1
Commits
- See full diff in compare view
Updates typescript from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783Give more specific errors forverbatimModuleSyntax(#62113)22ef577LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414cDon't usenoErrorTruncationwhen printing types withmaximumLengthset (#...f14b5c8Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84Restore AbortSignal.abort (#62086)65cb4bdLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03Clear out checker-level stacks on pop (#62016)87740bcFix for Issue 61081 (#61221)833a8d4Fix Symbol completion priority and cursor positioning (#61945)0018c9fLEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
+157
-119
Package Dependencies
Technical Details
| ID: | 4882382 |
| UUID: | 2735298218 |
| Node ID: | PR_kwDOPU-37s6jCVaq |
| Host: | GitHub |
| Repository: | devidd22/Blog-Learning-Scripting |
| Mergeable: | Yes |
| Merge State: | Clean |