Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the production-dependencies group with 10 updates in the / directory:

Package From To
@expressive-code/plugin-frames 0.41.5 0.41.6
esbuild-sass-plugin 3.3.1 3.6.0
pixi.js 8.14.3 8.15.0
preact 10.28.1 10.28.2
preact-render-to-string 6.6.4 6.6.5
satori 0.18.3 0.19.1
shiki 3.20.0 3.21.0
ws 8.18.3 8.19.0
@types/node 25.0.3 25.0.9
prettier 3.7.4 3.8.0

Updates @expressive-code/plugin-frames from 0.41.5 to 0.41.6

Release notes

Sourced from @​expressive-code/plugin-frames's releases.

@​expressive-code/plugin-frames@​0.41.6

Patch Changes

  • @​expressive-code/core@​0.41.6
Changelog

Sourced from @​expressive-code/plugin-frames's changelog.

0.41.6

Patch Changes

  • @​expressive-code/core@​0.41.6
Commits

Updates esbuild-sass-plugin from 3.3.1 to 3.6.0

Release notes

Sourced from esbuild-sass-plugin's releases.

v3.5.0

Thanks to @​mattlewis92 for fixing css chunk prefix clashes when using transform and multiple plugins #192

Commits

Updates pixi.js from 8.14.3 to 8.15.0

Release notes

Sourced from pixi.js's releases.

v8.15.0

💾 Download

Installation:

npm install pixi.js@8.15.0

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.14.3...v8.15.0

🎁 Added

  • feat: add unified GC by @​Zyie in pixijs/pixijs#11786
    • Deprecated TextureGCSystem/RenderableGCSystem in favor of GCSystem.
    // old 
    app.init({
        textureGCActive: true,
        textureGCMaxIdle: 60000,
        textureGCCheckCountMax: 30000,
        renderableGCActive: true,
        renderableGCMaxUnusedTime: 60000,
        renderableGCFrequency: 30000,
    });
    // new
    app.init({
    gcActive: true,
    gcMaxUnusedTime: 60000,
    gcFrequency: 30000,
    });

    • feat: Adds auto-GC option to view containers by @​Zyie in pixijs/pixijs#11810
      • Disable automatic garbage collection for a node.
        new Sprite({
            autoGarbageCollect: false,
        });

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pixi.js since your current version.


Updates preact from 10.28.1 to 10.28.2

Release notes

Sourced from preact's releases.

10.28.2

Fixes

  • Enforce strict equality for VNode object constructors
Commits

Updates preact-render-to-string from 6.6.4 to 6.6.5

Release notes

Sourced from preact-render-to-string's releases.

v6.6.5

Patch Changes

Changelog

Sourced from preact-render-to-string's changelog.

6.6.5

Patch Changes

Commits

Updates satori from 0.18.3 to 0.19.1

Release notes

Sourced from satori's releases.

0.19.1

0.19.1 (2026-01-16)

Bug Fixes

0.19.0

0.19.0 (2026-01-16)

Bug Fixes

  • textShadow with transparent text color (#718) (02ff1c0)

Features

  • Color support in backgroundImage for semi-transparent gradients (#719) (2630740)

0.18.4

0.18.4 (2026-01-16)

Bug Fixes

Commits
  • 6203e87 fix: support text-decoration-skip-ink (#717)
  • 2630740 feat: Color support in backgroundImage for semi-transparent gradients (#719)
  • 02ff1c0 fix: textShadow with transparent text color (#718)
  • e1022e5 fix: shuding's Twitter link in README (#720)
  • See full diff in compare view

Updates shiki from 3.20.0 to 3.21.0

Release notes

Sourced from shiki's releases.

v3.21.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates ws from 8.18.3 to 8.19.0

Release notes

Sourced from ws's releases.

8.19.0

Features

  • Added the closeTimeout option (#2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (19984854).
Commits
  • 61349ec [dist] 8.19.0
  • 3f9ffc6 [feature] Introduce the closeTimeout option (#2308)
  • 1998485 [fix] Ensure all remaining data is read as a single chunk
  • 726c373 [doc] Sort options alphabetically
  • b151f1e [ci] Update actions/checkout action to v6
  • dabdd5b [ci] Update actions/setup-node action to v6
  • 86eac5b [ci] Test on node 25
  • 1891e14 [ci] Update actions/setup-node action to v5
  • aa28c77 [ci] Update actions/checkout action to v5
  • See full diff in compare view

Updates @types/node from 25.0.3 to 25.0.9

Commits

Updates prettier from 3.7.4 to 3.8.0

Release notes

Sourced from prettier's releases.

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.0

diff

🔗 Release Notes

Commits

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

…y with 10 updates

Bumps the production-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@expressive-code/plugin-frames](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-frames) | `0.41.5` | `0.41.6` |
| [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.3.1` | `3.6.0` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.14.3` | `8.15.0` |
| [preact](https://github.com/preactjs/preact) | `10.28.1` | `10.28.2` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.4` | `6.6.5` |
| [satori](https://github.com/vercel/satori) | `0.18.3` | `0.19.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.20.0` | `3.21.0` |
| [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.0.9` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.0` |



Updates `@expressive-code/plugin-frames` from 0.41.5 to 0.41.6
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-frames/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-frames@0.41.6/packages/@expressive-code/plugin-frames)

Updates `esbuild-sass-plugin` from 3.3.1 to 3.6.0
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/commits)

Updates `pixi.js` from 8.14.3 to 8.15.0
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.14.3...v8.15.0)

Updates `preact` from 10.28.1 to 10.28.2
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.28.1...10.28.2)

Updates `preact-render-to-string` from 6.6.4 to 6.6.5
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](preactjs/preact-render-to-string@v6.6.4...v6.6.5)

Updates `satori` from 0.18.3 to 0.19.1
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](vercel/satori@0.18.3...0.19.1)

Updates `shiki` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.21.0/packages/shiki)

Updates `ws` from 8.18.3 to 8.19.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.3...8.19.0)

Updates `@types/node` from 25.0.3 to 25.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier` from 3.7.4 to 3.8.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.0)

---
updated-dependencies:
- dependency-name: "@expressive-code/plugin-frames"
  dependency-version: 0.41.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: esbuild-sass-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-version: 8.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: preact-render-to-string
  dependency-version: 6.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ws
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant