chore(deps): batch remaining Dependabot bumps (#58–#64)#66
Merged
Conversation
This was referenced Jul 9, 2026
Consolidate open Dependabot PRs onto main after #57 merged and left the rest behind CI / OAuth workflow-scope gates: GitHub Actions (deploy-website.yml): - actions/checkout v4 → v7 - actions/upload-pages-artifact v3 → v5 - actions/deploy-pages v4 → v5 npm (dev + website): - typescript ^6.0.3 → ^7.0.2 - @types/node ^22 → ^26 - typebox ^1.3.3 → ^1.3.6 - @biomejs/biome 2.5.2 → 2.5.3 - fumadocs-core/ui 16.10.7 → 16.11.1 - fumadocs-mdx 15.0.13 → 15.1.0 Supersedes #58–#64. Local typecheck + unit suite green.
c58ab77 to
8f65fe6
Compare
Merged
heggria
added a commit
that referenced
this pull request
Jul 9, 2026
Release prep for 0.1.8 — a small patch release shipping the cwd interpolation-placeholder fix (#65) plus the batched dependency bumps (#57, #66). No engine API changes. Bumps all seven packages + root to 0.1.8 in lockstep, including the taskflow-core / taskflow-hosts / taskflow-mcp-core dependency pins and the codex/claude/opencode plugin manifests (.mcp.json npx pins + plugin.json versions), and adds the 0.1.8 CHANGELOG section. Pre-flight: typecheck 0 errors, 1160/1160 unit tests green, build + 7 packages OK, skills drift-guard green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnpm/action-setupv4→v6) landed, the remaining Dependabot PRs fell behind main and hit branch-protection (required checks) + OAuth workflow scope limits on merge.main.GitHub Actions (
deploy-website.yml)actions/checkoutactions/upload-pages-artifactactions/deploy-pagesnpm
typescript@types/nodetypebox@biomejs/biomefumadocs-core/fumadocs-uifumadocs-mdxTest plan
pnpm run typecheckgreen (TS 7)pnpm testgreen (1159)Supersedes #58 #59 #60 #61 #62 #63 #64.