Skip to content

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

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

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

Conversation

@dependabot
Copy link

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

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

Package From To
@inquirer/prompts 7.10.1 8.3.2
@oclif/core 4.8.0 4.10.2
@oclif/plugin-autocomplete 3.2.39 3.2.42
@oclif/plugin-help 6.2.36 6.2.40
@oclif/plugin-not-found 3.2.73 3.2.77
@oclif/plugin-update 4.7.16 4.7.26
@oclif/plugin-version 2.2.36 2.2.39
@oclif/table 0.3.6 0.5.3
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
yaml 2.8.2 2.8.3
zod 3.24.1 4.3.6
zod-to-json-schema 3.24.1 3.25.1
@astrojs/starlight 0.37.6 0.38.2
@astrojs/vercel 9.0.4 10.0.2
@iconify-json/lucide 1.2.90 1.2.98
@iconify-json/simple-icons 1.2.70 1.2.75
astro 5.17.1 6.0.8

Updates @inquirer/prompts from 7.10.1 to 8.3.2

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.3.2

  • Fix broken 8.3.1 release process.

@​inquirer/prompts@​8.3.1

  • Bump dependencies

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

... (truncated)

Commits
  • b218fcc chore: Publish new release
  • b6aabed fix: set prepublish script
  • 1ce0319 chore: Publish new release
  • 62a1b2d Merge pull request #2031 from SBoudrias/sboudrias/debug-xterm-80g
  • 09fcc6c chore(@​inquirer/testing): fix formatting
  • 56bdf30 fix(@​inquirer/testing): resolve xterm CJS named export error under native Nod...
  • 58d3bf0 chore(deps): Bump brace-expansion from 1.1.11 to 1.1.12 (#2029)
  • f9a3adb Merge pull request #2026 from SBoudrias/emdash/semver-315
  • 264f5da chore(setup-packages): simplify coerce using tryParseRange
  • feab678 chore(setup-packages): replace semver with std-semver
  • Additional commits viewable in compare view

Updates @oclif/core from 4.8.0 to 4.10.2

Release notes

Sourced from @​oclif/core's releases.

4.10.2

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (64f4b92)

4.10.1

Bug Fixes

4.10.0

Bug Fixes

  • include multiple property in cached arg metadata (32b4bb7)
  • provide clearer messages on invalid variadic args (454ae3d)

Features

  • add ArgDefinition overloads for variadic arg return types (6fea593)
  • add definition-time validation for variadic arg constraints (20d2543)
  • add multiple property to ArgProps interface (fb76263)
  • allow array of default values for varargs (da42b29)
  • implement variadic arg parsing with shift/pop algorithm (eba40b5)
  • show ... suffix for variadic args in help text (fc53652)

4.9.0

Features

  • warn on hidden, deprecated aliases (af47f67)

4.8.4

Bug Fixes

4.8.3

Bug Fixes

4.8.2

Bug Fixes

  • deps: bump minimatch from 10.2.1 to 10.2.4 (d1d9831)

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.10.2 (2026-03-21)

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (64f4b92)

4.10.1 (2026-03-20)

Bug Fixes

4.10.0 (2026-03-19)

Bug Fixes

  • include multiple property in cached arg metadata (32b4bb7)
  • provide clearer messages on invalid variadic args (454ae3d)

Features

  • add ArgDefinition overloads for variadic arg return types (6fea593)
  • add definition-time validation for variadic arg constraints (20d2543)
  • add multiple property to ArgProps interface (fb76263)
  • allow array of default values for varargs (da42b29)
  • implement variadic arg parsing with shift/pop algorithm (eba40b5)
  • show ... suffix for variadic args in help text (fc53652)

4.9.0 (2026-03-12)

Features

  • warn on hidden, deprecated aliases (af47f67)

4.8.4 (2026-03-09)

... (truncated)

Commits
  • 2a0dc8b chore(release): 4.10.2 [skip ci]
  • e78f752 Merge pull request #1560 from oclif/dependabot-npm_and_yarn-flatted-3.4.2
  • 64f4b92 fix(deps): bump flatted from 3.3.2 to 3.4.2
  • 958a98f chore(release): 4.10.1 [skip ci]
  • 9aac3dc Merge pull request #1559 from oclif/ew/deps
  • 745f56e fix: refresh yarn.lock
  • a5facdb chore(release): 4.10.0 [skip ci]
  • 4c6b3d7 Merge pull request #1554 from rexxars/feat/native-variadic-args
  • da42b29 feat: allow array of default values for varargs
  • 454ae3d fix: provide clearer messages on invalid variadic args
  • Additional commits viewable in compare view

Updates @oclif/plugin-autocomplete from 3.2.39 to 3.2.42

Release notes

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

3.2.42

Bug Fixes

3.2.41

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.9.0 (#1117) (ea110a4)

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.42 (2026-03-21)

Bug Fixes

3.2.41 (2026-03-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.9.0 (#1117) (ea110a4)

3.2.40 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1093) (eea1f68)
Commits
  • 85caeba chore(release): 3.2.42 [skip ci]
  • fd847d4 fix(deps): bump flatted from 3.3.2 to 3.4.2 (#1118)
  • 2fb1dae chore(dev-deps): bump eslint from 9.39.3 to 9.39.4 (#1113)
  • e109c54 chore(dev-deps): bump @​oclif/plugin-help from 6.2.37 to 6.2.38 (#1114)
  • 50f6ec9 chore(dev-deps): bump oclif from 4.22.79 to 4.22.87 (#1115)
  • c7e92fd chore(dev-deps): bump eslint-config-oclif from 6.0.140 to 6.0.148 (#1116)
  • e9560d9 chore(release): 3.2.41 [skip ci]
  • ea110a4 fix(deps): bump @​oclif/core from 4.8.0 to 4.9.0 (#1117)
  • c73b332 Merge pull request #1106 from oclif/ew/slack-webhook-secret
  • 0e0fa1c chore: pass slack webhook secret [skip ci]
  • Additional commits viewable in compare view

Updates @oclif/plugin-help from 6.2.36 to 6.2.40

Release notes

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

6.2.40

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.2 (#1107) (4e38fa6)

6.2.39

Bug Fixes

6.2.38

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#1103) (6ed1cff)

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.40 (2026-03-22)

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.2 (#1107) (4e38fa6)

6.2.39 (2026-03-21)

Bug Fixes

6.2.38 (2026-03-14)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#1103) (6ed1cff)

6.2.37 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1081) (4a4b1e9)
Commits
  • a1b6141 chore(release): 6.2.40 [skip ci]
  • 4e38fa6 fix(deps): bump @​oclif/core from 4.9.0 to 4.10.2 (#1107)
  • 4f3ebe3 chore(dev-deps): bump eslint-config-oclif from 6.0.149 to 6.0.151 (#1108)
  • d9836c9 chore(release): 6.2.39 [skip ci]
  • 30584d8 fix(deps): bump flatted from 3.3.2 to 3.4.2 (#1104)
  • 1ea3229 chore(dev-deps): bump eslint-config-oclif from 6.0.146 to 6.0.148 (#1101)
  • aea5156 chore(dev-deps): bump oclif from 4.22.85 to 4.22.87 (#1102)
  • c3173fb chore(release): 6.2.38 [skip ci]
  • 6ed1cff fix(deps): bump @​oclif/core from 4.8.3 to 4.9.0 (#1103)
  • 455f1f7 chore(dev-deps): bump eslint from 9.39.3 to 9.39.4 (#1100)
  • Additional commits viewable in compare view

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

Release notes

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

3.2.77

Bug Fixes

3.2.76

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.2 (#1061) (fb87f04)

3.2.75

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.9.0 (#1056) (fd506be)

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.77 (2026-03-22)

Bug Fixes

3.2.76 (2026-03-21)

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.2 (#1061) (fb87f04)

3.2.75 (2026-03-14)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.9.0 (#1056) (fd506be)

3.2.74 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#1033) (b4c65f7)
Commits
  • fc25adb chore(release): 3.2.77 [skip ci]
  • ae84f2a fix(deps): bump flatted from 3.3.3 to 3.4.2 (#1057)
  • 429161c chore(dev-deps): bump oclif from 4.22.87 to 4.22.93 (#1058)
  • 87b3d64 chore(dev-deps): bump @​oclif/plugin-help from 6.2.37 to 6.2.39 (#1059)
  • 2d188d8 chore(dev-deps): bump eslint-config-oclif from 6.0.149 to 6.0.151 (#1060)
  • 4dd8a11 chore(release): 3.2.76 [skip ci]
  • fb87f04 fix(deps): bump @​oclif/core from 4.9.0 to 4.10.2 (#1061)
  • 9cf665c chore(dev-deps): bump eslint from 9.39.3 to 9.39.4 (#1053)
  • a984c0b chore(dev-deps): bump eslint-config-oclif from 6.0.140 to 6.0.148 (#1054)
  • 40b500b chore(dev-deps): bump oclif from 4.22.79 to 4.22.87 (#1055)
  • Additional commits viewable in compare view

Updates @oclif/plugin-update from 4.7.16 to 4.7.26

Release notes

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

4.7.26

Bug Fixes

  • deps: bump @​oclif/table from 0.5.2 to 0.5.3 (#1284) (bbe3653)

4.7.25

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.2 (#1287) (1f3ffb3)

4.7.24

Bug Fixes

4.7.23

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#1278) (d500b7b)

4.7.22

Bug Fixes

  • deps: bump basic-ftp from 5.0.5 to 5.2.0 (#1268) (d53d5a2)

4.7.21

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.8.2 (#1272) (99013a3)

4.7.20

Bug Fixes

4.7.20-qa.0

Features

  • Use oclif template config for manifest URLs (bd187c7)

4.7.19

Bug Fixes

4.7.18

Bug Fixes

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

... (truncated)

Changelog

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

4.7.26 (2026-03-22)

Bug Fixes

  • deps: bump @​oclif/table from 0.5.2 to 0.5.3 (#1284) (bbe3653)

4.7.25 (2026-03-22)

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.2 (#1287) (1f3ffb3)

4.7.24 (2026-03-20)

Bug Fixes

4.7.23 (2026-03-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#1278) (d500b7b)

4.7.22 (2026-03-07)

Bug Fixes

  • deps: bump basic-ftp from 5.0.5 to 5.2.0 (#1268) (d53d5a2)

4.7.21 (2026-03-06)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.8.2 (#1272) (99013a3)

4.7.20 (2026-03-05)

Bug Fixes

4.7.19 (2026-02-08)

Bug Fixes

4.7.18 (2026-01-25)

... (truncated)

Commits
  • 5db32a1 chore(release): 4.7.26 [skip ci]
  • bbe3653 fix(deps): bump @​oclif/table from 0.5.2 to 0.5.3 (#1284)
  • f6dc64f chore(dev-deps): bump @​oclif/plugin-help from 6.2.38 to 6.2.39 (#1285)
  • 4f42fb5 chore(dev-deps): bump eslint-config-oclif from 6.0.148 to 6.0.151 (#1286)
  • 3a879fb chore(release): 4.7.25 [skip ci]
  • 1f3ffb3 fix(deps): bump @​oclif/core from 4.9.0 to 4.10.2 (#1287)
  • 8113be1 chore(release): 4.7.24 [skip ci]
  • 6991361 fix(deps): bump flatted from 3.3.1 to 3.4.2 (#1282)
  • 0847f65 chore(release): 4.7.23 [skip ci]
  • d500b7b fix(deps): bump @​oclif/core from 4.8.3 to 4.9.0 (#1278)
  • Additional commits viewable in compare view

Updates @oclif/plugin-version from 2.2.36 to 2.2.39

Release notes

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

2.2.39

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.1 (#821) (5e1dfa4)

2.2.38

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#820) (d86130c)

2.2.37

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.8.1 (#814) (5b65d2a)
Changelog

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

2.2.39 (2026-03-21)

Bug Fixes

  • deps: bump @​oclif/core from 4.9.0 to 4.10.1 (#821) (5e1dfa4)

2.2.38 (2026-03-14)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.3 to 4.9.0 (#820) (d86130c)

2.2.37 (2026-03-06)

Bug Fixes

  • deps: bump @​oclif/core from 4.8.0 to 4.8.1 (#814) (5b65d2a)
Commits
  • 74b0a15 chore(release): 2.2.39 [skip ci]
  • 5e1dfa4 fix(deps): bump @​oclif/core from 4.9.0 to 4.10.1 (#821)
  • f438a68 chore(dev-deps): bump eslint-config-oclif from 6.0.148 to 6.0.150 (#822)
  • 13227bf chore(dev-deps): bump oclif from 4.22.87 to 4.22.93 (#824)
  • c9483c5 chore(dev-deps): bump eslint-config-oclif from 6.0.146 to 6.0.148 (#818)
  • 8671d3b chore(dev-deps): bump oclif from 4.22.85 to 4.22.87 (#819)
  • 142045f chore(release): 2.2.38 [skip ci]
  • d86130c fix(deps): bump @​oclif/core from 4.8.3 to 4.9.0 (#820)
  • 46b521a chore(dev-deps): bump eslint from 9.39.3 to 9.39.4 (#817)
  • 68a9b76 chore(dev-deps): bump eslint-config-oclif from 6.0.140 to 6.0.144 (#812)
  • Additional commits viewable in compare view

Updates @oclif/table from 0.3.6 to 0.5.3

Release notes

Sourced from @​oclif/table's releases.

0.5.3

Bug Fixes

  • deps: bump flatted from 3.3.1 to 3.4.2 (19ad221)

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)

... (truncated)

Changelog

Sourced from @​oclif/table's changelog.

0.5.3 (2026-03-20)

Bug Fixes

  • deps: bump flatted from 3.3.1 to 3.4.2 (19ad221)

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)

... (truncated)

Commits
  • a804d18 chore(release): 0.5.3 [skip ci]
  • 5dd703c Merge pull request #272 from oclif/dependabot-npm_and_yarn-flatted-3.4.2
  • 19ad221 fix(deps): bump flatted from 3.3.1 to 3.4.2
  • bc11b0a Merge pull request #269 from oclif/dependabot-npm_and_yarn-eslint-9.39.4
  • 1520ef3 Merge pull request #270 from oclif/dependabot-npm_and_yarn-oclif-core-4.9.0
  • 9078fa8 chore(dev-deps): bump eslint from 9.39.3 to 9.39.4
  • 62198de chore(dev-deps): bump @​oclif/core from 4.8.0 to 4.9.0
  • da4be83 Merge pull request #271 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 9496d05 chore(dev-deps): bump eslint-config-oclif from 6.0.140 to 6.0.148
  • 39816ff Merge pull request #263 from oclif/ew/slack-webhook-secret
  • 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

…y with 25 updates

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

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.10.1` | `8.3.2` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.0` | `4.10.2` |
| [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) | `3.2.39` | `3.2.42` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.36` | `6.2.40` |
| [@oclif/plugin-not-found](https://github.com/oclif/plugin-not-found) | `3.2.73` | `3.2.77` |
| [@oclif/plugin-update](https://github.com/oclif/plugin-update) | `4.7.16` | `4.7.26` |
| [@oclif/plugin-version](https://github.com/oclif/plugin-version) | `2.2.36` | `2.2.39` |
| [@oclif/table](https://github.com/oclif/table) | `0.3.6` | `0.5.3` |
| [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` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.2` | `2.8.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` |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.37.6` | `0.38.2` |
| [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) | `9.0.4` | `10.0.2` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.90` | `1.2.98` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.70` | `1.2.75` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.17.1` | `6.0.8` |



Updates `@inquirer/prompts` from 7.10.1 to 8.3.2
- [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.2)

Updates `@oclif/core` from 4.8.0 to 4.10.2
- [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.10.2)

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

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

Updates `@oclif/plugin-not-found` from 3.2.73 to 3.2.77
- [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.77)

Updates `@oclif/plugin-update` from 4.7.16 to 4.7.26
- [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.26)

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

Updates `@oclif/table` from 0.3.6 to 0.5.3
- [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.3)

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 `yaml` from 2.8.2 to 2.8.3
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.2...v2.8.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 `@astrojs/starlight` from 0.37.6 to 0.38.2
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.38.2/packages/starlight)

Updates `@astrojs/vercel` from 9.0.4 to 10.0.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/vercel@10.0.2/packages/integrations/vercel)

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

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

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

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@oclif/core"
  dependency-version: 4.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-autocomplete"
  dependency-version: 3.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-help"
  dependency-version: 6.2.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-not-found"
  dependency-version: 3.2.77
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-update"
  dependency-version: 4.7.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-version"
  dependency-version: 2.2.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/table"
  dependency-version: 0.5.3
  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: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: "@astrojs/starlight"
  dependency-version: 0.38.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@astrojs/vercel"
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.98
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: astro
  dependency-version: 6.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2026
@vercel
Copy link

vercel bot commented Mar 24, 2026

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

Project Deployment Actions Updated (UTC)
aix Error Error Mar 24, 2026 0:01am

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