Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-2e58ba4c33
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-2e58ba4c33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@clack/prompts 0.11.0 1.6.0
@floating-ui/dom 1.7.4 1.7.6
@myriaddreamin/rehype-typst 0.6.0 0.7.0
esbuild-sass-plugin 3.6.0 3.7.0
flexsearch 0.8.205 0.8.212
globby 16.1.0 16.2.0
js-yaml 4.1.1 5.2.0
lightningcss 1.31.1 1.32.0
minimatch 10.1.1 10.2.5
pixi.js 8.15.0 8.19.0
preact 10.28.2 10.29.3
preact-render-to-string 6.6.5 6.7.0
rehype-citation 2.3.1 2.3.2
rehype-pretty-code 0.14.1 0.14.3
satori 0.19.1 0.26.0
serve-handler 6.1.6 6.1.7
sharp 0.34.5 0.35.2
shiki 1.26.2 4.3.0
toml 3.0.0 4.1.1
workerpool 10.0.1 10.0.2
ws 8.19.0 8.21.0
@types/node 25.0.10 26.0.1
prettier 3.8.1 3.8.5
tsx 4.21.0 4.22.4
typescript 5.9.3 6.0.3

Updates @clack/prompts from 0.11.0 to 1.6.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

      Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

      import { text } from '@clack/prompts';
      import { type } from 'arktype';
      const name = await text({
      message: 'Enter your email',

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    1.5.1

    Patch Changes

    1.5.0

    Minor Changes

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

      Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

      import { text } from '@clack/prompts';
      import { type } from 'arktype';

    ... (truncated)

    Commits
    • 0e70056 [ci] release (#562)
    • f87933f fix(prompts): do not dim note contents (#568)
    • cc6aab5 feat(prompts): add instructions footer for select, multi-select & `group-...
    • 02ae191 [ci] release (#549)
    • 56e9d67 docs: add jsdoc for date, limit-options, and messages (#546)
    • 030ba4d [ci] release (#539)
    • 83428ac feat: standard schema for validation (#543)
    • adb6af9 docs: add jsdoc for box, group, and group-multi-select (#542)
    • 3170ed9 docs: add jsdoc for autocomplete, confirm, and path prompts (#540)
    • 3dcb31a fix: spaces and uppercase characters in multiline input (#534)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​clack/prompts since your current version.


    Updates @floating-ui/dom from 1.7.4 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

    1.7.5

    Patch Changes

    • Update dependencies: @floating-ui/core@1.7.4
    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​floating-ui/dom since your current version.


    Updates @myriaddreamin/rehype-typst from 0.6.0 to 0.7.0

    Release notes

    Sourced from @​myriaddreamin/rehype-typst's releases.

    v0.7.0

    Packages

    Compiler

    rustdoc-typst-demo (New)

    Package: typst.ts

    Package: typst.react

    Package: typst.vue3

    Package: typst.svelte (New)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​myriaddreamin/rehype-typst since your current version.


    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 flexsearch from 0.8.205 to 0.8.212

    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 js-yaml from 4.1.1 to 5.2.0

    Changelog

    Sourced from js-yaml's changelog.

    [5.2.0] - 2026-06-26

    Added

    • Added maxTotalMergeKeys (10000) loader option to limit the total number of keys processed by YAML merge (<<) across one load() / loadAll() call.
    • Added maxAliases (-1) loader option to limit the number of YAML aliases per document.

    Removed

    • maxMergeSeqLength replaced with maxTotalMergeKeys for limiting YAML merge processing.

    Fixed

    • Round-trip of integers with exponential form (>= 1e21)

    [5.1.0] - 2026-06-23

    Added

    • Collection tags can finalize an incrementally populated carrier into a different result value.

    Changed

    • [breaking] quoteStyle now selects the preferred quote style; use the restored forceQuotes option to force quoting non-key strings.

    [5.0.0] - 2026-06-20

    Added

    • Added named exports for schemas, tags, parser events and AST utilities.
    • Reworked JSON_SCHEMA and CORE_SCHEMA with spec-compliant scalar resolution rules, and added YAML11_SCHEMA.
    • Added realMapTag for lossless mappings with non-string and complex keys. Object-based mappings now reject complex keys instead of stringifying them.
    • Added dump() transform option for changing the generated AST before rendering.
    • Added dump() options seqInlineFirst, flowBracketPadding, flowSkipCommaSpace, flowSkipColonSpace, quoteFlowKeys, quoteStyle and tagBeforeAnchor.
    • Added formal data layers (events and AST) for modular data pipelines.
      • Added low-level parser (to events), presenter and visitor APIs.
    • Added the YAML Test Suite to the test set.

    Changed

    • See the migration guide for upgrade notes.
    • Rewritten in TypeScript and reorganized the public API around flat named exports.
    • Reduced the set of exported schemas:
      • YAML 1.2 schemas: CORE_SCHEMA (loader default), JSON_SCHEMA, FAILSAFE_SCHEMA.
      • YAML11_SCHEMA, a combination of all YAML 1.1 tags (YAML 1.1 does not specify a schema, only "types").

    ... (truncated)

    Commits
    • c28ed5e 5.2.0 released
    • 125cd5a Add maxAliases option
    • 3105455 Replace maxMergeSeqLengthoption with maxTotalMergeKeys (more robust)
    • 39d00d6 numbers: Drop boxed numbers support, simplify .identify() checks, clarify rou...
    • eb5cb5b fix: round-trip integers that stringify in exponential notation (#771)
    • 89024c4 Update migration info, close #770
    • f1e45cd 5.1.0 released
    • 53b22be Fix constructor coverage
    • a1eaa2b Fix quote style options and restore forceQuotes
    • 0532e7d Add finalizers for immutable collection tags
    • Additional commits viewable in compare view

    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.1.1 to 10.2.5

    Changelog

    Sourced from minimatch's changelog.

    change log

    10.2

    • Add braceExpandMax option

    10.1

    • Add magicalBraces option for escape
    • Fix makeRe when partial: true is set.
    • Fix makeRe when pattern ends in a final ** path part.

    10.0

    • Require node 20 or 22 and higher

    9.0

    • No default export, only named exports.

    8.0

    • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
    • Bump required Node.js version

    7.4

    • Add escape() method
    • Add unescape() method
    • Add Minimatch.hasMagic() method

    7.3

    • Add support for posix character classes in a unicode-aware way.

    7.2

    • Add windowsNoMagicRoot option

    7.1

    • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

    ... (truncated)

    Commits

    Updates pixi.js from 8.15.0 to 8.19.0

    Release notes

    Sourced from pixi.js's releases.

    v8.19.0

    💾 Download

    Installation:

    npm install pixi.js@8.19.0

    Development Build:

    Production Build:

    Documentation:

    Changed

    pixijs/pixijs@v8.18.1...v8.19.0

    🚨 Behavior Change

    • fix: Container.updateTransform honors zero scale (#12044) by @​Zyie in pixijs/pixijs#12046
      • Container.updateTransform({ scaleX: 0, scaleY: 0 }) previously coerced a zero scale to 1 (the code used opts.scaleX || 1), so passing 0 left the container at full size. It now applies zero scale literally, matching scale.set(0, 0). If you relied on updateTransform ignoring a zero scale, stop passing 0 when you mean full scale.
      const container = new Container();
      container.updateTransform({ scaleX: 0, scaleY: 0 });
      // before: scale coerced to (1, 1) — container stayed full-size
      // after:  scale applied as (0, 0) — container hidden, matching scale.set(0, 0)
    • fix: particle container inherit blend mode by @​DmitriyGolub in pixijs/pixijs#11978
      • ParticleContainer now respects the blend mode inherited from its ancestors. Previously the render pipe read the container's own local blendMode instead of the resolved groupBlendMode, so setting e.g. stage.blendMode = 'add' had no effect on particles. Particles nested under a parent with a non-default blend mode will now render differently (e.g. additive brightening) where they were silently ignored before. A blendMode set directly on the ParticleContainer is unchanged.
    • fix: FillPattern tiling and radial gradient sizing by @​Zyie in pixijs/pixijs#12037
      • FillPattern gains a textureSpace option ('global' | 'local'), while fixing several long-standing pattern/gradient sizing bugs. textureSpace defaults to 'global', so patterns now tile continuously across adjacent shapes instead of remapping per shape; setTransform(matrix) now applies the matrix you pass directly (it previously inverted and rescaled it by the texture size); and textureSpace: 'local' radial gradients now scale to the gradient's outer radius. Existing pattern fills and local radial gradients can render differently.

        If you hand-compensated for the old setTransform behavior (pre-inverting or scaling by texture size), remove that compensation. The legacy positional new FillPattern(texture, repetition) form still works.

      import { Assets, FillPattern, Graphics } from 'pixi.js';
      const texture = await Assets.load('pattern.png');
      // new options-object constructor with explicit textureSpace
      const pattern = new FillPattern({ texture, repetition: 'repeat', textureSpace: 'local' });
      const g = new Graphics().rect(0, 0, 200, 100).fill({ fill: pattern });

    🎁 Added

    ... (truncated)

    Commits
    • d93c5d3 v8.19.0
    • 23fd143 fix: canvas renderer does not round anchor offset when roundPixels is enabled...
    • bdf32bd chore: bundle pixijs-skills and add sync workflow (#12045)
    • b2f8668 feat: add HTML-in-Canvas texture support (#12053)
    • 1d1e44c feat: implement transientAttachment for MSAA RenderTextures for WebGPU (#12050)
    • 765ec7a chore: restrict postMessage origin in playground (#12055)
    • fa49de2 docs: document blend mode resolution inheritance (#12067)
    • b967b5e chore: bump parse-svg-path (#12071)
    • 009e338 chore: update GitHub Actions and npm to latest (#12070)
    • 4b8d253 fix: particle container inherit blend mode (#11978)
    • Additional commits viewable in compare view

    Updates preact from 10.28.2 to 10.29.3

    Release notes

    Sourced from preact's releases.

    10.29.3

    Fixes

    Performance

    Types

    Maintenance

    10.29.2

    Fixes

    Maintenance

    10.29.1

    Fixes

    Maintenance

    10.29.0

    Features

    ... (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-citation from 2.3.1 to 2.3.2

    Release notes

    Sourced from rehype-citation's releases.

    v2.3.2

    What's Changed

    Full Changelog: timlrx/rehype-citation@v2.3.1...v2.3.2

    Commits
    • 19a9f4d 2.3.2
    • d785742 Merge pull request #62 from timlrx/fix-footnote-type
    • dbfce48 fix: footnote typing
    • b3d64a0 Merge pull request #61 from timlrx/update-ci-node-version
    • 21e59f7 chore: update netlify node version
    • eceb790 chore: update ci node version
    • a86aec6 Merge pull request #60 from timlrx/update-dependencies
    • 1796658 chore: update to tailwind v4
    • 6bcf5a5 chore: sync changes from citation-js
    • 67a76f2 chore: update outdated link
    • 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
    Description has been truncated

    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 13, 2026
    @cloudflare-workers-and-pages

    cloudflare-workers-and-pages Bot commented Jun 13, 2026

    Copy link
    Copy Markdown

    Deploying hamedalkhateeb with  Cloudflare Pages  Cloudflare Pages

    Latest commit: ac301cc
    Status:🚫  Build failed.

    View logs

    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 13, 2026
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-2e58ba4c33 branch from abe724c to c8339bb Compare June 20, 2026 06:06
    …y with 26 updates
    
    Bumps the production-dependencies group with 25 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.6.0` |
    | [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.4` | `1.7.6` |
    | [@myriaddreamin/rehype-typst](https://github.com/Myriad-Dreamin/typst.ts) | `0.6.0` | `0.7.0` |
    | [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.6.0` | `3.7.0` |
    | [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.8.205` | `0.8.212` |
    | [globby](https://github.com/sindresorhus/globby) | `16.1.0` | `16.2.0` |
    | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.1` | `5.2.0` |
    | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.31.1` | `1.32.0` |
    | [minimatch](https://github.com/isaacs/minimatch) | `10.1.1` | `10.2.5` |
    | [pixi.js](https://github.com/pixijs/pixijs) | `8.15.0` | `8.19.0` |
    | [preact](https://github.com/preactjs/preact) | `10.28.2` | `10.29.3` |
    | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.5` | `6.7.0` |
    | [rehype-citation](https://github.com/timlrx/rehype-citation) | `2.3.1` | `2.3.2` |
    | [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.1` | `0.26.0` |
    | [serve-handler](https://github.com/vercel/serve-handler) | `6.1.6` | `6.1.7` |
    | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.2` |
    | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.26.2` | `4.3.0` |
    | [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.21.0` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.10` | `26.0.1` |
    | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.5` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.4` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |
    
    
    
    Updates `@clack/prompts` from 0.11.0 to 1.6.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.6.0/packages/prompts)
    
    Updates `@floating-ui/dom` from 1.7.4 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 `@myriaddreamin/rehype-typst` from 0.6.0 to 0.7.0
    - [Release notes](https://github.com/Myriad-Dreamin/typst.ts/releases)
    - [Changelog](https://github.com/Myriad-Dreamin/typst.ts/blob/main/docs/release-workflows.md)
    - [Commits](Myriad-Dreamin/typst.ts@v0.6.0...v0.7.0)
    
    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 `flexsearch` from 0.8.205 to 0.8.212
    - [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 `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 `js-yaml` from 4.1.1 to 5.2.0
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@4.1.1...5.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.1.1 to 10.2.5
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v10.1.1...v10.2.5)
    
    Updates `pixi.js` from 8.15.0 to 8.19.0
    - [Release notes](https://github.com/pixijs/pixijs/releases)
    - [Commits](pixijs/pixijs@v8.15.0...v8.19.0)
    
    Updates `preact` from 10.28.2 to 10.29.3
    - [Release notes](https://github.com/preactjs/preact/releases)
    - [Commits](preactjs/preact@10.28.2...10.29.3)
    
    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-citation` from 2.3.1 to 2.3.2
    - [Release notes](https://github.com/timlrx/rehype-citation/releases)
    - [Commits](timlrx/rehype-citation@v2.3.1...v2.3.2)
    
    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.1 to 0.26.0
    - [Release notes](https://github.com/vercel/satori/releases)
    - [Commits](vercel/satori@0.19.1...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 `sharp` from 0.34.5 to 0.35.2
    - [Release notes](https://github.com/lovell/sharp/releases)
    - [Commits](lovell/sharp@v0.34.5...v0.35.2)
    
    Updates `shiki` from 1.26.2 to 4.3.0
    - [Release notes](https://github.com/shikijs/shiki/releases)
    - [Commits](https://github.com/shikijs/shiki/commits/v4.3.0/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.21.0
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.19.0...8.21.0)
    
    Updates `@types/node` from 25.0.10 to 26.0.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `esbuild` from 0.27.2 to 0.27.7
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
    - [Commits](evanw/esbuild@v0.27.2...v0.27.7)
    
    Updates `prettier` from 3.8.1 to 3.8.5
    - [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.5)
    
    Updates `tsx` from 4.21.0 to 4.22.4
    - [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.4)
    
    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.5.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      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: "@myriaddreamin/rehype-typst"
      dependency-version: 0.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@types/node"
      dependency-version: 25.9.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: esbuild
      dependency-version: 0.27.7
      dependency-type: direct:development
      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: flexsearch
      dependency-version: 0.8.212
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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: js-yaml
      dependency-version: 4.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-minor
      dependency-group: production-dependencies
    - dependency-name: pixi.js
      dependency-version: 8.19.0
      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: prettier
      dependency-version: 3.8.4
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: rehype-citation
      dependency-version: 2.3.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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: sharp
      dependency-version: 0.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: shiki
      dependency-version: 4.2.0
      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: tsx
      dependency-version: 4.22.4
      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
    - 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.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-2e58ba4c33 branch from c8339bb to ac301cc Compare June 27, 2026 06:05
    @dependabot @github

    dependabot Bot commented on behalf of github Jul 11, 2026

    Copy link
    Copy Markdown
    Contributor Author

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

    @dependabot dependabot Bot closed this Jul 11, 2026
    @dependabot
    dependabot Bot deleted the dependabot/npm_and_yarn/production-dependencies-2e58ba4c33 branch July 11, 2026 06:04
    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