Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

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

Package From To
@inquirer/prompts 7.10.1 8.4.2
@oclif/core 4.8.0 4.10.6
@oclif/plugin-autocomplete 3.2.39 3.2.46
@oclif/plugin-help 6.2.36 6.2.45
@oclif/plugin-not-found 3.2.73 3.2.81
@oclif/plugin-update 4.7.16 4.7.33
@oclif/plugin-version 2.2.36 2.2.42
@oclif/table 0.3.6 0.5.4
ink 4.4.1 7.0.1
ink-text-input 5.0.1 6.0.0
ora 8.2.0 9.4.0
react 18.2.0 19.2.5
c12 2.0.1 3.3.4
confbox 0.2.2 0.2.4
defu 6.1.4 6.1.7
giget 1.2.3 3.2.0
nypm 0.3.12 0.6.6
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.2
@4hse/astro-llms-txt 1.0.4 1.0.5
@astrojs/starlight 0.37.6 0.38.4
@astrojs/vercel 9.0.4 10.0.5
@iconify-json/lucide 1.2.90 1.2.103
@iconify-json/simple-icons 1.2.70 1.2.79
@yeskunall/astro-umami 0.0.7 0.0.8
astro 5.17.1 6.1.9
astro-og-canvas 0.10.1 0.11.1

Updates @inquirer/prompts from 7.10.1 to 8.4.2

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.4.2

  • Fix: some Windows terminals would freeze and not react to keypresses.

@​inquirer/prompts@​8.4.1

  • Improve expand prompt type inferrence.

@​inquirer/prompts@​8.4.0

  • Feat: Added a loading message while validating editor prompt input.
  • Type improvement: Better type inference with checkbox, search and expand prompts.
  • Fix: editor prompt not always properly handling editor path on windows.

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

... (truncated)

Commits
  • 35bda2a chore: Publish new release
  • 98eee29 fix(lint): suppress no-unnecessary-type-parameters on parseJSON helper
  • aba5965 chore(deps-dev): Bump @​types/node in the types group (#2088)
  • db8fbf1 chore(deps-dev): Bump turbo from 2.9.5 to 2.9.6 in the build group (#2087)
  • 3cdecf5 chore(deps-dev): Bump oxfmt in the formatting group (#2086)
  • e370b57 chore(deps-dev): Bump the linting group with 5 updates (#2085)
  • 2787267 chore(deps-dev): Bump the testing group with 3 updates (#2084)
  • 0c55499 chore(deps-dev): Bump the formatting group with 2 updates (#2081)
  • e7115d9 fix(@​inquirer/core): mute output after readline initialization (#2077)
  • e5e14ab chore(deps): Bump dependabot/fetch-metadata from 2 to 3 (#2078)
  • Additional commits viewable in compare view

Updates @oclif/core from 4.8.0 to 4.10.6

Release notes

Sourced from @​oclif/core's releases.

4.10.6

Bug Fixes

  • deps: bump postcss from 8.4.31 to 8.5.10 (9b29ad4)

4.10.5

Bug Fixes

  • deps: bump minimatch from 10.2.4 to 10.2.5 (45ff39a)

4.10.4

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.18.1 (7db542d)

4.10.3

Bug Fixes

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)

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

4.10.6 (2026-04-25)

Bug Fixes

  • deps: bump postcss from 8.4.31 to 8.5.10 (9b29ad4)

4.10.5 (2026-04-04)

Bug Fixes

  • deps: bump minimatch from 10.2.4 to 10.2.5 (45ff39a)

4.10.4 (2026-04-03)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.18.1 (7db542d)

4.10.3 (2026-03-26)

Bug Fixes

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

... (truncated)

Commits
  • 1316e3a chore(release): 4.10.6 [skip ci]
  • 4d2464f Merge pull request #1586 from oclif/dependabot-npm_and_yarn-postcss-8.5.10
  • 9b29ad4 fix(deps): bump postcss from 8.4.31 to 8.5.10
  • 507445a Merge pull request #1581 from oclif/dependabot-npm_and_yarn-oclif-plugin-help...
  • 3821db3 Merge pull request #1582 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • 4075594 Merge pull request #1583 from oclif/dependabot-npm_and_yarn-oclif-plugin-plug...
  • e8dcb6e Merge pull request #1584 from oclif/dependabot-npm_and_yarn-prettier-3.8.3
  • c8bc52b chore(dev-deps): bump prettier from 3.8.2 to 3.8.3
  • 105e404 chore(dev-deps): bump @​oclif/plugin-plugins from 5.4.60 to 5.4.61
  • 0eafd76 chore(dev-deps): bump eslint-config-oclif from 6.0.156 to 6.0.157
  • Additional commits viewable in compare view

Updates @oclif/plugin-autocomplete from 3.2.39 to 3.2.46

Release notes

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

3.2.46

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1138) (f42b7a9)

3.2.45

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1130) (dd05124)

3.2.44

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.5 (#1129) (c8a9590)

3.2.43

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#1124) (19a9b61)

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.46 (2026-04-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1138) (f42b7a9)

3.2.45 (2026-04-05)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1130) (dd05124)

3.2.44 (2026-04-05)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.5 (#1129) (c8a9590)

3.2.43 (2026-03-29)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#1124) (19a9b61)

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
  • a20b960 chore(release): 3.2.46 [skip ci]
  • f42b7a9 fix(deps): bump @​oclif/core from 4.10.5 to 4.10.6 (#1138)
  • 38d480b chore(dev-deps): bump eslint-config-oclif from 6.0.157 to 6.0.159 (#1139)
  • 056f769 chore(dev-deps): bump eslint-config-oclif from 6.0.156 to 6.0.157 (#1136)
  • 8fb01a3 chore(dev-deps): bump prettier from 3.8.2 to 3.8.3 (#1137)
  • 84ac366 chore(dev-deps): bump eslint-config-oclif from 6.0.154 to 6.0.156 (#1131)
  • a95d0c5 chore(dev-deps): bump @​oclif/plugin-help from 6.2.42 to 6.2.44 (#1132)
  • de36e41 chore(dev-deps): bump oclif from 4.22.96 to 4.23.0 (#1133)
  • 7613dd2 chore(dev-deps): bump prettier from 3.8.1 to 3.8.2 (#1134)
  • 06c5a00 chore(dev-deps): bump @​oclif/test from 4.1.17 to 4.1.18 (#1135)
  • Additional commits viewable in compare view

Updates @oclif/plugin-help from 6.2.36 to 6.2.45

Release notes

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

6.2.45

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1122) (a433f82)

6.2.44

Bug Fixes

  • deps: bump @​oclif/core from 4.10.4 to 4.10.5 (#1119) (2d777dd)

6.2.43

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1114) (4eec1aa)

6.2.42

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.4 (#1113) (8df7b4f)

6.2.41

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#1109) (94dd6ba)

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.45 (2026-04-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1122) (a433f82)

6.2.44 (2026-04-11)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.4 to 4.10.5 (#1119) (2d777dd)

6.2.43 (2026-04-05)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1114) (4eec1aa)

6.2.42 (2026-04-04)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.4 (#1113) (8df7b4f)

6.2.41 (2026-03-29)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#1109) (94dd6ba)

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)

... (truncated)

Commits
  • b6b6494 chore(release): 6.2.45 [skip ci]
  • a433f82 fix(deps): bump @​oclif/core from 4.10.5 to 4.10.6 (#1122)
  • 0290999 chore(dev-deps): bump eslint-config-oclif from 6.0.157 to 6.0.159 (#1123)
  • 1934faf chore(dev-deps): bump eslint-config-oclif from 6.0.156 to 6.0.157 (#1120)
  • 723ea22 chore(dev-deps): bump prettier from 3.8.2 to 3.8.3 (#1121)
  • 34d8702 chore(dev-deps): bump @​oclif/test from 4.1.17 to 4.1.18 (#1115)
  • 8ccb250 chore(dev-deps): bump oclif from 4.22.96 to 4.23.0 (#1116)
  • 1101a54 chore(dev-deps): bump prettier from 3.8.1 to 3.8.2 (#1117)
  • 11b40c4 chore(dev-deps): bump eslint-config-oclif from 6.0.154 to 6.0.156 (#1118)
  • aaf05ea chore(release): 6.2.44 [skip ci]
  • Additional commits viewable in compare view

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

Release notes

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

3.2.81

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1076) (9901384)

3.2.80

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.4 (#1066) (d018505)

3.2.79

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1068) (01eb47c)

3.2.78

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#1064) (6d68aac)

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.81 (2026-04-25)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1076) (9901384)

3.2.80 (2026-04-05)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.4 (#1066) (d018505)

3.2.79 (2026-04-05)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1068) (01eb47c)

3.2.78 (2026-03-29)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#1064) (6d68aac)

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
  • f09cbf1 chore(release): 3.2.81 [skip ci]
  • 9901384 fix(deps): bump @​oclif/core from 4.10.5 to 4.10.6 (#1076)
  • cc205ce chore(dev-deps): bump prettier from 3.8.2 to 3.8.3 (#1074)
  • 0829735 chore(dev-deps): bump oclif from 4.22.96 to 4.23.0 (#1069)
  • 2297108 chore(dev-deps): bump @​oclif/plugin-help from 6.2.41 to 6.2.43 (#1070)
  • c984696 chore(dev-deps): bump eslint-config-oclif from 6.0.154 to 6.0.156 (#1071)
  • 2cad906 chore(dev-deps): bump @​oclif/test from 4.1.17 to 4.1.18 (#1072)
  • f5fa02d chore(dev-deps): bump prettier from 3.8.1 to 3.8.2 (#1073)
  • ff5c77b chore(release): 3.2.80 [skip ci]
  • d018505 fix(deps): bump @​oclif/core from 4.10.3 to 4.10.4 (#1066)
  • Additional commits viewable in compare view

Updates @oclif/plugin-update from 4.7.16 to 4.7.33

Release notes

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

4.7.33

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1312) (d7c44c4)

4.7.32

Bug Fixes

4.7.31

Bug Fixes

  • deps: bump basic-ftp from 5.2.0 to 5.2.1 (#1301) (477de4d)

4.7.30

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.5 (#1295) (5c7a1cc)

4.7.29

Bug Fixes

  • deps: bump @​oclif/table from 0.5.3 to 0.5.4 (#1296) (fbd1b6b)

4.7.28

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1300) (73d9fba)

4.7.27

Bug Fixes

  • swap arguments to isNotSpecial in tidy() to correctly preserve bin/ and current (#1290) (97bec25), closes #1289

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

... (truncated)

Changelog

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

4.7.33 (2026-04-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.5 to 4.10.6 (#1312) (d7c44c4)

4.7.32 (2026-04-14)

Bug Fixes

4.7.31 (2026-04-09)

Bug Fixes

  • deps: bump basic-ftp from 5.2.0 to 5.2.1 (#1301) (477de4d)

4.7.30 (2026-04-06)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.5 (#1295) (5c7a1cc)

4.7.29 (2026-04-05)

Bug Fixes

  • deps: bump @​oclif/table from 0.5.3 to 0.5.4 (#1296) (fbd1b6b)

4.7.28 (2026-04-05)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#1300) (73d9fba)

4.7.27 (2026-03-24)

Bug Fixes

  • swap arguments to isNotSpecial in tidy() to correctly preserve bin/ and current (#1290) (97bec25), closes #1289

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)

... (truncated)

Commits
  • fe35176 chore(release): 4.7.33 [skip ci]
  • d7c44c4 fix(deps): bump @​oclif/core from 4.10.5 to 4.10.6 (#1312)
  • 2b349e1 chore(dev-deps): bump prettier from 3.8.2 to 3.8.3 (#1309)
  • 1ef4059 chore(dev-deps): bump eslint-config-oclif from 6.0.156 to 6.0.157 (#1310)
  • 832ffc2 chore(release): 4.7.32 [skip ci]
  • 93cf5cb fix: closed file handler @​W-21915680@ (#1307)
  • cb8448e chore(dev-deps): bump prettier from 3.8.1 to 3.8.2 (#1303)
  • d9d361a chore(dev-deps): bump eslint-config-oclif from 6.0.154 to 6.0.156 (#1304)
  • 7355de7 chore(dev-deps): bump oclif from 4.22.96 to 4.23.0 (#1305)
  • 3dc3b14 chore(dev-deps): bump @​oclif/plugin-help from 6.2.42 to 6.2.44 (#1306)
  • Additional commits viewable in compare view

Updates @oclif/plugin-version from 2.2.36 to 2.2.42

Release notes

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

2.2.42

Bug Fixes

  • deps: bump @​oclif/core from 4.10.4 to 4.10.5 (#837) (c6bbe1d)

2.2.41

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.4 (#830) (8c887fd)

2.2.40

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#829) (a00030c)

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.42 (2026-04-11)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.4 to 4.10.5 (#837) (c6bbe1d)

2.2.41 (2026-04-04)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.3 to 4.10.4 (#830) (8c887fd)

2.2.40 (2026-03-28)

Bug Fixes

  • deps: bump @​oclif/core from 4.10.2 to 4.10.3 (#829) (a00030c)

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
  • 6acc533 chore(release): 2.2.42 [skip ci]
  • c6bbe1d fix(deps): bump @​oclif/core from 4.10.4 to 4.10.5 (#837)
  • 9198024 chore(release): 2.2.41 [skip ci]
  • 8c887fd fix(deps): bump @​oclif/core from 4.10.3 to 4.10.4 (#830)
  • b14980b chore(dev-deps): bump @​oclif/plugin-help from 6.2.40 to 6.2.41 (#831)
  • 64fb78d chore(dev-deps): bump eslint-config-oclif from 6.0.153 to 6.0.154 (#832)
  • 86d9865 chore(dev-deps): bump oclif from 4.22.93 to 4.22.96 (#825)
  • 9ae8d71 chore(dev-deps): bump @​oclif/plugin-help from 6.2.38 to 6.2.40 (#826)
  • d9edcb3 chore(dev-deps): bump @​oclif/test from 4.1.16 to 4.1.17 (#827)
  • 552d0ce chore(dev-deps): bump eslint-config-oclif from 6.0.150 to 6.0.153 (#828)
  • Additional commits viewable in compare view

Updates @oclif/table from 0.3.6 to 0.5.4

Release notes

Sourced from @​oclif/table's releases.

0.5.4

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (5d0bfc1)

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)

... (truncated)

Changelog

Sourced from @​oclif/table's changelog.

0.5.4 (2026-04-04)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (5d0bfc1)

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

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 25, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2026

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

Project Deployment Actions Updated (UTC)
aix Error Error Apr 26, 2026 7:57pm

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-1ece5dd6ac branch from 8360d35 to 12a6079 Compare April 26, 2026 19:49
…y with 29 updates

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

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.10.1` | `8.4.2` |
| [@oclif/core](https://github.com/oclif/core) | `4.8.0` | `4.10.6` |
| [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) | `3.2.39` | `3.2.46` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.36` | `6.2.45` |
| [@oclif/plugin-not-found](https://github.com/oclif/plugin-not-found) | `3.2.73` | `3.2.81` |
| [@oclif/plugin-update](https://github.com/oclif/plugin-update) | `4.7.16` | `4.7.33` |
| [@oclif/plugin-version](https://github.com/oclif/plugin-version) | `2.2.36` | `2.2.42` |
| [@oclif/table](https://github.com/oclif/table) | `0.3.6` | `0.5.4` |
| [ink](https://github.com/vadimdemedes/ink) | `4.4.1` | `7.0.1` |
| [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.4.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `19.2.5` |
| [c12](https://github.com/unjs/c12) | `2.0.1` | `3.3.4` |
| [confbox](https://github.com/unjs/confbox) | `0.2.2` | `0.2.4` |
| [defu](https://github.com/unjs/defu) | `6.1.4` | `6.1.7` |
| [giget](https://github.com/unjs/giget) | `1.2.3` | `3.2.0` |
| [nypm](https://github.com/unjs/nypm) | `0.3.12` | `0.6.6` |
| [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.2` |
| [@4hse/astro-llms-txt](https://github.com/4hse/astro-llms-txt) | `1.0.4` | `1.0.5` |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.37.6` | `0.38.4` |
| [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) | `9.0.4` | `10.0.5` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.90` | `1.2.103` |
| [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.70` | `1.2.79` |
| [@yeskunall/astro-umami](https://github.com/yeskunall/astro-umami) | `0.0.7` | `0.0.8` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.17.1` | `6.1.9` |
| [astro-og-canvas](https://github.com/delucis/astro-og-canvas/tree/HEAD/packages/astro-og-canvas) | `0.10.1` | `0.11.1` |



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

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

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

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

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

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

Updates `@oclif/plugin-version` from 2.2.36 to 2.2.42
- [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.42)

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

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

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.4.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.2.0...v9.4.0)

Updates `react` from 18.2.0 to 19.2.5
- [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.5/packages/react)

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

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 `defu` from 6.1.4 to 6.1.7
- [Release notes](https://github.com/unjs/defu/releases)
- [Changelog](https://github.com/unjs/defu/blob/main/CHANGELOG.md)
- [Commits](unjs/defu@v6.1.4...v6.1.7)

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

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

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.2
- [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 `@4hse/astro-llms-txt` from 1.0.4 to 1.0.5
- [Commits](https://github.com/4hse/astro-llms-txt/commits)

Updates `@astrojs/starlight` from 0.37.6 to 0.38.4
- [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.4/packages/starlight)

Updates `@astrojs/vercel` from 9.0.4 to 10.0.5
- [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.5/packages/integrations/vercel)

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

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

Updates `@yeskunall/astro-umami` from 0.0.7 to 0.0.8
- [Release notes](https://github.com/yeskunall/astro-umami/releases)
- [Commits](yeskunall/astro-umami@v0.0.7...v0.0.8)

Updates `astro` from 5.17.1 to 6.1.9
- [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.1.9/packages/astro)

Updates `astro-og-canvas` from 0.10.1 to 0.11.1
- [Release notes](https://github.com/delucis/astro-og-canvas/releases)
- [Changelog](https://github.com/delucis/astro-og-canvas/blob/latest/packages/astro-og-canvas/CHANGELOG.md)
- [Commits](https://github.com/delucis/astro-og-canvas/commits/astro-og-canvas@0.11.1/packages/astro-og-canvas)

---
updated-dependencies:
- dependency-name: "@4hse/astro-llms-txt"
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.38.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@astrojs/vercel"
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@iconify-json/simple-icons"
  dependency-version: 1.2.79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@oclif/core"
  dependency-version: 4.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-autocomplete"
  dependency-version: 3.2.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-help"
  dependency-version: 6.2.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-not-found"
  dependency-version: 3.2.80
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-update"
  dependency-version: 4.7.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/plugin-version"
  dependency-version: 2.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@oclif/table"
  dependency-version: 0.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@yeskunall/astro-umami"
  dependency-version: 0.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: astro
  dependency-version: 6.1.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: astro-og-canvas
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: c12
  dependency-version: 3.3.4
  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: defu
  dependency-version: 6.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: giget
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: ink
  dependency-version: 7.0.1
  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: nypm
  dependency-version: 0.6.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ora
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: react
  dependency-version: 19.2.5
  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.2
  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 force-pushed the dependabot/npm_and_yarn/production-dependencies-1ece5dd6ac branch from 12a6079 to f743378 Compare April 26, 2026 19:56
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