Skip to content

Bump the production-dependencies group across 1 directory with 13 updates - #2

Open
dependabot[bot] wants to merge 1 commit into
v5from
dependabot/npm_and_yarn/production-dependencies-d8548a9e6b
Open

Bump the production-dependencies group across 1 directory with 13 updates#2
dependabot[bot] wants to merge 1 commit into
v5from
dependabot/npm_and_yarn/production-dependencies-d8548a9e6b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown

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

Package From To
@clack/prompts 0.11.0 1.7.0
@myriaddreamin/rehype-typst 0.6.0 0.7.0
@napi-rs/simple-git 0.1.22 1.1.0
globby 16.2.2 16.2.3
isomorphic-git 1.40.0 1.41.4
minimatch 10.2.5 10.2.6
preact 10.29.7 10.29.8
sharp 0.34.5 0.35.3
ws 8.21.1 8.21.3
@types/node 25.9.5 26.2.0
esbuild 0.27.7 0.28.2
tsx 4.23.1 4.23.12
typescript 5.9.3 7.0.2

Updates @clack/prompts from 0.11.0 to 1.7.0

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​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

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.7.0

    Minor Changes

    • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

    Patch Changes

    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

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by GitHub Actions, a new releaser for @​clack/prompts 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 @napi-rs/simple-git from 0.1.22 to 1.1.0

    Release notes

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

    v1.1.0

    What's Changed

    Full Changelog: Brooooooklyn/simple-git@v1.0.0...v1.1.0

    v1.0.0

    What's Changed

    ... (truncated)

    Commits
    • 3b8e55c 1.1.0
    • e580290 fix(deps): update void to v0.10.6 (#153)
    • 659d5ca feat: add created (first-add commit) to FileModification (#152)
    • 3ca64c5 chore(deps): update dorny/paths-filter action to v4 (#150)
    • 9b5a48b fix(deps): update dependency void to v0.10.5 (#151)
    • 723f6b3 chore: move renovate.json
    • 4ca5860 chore: fix yarn and renovate config
    • 638b632 fix(deps): update dependency @​void/react to v0.10.5 (#148)
    • 8300a3f fix(deps): update dependency @​void/md to v0.10.5 (#147)
    • 6881589 feat: simple-git.napi.rs website (landing + docs + Cloudflare deploy) (#146)
    • Additional commits viewable in compare view

    Updates globby from 16.2.2 to 16.2.3

    Release notes

    Sourced from globby's releases.

    v16.2.3

    • Fix backslash-escaped .gitignore rules 5775ffb

    sindresorhus/globby@v16.2.2...v16.2.3

    Commits

    Updates isomorphic-git from 1.40.0 to 1.41.4

    Release notes

    Sourced from isomorphic-git's releases.

    v1.41.4

    1.41.4 (2026-08-13)

    Bug Fixes

    • restore checkout filepaths from the index (#2409) (25dc739)

    v1.41.3

    1.41.3 (2026-08-10)

    Bug Fixes

    • don't split a CRLF that straddles two chunks in splitLines (#2397) (aa6812c)

    v1.41.2

    1.41.2 (2026-08-09)

    Bug Fixes

    v1.41.1

    1.41.1 (2026-08-09)

    Bug Fixes

    • read url credentials with the WHATWG parser (#2399) (435278f)

    v1.41.0

    1.41.0 (2026-08-08)

    Features

    • http: support custom fetchOptions in built-in HTTP clients (#2369) (4492cf9), closes #1246

    v1.40.8

    1.40.8 (2026-08-08)

    Bug Fixes

    v1.40.7

    1.40.7 (2026-08-08)

    ... (truncated)

    Commits

    Updates minimatch from 10.2.5 to 10.2.6

    Commits

    Updates preact from 10.29.7 to 10.29.8

    Release notes

    Sourced from preact's releases.

    10.29.8

    Performance

    Commits

    Updates sharp from 0.34.5 to 0.35.3

    Release notes

    Sourced from sharp's releases.

    v0.35.3

    • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

    • Improve code bundler support by resolving path to libvips binary.

    • Increase default concurrency when use of MALLOC_ARENA_MAX is detected.

    • Emit warning about binaries provided by Electron for use on Linux.

    • Add hasAlpha property to output info. #4500

    • TypeScript: Return more precise Buffer<ArrayBuffer> from toBuffer. #4520 @​Andarist

    • Bound clahe width and height to avoid signed overflow. #4551 @​metsw24-max

    • Bound trim margin to avoid signed overflow. #4552 @​metsw24-max

    • Reject infinite values when validating numbers. #4553 @​metsw24-max

    • Bound extract region to libvips coordinate limit. #4555 @​metsw24-max

    • Verify background colour values are numbers. #4556 @​metsw24-max

    • Bound create and raw input dimensions to coordinate limit. #4558 @​metsw24-max

    • Tighten recomb and affine matrix verification. #4560 @​chatman-media

    • Verify cache memory limit to avoid overflow. #4561 @​metsw24-max

    v0.35.3-rc.2

    • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

    ... (truncated)

    Commits
    • 1018449 Release v0.35.3
    • ba303a7 Prerelease v0.35.3-rc.2
    • 4f94fc5 Upgrade to sharp-libvips v1.3.2
    • c5e7a3f Bump devDeps, fix Deno/Windows smoke tests
    • 9a8d002 Docs: Add changelog entry and note about transferable #4520
    • 8694db0 TypeScript: Return more precise Buffer\<ArrayBuffer> from toBuffer (#4520)
    • e000d0b Prerelease v0.35.3-rc.1
    • 9554ca9 Prerelease v0.35.3-rc.0
    • 6a29fd5 Emit warning about native binaries on Linux Electron
    • 540d2ea Increase default concurrency when use of MALLOC_ARENA_MAX detected
    • Additional commits viewable in compare view

    Updates ws from 8.21.1 to 8.21.3

    Release notes

    Sourced from ws's releases.

    8.21.3

    Bug fixes

    • The server now correctly rejects permessage-deflate offers if the incoming client_max_window_bits parameter value is smaller than its configured clientMaxWindowBits (e97a20ea).

    8.21.2

    Bug fixes

    • Fixed a test for CITGM (2eb3be0b).
    Commits
    • c791e70 [dist] 8.21.3
    • e97a20e [fix] Reject offers with client_max_window_bits below config
    • 787ebf2 [dist] 8.21.2
    • b4d62eb Revert "[ci] Trust Coveralls Homebrew tap"
    • e4bb883 [security] Use GitHub PVR as main reporting channel
    • 2eb3be0 [test] Skip test on Node.js versions where it does not apply
    • See full diff in compare view

    Updates @types/node from 25.9.5 to 26.2.0

    Commits

    Updates esbuild from 0.27.7 to 0.28.2

    Release notes

    Sourced from esbuild's releases.

    v0.28.2

    • Fix tree shaking bug due to TypeScript import alias (#4507)

      This release fixes a bug that could cause esbuild to incorrectly tree-shake imports that are used in a TypeScript type alias under certain circumstances. Affected code uses a TypeScript-specific import assignment and looks something like this:

      import Base from './dep.js';
      import Alias = Base.SomeType;
    • Fix CSS minification bug involving & (#4497)

      This release fixes a bug where esbuild's CSS minifier incorrectly removed a & when it was unsafe to do so. Here is an example:

      /* Original code */
      .a .b {
        & .b:not(& .c) {
          color: red;
        }
      }
      /* Old output (with --minify) */
      .a .b{.b:not(& .c){color:red}}
      /* New output (with --minify) */
      .a .b{& .b:not(& .c){color:red}}

      This should match <span class="a"><span class="b"><span class="b">yes</span></span></span> but not <span class="a"><span class="b">no</span></span>. The old output incorrectly matched both.

    • Avoid overwriting input files without --allow-overwrite (#4484)

      For example: esbuild input.js --outfile=input.js tells esbuild to overwrite input.js with the output of running esbuild on it. This was supposed to already be prevented by default, but it accidentally regressed in version 0.17.0 and apparently didn't have any test coverage. The error message was being printed but the input file was still being overwritten. Oops.

      This release puts the original behavior back. With this release, esbuild should now actually avoid overwriting input files unless --allow-overwrite is explicitly present. This is done by not writing out any files when a build error is encountered.

    • Fix incorrect code generated when using top-level await (#4498)

      Previously esbuild could generate code containing a syntax error in complex scenarios involving top-level await used in a dependency cycle. The problem was a missing async on one or more module wrapper closures. With this release, esbuild now uses a fixed-point iteration algorithm to correctly annotate all dependencies in the cycle as needing an async module wrapper.

    • Fix a minification bug with lowered logical assignment operators (#4508)

      This release fixes a bug that could cause esbuild to generate incorrect code for logical assignment operators when lowering them to an older target environment. Specifically the lowering process requires duplicating the left-hand side, but esbuild incorrectly failed to count the duplicate as a new usage when the left-hand side is an identifier. That then caused the minifier to believe that the left-hand side was only used once and could attempt to incorrectly inline an initializer into the first usage. This bug has now been fixed:

      // Original code
      function foo() {
        let x
        bar(x ||= {})

    ... (truncated)

    Changelog

    Sourced from esbuild's changelog.

    0.28.2

    • Fix tree shaking bug due to TypeScript import alias (#4507)

      This release fixes a bug that could cause esbuild to incorrectly tree-shake imports that are used in a TypeScript type alias under certain circumstances. Affected code uses a TypeScript-specific import assignment and looks something like this:

      import Base from './dep.js';
      import Alias = Base.SomeType;
    • Fix CSS minification bug involving & (#4497)

      This release fixes a bug where esbuild's CSS minifier incorrectly removed a & when it was unsafe to do so. Here is an example:

      /* Original code */
      .a .b {
        & .b:not(& .c) {
          color: red;
        }
      }
      /* Old output (with --minify) */
      .a .b{.b:not(& .c){color:red}}
      /* New output (with --minify) */
      .a .b{& .b:not(& .c){color:red}}

      This should match <span class="a"><span class="b"><span class="b">yes</span></span></span> but not <span class="a"><span class="b">no</span></span>. The old output incorrectly matched both.

    • Avoid overwriting input files without --allow-overwrite (#4484)

      For example: esbuild input.js --outfile=input.js tells esbuild to overwrite input.js with the output of running esbuild on it. This was supposed to already be prevented by default, but it accidentally regressed in version 0.17.0 and apparently didn't have any test coverage. The error message was being printed but the input file was still being overwritten. Oops.

      This release puts the original behavior back. With this release, esbuild should now actually avoid overwriting input files unless --allow-overwrite is explicitly present. This is done by not writing out any files when a build error is encountered.

    • Fix incorrect code generated when using top-level await (#4498)

      Previously esbuild could generate code containing a syntax error in complex scenarios involving top-level await used in a dependency cycle. The problem was a missing async on one or more module wrapper closures. With this release, esbuild now uses a fixed-point iteration algorithm to correctly annotate all dependencies in the cycle as needing an async module wrapper.

    • Fix a minification bug with lowered logical assignment operators (#4508)

      This release fixes a bug that could cause esbuild to generate incorrect code for logical assignment operators when lowering them to an older target environment. Specifically the lowering process requires duplicating the left-hand side, but esbuild incorrectly failed to count the duplicate as a new usage when the left-hand side is an identifier. That then caused the minifier to believe that the left-hand side was only used once and could attempt to incorrectly inline an initializer into the first usage. This bug has now been fixed:

      // Original code
      function foo() {
        let x

    ... (truncated)

    Commits
    • 609683d publish 0.28.2 to npm
    • 11b1fe4 add to release notes
    • ab50d91 css: fix green/blue channel swap in oklch gamut mapping (#4488)
    • 04627b6 fix #4498: async TLA checks need a worklist
    • 5c15177 disable gopls in the go folder
    • fc2ee9b css: adjust parser to allow --foo: {...}
    • 209db54 release notes for css nesting bugfix
    • c625d31 fix #4497: preserve nested ampersands during minification (#4500)
    • 34474e2 better isolation of current part in js parser
    • 07f6e8c fix #4507: import assignment tree-shaking bug
    • Additional commits viewable in compare view

    Updates tsx from 4.23.1 to 4.23.12

    Release notes

    Sourced from tsx's releases.

    v4.23.12

    4.23.12 (2026-08-10)

    Bug Fixes

    • shim import.meta when tokens are split by comments or newlines (#829) (ed9d330), closes #828

    This release is also available on:

    v4.23.11

    4.23.11 (2026-08-07)

    Bug Fixes

    • preserve async ESM require fallback (55cbece)

    This release is also available on:

    v4.23.10

    4.23.10 (2026-08-07)

    Bug Fixes


    This release is also available on:

    v4.23.9

    4.23.9 (2026-08-06)

    Bug Fixes

    • map Node test locations (2f55884)
    • support data URLs in tsImport (b94f46f)

    This release is also available on:

    v4.23.8

    ... (truncated)

    Commits
    • ed9d330 fix: shim import.meta when tokens are split by comments or newlines (#829)
    • 651f5be test: cover CommonJS TypeScript import.meta paths
    • bd3bc64 test: cover CommonJS loader source fallback
    • 55cbece fix: preserve async ESM require fallback
    • 6c5ba85 docs: document CommonJS default interop

    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2026
    …ates
    
    Bumps the production-dependencies group with 13 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.7.0` |
    | [@myriaddreamin/rehype-typst](https://github.com/Myriad-Dreamin/typst.ts) | `0.6.0` | `0.7.0` |
    | [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.22` | `1.1.0` |
    | [globby](https://github.com/sindresorhus/globby) | `16.2.2` | `16.2.3` |
    | [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) | `1.40.0` | `1.41.4` |
    | [minimatch](https://github.com/isaacs/minimatch) | `10.2.5` | `10.2.6` |
    | [preact](https://github.com/preactjs/preact) | `10.29.7` | `10.29.8` |
    | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.3` |
    | [ws](https://github.com/websockets/ws) | `8.21.1` | `8.21.3` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.5` | `26.2.0` |
    | [esbuild](https://github.com/evanw/esbuild) | `0.27.7` | `0.28.2` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` |
    | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
    
    
    
    Updates `@clack/prompts` from 0.11.0 to 1.7.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.7.0/packages/prompts)
    
    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 `@napi-rs/simple-git` from 0.1.22 to 1.1.0
    - [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
    - [Commits](Brooooooklyn/simple-git@v0.1.22...v1.1.0)
    
    Updates `globby` from 16.2.2 to 16.2.3
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v16.2.2...v16.2.3)
    
    Updates `isomorphic-git` from 1.40.0 to 1.41.4
    - [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases)
    - [Commits](isomorphic-git/isomorphic-git@v1.40.0...v1.41.4)
    
    Updates `minimatch` from 10.2.5 to 10.2.6
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v10.2.5...v10.2.6)
    
    Updates `preact` from 10.29.7 to 10.29.8
    - [Release notes](https://github.com/preactjs/preact/releases)
    - [Commits](preactjs/preact@10.29.7...10.29.8)
    
    Updates `sharp` from 0.34.5 to 0.35.3
    - [Release notes](https://github.com/lovell/sharp/releases)
    - [Commits](lovell/sharp@v0.34.5...v0.35.3)
    
    Updates `ws` from 8.21.1 to 8.21.3
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.21.1...8.21.3)
    
    Updates `@types/node` from 25.9.5 to 26.2.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `esbuild` from 0.27.7 to 0.28.2
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.27.7...v0.28.2)
    
    Updates `tsx` from 4.23.1 to 4.23.12
    - [Release notes](https://github.com/privatenumber/tsx/releases)
    - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
    - [Commits](privatenumber/tsx@v4.23.1...v4.23.12)
    
    Updates `typescript` from 5.9.3 to 7.0.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](https://github.com/microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.7.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      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: "@napi-rs/simple-git"
      dependency-version: 1.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: "@types/node"
      dependency-version: 26.2.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: esbuild
      dependency-version: 0.28.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: globby
      dependency-version: 16.2.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: isomorphic-git
      dependency-version: 1.41.4
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: minimatch
      dependency-version: 10.2.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: preact
      dependency-version: 10.29.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: sharp
      dependency-version: 0.35.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: tsx
      dependency-version: 4.23.12
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: typescript
      dependency-version: 7.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: ws
      dependency-version: 8.21.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot changed the title Bump the production-dependencies group with 13 updates Bump the production-dependencies group across 1 directory with 13 updates Aug 19, 2026
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-d8548a9e6b branch from 6794a32 to 2e512a2 Compare August 19, 2026 11:06
    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