Skip to content

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

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

chore(deps): bump the production-dependencies group across 1 directory with 14 updates#68
dependabot[bot] wants to merge 1 commit into
v5from
dependabot/npm_and_yarn/production-dependencies-3526b5eada

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 14 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.4
isomorphic-git 1.40.0 1.41.9
minimatch 10.2.5 10.2.6
preact 10.29.7 10.29.8
pretty-bytes 7.1.1 7.1.2
sharp 0.34.5 0.35.4
ws 8.21.1 8.21.3
@types/node 25.9.5 26.4.1
esbuild 0.27.7 0.28.2
tsx 4.23.1 4.23.13
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.4

    Release notes

    Sourced from globby's releases.

    v16.2.4

    • Fix ignore option disabling the gitignore option 19e1fce

    sindresorhus/globby@v16.2.3...v16.2.4

    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.9

    Release notes

    Sourced from isomorphic-git's releases.

    v1.41.9

    1.41.9 (2026-08-23)

    Bug Fixes

    • match filepaths on path component boundaries (#2416) (89d641a)

    v1.41.8

    1.41.8 (2026-08-21)

    Bug Fixes

    • throw when TREE is given a ref that cannot be resolved (#2407) (fe987eb)

    v1.41.7

    1.41.7 (2026-08-19)

    Bug Fixes

    • return best merge bases for DAG histories (#2412) (a7f747f)

    v1.41.5

    1.41.5 (2026-08-17)

    Bug Fixes

    • include file mode changes in filepath log (#2413) (07c6fe7)

    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)

    ... (truncated)

    Commits
    • 89d641a fix: match filepaths on path component boundaries (#2416)
    • fe987eb fix: throw when TREE is given a ref that cannot be resolved (#2407)
    • 0730055 docs(readme): fix ES import example using unexported 'plugins' (#2408)
    • a7f747f fix: return best merge bases for DAG histories (#2412)
    • a760325 fix: validate readObject format consistently (#2406)
    • 07c6fe7 fix: include file mode changes in filepath log (#2413)
    • 25dc739 fix: restore checkout filepaths from the index (#2409)
    • aa6812c fix: don't split a CRLF that straddles two chunks in splitLines (#2397)
    • 39a3e22 chore: build docs (#2405)
    • 0d7c8e0 fix: expose internal git lock for tests (#2404)
    • Additional commits viewable in compare view

    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 pretty-bytes from 7.1.1 to 7.1.2

    Release notes

    Sourced from pretty-bytes's releases.

    v7.1.2

    • Fix rounding across unit boundaries 059c979

    sindresorhus/pretty-bytes@v7.1.1...v7.1.2

    Commits

    Updates sharp from 0.34.5 to 0.35.4

    Release notes

    Sourced from sharp's releases.

    v0.35.4

    https://github.com/lovell/sharp-libvips/releases/tag/v1.3.3

    v0.35.4-rc.0

    ... (truncated)

    Commits
    • 7f1a0a2 Release v0.35.4
    • f927818 Upgrade to sharp-libvips v1.3.3
    • e802092 Prerelease v0.35.4-rc.0
    • e13eb2f CI: Fix wasm32 build (#4589)
    • a82a0b3 Upgrade to libvips v8.18.6
    • 8044fe4 Bound resize dimensions to coordinate limit
    • 147f859 Docs: changelog entries for #4578 #4584
    • ee5bfb8 Tests: use yauzl directly rather than via extract-zip wrapper
    • 7a77889 Bump uraimo/run-on-arch-action from 3.1.0 to 3.2.0 (#4588)
    • ea5bef2 Improve support for input Streams finishing before output is requested (#4584)
    • 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.4.1

    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.13

    Release notes

    Sourced from tsx's releases.

    v4.23.13

    4.23.13 (2026-08-30)

    Bug Fixes

    • cache: bound shared transform cache memory (#835) (28e1f12)

    This release is also available on:

    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:

    ...

    Description has been truncated

    …y with 14 updates
    
    Bumps the production-dependencies group with 14 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.4` |
    | [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) | `1.40.0` | `1.41.9` |
    | [minimatch](https://github.com/isaacs/minimatch) | `10.2.5` | `10.2.6` |
    | [preact](https://github.com/preactjs/preact) | `10.29.7` | `10.29.8` |
    | [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.1.1` | `7.1.2` |
    | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.4` |
    | [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.4.1` |
    | [esbuild](https://github.com/evanw/esbuild) | `0.27.7` | `0.28.2` |
    | [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.13` |
    | [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.4
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v16.2.2...v16.2.4)
    
    Updates `isomorphic-git` from 1.40.0 to 1.41.9
    - [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases)
    - [Commits](isomorphic-git/isomorphic-git@v1.40.0...v1.41.9)
    
    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 `pretty-bytes` from 7.1.1 to 7.1.2
    - [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
    - [Commits](sindresorhus/pretty-bytes@v7.1.1...v7.1.2)
    
    Updates `sharp` from 0.34.5 to 0.35.4
    - [Release notes](https://github.com/lovell/sharp/releases)
    - [Commits](lovell/sharp@v0.34.5...v0.35.4)
    
    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.4.1
    - [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.13
    - [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.13)
    
    Updates `typescript` from 5.9.3 to 7.0.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.9.3...v7.0.2)
    
    ---
    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: globby
      dependency-version: 16.2.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: isomorphic-git
      dependency-version: 1.41.9
      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: pretty-bytes
      dependency-version: 7.1.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: sharp
      dependency-version: 0.35.4
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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
    - dependency-name: "@types/node"
      dependency-version: 26.4.1
      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: tsx
      dependency-version: 4.23.13
      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
    ...
    
    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 Sep 6, 2026
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

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

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants