Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 6 updates#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f6bb8cbd19
Open

build(deps): bump the minor-and-patch group across 1 directory with 6 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f6bb8cbd19

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
@agent-ix/ts-plugin-kit 0.1.3 0.2.0
@clack/prompts 1.5.1 1.7.0
@oclif/core 4.11.4 4.11.14
@vitest/coverage-v8 4.1.8 4.1.10
vite-plugin-dts 5.0.2 5.0.3
vitest 4.1.8 4.1.10

Updates @agent-ix/ts-plugin-kit from 0.1.3 to 0.2.0

Commits
  • 04693fc chore(release): 0.2.0 (#9)
  • b003a58 feat: plugin discovery (search npm/GitHub for compatible plugins) (#2)
  • 44b8d0a fix(security): harden git argv against second-order command-line injection (#8)
  • 4d7b41d feat: resolve npm sources via npm pack (#3)
  • See full diff in compare view

Updates @clack/prompts from 1.5.1 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

    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

    Commits

    Updates @oclif/core from 4.11.4 to 4.11.14

    Release notes

    Sourced from @​oclif/core's releases.

    4.11.14

    Bug Fixes

    • deps: bump @​sigstore/core from 3.2.0 to 3.2.1 (b45271f)

    4.11.13

    Bug Fixes

    • deps: bump sigstore from 4.1.0 to 4.1.1 (5d7fe54)

    4.11.12

    Bug Fixes

    • deps: bump @​sigstore/verify from 3.1.0 to 3.1.1 (e00068f)

    4.11.11

    Bug Fixes

    • deps: bump undici from 6.25.0 to 6.27.0 (319945a)

    4.11.10

    Bug Fixes

    • deps: bump tinyglobby from 0.2.16 to 0.2.17 (f941872)

    4.11.9

    Bug Fixes

    • deps: bump tar from 7.5.12 to 7.5.16 (153400e)

    4.11.8

    Bug Fixes

    • deps: bump @​babel/core from 7.23.0 to 7.29.7 (3e552ea)

    4.11.7

    Bug Fixes

    • include error message in --json output (2cb3a76), closes #1608

    4.11.6

    Bug Fixes

    4.11.5

    Bug Fixes

    • refactored shell identification code (a33c256)
    • test failure (a6ebe3e)

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    4.11.14 (2026-07-02)

    Bug Fixes

    • deps: bump @​sigstore/core from 3.2.0 to 3.2.1 (b45271f)

    4.11.13 (2026-07-02)

    Bug Fixes

    • deps: bump sigstore from 4.1.0 to 4.1.1 (5d7fe54)

    4.11.12 (2026-07-02)

    Bug Fixes

    • deps: bump @​sigstore/verify from 3.1.0 to 3.1.1 (e00068f)

    4.11.11 (2026-06-23)

    Bug Fixes

    • deps: bump undici from 6.25.0 to 6.27.0 (319945a)

    4.11.10 (2026-06-22)

    Bug Fixes

    • deps: bump tinyglobby from 0.2.16 to 0.2.17 (f941872)

    4.11.9 (2026-06-21)

    Bug Fixes

    ... (truncated)

    Commits
    • 2cd460c chore(release): 4.11.14 [skip ci]
    • ccc6cc6 Merge pull request #1623 from oclif/dependabot-npm_and_yarn-sigstore-core-3.2.1
    • b45271f fix(deps): bump @​sigstore/core from 3.2.0 to 3.2.1
    • 7dd3051 chore(release): 4.11.13 [skip ci]
    • 9e7c92d Merge pull request #1625 from oclif/dependabot-npm_and_yarn-sigstore-4.1.1
    • 5d7fe54 fix(deps): bump sigstore from 4.1.0 to 4.1.1
    • ef30012 chore(release): 4.11.12 [skip ci]
    • a88d867 Merge pull request #1624 from oclif/dependabot-npm_and_yarn-sigstore-verify-3...
    • e00068f fix(deps): bump @​sigstore/verify from 3.1.0 to 3.1.1
    • 87eeca3 chore(release): 4.11.11 [skip ci]
    • Additional commits viewable in compare view

    Updates @vitest/coverage-v8 from 4.1.8 to 4.1.10

    Release notes

    Sourced from @​vitest/coverage-v8's releases.

    v4.1.10

       🐞 Bug Fixes

        View changes on GitHub

    v4.1.9

    🐞 Bug Fixes

    View changes on GitHub
    Commits

    Updates vite-plugin-dts from 5.0.2 to 5.0.3

    Changelog

    Sourced from vite-plugin-dts's changelog.

    5.0.3 (2026-06-24)

    Commits

    Updates vitest from 4.1.8 to 4.1.10

    Release notes

    Sourced from vitest's releases.

    v4.1.10

       🐞 Bug Fixes

        View changes on GitHub

    v4.1.9

    🐞 Bug Fixes

    View changes on GitHub
    Commits
    • db616d2 chore: release v4.1.10 (#10718)
    • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
    • a7a61e7 chore: release v4.1.9 (#10598)
    • 934b0f5 fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...
    • 7fb2965 fix(browser): wait for orchestrator readiness before resolving browser sessio...
    • a518019 fix: fix importOriginal with optimizer and query import [backport to v4] (#...
    • See full diff 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

    … updates
    
    Bumps the minor-and-patch group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@agent-ix/ts-plugin-kit](https://github.com/agent-ix/ts-plugin-kit) | `0.1.3` | `0.2.0` |
    | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `1.5.1` | `1.7.0` |
    | [@oclif/core](https://github.com/oclif/core) | `4.11.4` | `4.11.14` |
    | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.8` | `4.1.10` |
    | [vite-plugin-dts](https://github.com/qmhc/unplugin-dts/tree/HEAD/packages/vite-plugin-dts) | `5.0.2` | `5.0.3` |
    | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.8` | `4.1.10` |
    
    
    
    Updates `@agent-ix/ts-plugin-kit` from 0.1.3 to 0.2.0
    - [Commits](agent-ix/ts-plugin-kit@v0.1.3...v0.2.0)
    
    Updates `@clack/prompts` from 1.5.1 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 `@oclif/core` from 4.11.4 to 4.11.14
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@4.11.4...4.11.14)
    
    Updates `@vitest/coverage-v8` from 4.1.8 to 4.1.10
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8)
    
    Updates `vite-plugin-dts` from 5.0.2 to 5.0.3
    - [Release notes](https://github.com/qmhc/unplugin-dts/releases)
    - [Changelog](https://github.com/qmhc/unplugin-dts/blob/main/packages/vite-plugin-dts/CHANGELOG.md)
    - [Commits](https://github.com/qmhc/unplugin-dts/commits/vite-plugin-dts@5.0.3/packages/vite-plugin-dts)
    
    Updates `vitest` from 4.1.8 to 4.1.10
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: "@agent-ix/ts-plugin-kit"
      dependency-version: 0.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-and-patch
    - dependency-name: "@clack/prompts"
      dependency-version: 1.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: minor-and-patch
    - dependency-name: "@oclif/core"
      dependency-version: 4.11.14
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch
    - dependency-name: "@vitest/coverage-v8"
      dependency-version: 4.1.10
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch
    - dependency-name: vite-plugin-dts
      dependency-version: 5.0.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch
    - dependency-name: vitest
      dependency-version: 4.1.10
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: minor-and-patch
    ...
    
    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 Jul 19, 2026
    @dependabot
    dependabot Bot requested a review from a team as a code owner July 19, 2026 08:24
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 19, 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