Skip to content

chore(deps): bump the production-dependencies group with 6 updates#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-7a7ce95567
Open

chore(deps): bump the production-dependencies group with 6 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-7a7ce95567

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the production-dependencies group with 6 updates:

Package From To
@clack/prompts 0.11.0 1.6.0
@myriaddreamin/rehype-typst 0.6.0 0.7.0
isomorphic-git 1.38.4 1.38.5
sharp 0.34.5 0.35.2
@types/node 25.9.3 26.0.0
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 @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 isomorphic-git from 1.38.4 to 1.38.5

    Release notes

    Sourced from isomorphic-git's releases.

    v1.38.5

    1.38.5 (2026-06-16)

    Bug Fixes

    • Support windows file paths in utils/join.js (#2302) (1395431)
    Commits

    Updates sharp from 0.34.5 to 0.35.2

    Release notes

    Sourced from sharp's releases.

    v0.35.2

    v0.35.2-rc.2

    • TypeScript: Add mediaType to metadata response. #4492

    • Improve WebAssembly fallback detection. #4513

    • Improve code bundler support with stub binaries. #4543

    • Verify GIF effort option is an integer. #4544 @​metsw24-max

    • Verify recomb matrix entries are numbers. #4545 @​metsw24-max

    • TypeScript: Replace namespace with named exports for ESM. #4546

    ... (truncated)

    Commits
    • c9622a3 Release v0.35.2
    • cd4568f Upgrade to sharp-libvips v1.3.1
    • 78390cf Tests: Add font file to prevent font discovery flakiness (#4550)
    • 61210b4 Verify convolve kernel values are numbers (#4549)
    • 1cb27dc Prerelease v0.35.2-rc.2
    • c7606c3 Upgrade to sharp-libvips v1.3.1-rc.0
    • 29d1e9e Prerelease v0.35.2-rc.1
    • bbba0a1 Improve code bundler support with stub binaries
    • ab52866 Bound dilate and erode width to avoid mask-size overflow (#4548)
    • 0f594dd Prerelease v0.35.2-rc.0
    • Additional commits viewable in compare view

    Updates @types/node from 25.9.3 to 26.0.0

    Commits

    Updates typescript from 5.9.3 to 6.0.3

    Release notes

    Sourced from typescript's releases.

    TypeScript 6.0.3

    For release notes, check out the release announcement blog post.

    Downloads are available on:

    TypeScript 6.0

    For release notes, check out the release announcement blog post.

    Downloads are available on:

    TypeScript 6.0 Beta

    For release notes, check out the release announcement.

    Downloads are available on:

    Commits
    • 050880c Bump version to 6.0.3 and LKG
    • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
    • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
    • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
    • 607a22a Bump version to 6.0.2 and LKG
    • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
    • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
    • e175b69 Bump version to 6.0.1-rc and LKG
    • af4caac Update LKG
    • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
    • Additional commits viewable in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Bumps the production-dependencies group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.6.0` |
    | [@myriaddreamin/rehype-typst](https://github.com/Myriad-Dreamin/typst.ts) | `0.6.0` | `0.7.0` |
    | [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) | `1.38.4` | `1.38.5` |
    | [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.2` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.0.0` |
    | [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 `@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 `isomorphic-git` from 1.38.4 to 1.38.5
    - [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases)
    - [Commits](isomorphic-git/isomorphic-git@v1.38.4...v1.38.5)
    
    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 `@types/node` from 25.9.3 to 26.0.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    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.6.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: isomorphic-git
      dependency-version: 1.38.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: sharp
      dependency-version: 0.35.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: "@types/node"
      dependency-version: 26.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    - dependency-name: typescript
      dependency-version: 6.0.3
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 23, 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