chore(deps): bump the production-dependencies group across 1 directory with 12 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(2 months ago)
(about 2 months ago)
dependencies javascript
Bumps the production-dependencies group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| @webgpu/types | 0.1.64 |
0.1.65 |
| chalk | 5.6.0 |
5.6.2 |
| is-absolute-url | 4.0.1 |
5.0.0 |
| pixi.js | 8.13.1 |
8.13.2 |
| preact | 10.27.1 |
10.27.2 |
| pretty-bytes | 7.0.1 |
7.1.0 |
| satori | 0.18.2 |
0.18.3 |
| sharp | 0.34.3 |
0.34.4 |
| shiki | 3.12.2 |
3.13.0 |
| workerpool | 9.3.3 |
9.3.4 |
| @types/node | 24.3.1 |
24.5.2 |
| esbuild | 0.25.9 |
0.25.10 |
Updates @webgpu/types from 0.1.64 to 0.1.65
Commits
Updates chalk from 5.6.0 to 5.6.2
Release notes
Sourced from chalk's releases.
v5.6.2
- Fix vulnerability in 5.6.1, see: chalk/chalk#656
Commits
51557785.6.2- 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 pixi.js from 8.13.1 to 8.13.2
Release notes
Sourced from pixi.js's releases.
v8.13.2
💾 Download
Installation:
npm install pixi.js@8.13.2Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixi.js/compare/v8.13.1...v8.13.2
🐛 Fixed
- fix: application destroy for graphics by
@Zyiein pixijs/pixijs#11659- fix: recalculate the boundaries of
GraphicsContextregardless of renderingdirtystate by@mayakwdin pixijs/pixijs#11671- fix: destroy of prepared but not rendered text should not throw an error by
@mayakwdin pixijs/pixijs#11672
Commits
Updates preact from 10.27.1 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)
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)- See full diff in compare view
Updates pretty-bytes from 7.0.1 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
Commits
b7849f77.1.073df489AddfixedWidthoption for right-aligned outputb64cee5Fix truncation behavior with fraction digits optionsb637640AddnonBreakingSpaceoption- See full diff in compare view
Updates satori from 0.18.2 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)
Commits
2a0878afix: Trigger release6d0d0dbSupport forwardRef wrapped component (#601)- 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 3.12.2 to 3.13.0
Release notes
Sourced from shiki's releases.
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
Commits
fd7326achore: release v3.13.05cbb052chore: release v3.12.3- See full diff in compare view
Updates workerpool from 9.3.3 to 9.3.4
Changelog
Sourced from workerpool's changelog.
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 full diff in compare view
Updates @types/node from 24.3.1 to 24.5.2
Commits
- See full diff in compare view
Updates esbuild from 0.25.9 to 0.25.10
Release notes
Sourced from esbuild's releases.
v0.25.10
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefinedin this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):function identity(x) { return x } identity({ y: identity(123) })Fix
@supportsnested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholderfor correctness. The CSS nesting specification says the following:The nesting selector cannot represent pseudo-elements (identical to the behavior of the ':is()' pseudo-class). We’d like to relax this restriction, but need to do so simultaneously for both ':is()' and '&', since they’re intentionally built on the same underlying mechanisms.
However, it seems like this behavior is different for nested at-rules such as
@supports, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:/* Original code */ ::placeholder { color: red; body & { color: green } @supports (color: blue) { color: blue } }/* Old output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
{
color: blue;
}
}/* New output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
::placeholder {
color: blue;
}
... (truncated)
Changelog
Sourced from esbuild's changelog.
0.25.10
Fix a panic in a minification edge case (#4287)
This release fixes a panic due to a null pointer that could happen when esbuild inlines a doubly-nested identity function and the final result is empty. It was fixed by emitting the value
undefinedin this case, which avoids the panic. This case must be rare since it hasn't come up until now. Here is an example of code that previously triggered the panic (which only happened when minifying):function identity(x) { return x } identity({ y: identity(123) })Fix
@supportsnested inside pseudo-element (#4265)When transforming nested CSS to non-nested CSS, esbuild is supposed to filter out pseudo-elements such as
::placeholderfor correctness. The CSS nesting specification says the following:The nesting selector cannot represent pseudo-elements (identical to the behavior of the ':is()' pseudo-class). We’d like to relax this restriction, but need to do so simultaneously for both ':is()' and '&', since they’re intentionally built on the same underlying mechanisms.
However, it seems like this behavior is different for nested at-rules such as
@supports, which do work with pseudo-elements. So this release modifies esbuild's behavior to now take that into account:/* Original code */ ::placeholder { color: red; body & { color: green } @supports (color: blue) { color: blue } }/* Old output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
{
color: blue;
}
}/* New output (with --supported:nesting=false) */
::placeholder {
color: red;
}
body :is() {
color: green;
}
@supports(color: blue) {
::placeholder {
color: blue;
... (truncated)
Commits
d6b668fpublish 0.25.10 to npm5088c19refactor: use strings.Builder (#4290)755da31runmake update-compat-tablea1d9c86fix #4287: marked the wrong issue as fixed73a0b2afix #4286: minifier panic due to identity function134dadffix #4265:@supportsnested inside::pseudo- See full diff 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: | 8667845 |
| UUID: | 3439273802 |
| Node ID: | PR_kwDOOraRoM6pwM8U |
| Host: | GitHub |
| Repository: | codeyoma/codeyoma.github.io |