Skip to content

Bump the production-dependencies group across 1 directory with 22 updates #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

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

Package From To
@clack/prompts 0.10.0 0.11.0
@floating-ui/dom 1.6.13 1.7.2
@myriaddreamin/rehype-typst 0.5.4 0.6.0
@napi-rs/simple-git 0.1.19 0.1.21
flexsearch 0.8.147 0.8.205
lightningcss 1.29.3 1.30.1
pixi.js 8.9.1 8.11.0
preact 10.26.4 10.27.0
pretty-bytes 6.1.1 7.0.0
remark-rehype 11.1.1 11.1.2
satori 0.12.2 0.16.1
sharp 0.33.5 0.34.3
shiki 3.2.1 3.8.1
workerpool 9.2.0 9.3.3
ws 8.18.1 8.18.3
@types/ws 8.18.0 8.18.1
yargs 17.7.2 18.0.0
@types/node 22.13.14 24.1.0
esbuild 0.25.2 0.25.8
prettier 3.5.3 3.6.2
tsx 4.19.3 4.20.3
typescript 5.8.2 5.8.3

Updates @clack/prompts from 0.10.0 to 0.11.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.11.0

Minor Changes

  • 07ca32d: Reverted a change where placeholders were being set as values on return.

Patch Changes

  • Updated dependencies [07ca32d]
    • @​clack/core@​0.5.0

@​clack/prompts@​0.10.1

Patch Changes

  • 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
  • 30aa7ed: Adds a new selectableGroups boolean to the group multi-select prompt. Using selectableGroups: false will disable the ability to select a top-level group, but still allow every child to be selected individually.
  • Updated dependencies [30aa7ed]
  • Updated dependencies [5dfce8a]
  • Updated dependencies [f574297]
    • @​clack/core@​0.4.2
Changelog

Sourced from @​clack/prompts's changelog.

0.11.0

Minor Changes

  • 07ca32d: Reverted a change where placeholders were being set as values on return.

Patch Changes

  • Updated dependencies [07ca32d]
    • @​clack/core@​0.5.0

0.10.1

Patch Changes

  • 11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.
  • 30aa7ed: Adds a new selectableGroups boolean to the group multi-select prompt. Using selectableGroups: false will disable the ability to select a top-level group, but still allow every child to be selected individually.
  • Updated dependencies [30aa7ed]
  • Updated dependencies [5dfce8a]
  • Updated dependencies [f574297]
    • @​clack/core@​0.4.2
Commits

Updates @floating-ui/dom from 1.6.13 to 1.7.2

Release notes

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

@​floating-ui/dom@​1.7.2

Patch Changes

@​floating-ui/dom@​1.7.1

Patch Changes

@​floating-ui/dom@​1.7.0

Minor Changes

  • feat(flip): add "alignment" string value for crossAxis option. This value determines if cross axis overflow checking is restricted to the alignment of the placement only. This prevents fallbackPlacements/fallbackAxisSideDirection from too eagerly changing to the perpendicular side (thereby preferring shift() if overflow is detected along the cross axis, even if shift() is placed after flip() in the middleware array).

Patch Changes

  • fix: correct position when document scrollbar is on left side with fixed strategy
  • Update dependencies: @floating-ui/[email protected]
Changelog

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

1.7.2

Patch Changes

1.7.1

Patch Changes

1.7.0

Minor Changes

  • feat(flip): add "alignment" string value for crossAxis option. This value determines if cross axis overflow checking is restricted to the alignment of the placement only. This prevents fallbackPlacements/fallbackAxisSideDirection from too eagerly changing to the perpendicular side (thereby preferring shift() if overflow is detected along the cross axis, even if shift() is placed after flip() in the middleware array).

Patch Changes

  • fix: correct position when document scrollbar is on left side with fixed strategy
  • Update dependencies: @floating-ui/[email protected]
Commits
  • 9497a55 chore: version packages (#3354)
  • ac2af58 perf: reduce additional memory allocations
  • 999bb86 chore: version packages (#3336)
  • 37eb937 fix(flip): check all placements for main axis overflow with `crossAxis: 'alig...
  • fdcb0a9 chore: version packages (#3310)
  • 1150bcf chore: make dom depend on core for minors
  • c81f259 feat(flip): "alignment" string value for crossAxis option (#3308)
  • 6b43484 fix: correct position when document scrollbar is on left side with fixed stra...
  • 86b3154 test: run React tests in Vitest browser mode (#3258)
  • 7a80174 chore: lint unused vars
  • Additional commits viewable in compare view

Updates @myriaddreamin/rehype-typst from 0.5.4 to 0.6.0

Updates @napi-rs/simple-git from 0.1.19 to 0.1.21

Release notes

Sourced from @​napi-rs/simple-git's releases.

v0.1.21

What's Changed

Full Changelog: Brooooooklyn/simple-git@v0.1.20...v0.1.21

v0.1.20

What's Changed

Full Changelog: Brooooooklyn/simple-git@v0.1.19...v0.1.20

Commits

Updates flexsearch from 0.8.147 to 0.8.205

Commits

Updates lightningcss from 1.29.3 to 1.30.1

Release notes

Sourced from lightningcss's releases.

v1.30.1

Fixed crash on process exit when lightningcss was loaded inside a Node.js worker thread on Linux

v1.30.0

Features

  • Update relative color parsing to latest spec: colors now support numbers in addition to percentages, and calcs in colors are now always numbers. Note that this was technically a breaking change in the spec. You may need to update code using relative color calculations on percentages to use numbers instead. See the PR for details. – #465
  • Update nesting implementation for new spec: It is now possible to nest selectors with pseudo elements, and declarations and nested rules can be interleaved. See https://web.dev/blog/css-nesting-cssnesteddeclarations for more details. – parcel-bundler/lightningcss@6c465c1
  • Skip generating unnecessary @supports rules when already nested in a @supports rule – #878, d398c1b86439dfd243a6c2ba627a8e7981118a44
  • Improve error recovery for media queries – #954
  • Add support for ::picker, ::picker-icon and ::checkmark – #957
  • Add build support for Android – #932

Fixes

  • Fix error message for invalid composes selectors – parcel-bundler/lightningcss#948
  • Update browserslist – parcel-bundler/lightningcss#961
  • Fix linear-gradient direction conversion for legacy vendor-prefixed values – #936
  • Prevent new lines in license comments from breaking source maps – #971
  • Do not inline layers before imports – 33ea2c149e2c94f6e45a86d6d666d092729c9523
  • Statically link Visual Studio redistributables on Windows builds – e5c4139be325c03704072c948be38f8b1f990071
  • update browser compat data – 17bdc80ff5282c410daf65d135ef6cac79200e55
Commits
  • f2dc67c v1.30.1
  • d302a6b Add linker option to prevent segfault in Node worker threads
  • 474c67c v1.30.0
  • 17bdc80 update browser compat data
  • e5c4139 Statically link Visual Studio redistributables on Windows builds
  • 33ea2c1 Do not inline layers before imports
  • 4ebcb45 Update relative color parsing to latest spec (#465)
  • 0f064ab Prevent new lines written by write_str from breaking source maps (#971)
  • 16fdfd5 fix: remove grid feature (#972)
  • 496f4f6 Add build support for Android (#932)
  • Additional commits viewable in compare view

Updates pixi.js from 8.9.1 to 8.11.0

Release notes

Sourced from pixi.js's releases.

v8.11.0

💾 Download

Installation:

npm install [email protected]

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.10.2...v8.11.0

🚨 Behavior Change 🚨

In this release, we've corrected how textStyle.padding interacts with text positioning when anchor values are set. Previously, padding could incorrectly offset the position of text objects. With this fix, text objects now behave consistently but you may notice some text elements appear slightly repositioned as a result. This is expected and reflects the intended, more predictable layout.

🎁 Added

🐛 Fixed

🧹 Chores

New Contributors

v8.10.2

💾 Download

... (truncated)

Commits

Updates preact from 10.26.4 to 10.27.0

Release notes

Sourced from preact's releases.

10.27.0

Features

Fixes

  • Ensure we rerender after a suspensefully hydrating boundary throws an… (#4856, thanks @​JoviDeCroock)

Maintenance

10.26.9

Fixes

Maintenance

10.26.8

Fixes

10.26.7

Types

Improvements

Maintenance

10.26.6

... (truncated)

Commits
  • e42b82b Merge pull request #4859 from preactjs/10.26.10
  • 43598cf chore: Backport refcallback type and debug helpers (#4860)
  • 6fea157 Merge pull request #4856 from preactjs/ensure-we-rerender
  • 6e24eda Only mark force when it's a real error
  • dec937f Ensure we rerender after a suspensefully hydrating boundary throws an error
  • a9b12d9 chore: Update 'replaceNode' deprecation comment to point at new shim (#4844)
  • 504eb5c perf: reduce some repeated logic (#4814) (#4821)
  • ee12c20 Merge pull request #4800 from preactjs/release-10.26.9
  • 9b54e1b 10.26.9
  • d369bdb Merge pull request #4798 from preactjs/10.x-precompile-attr
  • Additional commits viewable in compare view

Updates pretty-bytes from 6.1.1 to 7.0.0

Release notes

Sourced from pretty-bytes's releases.

v7.0.0

Breaking

  • Require Node.js 20 13d3727

Improvements

  • Add support for BigInt (#85) 386b35a

sindresorhus/pretty-bytes@v6.1.1...v7.0.0

Commits

Updates remark-rehype from 11.1.1 to 11.1.2

Release notes

Sourced from remark-rehype's releases.

11.1.2

Types

  • eefd5f1 Fix types for bridge mode with missing overload

Full Changelog: remarkjs/remark-rehype@11.1.1...11.1.2

Commits

Updates satori from 0.12.2 to 0.16.1

Release notes

Sourced from satori's releases.

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 gap

Also removed the satori/wasm entrypoint as we're always inlining the WASM binary in the lib source now.

0.16.0 (2025-07-21)

Features

0.15.2

0.15.2 (2025-06-09)

Bug Fixes

0.15.1

0.15.1 (2025-06-09)

Bug Fixes

  • allow lines to start with words that begin with special characters (#674) (055e4e0), closes #656

0.15.0

0.15.0 (2025-06-09)

Features

... (truncated)

Commits
  • 691f01d fix: handle z-index as unitless property (#667)
  • 5945f7a feat: Switch to yoga-layout (#689)
  • b54f510 fix: Support async components (#686)
  • 055e4e0 fix: allow lines to start with words that begin with special characters (#674)
  • 6646c27 feat: Support text-decoration-style: double (#685)
  • 82de867 fix: text align justify not working (#677)
  • 59c3c08 fix: transform and rotate not working properly on text (#676)
  • 4926c0b feat: add point scale factor (#681)
  • 56bd3d5 fix: pixel alignment for multiline or centered text (#682)
  • aa7cdb6 fix(ci): publish to npm with provenance (#672)
  • Additional commits viewable in compare view

Updates sharp from 0.33.5 to 0.34.3

Commits
  • 276ac2d Release v0.34.3
  • 2dedcf3 Prerelease v0.34.3-rc.1
  • 92f2145 Upgrade to sharp-libvips v1.2.0
  • 2cd2f84 Upgrade to libvips v8.17.1
  • 8ee8d27 Provide XMP as a string, as well as a Buffer, where possible
  • 4e3f379 Add keepXmp and withXmp for control over output XMP metadata #4416
  • df5454e Add support for RAW digicam input, requires custom libvips+libraw
  • 32cf6be Docs: update benchmark results ahead of v0.34.3
  • 96dfd40 Tests: update benchmark environment
  • 1422798 Upgrade to sharp-libvips v1.2.0-rc.3
  • Additional commits viewable in compare view

Updates shiki from 3.2.1 to 3.8.1

Release notes

Sourced from shiki's releases.

v3.8.1

   🐞 Bug Fixes

    View changes on GitHub

v3.8.0

   🚀 Features

    View changes on GitHub

v3.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.6.0

   🚀 Features

    View changes on GitHub

v3.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.4.2

   🚀 Features

... (truncated)

Commits

Updates workerpool from 9.2.0 to 9.3.3

Changelog

Sourced from workerpool's changelog.

2025-06-27, version 9.3.3

2025-05-29, version 9.3.2

  • Fix: #505 npm package missing /src/generated/ files.

2025-05-29, version 9.3.1

  • Fix: #505 npm package missing /src/generated/ files.

2025-05-28, version 9.3.0

  • Feat: support for events and std streams to parents from an abort handler (#478). Thanks @​joshLong145.
  • feat: improve compatibility with standard Promise type (#504). Thanks @​joshkel.
Commits

Updates ws from 8.18.1 to 8.18.3

Release notes

Sourced from ws's releases.

8.18.3

Bug fixes

  • Fixed a spec violation where the Sec-WebSocket-Version header was not added to the HTTP response if the client requested version was either invalid or unacceptable (33f5dbaf).

8.18.2

Bug fixes

  • Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).
Commits

Updates @types/ws from 8.18.0 to 8.18.1

Commits

Updates yargs from 17.7.2 to 18.0.0

Changelog

Sourced from yargs's changelog.

18.0.0...

Description has been truncated

…ates

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) | `0.10.0` | `0.11.0` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.6.13` | `1.7.2` |
| @myriaddreamin/rehype-typst | `0.5.4` | `0.6.0` |
| [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.19` | `0.1.21` |
| [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.8.147` | `0.8.205` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.29.3` | `1.30.1` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.9.1` | `8.11.0` |
| [preact](https://github.com/preactjs/preact) | `10.26.4` | `10.27.0` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `6.1.1` | `7.0.0` |
| [remark-rehype](https://github.com/remarkjs/remark-rehype) | `11.1.1` | `11.1.2` |
| [satori](https://github.com/vercel/satori) | `0.12.2` | `0.16.1` |
| [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.3` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.2.1` | `3.8.1` |
| [workerpool](https://github.com/josdejong/workerpool) | `9.2.0` | `9.3.3` |
| [ws](https://github.com/websockets/ws) | `8.18.1` | `8.18.3` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.18.0` | `8.18.1` |
| [yargs](https://github.com/yargs/yargs) | `17.7.2` | `18.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.14` | `24.1.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.2` | `0.25.8` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.3` | `4.20.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |



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

Updates `@floating-ui/dom` from 1.6.13 to 1.7.2
- [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/[email protected]/packages/dom)

Updates `@myriaddreamin/rehype-typst` from 0.5.4 to 0.6.0

Updates `@napi-rs/simple-git` from 0.1.19 to 0.1.21
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
- [Commits](Brooooooklyn/simple-git@v0.1.19...v0.1.21)

Updates `flexsearch` from 0.8.147 to 0.8.205
- [Release notes](https://github.com/nextapps-de/flexsearch/releases)
- [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextapps-de/flexsearch/commits)

Updates `lightningcss` from 1.29.3 to 1.30.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](parcel-bundler/lightningcss@v1.29.3...v1.30.1)

Updates `pixi.js` from 8.9.1 to 8.11.0
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.9.1...v8.11.0)

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

Updates `pretty-bytes` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](sindresorhus/pretty-bytes@v6.1.1...v7.0.0)

Updates `remark-rehype` from 11.1.1 to 11.1.2
- [Release notes](https://github.com/remarkjs/remark-rehype/releases)
- [Commits](remarkjs/remark-rehype@11.1.1...11.1.2)

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

Updates `sharp` from 0.33.5 to 0.34.3
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.3)

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

Updates `workerpool` from 9.2.0 to 9.3.3
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](https://github.com/josdejong/workerpool/commits)

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

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

Updates `yargs` from 17.7.2 to 18.0.0
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v17.7.2...v18.0.0)

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

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

Updates `esbuild` from 0.25.2 to 0.25.8
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.25.2...v0.25.8)

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

Updates `tsx` from 4.19.3 to 4.20.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.3...v4.20.3)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.8.3)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@myriaddreamin/rehype-typst"
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@napi-rs/simple-git"
  dependency-version: 0.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flexsearch
  dependency-version: 0.8.205
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lightningcss
  dependency-version: 1.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-version: 8.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pretty-bytes
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: remark-rehype
  dependency-version: 11.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sharp
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: workerpool
  dependency-version: 9.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/ws"
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: yargs
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/ws"
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.25.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-version: 4.20.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-fdee2e92a5 branch August 4, 2025 19:10
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