Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-e526e16822
Open

chore(deps): bump the production-dependencies group across 1 directory with 21 updates#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-e526e16822

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

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

Package From To
@inquirer/prompts 7.10.1 8.3.0
@oclif/core 4.8.0 4.8.1
@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.19
@oclif/table 0.3.6 0.5.2
ink 4.4.1 6.8.0
ink-text-input 5.0.1 6.0.0
ora 8.2.0 9.3.0
react 18.2.0 19.2.4
c12 2.0.1 3.3.3
confbox 0.2.2 0.2.4
giget 1.2.3 3.1.2
nypm 0.3.12 0.6.5
pathe 1.1.2 2.0.3
zod 3.24.1 4.3.6
zod-to-json-schema 3.24.1 3.25.1
@iconify-json/lucide 1.2.90 1.2.93
@iconify-json/simple-icons 1.2.70 1.2.71
astro 5.17.1 5.17.3

Updates @inquirer/prompts from 7.10.1 to 8.3.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.3.0

  • Fix: Keypresses happening before a prompt is rendered are now ignored.
  • Fix (checkbox): Element who're both checked and disabled are now always included in the returned array.
  • Feat (select/checkbox): Cursor will now hover disabled options of the list; but they still cannot be interacted with. This prevents the cursor jumping ahead in ways that can be confusing.
  • Feat: various new theme options to make all prompts content localizable.

Finally, see our new @inquirer/i18n package!

@​inquirer/prompts@​8.2.1

  • chore: Switch wrap-ansi with fast-wrap-ansi

@​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)

... (truncated)

Commits
  • 526eca2 chore: Publish new release
  • 60d02c4 docs(@​inquirer/prompts): highlight auto-detected locale in i18n section (#2011)
  • f773d21 feat(@​inquirer/prompts-i18n) New i18n package with first set of localization ...
  • dd52bbe feat: allow cursor to land on disabled choices (#2008)
  • 64622ed feat(@​inquirer/testing): add nextRender() to unit test render API (#2010)
  • 32ed010 refactor(@​inquirer/select,@​inquirer/checkbox): clean up disabled choice rende...
  • b23a483 fix(@​inquirer/checkbox): include disabled+checked items in the answer
  • fd40b43 fix(@​inquirer/core): discard keystrokes buffered before prompt creation
  • fd001c1 chore: Publish new release
  • 260d7eb fix(@​inquirer/testing): handle SWC-style namespace objects and missing option...
  • Additional commits viewable in compare view

Updates @oclif/core from 4.8.0 to 4.8.1

Release notes

Sourced from @​oclif/core's releases.

4.8.1

Bug Fixes

  • deps: bump minimatch from 9.0.5 to 10.2.1 (2815e37)
Changelog

Sourced from @​oclif/core's changelog.

4.8.1 (2026-02-22)

Bug Fixes

  • deps: bump minimatch from 9.0.5 to 10.2.1 (2815e37)
Commits
  • 5072476 chore(release): 4.8.1 [skip ci]
  • ce25dae Merge pull request #1539 from oclif/dependabot-npm_and_yarn-minimatch-10.2.1
  • 2815e37 fix(deps): bump minimatch from 9.0.5 to 10.2.1
  • bcfc7d0 Merge pull request #1540 from oclif/dependabot-npm_and_yarn-eslint-9.39.3
  • d399e77 chore(dev-deps): bump eslint from 9.39.2 to 9.39.3
  • 6929b32 Merge pull request #1541 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 72cf503 chore(dev-deps): bump eslint-config-oclif from 6.0.137 to 6.0.140
  • e32b9b3 Merge pull request #1534 from oclif/dependabot-npm_and_yarn-oclif-plugin-plug...
  • a8489da Merge pull request #1535 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 3e95a26 chore(dev-deps): bump eslint-config-oclif from 6.0.135 to 6.0.137
  • 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.19

Release notes

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

4.7.19

Bug Fixes

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.19 (2026-02-08)

Bug Fixes

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
  • f9960af chore(release): 4.7.19 [skip ci]
  • 4f99772 fix(deps): bump semver from 7.7.3 to 7.7.4 (#1260)
  • 92f8a95 chore(dev-deps): bump oclif from 4.22.71 to 4.22.73 (#1261)
  • eb2d187 chore(dev-deps): bump oclif from 4.22.68 to 4.22.70 (#1257)
  • 8387a38 chore(dev-deps): bump eslint-config-oclif from 6.0.133 to 6.0.135 (#1258)
  • 3d9ddbf chore(dev-deps): bump eslint-config-oclif from 6.0.130 to 6.0.133 (#1252)
  • 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)
  • 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.8.0

Release notes

Sourced from ink's releases.

v6.8.0

Improvements

  • Add renderToString() for synchronous string output (#868) 0a0c549
  • Add support for react-devtools v7 (#877) d633d7c
  • Allow exit() to pass a result value to waitUntilExit() 20b4a3d
  • Improve performance by caching some expensive calls (#835) bd2f6a4

Fixes

  • Fix wrapping with nested Text (#879) 1761c3a
  • Fix support for hyperlinks (#871) 2bd1a74
  • Fix: Handle ended stdout during unmount 54c4e65
  • Fix duplicated <Static> output on exit 5815651
  • Fix dropped keypresses when multiple inputs arrive in one readable tick 4848547
  • Fix handling of colored output from child processes 9da2dfa

vadimdemedes/ink@v6.7.0...v6.8.0

v6.7.0

Improvements

Fixes

  • Fix fullscreen trailing newline on initial render (#856) 9b21b24
  • Fix MaxListenersExceededWarning when using many useInput hooks 390549d
  • Fix: Make unmount flush pending renders and await stdout drain (#863) 5e35d73
  • Fix handling of Option+Return (soft return) on macOS (#860) 12fe119

vadimdemedes/ink@v6.6.0...v6.7.0

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

... (truncated)

Commits
  • be1b1bb 6.8.0
  • d633d7c Add support for react-devtools v7 (#877)
  • bd2f6a4 Improve performance by caching some expensive calls (#835)
  • 6fb8d74 Add routing recipe using React Router's MemoryRouter (#874)
  • cfd0a68 Fix use-transition example
  • 1761c3a Fix wrapping with nested Text (#879)
  • 1cf6690 Improve performance for tests
  • ae49abe Add ink-color-picker to "Who's Using Ink" section (#873)
  • 2bd1a74 Fix support for hyperlinks (#871)
  • 20b4a3d Allow exit() to pass a result value to waitUntilExit()
  • Additional commits viewable in compare view

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

Release notes

Sourced from ora's releases.

v9.3.0

  • Reduce flicker in rendering 2ab4f76

sindresorhus/ora@v9.2.0...v9.3.0

v9.2.0

  • Update stdin-discarder dependency (#251) 020eaba

sindresorhus/ora@v9.1.0...v9.2.0

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

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
  • 2622f2e chore(release): v3.3.3
  • 0dcf338 build: update chokidar to 5.x
  • 06f4433 chore(deps): update actions/checkout action to v6 (#285)
  • 78ca00b chore: update dev deps
  • fd7b5f9 chore(release): v3.3.2
  • 543b39c chore: update scripts
  • eae6be1 build: relax magicast peer d...

    Description has been truncated

…y with 21 updates

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

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.10.1` | `8.3.0` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.0` | `4.8.1` |
| [@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.19` |
| [@oclif/table](https://github.com/oclif/table) | `0.3.6` | `0.5.2` |
| [ink](https://github.com/vadimdemedes/ink) | `4.4.1` | `6.8.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.3.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` |
| [confbox](https://github.com/unjs/confbox) | `0.2.2` | `0.2.4` |
| [giget](https://github.com/unjs/giget) | `1.2.3` | `3.1.2` |
| [nypm](https://github.com/unjs/nypm) | `0.3.12` | `0.6.5` |
| [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` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.90` | `1.2.93` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.70` | `1.2.71` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.17.1` | `5.17.3` |



Updates `@inquirer/prompts` from 7.10.1 to 8.3.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.3.0)

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

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.19
- [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.19)

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.8.0
- [Release notes](https://github.com/vadimdemedes/ink/releases)
- [Commits](vadimdemedes/ink@v4.4.1...v6.8.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.3.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.2.0...v9.3.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 `confbox` from 0.2.2 to 0.2.4
- [Release notes](https://github.com/unjs/confbox/releases)
- [Changelog](https://github.com/unjs/confbox/blob/main/CHANGELOG.md)
- [Commits](unjs/confbox@v0.2.2...v0.2.4)

Updates `giget` from 1.2.3 to 3.1.2
- [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.2)

Updates `nypm` from 0.3.12 to 0.6.5
- [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.5)

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)

Updates `@iconify-json/lucide` from 1.2.90 to 1.2.93
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/simple-icons` from 1.2.70 to 1.2.71
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `astro` from 5.17.1 to 5.17.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.17.3/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.17.3/packages/astro)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@oclif/core"
  dependency-version: 4.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.19
  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.8.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.3.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: confbox
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: giget
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: nypm
  dependency-version: 0.6.5
  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
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.93
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.71
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: astro
  dependency-version: 5.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Feb 24, 2026
@vercel
Copy link

vercel bot commented Feb 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aix Error Error Feb 24, 2026 0:41am

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