Skip to content

chore(deps): bump grimoire-wizard from 0.5.2 to 0.6.0 in the all-dependencies group#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/all-dependencies-4e22bd3687
Closed

chore(deps): bump grimoire-wizard from 0.5.2 to 0.6.0 in the all-dependencies group#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/all-dependencies-4e22bd3687

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the all-dependencies group with 1 update: grimoire-wizard.

Updates grimoire-wizard from 0.5.2 to 0.6.0

Release notes

Sourced from grimoire-wizard's releases.

v0.6.0

What's Changed

Full Changelog: YosefHayim/grimoire@v0.5.2...v0.6.0

Changelog

Sourced from grimoire-wizard's changelog.

[0.6.0] - 2026-03-16

Added

  • HookContext.openBrowser(url) — lifecycle hooks can open a URL in the system browser (macOS/Linux/Windows) with URL validation and no shell injection
  • HookContext.prompt(config) — hooks can ask the user additional questions mid-flow without needing a dedicated wizard step; supports text, password, confirm, select, number
  • checksStyle: 'tasklist' — pre-flight checks render as an in-place animated task list with cursor-aware TTY guard (falls back to spinner in non-TTY/CI)
  • meta.clearBetweenSteps — clears the terminal between each step for a focused one-question-at-a-time UX
  • meta.banner / meta.subtitle — custom ASCII banner text and subtitle shown in the wizard header
  • HookContext.setNextStep('__done__') — call this sentinel to finish the wizard early from any hook
  • NoteStyle on note steps — steps can specify a box style for the rendered note
  • Multi-column layout — select/multiselect/search steps support columns to render options side-by-side
  • ChecksStyle type exportchecksStyle is now a typed export from the package

Fixed

  • SIGINT saves progress — Ctrl-C cancellation now runs onCancel, persists resume state, and emits session:end before exiting
  • ClackRenderer tasklist mode — suppresses duplicate check:pass/check:fail lines when tasklist owns the terminal
  • Note/message steps excluded from answersnote, message, and browser step answers are no longer stored in the final answers object
  • Mock fail-fast — mock mode always throws on missing answers instead of silently falling through to interactive prompt
Commits
  • 45c238f chore: release v0.6.0
  • 871b9e6 feat: batch 10 — compound steps via HookContext.prompt + openBrowser (#7) (#36)
  • 04000ef feat: batch 8 — expanded loading TUI (#24) (#34)
  • 7f91570 feat: batch 4 — custom banner/logo, screen clearing, demo showcase (#9, #15) ...
  • 86153a1 feat: batch 9 — multi-column layout for select/multiselect/search (#19) (#35)
  • 5f1ff06 feat: batch 7 — async lifecycle hooks with HookContext (#4, #5) (#33)
  • 253c08a feat: batch 6 — browser step type + optionsProvider tests (#6, #8) (#32)
  • ca67d10 docs: document answer caching, progress persistence, and pipelines (#17, #18)...
  • ccf327f feat: batch 3 — runner/API enhancements (#16, #21, #20) (#29)
  • 1162bbb feat: batch 2 — theme & styling enhancements (#25, #14, #22) (#28)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Upgrade grimoire-wizard from 0.5.2 to 0.6.1 to get new APIs and UX improvements (e.g., HookContext.prompt, HookContext.openBrowser, tasklist-style checks). No code changes needed; note that note/message/browser step answers are now excluded from final answers.

Written for commit 0580a90. Summary will update on new commits.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 16, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Mar 16, 2026

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Bumps the all-dependencies group with 1 update: [grimoire-wizard](https://github.com/YosefHayim/grimoire).


Updates `grimoire-wizard` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/YosefHayim/grimoire/releases)
- [Changelog](https://github.com/YosefHayim/grimoire/blob/main/CHANGELOG.md)
- [Commits](YosefHayim/grimoire@v0.5.2...v0.6.0)

---
updated-dependencies:
- dependency-name: grimoire-wizard
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/all-dependencies-4e22bd3687 branch from bd5b9e2 to 0580a90 Compare March 23, 2026 09:47
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 23, 2026

⚠️ No Changeset found

Latest commit: 0580a90

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 30, 2026

Looks like grimoire-wizard is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 30, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/all-dependencies-4e22bd3687 branch March 30, 2026 09:55
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