Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

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

Package From To
@inquirer/prompts 7.10.1 8.2.0
@oclif/plugin-autocomplete 3.2.39 3.2.40
@oclif/plugin-help 6.2.36 6.2.37
@oclif/plugin-not-found 3.2.73 3.2.74
@oclif/plugin-update 4.7.16 4.7.18
@oclif/table 0.3.6 0.5.2
ink 4.4.1 6.6.0
ink-text-input 5.0.1 6.0.0
ora 8.2.0 9.1.0
react 18.2.0 19.2.4
c12 2.0.1 3.3.3
giget 1.2.3 3.1.1
nypm 0.3.12 0.6.4
pathe 1.1.2 2.0.3
zod 3.24.1 4.3.6
zod-to-json-schema 3.24.1 3.25.1

Updates @inquirer/prompts from 7.10.1 to 8.2.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.2.0

  • feat(search): Add support for default.
  • feat(rawlist): Add support for description of choices. That information is displayed under the list when the choice is highlighted.
  • Bump dependencies

@​inquirer/prompts@​8.1.0

  • Feat: rawlist now supports default option.
  • Fix: select now infer return type properly when passing a choices array of string literals.

@​inquirer/prompts@​8.0.2

  • Fix Typescript not discovering types when moduleResolution is set to commonjs (you probably want to fix that in your project if it's still in your tsconfig)

@​inquirer/prompts@​8.0.0

Release Notes

🚨 Breaking Changes

This is a major release that modernizes the codebase for Node.js ≥ 20.

ESM Only - No More CommonJS Support

Impact: All packages are now ESM-only. CommonJS imports are no longer supported.

If you're on modern Node versions (≥ 20), this should be transparent and have no impact.

Node.js Version Requirement

Minimum Node.js version is now 20.x

Node.js versions below 20 are no longer supported. Please upgrade to Node.js 20 or later.

Node min versions: >=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0

Deprecated APIs Removed

The following deprecated APIs have been removed after being deprecated in previous releases:

list prompt alias removed (affects inquirer package only)

The list alias has been removed from the inquirer package. This only impacts users of the legacy inquirer package, not users of @inquirer/prompts or individual prompt packages.

// ❌ No longer available (inquirer package only)
import inquirer from 'inquirer';
const answer = await inquirer.prompt([
  { type: 'list', name: 'choice', message: 'Pick one:', choices: ['a', 'b'] }
]);
// ✅ Use 'select' instead
import inquirer from 'inquirer';
</tr></table>

... (truncated)

Commits
  • 99d00a9 chore: Publish new release
  • b06a500 feat(@​inquirer/rawlist): add description support (#1959)
  • 6203df1 chore: ignore entire .yarn directory and update yarn to 4.12.0
  • 83b218d chore: remove yarn cache from version control
  • 9be3d49 chore(deps): update iconv-lite to ^0.7.2 (#1957)
  • 0c9fd2c feat(@​inquirer/search): add default option for initial cursor position (#1956)
  • acbe28e chore(inquirer) Simplify internal type structures
  • a171f0e chore(deps-dev): Bump oxfmt in the formatting group (#1951)
  • af58d23 chore(deps): Bump globby from 16.0.0 to 16.1.0 (#1952)
  • 35f6ff2 chore(deps-dev): Bump the build group with 3 updates (#1950)
  • Additional commits viewable in compare view

Updates @oclif/plugin-autocomplete from 3.2.39 to 3.2.40

Release notes

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

3.2.40

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1093) (eea1f68)
Changelog

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

3.2.40 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1093) (eea1f68)
Commits
  • 374c898 chore(release): 3.2.40 [skip ci]
  • eea1f68 fix(deps): bump lodash from 4.17.21 to 4.17.23 (#1093)
  • d288773 chore(dev-deps): bump oclif from 4.22.63 to 4.22.65 (#1091)
  • eff6db1 chore(dev-deps): bump eslint-config-oclif from 6.0.129 to 6.0.130 (#1090)
  • 45eba71 chore(dev-deps): bump prettier from 3.7.4 to 3.8.0 (#1092)
  • bd81f1b chore(dev-deps): bump oclif from 4.22.61 to 4.22.63 (#1086)
  • 7ad6704 chore(dev-deps): bump eslint-config-oclif from 6.0.128 to 6.0.129 (#1087)
  • 23d2c94 chore(dev-deps): bump oclif from 4.22.59 to 4.22.61 (#1084)
  • dd65c5a chore(dev-deps): bump eslint-config-oclif from 6.0.127 to 6.0.128 (#1085)
  • 2b7563c chore(dev-deps): bump oclif from 4.22.57 to 4.22.59 (#1082)
  • Additional commits viewable in compare view

Updates @oclif/plugin-help from 6.2.36 to 6.2.37

Release notes

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

6.2.37

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1081) (4a4b1e9)
Changelog

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

6.2.37 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1081) (4a4b1e9)
Commits
  • 56902e1 chore(release): 6.2.37 [skip ci]
  • 4a4b1e9 fix(deps): bump lodash from 4.17.21 to 4.17.23 (#1081)
  • b4043c4 chore(dev-deps): bump oclif from 4.22.63 to 4.22.65 (#1078)
  • 995f34a chore(dev-deps): bump eslint-config-oclif from 6.0.129 to 6.0.130 (#1079)
  • 2136aea chore(dev-deps): bump prettier from 3.7.4 to 3.8.0 (#1080)
  • 1d7e212 chore(dev-deps): bump oclif from 4.22.61 to 4.22.63 (#1076)
  • 5cd16e0 chore(dev-deps): bump eslint-config-oclif from 6.0.128 to 6.0.129 (#1077)
  • bef84f4 chore(dev-deps): bump oclif from 4.22.59 to 4.22.61 (#1074)
  • 80b7053 chore(dev-deps): bump eslint-config-oclif from 6.0.127 to 6.0.128 (#1075)
  • f73d712 chore(dev-deps): bump eslint-config-oclif from 6.0.126 to 6.0.127 (#1072)
  • Additional commits viewable in compare view

Updates @oclif/plugin-not-found from 3.2.73 to 3.2.74

Release notes

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

3.2.74

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1033) (b4c65f7)
Changelog

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

3.2.74 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1033) (b4c65f7)
Commits
  • 4d9ce89 chore(release): 3.2.74 [skip ci]
  • b4c65f7 fix(deps): bump lodash from 4.17.21 to 4.17.23 (#1033)
  • e492ea9 chore(dev-deps): bump prettier from 3.7.4 to 3.8.0 (#1030)
  • 2880e4d chore(dev-deps): bump eslint-config-oclif from 6.0.129 to 6.0.130 (#1031)
  • 418ddfc chore(dev-deps): bump oclif from 4.22.63 to 4.22.65 (#1032)
  • 71f7ca0 chore(dev-deps): bump eslint-config-oclif from 6.0.128 to 6.0.129 (#1028)
  • fc05bae chore(dev-deps): bump oclif from 4.22.61 to 4.22.63 (#1029)
  • 6c1aff3 chore(dev-deps): bump eslint-config-oclif from 6.0.127 to 6.0.128 (#1026)
  • 2361105 chore(dev-deps): bump oclif from 4.22.59 to 4.22.61 (#1027)
  • 2d646ed chore(dev-deps): bump eslint-config-oclif from 6.0.126 to 6.0.127 (#1024)
  • Additional commits viewable in compare view

Updates @oclif/plugin-update from 4.7.16 to 4.7.18

Release notes

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

4.7.18

Bug Fixes

  • deps: bump @​oclif/table from 0.5.1 to 0.5.2 (#1253) (73a60ca)

4.7.17

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1250) (45d0b67)
Changelog

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

4.7.18 (2026-01-25)

Bug Fixes

  • deps: bump @​oclif/table from 0.5.1 to 0.5.2 (#1253) (73a60ca)

4.7.17 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1250) (45d0b67)
Commits
  • c77a072 chore(release): 4.7.18 [skip ci]
  • 73a60ca fix(deps): bump @​oclif/table from 0.5.1 to 0.5.2 (#1253)
  • 35e47de chore(dev-deps): bump @​oclif/plugin-help from 6.2.36 to 6.2.37 (#1254)
  • 0171465 chore(dev-deps): bump oclif from 4.22.66 to 4.22.68 (#1256)
  • 808c72f chore(dev-deps): bump prettier from 3.8.0 to 3.8.1 (#1255)
  • 5180a0e chore(release): 4.7.17 [skip ci]
  • 45d0b67 fix(deps): bump lodash from 4.17.21 to 4.17.23 (#1250)
  • 414c677 chore(deps): bump lodash in /examples/s3-update-example-cli (#1251)
  • 4bb4d7f chore(dev-deps): bump oclif from 4.22.63 to 4.22.65 (#1247)
  • 434c239 chore(dev-deps): bump prettier from 3.7.4 to 3.8.0 (#1248)
  • Additional commits viewable in compare view

Updates @oclif/table from 0.3.6 to 0.5.2

Release notes

Sourced from @​oclif/table's releases.

0.5.2

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (5ca512c)

0.5.1

Bug Fixes

  • deps: bump js-yaml from 4.1.0 to 4.1.1 (0e96f6a)

0.5.0

Bug Fixes

  • only use Infinity if maxWidth is none (256fefc)
  • set columns in FakeStdout to Infinity (0108b36)

Features

0.4.14

Bug Fixes

  • deps: bump strip-ansi from 7.1.0 to 7.1.2 (1d637c0)

0.4.13

Bug Fixes

  • deps: bump wrap-ansi from 9.0.0 to 9.0.2 (3a87894)

0.4.12

Bug Fixes

  • don't strip tab whitespaces when wrapping (cbbac3e)

0.4.11

Bug Fixes

  • handle multiline headers in plain table (ce07d01)

0.4.10

Bug Fixes

  • handle multiline strings in plain table (60acddf)

0.4.9

Bug Fixes

  • handle short multiline strings (c2c2e55)

... (truncated)

Changelog

Sourced from @​oclif/table's changelog.

0.5.2 (2026-01-23)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (5ca512c)

0.5.1 (2025-11-15)

Bug Fixes

  • deps: bump js-yaml from 4.1.0 to 4.1.1 (0e96f6a)

0.5.0 (2025-10-23)

Bug Fixes

  • only use Infinity if maxWidth is none (256fefc)
  • set columns in FakeStdout to Infinity (0108b36)

Features

0.4.14 (2025-09-14)

Bug Fixes

  • deps: bump strip-ansi from 7.1.0 to 7.1.2 (1d637c0)

0.4.13 (2025-09-13)

Bug Fixes

  • deps: bump wrap-ansi from 9.0.0 to 9.0.2 (3a87894)

... (truncated)

Commits
  • 05da8b0 chore(release): 0.5.2 [skip ci]
  • ecf115d Merge pull request #255 from oclif/dependabot-npm_and_yarn-lodash-4.17.23
  • 5ca512c fix(deps): bump lodash from 4.17.21 to 4.17.23
  • 45775a0 Merge pull request #253 from oclif/dependabot-npm_and_yarn-prettier-3.8.0
  • b5ce104 chore(dev-deps): bump prettier from 3.7.4 to 3.8.0
  • 428d131 Merge pull request #254 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 87b9402 chore(dev-deps): bump eslint-config-oclif from 6.0.129 to 6.0.130
  • c3a69f3 Merge pull request #252 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 3ae70b4 chore(dev-deps): bump eslint-config-oclif from 6.0.128 to 6.0.129
  • 9385e0a Merge pull request #251 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • Additional commits viewable in compare view

Updates ink from 4.4.1 to 6.6.0

Release notes

Sourced from ink's releases.

v6.6.0

  • Add home and end key support in useInput (#829) 969cae4
  • Fix some flicker in incremental rendering (#836) a006d76

vadimdemedes/ink@v6.5.1...v6.6.0

v6.5.1

  • Fix handling of terminal resize (#828) 557b029

vadimdemedes/ink@v6.5.0...v6.5.1

v6.5.0


vadimdemedes/ink@v6.4.0...v6.5.0

v6.4.0


vadimdemedes/ink@v6.3.1...v6.4.0

v6.3.1

  • Fix extra newline in fullscreen mode (#769) fe40d42
  • Fix react-devtools compatibility (#777) 9581ae1

vadimdemedes/ink@v6.3.0...v6.3.1

v6.3.0


vadimdemedes/ink@v6.2.3...v6.3.0

v6.2.3

  • Fix nested newlines in screen reader mode (#754) c95ed99

... (truncated)

Commits

Updates ink-text-input from 5.0.1 to 6.0.0

Release notes

Sourced from ink-text-input's releases.

v6.0.0

Thanks to @​sindresorhus for updating this package to work with the newly released Ink 5!

Highlights

  • Require Node.js 18 and support Ink 5 (#84) 338ae6e

vadimdemedes/ink-text-input@v5.0.1...v6.0.0

Commits

Updates ora from 8.2.0 to 9.1.0

Release notes

Sourced from ora's releases.

v9.1.0

  • Support external writes to stream (console.log) while spinning d2b543a
  • Replace strip-ansi dependency with native stripVTControlCharacters (#249) 68d50e5

sindresorhus/ora@v9.0.0...v9.1.0

v9.0.0

Breaking

  • Require Node.js 20 7aca06d

Fixes

  • Fix clearing in some cases aa51538
  • Fix frame() not displaying dynamic prefixText/suffixText from functions 0f19f57
  • Fix multiline text exceeding console height leaving garbage when scrolling 45d30ad

sindresorhus/ora@v8.2.0...v9.0.0

Commits
  • d7e3a94 9.1.0
  • d2b543a Support external writes to stream while spinning
  • 68d50e5 Replace strip-ansi with native stripVTControlCharacters (#249)
  • 20d4bdb 9.0.0
  • 7aca06d Require Node.js 20
  • aa51538 Fix clearing in some cases
  • 9125620 Add FAQs
  • 0f19f57 Fix frame() not displaying dynamic prefixText/suffixText from functions
  • 45d30ad Fix multiline text exceeding console height leaving garbage when scrolling
  • See full diff in compare view

Updates react from 18.2.0 to 19.2.4

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

... (truncated)

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates c12 from 2.0.1 to 3.3.3

Release notes

Sourced from c12's releases.

v3.3.3

compare changes

📦 Build

v3.3.2

compare changes

📖 Documentation

  • Fix typo in globalRc option (#281)

📦 Build

  • Switch to obuild (rolldown) (9addbb1)
  • Relax magicast peer dependency range (eae6be1)

❤️ Contributors

v3.3.1

compare changes

🩹 Fixes

  • Extend with explicit extensions only (#276)

❤️ Contributors

v3.3.0

compare changes

🚀 Enhancements

  • Support loading config with array exports (#272)
  • Allow extends without extension (#268)

🩹 Fixes

  • loadDotenv: cwd is optional (#273)

📖 Documentation

... (truncated)

Changelog

Sourced from c12's changelog.

v3.3.3

compare changes

📦 Build

🏡 Chore

❤️ Contributors

v3.3.2

compare changes

📖 Documentation

  • Fix typo in globalRc option (#281)

📦 Build

  • Switch to obuild (rolldown) (9addbb1)
  • Relax magicast peer dependency range (eae6be1)

🏡 Chore

❤️ Contributors

v3.3.1

compare changes

🩹 Fixes

  • Extend with explicit extensions only (#268, #276)

🏡 Chore

... (truncated)

Commits

Updates giget from 1.2.3 to 3.1.1

Release notes

Sourced from giget's releases.

v3.1.1

compare changes

🏡 Chore

v3.1.0

compare changes

🚀 Enhancements

  • Allow passing install options to nypm (c420507)

🔥 Performance

v3.0.0

compare changes

💚 Giget now has zero dependencies (#248), install size reduced from 1.57MB to 146kB, (90.7% smaller!)

🛡️ Bundled tar version updated to v7 with latest security fixes.

❤️ Contributors

v2.0.0

compare changes

⚠️ Breaking Changes

🩹 Fixes

  • Use the correct temp dir in Windows for cache (#182)
  • Patch tar for bun on windows (#217)

📦 Build

❤️ Contributors

... (truncated)

Changelog

Sourced from giget's changelog.

v3.1.1

compare changes

🏡 Chore

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Allow passing install options to nypm (c420507)

🔥 Performance

❤️ Contributors

v3.0.0

compare changes

💅 Refactors

  • cli: Fix usage grammar issues (#233)
  • Stricter types (93161e3)
  • ⚠️ Zero dependency (#248)
  • cli: Template positional arg is required (0a52e78)

📖 Documentation

  • Add gitpick to related projects (#221)

📦 Build

... (truncated)

Commits

…y with 16 updates

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

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.10.1` | `8.2.0` |
| [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) | `3.2.39` | `3.2.40` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.36` | `6.2.37` |
| [@oclif/plugin-not-found](https://github.com/oclif/plugin-not-found) | `3.2.73` | `3.2.74` |
| [@oclif/plugin-update](https://github.com/oclif/plugin-update) | `4.7.16` | `4.7.18` |
| [@oclif/table](https://github.com/oclif/table) | `0.3.6` | `0.5.2` |
| [ink](https://github.com/vadimdemedes/ink) | `4.4.1` | `6.6.0` |
| [ink-text-input](https://github.com/vadimdemedes/ink-text-input) | `5.0.1` | `6.0.0` |
| [ora](https://github.com/sindresorhus/ora) | `8.2.0` | `9.1.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `19.2.4` |
| [c12](https://github.com/unjs/c12) | `2.0.1` | `3.3.3` |
| [giget](https://github.com/unjs/giget) | `1.2.3` | `3.1.1` |
| [nypm](https://github.com/unjs/nypm) | `0.3.12` | `0.6.4` |
| [pathe](https://github.com/unjs/pathe) | `1.1.2` | `2.0.3` |
| [zod](https://github.com/colinhacks/zod) | `3.24.1` | `4.3.6` |
| [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.24.1` | `3.25.1` |



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

Updates `@oclif/plugin-autocomplete` from 3.2.39 to 3.2.40
- [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.39...3.2.40)

Updates `@oclif/plugin-help` from 6.2.36 to 6.2.37
- [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.36...6.2.37)

Updates `@oclif/plugin-not-found` from 3.2.73 to 3.2.74
- [Release notes](https://github.com/oclif/plugin-not-found/releases)
- [Changelog](https://github.com/oclif/plugin-not-found/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-not-found@3.2.73...3.2.74)

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

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

Updates `ink` from 4.4.1 to 6.6.0
- [Release notes](https://github.com/vadimdemedes/ink/releases)
- [Commits](vadimdemedes/ink@v4.4.1...v6.6.0)

Updates `ink-text-input` from 5.0.1 to 6.0.0
- [Release notes](https://github.com/vadimdemedes/ink-text-input/releases)
- [Commits](vadimdemedes/ink-text-input@v5.0.1...v6.0.0)

Updates `ora` from 8.2.0 to 9.1.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.2.0...v9.1.0)

Updates `react` from 18.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `c12` from 2.0.1 to 3.3.3
- [Release notes](https://github.com/unjs/c12/releases)
- [Changelog](https://github.com/unjs/c12/blob/main/CHANGELOG.md)
- [Commits](unjs/c12@v2.0.1...v3.3.3)

Updates `giget` from 1.2.3 to 3.1.1
- [Release notes](https://github.com/unjs/giget/releases)
- [Changelog](https://github.com/unjs/giget/blob/main/CHANGELOG.md)
- [Commits](unjs/giget@v1.2.3...v3.1.1)

Updates `nypm` from 0.3.12 to 0.6.4
- [Release notes](https://github.com/unjs/nypm/releases)
- [Changelog](https://github.com/unjs/nypm/blob/main/CHANGELOG.md)
- [Commits](unjs/nypm@v0.3.12...v0.6.4)

Updates `pathe` from 1.1.2 to 2.0.3
- [Release notes](https://github.com/unjs/pathe/releases)
- [Changelog](https://github.com/unjs/pathe/blob/main/CHANGELOG.md)
- [Commits](unjs/pathe@v1.1.2...v2.0.3)

Updates `zod` from 3.24.1 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.24.1...v4.3.6)

Updates `zod-to-json-schema` from 3.24.1 to 3.25.1
- [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases)
- [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md)
- [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-autocomplete"
  dependency-version: 3.2.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-help"
  dependency-version: 6.2.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-not-found"
  dependency-version: 3.2.74
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-update"
  dependency-version: 4.7.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/table"
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ink
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ink-text-input
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ora
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: c12
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: giget
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: nypm
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pathe
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zod-to-json-schema
  dependency-version: 3.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jan 27, 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