chore(deps): bump the production-dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(29 days ago)
(29 days ago)
(29 days ago)
by Lucas-Summers
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 |
chalk | 5.4.1 |
5.5.0 |
pixi.js | 8.11.0 |
8.12.0 |
satori | 0.16.1 |
0.16.2 |
shiki | 3.8.1 |
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
38f8b5a
chore: version packages (#3377)693c9cc
fix(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 chalk
from 5.4.1 to 5.5.0
Release notes
Sourced from chalk's releases.
v5.5.0
- Make Ghostty terminal use true color (#653) 79ee2d3
Commits
67db246
5.5.079ee2d3
Make Ghostty terminal use true color (#653)- 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.0
Development 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 🚨
lineHeight
is 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
@mayakwd
in pixijs/pixijs#11578container.cacheAsTexture({ scaleMode: 'nearest', });
- feat: Adds max anisotropy passthrough property by
@Zyie
in pixijs/pixijs#11588texture.source.maxAnisotropy = 16;
- feat: use DomAdapter for new Image by
@Zyie
in pixijs/pixijs#11565const image = DomAdapter.get().createImage(); image.src = 'path/to/image.svg';
- feat: allow sharing device and adaptor with other engine by
@littleboarx
in 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
@Zyie
in pixijs/pixijs#11557
... (truncated)
Commits
cd6b0d2
v8.12.0aca7f1a
feat: support scaleMode for cacheAsTexture options (#11578)a2c0986
fix:lineHeight
calculation for multi-line layout forBitmapText
(#11531)0c79e14
fix: minor typos in comments and docs, add missing@params
and@returns
(#11590)ca6420d
feat: use DomAdapter for new Image (#11565)995ac2c
fix: Installed bitmap text showing wrong fill (#11523)1d71730
feat: Adds max anisotropy property (#11588)e2f7006
chore: fix Assets docs typos (#11586)297223e
docs: Fix missing constructors (#11583)26d4b41
fix: accessibility scaling issues (#11579)- Additional commits viewable in compare view
Updates satori
from 0.16.1 to 0.16.2
Commits
3262159
fix: zero value should make sense (#696)- See full diff in compare view
Updates shiki
from 3.8.1 to 3.9.2
Release notes
Sourced from shiki's releases.
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
View changes on GitHub
v3.9.0
🐞 Bug Fixes
- twoslash: Pass-through unrecognized
options.lang
tocodeToHast
- by@topolarity
in shikijs/shiki#1047 (c586e)View changes on GitHub
Commits
09921f1
chore: release v3.9.2854eddf
chore: release v3.9.1950ede5
chore: release v3.9.0- See full diff 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
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: 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 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
+91
-89
Package Dependencies
Technical Details
ID: | 4909132 |
UUID: | 2736435067 |
Node ID: | PR_kwDOOaTXY86jGq97 |
Host: | GitHub |
Repository: | Lucas-Summers/lucas-summers.github.io |
Merge State: | Unknown |