chore(deps): bump the production-dependencies group across 1 directory with 11 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
dependencies javascript
Bumps the production-dependencies group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| flexsearch | 0.8.204 |
0.8.205 |
| markmap-lib | 0.18.11 |
0.18.12 |
| markmap-toolbar | 0.18.10 |
0.18.12 |
| minimatch | 10.0.1 |
10.0.3 |
| pixi.js | 8.9.2 |
8.10.1 |
| preact | 10.26.8 |
10.26.9 |
| satori | 0.13.2 |
0.15.2 |
| shiki | 3.4.2 |
3.6.0 |
| @types/node | 22.15.29 |
24.0.1 |
| tsx | 4.19.4 |
4.20.3 |
Updates flexsearch from 0.8.204 to 0.8.205
Commits
- See full diff in compare view
Updates markmap-lib from 0.18.11 to 0.18.12
Commits
Updates markmap-toolbar from 0.18.10 to 0.18.12
Commits
Updates markmap-view from 0.18.10 to 0.18.12
Commits
Updates minimatch from 10.0.1 to 10.0.3
Commits
Updates pixi.js from 8.9.2 to 8.10.1
Release notes
Sourced from pixi.js's releases.
v8.10.1
💾 Download
Installation:
npm install pixi.js@8.10.1Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.1/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.1/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.1/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.1/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.10.0...v8.10.1
🐛 Fixed
- fix: earcut export by
@Zyiein pixijs/pixijs#11464v8.10.0
💾 Download
Installation:
npm install pixi.js@8.10.0Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.0/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.0/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.0/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.10.0/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.9.2...v8.10.0
🚨 Behavior Change 🚨
With this release we have fixed the
ParticleContainer.removeParticles(startIndex, endIndex)logic to correctly set theendIndextothis.particleChildren.lengthby default. This now matches the behavior ofcontainer.removeChildren()
... (truncated)
Commits
7be477fv8.10.1cf7753dfix: earcut export (#11464)40dbf24v8.10.00dbf899chore: improve api doc comments (#11455)4c0fa2cEventTicker._update no PointerEvent case (#11217)7d09d6dfeat: support trimmed text (#11456)7d91234chore: add standard/advanced tags to documentation (#11448)5a4e718feat: The build (ShapeBuilder) method should report its success (#11283)a61ea08fix letter spacing getter (#11429)5c0b78bfix: iOS issue loading video when autoplay is false and preload is true. (#11...- Additional commits viewable in compare view
Updates preact from 10.26.8 to 10.26.9
Release notes
Sourced from preact's releases.
10.26.9
Fixes
- Export
test-utilsfrom compat by@rawrmonstarin preactjs/preact#4783- Escape
styleobject value inprecompiletransform by@marvinhagemeisterin preactjs/preact#4795- Fix signal attribute values not working with
precompiletransform by@marvinhagemeisterin preactjs/preact#4798Maintenance
- Bump
browserslistby@rschristianin preactjs/preact#4785- Avoid caching so file-saves work first try by
@JoviDeCroockin preactjs/preact#4786- Make previous benchmark results not required by
@marvinhagemeisterin preactjs/preact#4796- Point release workflow to 10.x by
@marvinhagemeisterin preactjs/preact#4797
Commits
ee12c20Merge pull request #4800 from preactjs/release-10.26.99b54e1b10.26.9d369bdbMerge pull request #4798 from preactjs/10.x-precompile-attrc6defb4fix: signal attribute values not working with precompile transform2a57866Merge pull request #4797 from preactjs/10.x-release8ed14dechore: point release workflow to 10.xfd1f38dMerge pull request #4795 from preactjs/10.x-precompile-style85e0cabfix: escape style object value in precompile transform5c206b5Merge pull request #4796 from preactjs/10.x-benchmarksa4263b5chore: make previous benchmark results not required- Additional commits viewable in compare view
Updates satori from 0.13.2 to 0.15.2
Release notes
Sourced from satori's releases.
0.15.2
0.15.2 (2025-06-09)
Bug Fixes
0.15.1
0.15.1 (2025-06-09)
Bug Fixes
0.15.0
0.15.0 (2025-06-09)
Features
0.14.1
0.14.1 (2025-06-09)
Bug Fixes
- text align justify not working (#677) (82de867)
- transform and rotate not working properly on text (#676) (59c3c08)
0.14.0
0.14.0 (2025-06-05)
Features
Commits
b54f510fix: Support async components (#686)055e4e0fix: allow lines to start with words that begin with special characters (#674)6646c27feat: Supporttext-decoration-style: double(#685)82de867fix: text align justify not working (#677)59c3c08fix: transform and rotate not working properly on text (#676)4926c0bfeat: add point scale factor (#681)- See full diff in compare view
Updates shiki from 3.4.2 to 3.6.0
Release notes
Sourced from shiki's releases.
v3.6.0
🚀 Features
View changes on GitHub
v3.5.0
🚀 Features
- Add support for CSS
light-dark()function in dual themes - by@dahliaand@antfuin shikijs/shiki#1028 (119b2)🐞 Bug Fixes
- Correct style comparison logic in mergeAdjacentStyledTokens - by
@nekomoyiin shikijs/shiki#1017 (e75a9)- Update styling for removed vp-code class and fix word highlighting - by
@luke358in shikijs/shiki#1021 (494f7)View changes on GitHub
Commits
9cb3d8cchore: release v3.6.0fda1f5bchore: release v3.5.0- See full diff in compare view
Updates @types/node from 22.15.29 to 24.0.1
Commits
- See full diff in compare view
Updates tsx from 4.19.4 to 4.20.3
Release notes
Sourced from tsx's releases.
v4.20.3
4.20.3 (2025-06-13)
Bug Fixes
- revert v4.20 changes (dadcf27)
This release is also available on:
v4.20.2
4.20.2 (2025-06-12)
Bug Fixes
This release is also available on:
v4.20.1
4.20.1 (2025-06-11)
Bug Fixes
- json: handle keys with special characters (9bd2546)
This release is also available on:
v4.20.0
4.20.0 (2025-06-11)
Bug Fixes
... (truncated)
Commits
dadcf27fix: revert v4.20 changes2d1aaeechore: upgrade mantenc188268fix: support ambiguous package (#79)602f1b1chore: debug to accept levels (#77)5172c47test: log node-pty failure stdout1e8f17brefactor: node-pty test code9bd2546fix(json): handle keys with special characterse97fe67test: failed pty tests logs532c50atests: fix Windows testsec316d3feat: support latest Node versions- 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
+121
-104
Package Dependencies
Technical Details
| ID: | 1644385 |
| UUID: | 2594532382 |
| Node ID: | PR_kwDOOraRoM6apWwe |
| Host: | GitHub |
| Repository: | codeyoma/codeyoma.github.io |
| Merge State: | Unknown |