Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 22 updates#57

Open
dependabot[bot] wants to merge 1 commit into
v4from
dependabot/npm_and_yarn/production-dependencies-73de29874b
Open

chore(deps): bump the production-dependencies group across 1 directory with 22 updates#57
dependabot[bot] wants to merge 1 commit into
v4from
dependabot/npm_and_yarn/production-dependencies-73de29874b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

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

Package From To
@clack/prompts 1.0.1 1.4.0
@floating-ui/dom 1.7.5 1.7.6
@webgpu/types 0.1.69 0.1.70
esbuild-sass-plugin 3.6.0 3.7.0
globby 16.1.0 16.2.0
lightningcss 1.31.1 1.32.0
minimatch 10.2.0 10.2.5
pixi.js 8.16.0 8.18.1
preact 10.28.3 10.29.2
preact-render-to-string 6.6.5 6.7.0
rehype-pretty-code 0.14.1 0.14.3
satori 0.19.2 0.26.0
serve-handler 6.1.6 6.1.7
shiki 3.22.0 4.0.2
toml 3.0.0 4.1.1
workerpool 10.0.1 10.0.2
ws 8.19.0 8.20.1
@types/node 25.2.3 25.9.0
esbuild 0.27.3 0.28.0
prettier 3.8.1 3.8.3
tsx 4.21.0 4.22.2
typescript 5.9.3 6.0.3

Updates @clack/prompts from 1.0.1 to 1.4.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.4.0

Minor Changes

  • 284677e: Support scrolling and maxItems option for groupMultiselect, and removes indent when withGuide is set to false

Patch Changes

  • aab46a2: docs: add jsdoc for text, password, and multiline prompts
  • 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
  • Updated dependencies [54be8d7]
    • @​clack/core@​1.3.1

@​clack/prompts@​1.3.0

Minor Changes

  • ea5702e: fix: add engines field expressing node >=20.12 requirement
  • 814ab9a: Add new multiline prompt for multi-line text input.

Patch Changes

  • 5b897a7: Fix mixed type-only and runtime exports from @​clack/core.
  • Updated dependencies [78fd3ae]
  • Updated dependencies [ea5702e]
  • Updated dependencies [814ab9a]
    • @​clack/core@​1.3.0

@​clack/prompts@​1.2.0

Minor Changes

  • 9786226: Externalize fast-string-width and fast-wrap-ansi to avoid double dependencies
  • 090902c: Adds date prompt with format support (YMD, MDY, DMY)

Patch Changes

  • 134a1a1: Fix the path prompt so directory: true correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
  • bdf89a5: Adds placeholder option to autocomplete. When the placeholder is set and the input is empty, pressing tab will set the value to placeholder.
  • 336495a: Apply guide to wrapped multi-line messages in confirm prompt.
  • 9fe8de6: Respect withGuide: false in autocomplete and multiselect prompts.
  • 29a50cb: Fix path directory mode so pressing Enter with an existing directory initialValue submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
  • Updated dependencies [9786226]
  • Updated dependencies [bdf89a5]
  • Updated dependencies [417b451]
  • Updated dependencies [090902c]
    • @​clack/core@​1.2.0

@​clack/prompts@​1.1.0

Minor Changes

  • e3333fb: Replaces picocolors with Node.js built-in styleText.

... (truncated)

Changelog

Sourced from @​clack/prompts's changelog.

1.4.0

Minor Changes

  • 284677e: Support scrolling and maxItems option for groupMultiselect, and removes indent when withGuide is set to false

Patch Changes

  • aab46a2: docs: add jsdoc for text, password, and multiline prompts
  • 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
  • Updated dependencies [54be8d7]
    • @​clack/core@​1.3.1

1.3.0

Minor Changes

  • ea5702e: fix: add engines field expressing node >=20.12 requirement
  • 814ab9a: Add new multiline prompt for multi-line text input.

Patch Changes

  • 5b897a7: Fix mixed type-only and runtime exports from @​clack/core.
  • Updated dependencies [78fd3ae]
  • Updated dependencies [ea5702e]
  • Updated dependencies [814ab9a]
    • @​clack/core@​1.3.0

1.2.0

Minor Changes

  • 9786226: Externalize fast-string-width and fast-wrap-ansi to avoid double dependencies
  • 090902c: Adds date prompt with format support (YMD, MDY, DMY)

Patch Changes

  • 134a1a1: Fix the path prompt so directory: true correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
  • bdf89a5: Adds placeholder option to autocomplete. When the placeholder is set and the input is empty, pressing tab will set the value to placeholder.
  • 336495a: Apply guide to wrapped multi-line messages in confirm prompt.
  • 9fe8de6: Respect withGuide: false in autocomplete and multiselect prompts.
  • 29a50cb: Fix path directory mode so pressing Enter with an existing directory initialValue submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
  • Updated dependencies [9786226]
  • Updated dependencies [bdf89a5]
  • Updated dependencies [417b451]
  • Updated dependencies [090902c]
    • @​clack/core@​1.2.0

1.1.0

... (truncated)

Commits

Updates @floating-ui/dom from 1.7.5 to 1.7.6

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.7.6

Patch Changes

  • fix(types): ensure Platform type contains detectOverflow type
  • perf: bundle and runtime improvements
  • feat(autoUpdate): allow not passing a floating element
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5
Changelog

Sourced from @​floating-ui/dom's changelog.

1.7.6

Patch Changes

  • fix(types): ensure Platform type contains detectOverflow type
  • perf: bundle and runtime improvements
  • feat(autoUpdate): allow not passing a floating element
  • Update dependencies: @floating-ui/utils@0.2.11, @floating-ui/core@1.7.5
Commits

Updates @webgpu/types from 0.1.69 to 0.1.70

Commits

Updates esbuild-sass-plugin from 3.6.0 to 3.7.0

Release notes

Sourced from esbuild-sass-plugin's releases.

v3.7.0 Hasta la vista

Commits

Updates globby from 16.1.0 to 16.2.0

Release notes

Sourced from globby's releases.

v16.2.0


sindresorhus/globby@v16.1.1...v16.2.0

v16.1.1

  • Fix negation patterns with absolute filesystem paths 72e9916

sindresorhus/globby@v16.1.0...v16.1.1

Commits

Updates lightningcss from 1.31.1 to 1.32.0

Release notes

Sourced from lightningcss's releases.

v1.32.0

Added

Fixed

Commits

Updates minimatch from 10.2.0 to 10.2.5

Commits

Updates pixi.js from 8.16.0 to 8.18.1

Release notes

Sourced from pixi.js's releases.

v8.18.1

💾 Download

Installation:

npm install pixi.js@8.18.1

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.18.0...v8.18.1

🐛 Fixed

v8.18.0

💾 Download

Installation:

npm install pixi.js@8.18.0

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.17.1...v8.18.0

🚨 Behavior Change

  • fix: text.width and word wrap returning incorrect values by @​Zyie in pixijs/pixijs#12007
    • Text/HTMLText/BitmapText with wordWrap: true and non-left align (center/right/justify) now return the true rendered width from text.width instead of reporting wordWrapWidth. If you relied on text.width === wordWrapWidth for layout, use wordWrapWidth directly or wrap the text in a sized container.

... (truncated)

Commits
  • 8f42bb7 v8.18.1
  • 1947eb6 fix: prevent error when using Application.domContainerRoot in Node.js (#12017)
  • 2c5818b v8.18.0
  • 39d2279 chore: move @​xmldom/xmldom to production dependencies
  • 1c1f193 chore: bump @​xmldom/xmldom to 0.8.12 (#12016)
  • 7a8f55c feat: add graphicsContextToSvg() for Graphics → SVG export (#11989)
  • 16dad50 fix: TilingSprite tilePosition divided by resolution when using Canvas render...
  • 5e4640b fix: SplitText baseline mismatch when tagStyles used with lineHeight (#12008)
  • 19b206c fix: move CanvasFilterSystem to filters module (#12014)
  • 1b9b7d0 fix: Handle literal < characters in parseTaggedText (#11972)
  • Additional commits viewable in compare view

Updates preact from 10.28.3 to 10.29.2

Release notes

Sourced from preact's releases.

10.29.2

Fixes

Maintenance

10.29.1

Fixes

Maintenance

10.29.0

Features

Fixes

Performance

10.28.4

Fixes

Performance

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for preact since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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

Release notes

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

v6.7.0

Minor Changes

  • #450 dbc692f Thanks @​JoviDeCroock! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use \$s

Patch Changes

v6.6.7

Patch Changes

  • #457 ce6ef71 Thanks @​lemonmade! - fix: renderToStringAsync produces commas for suspended components with complex children

v6.6.6

Patch Changes

Changelog

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

6.7.0

Minor Changes

  • #450 dbc692f Thanks @​JoviDeCroock! - Adjust the comment-marker for streaming to be the same as renderToStringAsync where we use $s

Patch Changes

6.6.7

Patch Changes

  • #457 ce6ef71 Thanks @​lemonmade! - fix: renderToStringAsync produces commas for suspended components with complex children

6.6.6

Patch Changes

Commits
  • eb871c8 Merge pull request #460 from preactjs/changeset-release/main
  • b22fc16 Version Packages
  • 833043b Merge pull request #461 from preactjs/fix-link
  • e32a4cd Reject namespaced attribute
  • 990307a Merge pull request #458 from preactjs/changesets-based-publishing
  • bcd3b0b Pin npm in CI
  • 950a59f Add changesets based publishing
  • 797a662 Merge pull request #450 from preactjs/id-adjustements
  • df713c5 Merge pull request #454 from preactjs/changeset-release/main
  • 39da545 Version Packages
  • Additional commits viewable in compare view

Updates rehype-pretty-code from 0.14.1 to 0.14.3

Release notes

Sourced from rehype-pretty-code's releases.

rehype-pretty-code@0.14.3

Patch Changes

  • Support Shiki 4
  • chore: fix npm OIDC trusted publishing workflow
  • docs: update docs with renamed shiki function: getHighlighter -> createHighlighter
Changelog

Sourced from rehype-pretty-code's changelog.

0.14.3

Patch Changes

  • chore: fix npm OIDC trusted publishing workflow
  • docs: update docs with renamed shiki function: getHighlighter -> createHighlighter

0.14.2

Patch Changes

  • Support Shiki 4
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for rehype-pretty-code since your current version.


Updates satori from 0.19.2 to 0.26.0

Release notes

Sourced from satori's releases.

0.26.0

0.26.0 (2026-03-20)

Features

0.25.0

0.25.0 (2026-03-05)

Features

0.24.1

0.24.1 (2026-03-03)

Bug Fixes

  • Consistent text positioning when embedFont is false (#723) (dc07b70)

0.24.0

0.24.0 (2026-03-03)

Features

0.23.0

0.23.0 (2026-03-03)

Features

0.22.0

0.22.0 (2026-03-03)

Features

  • Support for object-fit fill and scale-down (#732) (453fd91)

0.21.0

0.21.0 (2026-03-02)

... (truncated)

Commits

Updates serve-handler from 6.1.6 to 6.1.7

Release notes

Sourced from serve-handler's releases.

6.1.7

Patches

  • Fix: update minimatch to 3.1.5 to resolve security vulnerabilities: #228

Credits

Huge thanks to @​ParakhJaggi for helping!

Commits

Updates shiki from 3.22.0 to 4.0.2

Release notes

Sourced from shiki's releases.

v4.0.2

   🐞 Bug Fixes

    View changes on GitHub

v4.0.1

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v3.23.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates toml from 3.0.0 to 4.1.1

Changelog

Sourced from toml's changelog.

4.1.1 - March 31 2026

  • Increase performance ~5x (#68)

4.1.0 - March 31 2026

  • Add spec v1.1.0 support (#67)

4.0.1 - March 31 2026

  • Minor packaging changes

4.0.0 - March 31 2026

  • Modernize tooling and support TOML v1.0.0 spec (#66)

2.3.0 - July 13 2015

  • Correctly handle quoted keys (#21)

2.2.3 - June 8 2015

  • Support empty inline tables (#24)
  • Do not allow implicit table definitions to replace value (#23)
  • Don't allow tables to replace inline tables (#25)

2.2.2 - April 3 2015

  • Correctly handle newlines at beginning of string (#22)

2.2.1 - March 17 2015

  • Parse dates generated by Date#toISOString() (#20)

2.2.0 - Feb 26 2015

  • Support TOML spec v0.4.0

2.1.0 - Jan 7 2015

... (truncated)

Commits

Updates workerpool from 10.0.1 to 10.0.2

Changelog

Sourced from workerpool's changelog.

2026-04-16, version 10.0.2

Commits
  • eb55e63 chore: publish v10.0.2
  • a0d5bc9 chore: update devDependencies
  • 19fab44 fix(worker): clean up listeners when abort triggers (#547)
  • 106d6a6 chore(deps-dev): bump follow-redirects in /examples/webpack5 (#546)
  • 87088cf chore(deps-dev): bump lodash in /examples/webpack5 (#544)
  • 50d6512 chore(deps-dev): bump node-forge in /examples/webpack5 (#545)
  • 1cb42ce chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /examples/vite (#543)
  • 113dfe7 chore(deps): bump picomatch (#540)
  • 4b4ffcd chore(deps): bump picomatch from 4.0.2 to 4.0.4 in /examples/vite (#541)
  • 53cad6d chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /examples/webpack5 (#539)
  • Additional commits viewable in compare view

Updates ws from 8.19.0 to 8.20.1

Release notes

Sourced from ws's releases.

8.20.1

Bug fixes

  • Fixed an uninitialized memory disclosure issue in websocket.close() (c0327ec1).

Providing a TypedArray (e.g. Float32Array) as the reason argument for websocket.close(), rather than the supported string or Buffer types, caused uninitialized memory to be disclosed to the remote peer.

import { deepStrictEqual } from 'node:assert';
import { WebSocket, WebSocketServer } from 'ws';
const wss = new WebSocketServer(
{ port: 0, skipUTF8Validation: true },
function () {
const { port } = wss.address();
const ws = new WebSocket(ws://localhost:${port}, {
skipUTF8Validation: true
});
ws.on('close', function (code, reason) {
  deepStrictEqual(reason, Buffer.alloc(80));
});

}
);
wss.on('connection', function (ws) {
ws.close(1000, new Float32Array(20));
});

The issue was privately reported by Nikita Skovoroda.

8.20.0

Features

  • Added exports for the PerMessageDeflate class and utilities for the Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers (d3503c1f).
Commits

…y with 22 updates

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

| Package | From | To |
| --- | --- | --- |
| [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.0.1` | `1.4.0` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.5` | `1.7.6` |
| [@webgpu/types](https://github.com/gpuweb/types) | `0.1.69` | `0.1.70` |
| [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.6.0` | `3.7.0` |
| [globby](https://github.com/sindresorhus/globby) | `16.1.0` | `16.2.0` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.31.1` | `1.32.0` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.0` | `10.2.5` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.16.0` | `8.18.1` |
| [preact](https://github.com/preactjs/preact) | `10.28.3` | `10.29.2` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.5` | `6.7.0` |
| [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code/tree/HEAD/packages/core) | `0.14.1` | `0.14.3` |
| [satori](https://github.com/vercel/satori) | `0.19.2` | `0.26.0` |
| [serve-handler](https://github.com/vercel/serve-handler) | `6.1.6` | `6.1.7` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.22.0` | `4.0.2` |
| [toml](https://github.com/BinaryMuse/toml-node) | `3.0.0` | `4.1.1` |
| [workerpool](https://github.com/josdejong/workerpool) | `10.0.1` | `10.0.2` |
| [ws](https://github.com/websockets/ws) | `8.19.0` | `8.20.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.3` | `25.9.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.27.3` | `0.28.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |



Updates `@clack/prompts` from 1.0.1 to 1.4.0
- [Release notes](https://github.com/bombshell-dev/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.4.0/packages/prompts)

Updates `@floating-ui/dom` from 1.7.5 to 1.7.6
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.6/packages/dom)

Updates `@webgpu/types` from 0.1.69 to 0.1.70
- [Commits](gpuweb/types@v0.1.69...v0.1.70)

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

Updates `globby` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v16.1.0...v16.2.0)

Updates `lightningcss` from 1.31.1 to 1.32.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits/v1.32.0)

Updates `minimatch` from 10.2.0 to 10.2.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.0...v10.2.5)

Updates `pixi.js` from 8.16.0 to 8.18.1
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.16.0...v8.18.1)

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

Updates `preact-render-to-string` from 6.6.5 to 6.7.0
- [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.5...v6.7.0)

Updates `rehype-pretty-code` from 0.14.1 to 0.14.3
- [Release notes](https://github.com/rehype-pretty/rehype-pretty-code/releases)
- [Changelog](https://github.com/rehype-pretty/rehype-pretty-code/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/rehype-pretty/rehype-pretty-code/commits/rehype-pretty-code@0.14.3/packages/core)

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

Updates `serve-handler` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/vercel/serve-handler/releases)
- [Commits](vercel/serve-handler@6.1.6...6.1.7)

Updates `shiki` from 3.22.0 to 4.0.2
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.0.2/packages/shiki)

Updates `toml` from 3.0.0 to 4.1.1
- [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md)
- [Commits](BinaryMuse/toml-node@v3.0.0...v4.1.1)

Updates `workerpool` from 10.0.1 to 10.0.2
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](josdejong/workerpool@v10.0.1...v10.0.2)

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

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

Updates `esbuild` from 0.27.3 to 0.28.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.27.3...v0.28.0)

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

Updates `tsx` from 4.21.0 to 4.22.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.2)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@webgpu/types"
  dependency-version: 0.1.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: esbuild-sass-plugin
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: globby
  dependency-version: 16.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: lightningcss
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: minimatch
  dependency-version: 10.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-version: 8.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact-render-to-string
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rehype-pretty-code
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: serve-handler
  dependency-version: 6.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: toml
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: workerpool
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ws
  dependency-version: 8.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-version: 4.22.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 May 18, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 18, 2026

Deploying nchalla3-notes with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9a1bf28
Status: ✅  Deploy successful!
Preview URL: https://9ee306ce.nchalla3-notes.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-prod-65nx.nchalla3-notes.pages.dev

View logs

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.

0 participants