build(deps): integrate validated Dependabot updates - #105
Merged
Conversation
Bumps [@earendil-works/pi-tui](https://github.com/earendil-works/pi/tree/HEAD/packages/tui) from 0.84.2 to 0.84.4. - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/tui/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.84.4/packages/tui) --- updated-dependencies: - dependency-name: "@earendil-works/pi-tui" dependency-version: 0.84.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.2.0 to 26.4.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.5.9 to 2.5.11. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.11/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typebox](https://github.com/sinclairzx81/typebox) from 1.3.16 to 1.3.20. - [Commits](sinclairzx81/typebox@1.3.16...1.3.20) --- updated-dependencies: - dependency-name: typebox dependency-version: 1.3.19 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@earendil-works/pi-coding-agent](https://github.com/earendil-works/pi/tree/HEAD/packages/coding-agent) from 0.84.2 to 0.84.4. - [Release notes](https://github.com/earendil-works/pi/releases) - [Changelog](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/CHANGELOG.md) - [Commits](https://github.com/earendil-works/pi/commits/v0.84.4/packages/coding-agent) --- updated-dependencies: - dependency-name: "@earendil-works/pi-coding-agent" dependency-version: 0.84.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🟢 Approval recommended
The changes are constrained to dependency/version manifest updates that match the stated batch upgrade and do not modify runtime/source logic.
Pull request overview
This PR batches five reviewed Dependabot updates into master, updating the lockfile to the validated dependency set while keeping changes limited to npm manifests.
Changes:
- Bump
@earendil-works/pi-coding-agentand@earendil-works/pi-tuito0.84.4(pinned together). - Update the resolved/locked versions for
typebox(1.3.16→1.3.20),@biomejs/biome(2.5.9→2.5.11), and@types/node(26.2.0→26.4.0). - Refresh
package-lock.jsonto reflect the new transitive dependency graph for the updated packages.
File summaries
| File | Description |
|---|---|
| package.json | Updates direct devDependency pins for Pi agent/TUI and TypeBox to the validated versions. |
| package-lock.json | Locks updated direct + transitive versions (Biome, Node types, Pi packages, and related dependency graph adjustments). |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
Integrate the five reviewed Dependabot updates onto current master in one compatibility-tested batch:
Only
package.jsonandpackage-lock.jsonchange. Original Dependabot commit ancestry is preserved; adjacent Pi dependency-declaration conflicts were resolved by selecting 0.84.4 for both packages. No source changes, threshold reductions, release metadata changes, or unrelated upgrades.Merge with a merge commit, not squash/rebase: this lands the SDK/TUI pair atomically and includes all five original PR heads on master.
Validation
Clean isolated
npm ciwith actual locked dependencies (not shared node_modules), verified Pi CLI/SDK/TUI 0.84.4:git diff --checkcleanThe first live evolution attempt completed its tool sequence but failed the existing initial-plan wording assertion because generic
Handoff:task-description labels match its banned-word check. One unchanged retry passed. The failure is retained in the local validation ledger; no test or production code was changed.Local validation used Node 26.8.1/npm 11.19.0. Combined Node 22 Ubuntu/Windows CI is required before merging; earlier individual PR CI is not substituted for combined-head validation.