chore(deps): bump the production-dependencies group across 1 directory with 10 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(4 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the production-dependencies group with 10 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 |
| preact | 10.26.9 |
10.27.0 |
| satori | 0.15.2 |
0.16.2 |
| shiki | 3.7.0 |
3.9.2 |
| @types/node | 24.0.13 |
24.2.0 |
| esbuild | 0.25.6 |
0.25.8 |
| 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 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
67db2465.5.079ee2d3Make 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.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#11578- feat: Adds max anisotropy passthrough property by
@Zyiein pixijs/pixijs#11588- feat: use DomAdapter for new Image by
@Zyiein pixijs/pixijs#11565- feat: allow sharing device and adaptor with other engine by
@littleboarxin pixijs/pixijs#11435- feat: Refactors asset parser configuration by
@Zyiein pixijs/pixijs#11557- feat: add WorkerManager.reset by
@Zyiein pixijs/pixijs#11562🐛 Fixed
- fix: Add missing createCanvas calls by
@bigtimebuddyin pixijs/pixijs#11553- fix: Boost classes in the docs search results by
@bigtimebuddyin pixijs/pixijs#11555- fix: video texture loading with no extension by
@Zyiein pixijs/pixijs#11546- fix: fillGradientStop logic in TextStyle by
@Zyiein pixijs/pixijs#11549- fix: resource leak in Graphics and fills by
@Zyiein pixijs/pixijs#11543- fix: AnimatedSprite destroy method by
@Zyiein pixijs/pixijs#11544- fix: text fill and stroke with padding by
@Zyiein pixijs/pixijs#11524- fix: HTMLText incorrectly handling font weights by
@Zyiein pixijs/pixijs#11520- fix: HTML text rendering with broken tags by
@Zyiein pixijs/pixijs#11521- fix: progress tracking for asset bundles by
@Zyiein pixijs/pixijs#11558- fix: earcut triangulation issues by
@Zyiein pixijs/pixijs#11559- fix: allow for culler plugin to update transforms by
@Zyiein pixijs/pixijs#11548- fix: text fill documentation by
@Zyiein pixijs/pixijs#11561- fix: DOMContainer scaling if canvas width/height is percentage by
@Zyiein pixijs/pixijs#11539- fix: MeshPipe.addRenderable does not set the current geometry parameters by
@midiusRedin pixijs/pixijs#11534- fix:
TextandBitmapTextthat doesn't render it's new value on some condition by@privatestefansin pixijs/pixijs#11547
... (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 preact from 10.26.9 to 10.27.0
Release notes
Sourced from preact's releases.
10.27.0
Features
- Update
refcallbacktype to reflect possibility of returning cleanup function and add debug helper exports (#4860, thanks@rschristian)
- Backport of preactjs/preact#4830 and preactjs/preact#4801
Fixes
- Ensure we rerender after a suspensefully hydrating boundary throws an… (#4856, thanks
@JoviDeCroock)Maintenance
- Update 'replaceNode' deprecation comment to point at new shim (#4844, thanks
@rschristian)- Reduce some repeated logic (#4814) (#4821, thanks
@JoviDeCroock)
Commits
e42b82bMerge pull request #4859 from preactjs/10.26.1043598cfchore: Backport refcallback type and debug helpers (#4860)6fea157Merge pull request #4856 from preactjs/ensure-we-rerender6e24edaOnly mark force when it's a real errordec937fEnsure we rerender after a suspensefully hydrating boundary throws an errora9b12d9chore: Update 'replaceNode' deprecation comment to point at new shim (#4844)504eb5cperf: reduce some repeated logic (#4814) (#4821)- See full diff in compare view
Updates satori from 0.15.2 to 0.16.2
Release notes
Sourced from satori's releases.
0.16.2
0.16.2 (2025-07-29)
Bug Fixes
0.16.1
0.16.1 (2025-07-23)
Bug Fixes
0.16.0
This is a big update thanks to updates from our dependency Yoga.
- Support for
box-sizing- Support for
display: contents- Support for
position: static- Support for
align-content: space-evenly- Better support for
position: absolute- Support for percentage values for
gapAlso removed the
satori/wasmentrypoint as we're always inlining the WASM binary in the lib source now.0.16.0 (2025-07-21)
Features
Commits
Updates shiki from 3.7.0 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
Commits
Updates @types/node from 24.0.13 to 24.2.0
Commits
- See full diff in compare view
Updates esbuild from 0.25.6 to 0.25.8
Release notes
Sourced from esbuild's releases.
v0.25.8
Fix another TypeScript parsing edge case (#4248)
This fixes a regression with a change in the previous release that tries to more accurately parse TypeScript arrow functions inside the
?:operator. The regression specifically involves parsing an arrow function containing a#privateidentifier inside the middle of a?:ternary operator inside a class body. This was fixed by propagating private identifier state into the parser clone used to speculatively parse the arrow function body. Here is an example of some affected code:class CachedDict { #has = (a: string) => dict.has(a); has = window ? (word: string): boolean => this.#has(word) : this.#has; }Fix a regression with the parsing of source phase imports
The change in the previous release to parse source phase imports failed to properly handle the following cases:
import source from 'bar' import source from from 'bar' import source type foo from 'bar'Parsing for these cases should now be fixed. The first case was incorrectly treated as a syntax error because esbuild was expecting the second case. And the last case was previously allowed but is now forbidden. TypeScript hasn't added this feature yet so it remains to be seen whether the last case will be allowed, but it's safer to disallow it for now. At least Babel doesn't allow the last case when parsing TypeScript, and Babel was involved with the source phase import specification.
v0.25.7
Parse and print JavaScript imports with an explicit phase (#4238)
This release adds basic syntax support for the
deferandsourceimport phases in JavaScript:
deferThis is a stage 3 proposal for an upcoming JavaScript feature that will provide one way to eagerly load but lazily initialize imported modules. The imported module is automatically initialized on first use. Support for this syntax will also be part of the upcoming release of TypeScript 5.9. The syntax looks like this:
import defer * as foo from "<specifier>"; const bar = await import.defer("<specifier>");Note that this feature deliberately cannot be used with the syntax
import defer foo from "<specifier>"orimport defer { foo } from "<specifier>".
sourceThis is a stage 3 proposal for an upcoming JavaScript feature that will provide another way to eagerly load but lazily initialize imported modules. The imported module is returned in an uninitialized state. Support for this syntax may or may not be a part of TypeScript 5.9 (see this issue for details). The syntax looks like this:
import source foo from "<specifier>"; const bar = await import.source("<specifier>");
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.25.8
Fix another TypeScript parsing edge case (#4248)
This fixes a regression with a change in the previous release that tries to more accurately parse TypeScript arrow functions inside the
?:operator. The regression specifically involves parsing an arrow function containing a#privateidentifier inside the middle of a?:ternary operator inside a class body. This was fixed by propagating private identifier state into the parser clone used to speculatively parse the arrow function body. Here is an example of some affected code:class CachedDict { #has = (a: string) => dict.has(a); has = window ? (word: string): boolean => this.#has(word) : this.#has; }Fix a regression with the parsing of source phase imports
The change in the previous release to parse source phase imports failed to properly handle the following cases:
import source from 'bar' import source from from 'bar' import source type foo from 'bar'Parsing for these cases should now be fixed. The first case was incorrectly treated as a syntax error because esbuild was expecting the second case. And the last case was previously allowed but is now forbidden. TypeScript hasn't added this feature yet so it remains to be seen whether the last case will be allowed, but it's safer to disallow it for now. At least Babel doesn't allow the last case when parsing TypeScript, and Babel was involved with the source phase import specification.
0.25.7
Parse and print JavaScript imports with an explicit phase (#4238)
This release adds basic syntax support for the
deferandsourceimport phases in JavaScript:
deferThis is a stage 3 proposal for an upcoming JavaScript feature that will provide one way to eagerly load but lazily initialize imported modules. The imported module is automatically initialized on first use. Support for this syntax will also be part of the upcoming release of TypeScript 5.9. The syntax looks like this:
import defer * as foo from "<specifier>"; const bar = await import.defer("<specifier>");Note that this feature deliberately cannot be used with the syntax
import defer foo from "<specifier>"orimport defer { foo } from "<specifier>".
sourceThis is a stage 3 proposal for an upcoming JavaScript feature that will provide another way to eagerly load but lazily initialize imported modules. The imported module is returned in an uninitialized state. Support for this syntax may or may not be a part of TypeScript 5.9 (see this issue for details). The syntax looks like this:
import source foo from "<specifier>";
... (truncated)
Commits
8c71947publish 0.25.8 to npm0508f24some parsing fixes for source phase imports6e4be2fjs parser: recover from bad#privateidentifiersc9c6357fix #4248:#privateids in arrow fn body in?:9b42f68publish 0.25.7 to npm9ba01d1abs-paths: js api and testsca196c9fix for parser backtracking crash2979b84fix #4241: ts arrow function type backtrack (hack)1180410fix an unused variable warningfc3da57fix #4238: adddeferandsourceimport phases- Additional commits viewable 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
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 5123470 |
| UUID: | 3296325043 |
| Node ID: | PR_kwDOOraRoM6iXcUV |
| Host: | GitHub |
| Repository: | codeyoma/codeyoma.github.io |