Skip to content

chore(deps): bump the npm-minor-patch group across 1 directory with 18 updates - #50

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-3cd047f691
Closed

chore(deps): bump the npm-minor-patch group across 1 directory with 18 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-3cd047f691

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 18 updates in the / directory:

Package From To
@inquirer/prompts 8.5.2 8.6.0
@modelcontextprotocol/sdk 1.29.0 1.30.0
@oclif/core 4.11.14 4.14.0
@oclif/plugin-autocomplete 3.2.53 3.2.56
@oclif/plugin-help 6.2.53 6.2.58
@oclif/plugin-plugins 5.4.84 5.5.1
js-yaml 5.2.1 5.3.0
open 11.0.0 11.0.1
tar 7.5.19 7.5.22
undici 8.7.0 8.10.0
@oclif/test 4.1.20 4.1.22
@vitest/coverage-v8 4.1.10 4.1.11
eslint 10.6.0 10.9.0
globals 17.7.0 17.11.0
nock 14.0.16 14.0.17
oclif 4.23.27 4.23.30
prettier 3.9.4 3.9.6
vitest 4.1.10 4.1.11

Updates @inquirer/prompts from 8.5.2 to 8.6.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.6.0

The all-in-one prompts package, re-exporting every individual prompt at its latest version.

Highlights

This release rides on @inquirer/core@12.0.0, which makes the useState setter accept a reducer/updater function. It also brings a new initialValue option to search, plus fixes for number, confirm, and editor.

What's new

  • @inquirer/search — new initialValue?: string option to pre-fill the search input (#2205)

What's fixed

  • @inquirer/number — avoid floating-point step errors; accept explicit undefined as default (#2166, #2182)
  • @inquirer/confirm — accept explicit undefined as default (#2182)
  • @inquirer/editor — accept explicit undefined as default (#2182)

Included prompts

  • @inquirer/checkbox@5.2.2
  • @inquirer/confirm@6.2.0
  • @inquirer/editor@5.3.0
  • @inquirer/expand@5.1.2
  • @inquirer/input@5.1.3
  • @inquirer/number@4.2.0
  • @inquirer/password@5.1.2
  • @inquirer/rawlist@5.3.2
  • @inquirer/search@4.3.0
  • @inquirer/select@5.2.2

Note: This release depends on @inquirer/core@^12.0.0, which contains a breaking change to the useState setter type (it now accepts a reducer function). See the @inquirer/core@12.0.0 release notes for details.

Commits
  • 9997067 fix(release): serialize staging with --concurrency 1
  • 2073546 fix(release): disable auto-install hook event in postpack restore
  • 7f00eb7 fix(release): bypass auto-install hook in postpack restore
  • 5384fa6 chore(release): add workflow_dispatch trigger to publish workflow
  • d11785f fix(release): warm turbo cache before staging in publish job
  • 36d4928 chore: Publish new release
  • 15dfc54 chore(deps): Bump globby from 16.2.2 to 16.2.3 (#2234)
  • 6678f5f chore(deps-dev): Bump oxfmt in the formatting group (#2233)
  • e57dafa chore: secure release pipeline with npm Trusted Publishing
  • 2d677bb fix: don't restore package.json in postpack before publish (#2231)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @modelcontextprotocol/sdk from 1.29.0 to 1.30.0

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.30.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@v1.29.0...1.30.0

Commits
  • 2d889f2 chore: bump version to 1.30.0 (#2563)
  • e3f3daa Fix SSE keep-alive timer lifecycle in Streamable HTTP server transport (v1.x)...
  • bb5a718 fix(deps): widen @​hono/node-server past GHSA-frvp-7c67-39w9 (#2549)
  • 1dad263 fix: send SSE keep-alive comment frames from Streamable HTTP server transport...
  • 69749aa Validate Content-Type by parsed media type instead of substring match (v1.x) ...
  • 369513d fix: support Zod 3.25 method literals (#2368)
  • e7ee57c v1 stdio buffer limit (#2239)
  • c36e1ef Add end-to-end test suite (#2167)
  • bf1e022 chore(ci): switch publish to OIDC trusted publishing (#1839)
  • 9edbab7 fix(server): prioritize zod issues and format them (#1503)
  • See full diff in compare view
Maintainer changes

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


Updates @oclif/core from 4.11.14 to 4.14.0

Release notes

Sourced from @​oclif/core's releases.

4.14.0

Features

  • bumping to eslint v10 (W-23473845) (248de04)

4.13.5

Bug Fixes

  • replaced require with dynamic import (W-23807278) (d35e325)

4.13.4

Bug Fixes

  • resolved security vulnerability in powershell path (W-23807278) (911e9d2)

4.13.3

Bug Fixes

  • deps: bump ip-address from 10.2.0 to 10.4.0 (e13240b)

4.13.2

Bug Fixes

  • deps: bump postcss from 8.5.10 to 8.5.23 (169b09a)

4.13.1

Bug Fixes

  • deps: bump tar from 7.5.16 to 7.5.22 (bc0d2d2)

4.13.0

Features

  • expose root help formatter (644c4aa)

4.12.0

Features

  • add Args.option() for typed arg options (93139f7)
Changelog

Sourced from @​oclif/core's changelog.

4.14.0 (2026-08-19)

Features

  • bumping to eslint v10 (W-23473845) (248de04)

4.13.5 (2026-08-14)

Bug Fixes

  • replaced require with dynamic import (W-23807278) (d35e325)

4.13.4 (2026-08-14)

Bug Fixes

  • resolved security vulnerability in powershell path (W-23807278) (911e9d2)

4.13.3 (2026-08-04)

Bug Fixes

  • deps: bump ip-address from 10.2.0 to 10.4.0 (e13240b)

4.13.2 (2026-07-27)

Bug Fixes

  • deps: bump postcss from 8.5.10 to 8.5.23 (169b09a)

4.13.1 (2026-07-27)

Bug Fixes

... (truncated)

Commits
  • 1d2903e chore(release): 4.14.0 [skip ci]
  • 45c7f0a Merge pull request #1635 from oclif/d/W-23473845
  • 395c8bc chore: prune stale eslint suppressions after merge
  • 35ddd2e chore: merge main into d/W-23473845
  • 0d01467 chore(release): 4.13.5 [skip ci]
  • 06949eb Merge pull request #1638 from oclif/d/W-23807278-2
  • d35e325 fix: replaced require with dynamic import (W-23807278)
  • 85370b7 chore(release): 4.13.4 [skip ci]
  • 3318c6e Merge pull request #1636 from oclif/d/W-23807278
  • 911e9d2 fix: resolved security vulnerability in powershell path (W-23807278)
  • Additional commits viewable in compare view

Updates @oclif/plugin-autocomplete from 3.2.53 to 3.2.56

Release notes

Sourced from @​oclif/plugin-autocomplete's releases.

3.2.56

Bug Fixes

  • deps: bump @​oclif/core from 4.13.2 to 4.13.3 (#1190) (7fda1ce)

3.2.55

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1186) (a4c731a)

3.2.54

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1182) (b7e1eea)
Changelog

Sourced from @​oclif/plugin-autocomplete's changelog.

3.2.56 (2026-08-09)

Bug Fixes

  • deps: bump @​oclif/core from 4.13.2 to 4.13.3 (#1190) (7fda1ce)

3.2.55 (2026-08-02)

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1186) (a4c731a)

3.2.54 (2026-07-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1182) (b7e1eea)
Commits
  • 18d8942 chore(release): 3.2.56 [skip ci]
  • 7fda1ce fix(deps): bump @​oclif/core from 4.13.2 to 4.13.3 (#1190)
  • 4936ec9 chore(dev-deps): bump @​oclif/plugin-help from 6.2.55 to 6.2.56 (#1191)
  • 55cc2f8 chore(release): 3.2.55 [skip ci]
  • a4c731a fix(deps): bump @​oclif/core from 4.13.0 to 4.13.2 (#1186)
  • 5a29c02 chore(dev-deps): bump @​oclif/test from 4.1.20 to 4.1.21 (#1187)
  • 36f50ef chore(dev-deps): bump eslint-config-oclif from 6.0.177 to 6.0.179 (#1188)
  • 833d193 chore(dev-deps): bump @​oclif/plugin-help from 6.2.53 to 6.2.55 (#1189)
  • 374ac06 chore(release): 3.2.54 [skip ci]
  • b7e1eea fix(deps): bump @​oclif/core from 4.11.14 to 4.13.0 (#1182)
  • Additional commits viewable in compare view

Updates @oclif/plugin-help from 6.2.53 to 6.2.58

Release notes

Sourced from @​oclif/plugin-help's releases.

6.2.58

Bug Fixes

  • deps: bump @​oclif/core from 4.13.2 to 4.13.3 (#1168) (b2b5095)

6.2.57

Bug Fixes

6.2.56

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1167) (eb6c62b)

6.2.55

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1161) (ee83c65)

6.2.54

Bug Fixes

Changelog

Sourced from @​oclif/plugin-help's changelog.

6.2.58 (2026-08-09)

Bug Fixes

  • deps: bump @​oclif/core from 4.13.2 to 4.13.3 (#1168) (b2b5095)

6.2.57 (2026-08-09)

Bug Fixes

6.2.56 (2026-08-01)

Bug Fixes

  • deps: bump @​oclif/core from 4.13.0 to 4.13.2 (#1167) (eb6c62b)

6.2.55 (2026-07-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1161) (ee83c65)

6.2.54 (2026-07-26)

Bug Fixes

Commits
  • 245d1e4 chore(release): 6.2.58 [skip ci]
  • b2b5095 fix(deps): bump @​oclif/core from 4.13.2 to 4.13.3 (#1168)
  • 8c40446 chore(release): 6.2.57 [skip ci]
  • 1511d2f fix(deps): bump js-yaml from 4.3.0 to 4.3.1 (#1170)
  • c423ffc chore(dev-deps): bump mocha from 11.7.6 to 11.8.0 (#1169)
  • adb3888 chore(dev-deps): bump @​oclif/test from 4.1.20 to 4.1.21 (#1165)
  • 59405b7 chore(dev-deps): bump eslint-config-oclif from 6.0.178 to 6.0.179 (#1166)
  • dfd065c chore(release): 6.2.56 [skip ci]
  • eb6c62b fix(deps): bump @​oclif/core from 4.13.0 to 4.13.2 (#1167)
  • 39c20f7 chore(dev-deps): bump oclif from 4.23.27 to 4.23.29 (#1160)
  • Additional commits viewable in compare view

Updates @oclif/plugin-plugins from 5.4.84 to 5.5.1

Release notes

Sourced from @​oclif/plugin-plugins's releases.

5.5.1

Bug Fixes

5.5.0

Features

5.4.87

Bug Fixes

5.4.86

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1372) (ff69aa0)

5.4.85

Bug Fixes

Changelog

Sourced from @​oclif/plugin-plugins's changelog.

5.5.1 (2026-08-20)

Bug Fixes

5.5.0 (2026-08-19)

Features

5.4.87 (2026-08-14)

Bug Fixes

5.4.86 (2026-07-25)

Bug Fixes

  • deps: bump @​oclif/core from 4.11.14 to 4.13.0 (#1372) (ff69aa0)

5.4.85 (2026-07-25)

Bug Fixes

Commits
  • 9ef077f chore(release): 5.5.1 [skip ci]
  • 4f293dd Merge pull request #1383 from oclif/wr/fixSpawnEnoentOnUnixTarballs
  • 19efab1 chore(release): 5.5.0 [skip ci]
  • 7f322bc feat: bumping eslint to v10 (W-23473845) (#1384)
  • f546045 chore(release): 5.4.87 [skip ci]
  • f312141 Merge pull request #1386 from oclif/wr/passCwdToNpmRunPathEnv
  • 5450125 fix: pass cwd to npmRunPathEnv to prevent PATH hijack @​W-23797722@
  • 37bdd2e test: add spaces-in-path coverage for spawn fix
  • 8b24637 fix: use process.execPath for .js module spawning on all platforms @​W-21984392@
  • 6ee1695 chore(dev-deps): bump oclif from 4.23.28 to 4.23.29 (#1377)
  • Additional commits viewable in compare view

Updates js-yaml from 5.2.1 to 5.3.0

Changelog

Sourced from js-yaml's changelog.

[5.3.0] - 2026-08-14

This release focuses on reworking the documentation and making small architectural improvements before moving forward.

Added

  • Added completely new documentation.
  • Exported DUMP_SCHEMA, the default schema used by the dumper.
  • Added YAMLException.throwAt() for throwing an error at a source position.

Changed

  • Changed flat constant exports to grouped exports: EVENT_ID, SCALAR_STYLE, COLLECTION_STYLE, and CHOMPING_MODE, along with their value types. The old exports are still preserved, but deprecated.
  • Made identify mandatory for custom tag definitions. Use identify: () => false for load-only tags.

Deprecated

  • Deprecated flat constant exports. Use grouped ones instead.

Removed

  • Removed the MERGE_KEY export (not used anymore after last fixes).

Fixed

  • Validate << sequence items at merge time, so aliased merge sources are checked too.
  • Resolve << outside of a mapping key as the plain string '<<', matching v4, instead of leaking an internal symbol into the result.

[5.2.3] - 2026-08-01

Fixed

  • Prevent prototype fallback when resolving tags and mapping entries, #782.
  • Resolve !!timestamp years 0000-0099 correctly, #775.
  • Preserve implicit null mapping values before document markers and reject unpaired mapping event streams, #784.
  • Preserve folded scalar values with tab-indented lines when round-tripping a parsed AST through present(); dump() and loading are unaffected, #780.

[5.2.2] - 2026-07-24

Fixed

  • Quote flow scalars where a colon precedes a flow indicator, #773.

Security

  • Avoid exponential parsing time for nested flow sequence pairs.
Commits
  • 04db458 5.3.0 released
  • 22ce0a0 Changelog update
  • fae37b8 fix: << outside a mapping key no longer leaks the internal merge symbol
  • b62ef83 fix: validate << sequence items at merge time, so aliased sources are check...
  • cc665ec docs: review and update annotations
  • 2aa24a6 Changelog update
  • eec6902 Restore deprecated parser constant exports
  • 03397ac Move throwErrorAt to YAMLException as throwAt
  • d9dd2c7 docs: new condensed theme
  • 0f898e6 docs: annotation tweaks
  • Additional commits viewable in compare view

Updates open from 11.0.0 to 11.0.1

Release notes

Sourced from open's releases.

v11.0.1

  • Fix WSL failure when the working directory is unreachable from Windows 6ac3fe4

sindresorhus/open@v11.0.0...v11.0.1

Commits

Updates tar from 7.5.19 to 7.5.22

Commits

Updates undici from 8.7.0 to 8.10.0

Release notes

Sourced from undici's releases.

v8.10.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v8.9.0...v8.10.0

v8.9.0

⚠️ Security fixes

High severity

  • GHSA-4cwx-7wf7-3272: malformed qualified private Cache-Control directives could cause cross-user information disclosure in shared caches or a parse-time crash. The cache parser now treats empty qualified directives conservatively and safely handles mixed qualified and unqualified directives. Fixed by 4fe5bc5f with regression coverage in 9f09b49a.

Medium severity

  • GHSA-m8rv-5g2x-5cg5: a malicious type property on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generated content-type header. Undici now coerces and validates the value before adding it to the request. Fixed by 7d3cf924.
  • GHSA-jr45-8vmc-qm54: optional whitespace around = in qualified no-cache and private directives could bypass shared-cache restrictions and disclose authenticated data across users. Cache-Control parsing now normalizes these forms and applies conservative cache decisions. Fixed by c601fff1.
  • GHSA-8xcm-r25x-g524: the retry interceptor could expose a stale Content-Length after resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whose Content-Length is inconsistent with Content-Range. Fixed by e11a68ed, with corrected fixtures in 2b3f7493.
  • GHSA-v3r7-h72x-cjcm: unsanitized domain and unparsed values passed to setCookie() could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by 10d93fc3.

Additional hardening

... (truncated)

Commits
  • c8d80e6 Bumped v8.10.0 (#5644)
  • 66923b4 fix: preserve DNS origin hostname on sockets (#5577)
  • 3926499 fix: retry refused HTTP/2 streams (#5598)
  • 73d6e9e fix(h2): detach upgrade close handler after GOAWAY (#5641)
  • b111adb fix(mock): emit request body lifecycle hooks (#5367)
  • ae4a3e3 build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#5636)
  • ec3fbf1 build(deps): bump github/codeql-action/init from 4.36.2 to 4.37.3 (#5634)
  • 2151720 build(deps): bump ossf/scorecard-action from 2.4.3 to 2.4.4 (#5633)
  • b96a116 fix(interceptors): allow interceptors without opts.origin (#5628)
  • a18ef2d fix(mock): non-string path matchers under ignoreTrailingSlash, and DataView r...
  • Additional commits viewable in compare view

Updates @oclif/test from 4.1.20 to 4.1.22

Release notes

Sourced from @​oclif/test's releases.

4.1.22

Bug Fixes

  • deps: bump js-yaml from 4.3.0 to 4.3.1 (34b2397)

4.1.21

Bug Fixes

  • deps: bump js-yaml from 4.2.0 to 4.3.0 (c7f5819)
Changelog

Sourced from @​oclif/test's changelog.

4.1.22 (2026-08-09)

Bug Fixes

  • deps: bump js-yaml from 4.3.0 to 4.3.1 (34b2397)

4.1.21 (2026-07-26)

Bug Fixes

  • deps: bump js-yaml from 4.2.0 to 4.3.0 (c7f5819)
Commits
  • 1ba89da chore(release): 4.1.22 [skip ci]
  • 63b2175 Merge pull request #922 from oclif/dependabot-npm_and_yarn-js-yaml-4.3.1
  • 34b2397 fix(deps): bump js-yaml from 4.3.0 to 4.3.1
  • 000778c Merge pull request #921 from oclif/dependabot-npm_and_yarn-oclif-core-4.13.3
  • 8e615b5 chore(dev-deps): bump @​oclif/core from 4.13.2 to 4.13.3
  • 9887efc Merge pull request #918 from oclif/dependabot-npm_and_yarn-oclif-core-4.13.2
  • ef3f467 Merge pull request #919 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 304cf92 chore(dev-deps): bump eslint-config-oclif from 6.0.177 to 6.0.179
  • 444b6b0 chore(dev-deps): bump @​oclif/core from 4.13.0 to 4.13.2
  • 6a39d74 Merge pull request #914 from oclif/dependabot-npm_and_yarn-prettier-3.9.6
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

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

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint from 10.6.0 to 10.9.0

Release notes

Sourced from eslint's releases.

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions...

    Description has been truncated

…8 updates

Bumps the npm-minor-patch group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `8.5.2` | `8.6.0` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.29.0` | `1.30.0` |
| [@oclif/core](https://github.com/oclif/core) | `4.11.14` | `4.14.0` |
| [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) | `3.2.53` | `3.2.56` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.53` | `6.2.58` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.84` | `5.5.1` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.1` | `5.3.0` |
| [open](https://github.com/sindresorhus/open) | `11.0.0` | `11.0.1` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.19` | `7.5.22` |
| [undici](https://github.com/nodejs/undici) | `8.7.0` | `8.10.0` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.20` | `4.1.22` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` |
| [eslint](https://github.com/eslint/eslint) | `10.6.0` | `10.9.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.11.0` |
| [nock](https://github.com/nock/nock) | `14.0.16` | `14.0.17` |
| [oclif](https://github.com/oclif/oclif) | `4.23.27` | `4.23.30` |
| [prettier](https://github.com/prettier/prettier) | `3.9.4` | `3.9.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |



Updates `@inquirer/prompts` from 8.5.2 to 8.6.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@8.5.2...@inquirer/prompts@8.6.0)

Updates `@modelcontextprotocol/sdk` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@v1.29.0...1.30.0)

Updates `@oclif/core` from 4.11.14 to 4.14.0
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@4.11.14...4.14.0)

Updates `@oclif/plugin-autocomplete` from 3.2.53 to 3.2.56
- [Release notes](https://github.com/oclif/plugin-autocomplete/releases)
- [Changelog](https://github.com/oclif/plugin-autocomplete/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-autocomplete@3.2.53...3.2.56)

Updates `@oclif/plugin-help` from 6.2.53 to 6.2.58
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@6.2.53...6.2.58)

Updates `@oclif/plugin-plugins` from 5.4.84 to 5.5.1
- [Release notes](https://github.com/oclif/plugin-plugins/releases)
- [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-plugins@5.4.84...5.5.1)

Updates `js-yaml` from 5.2.1 to 5.3.0
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.1...5.3.0)

Updates `open` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v11.0.0...v11.0.1)

Updates `tar` from 7.5.19 to 7.5.22
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.19...v7.5.22)

Updates `undici` from 8.7.0 to 8.10.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v8.7.0...v8.10.0)

Updates `@oclif/test` from 4.1.20 to 4.1.22
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@4.1.20...4.1.22)

Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [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.11/packages/coverage-v8)

Updates `eslint` from 10.6.0 to 10.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.6.0...v10.9.0)

Updates `globals` from 17.7.0 to 17.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.7.0...v17.11.0)

Updates `nock` from 14.0.16 to 14.0.17
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v14.0.16...v14.0.17)

Updates `oclif` from 4.23.27 to 4.23.30
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.23.27...4.23.30)

Updates `prettier` from 3.9.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.9.4...3.9.6)

Updates `vitest` from 4.1.10 to 4.1.11
- [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.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@oclif/core"
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@oclif/plugin-autocomplete"
  dependency-version: 3.2.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@oclif/plugin-help"
  dependency-version: 6.2.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: js-yaml
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: open
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: tar
  dependency-version: 7.5.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: undici
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: "@oclif/test"
  dependency-version: 4.1.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: eslint
  dependency-version: 10.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: globals
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: nock
  dependency-version: 14.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: oclif
  dependency-version: 4.23.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-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 Aug 25, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 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 Sep 1, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-3cd047f691 branch September 1, 2026 12:50
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.

1 participant