Skip to content

chore(deps): upgrade all dependencies to latest#52

Merged
jongio merged 2 commits into
mainfrom
deps/dependency-upgrades
Jun 26, 2026
Merged

chore(deps): upgrade all dependencies to latest#52
jongio merged 2 commits into
mainfrom
deps/dependency-upgrades

Conversation

@jongio

@jongio jongio commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Upgraded Go dependencies for cli and tools/scenario, then ran go mod tidy.
  • Upgraded cli npm dev dependencies and regenerated package-lock.json.
  • Upgraded web pnpm dependencies to latest (Astro 7, MDX 7, Tailwind 4.3, tsx 4.22, @types/node 26) and added pnpm overrides for vulnerable transitive packages.

Validation

  • go test ./... (cli)
  • go build ./... (cli)
  • go test ./... (tools/scenario)
  • go build ./... (tools/scenario)
  • npm audit --audit-level high (cli)
  • pnpm audit --audit-level high (web; remaining are moderate only)
  • pnpm build (web)

- Upgrade Go modules in cli and tools/scenario and tidy module files
- Upgrade npm dependencies for cli package and clear npm audit findings
- Upgrade web pnpm dependencies, including Astro 7, MDX 7, Tailwind 4.3, and security overrides for vulnerable transitive packages
- Validate Go tests/builds and web build

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jun 26, 2026
Astro 7 requires Node >=22.12; the website build job pinned Node 20.
The CI 'Build for multiple platforms' step used bash GOOS= prefix syntax
that fails on windows-latest's default PowerShell shell, so force bash.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

github-actions Bot added a commit that referenced this pull request Jun 26, 2026
@jongio jongio merged commit 5cf66dd into main Jun 26, 2026
11 checks passed
@jongio jongio deleted the deps/dependency-upgrades branch June 26, 2026 04:39
github-actions Bot added a commit that referenced this pull request Jun 26, 2026
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