Skip to content

chore(deps): refresh runtime and workflow dependencies#231

Merged
skvark merged 1 commit into
mainfrom
agent/refresh-dependencies
Jul 23, 2026
Merged

chore(deps): refresh runtime and workflow dependencies#231
skvark merged 1 commit into
mainfrom
agent/refresh-dependencies

Conversation

@skvark

@skvark skvark commented Jul 23, 2026

Copy link
Copy Markdown
Member

Summary

  • consolidate Dependabot updates for actions/setup-node v7 and azure/login v3
  • update @inquirer/checkbox and @inquirer/select to 5.2.1 and @inquirer/core to 11.2.1
  • also update @inquirer/confirm to 6.1.1 so all prompt packages resolve one compatible core copy and ExitPromptError identity remains stable
  • update Biome to 2.5.2, including its schema URL, and Bunup to 0.16.32
  • refresh the lockfile and dependency implementation note

Review notes

GitHits upgrade review found no added direct or transitive advisories for the npm updates. The Inquirer prompt releases move together to core 11.2.1. actions/setup-node v7 preserves the workflow inputs used here; azure/login v3 preserves the existing OIDC inputs and moves its action runtime to Node 24, which is supported by the GitHub-hosted runner used by this workflow.

This PR supersedes #213, #214, #215, #216, #217, #218, and #228.

Validation

  • bun install --frozen-lockfile
  • bun run typecheck
  • bun run format:check (LF-normalized committed tree)
  • bun run lint
  • bun test (2,502 passing)
  • bun run build
  • bun run build in packages/mcp
  • bun run validate:packages:mcp-publish
  • bun run smoke:cli:built
  • bun run smoke:mcp:built

Consolidate the pending Dependabot updates for Inquirer, Biome, Bunup, setup-node, and Azure Login. Align the confirm prompt with the upgraded Inquirer core so abort errors keep a single runtime identity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant