Skip to content

deps(deps-dev): bump pi_bridge from 0.6.21 to 0.6.22 - #3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/main/pi_bridge-0.6.22
Closed

deps(deps-dev): bump pi_bridge from 0.6.21 to 0.6.22#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/main/pi_bridge-0.6.22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Bumps pi_bridge from 0.6.21 to 0.6.22.

Release notes

Sourced from pi_bridge's releases.

v0.6.22

Changed

  • Migrated embedded bridge communication fully to extension-owned stdio and removed the legacy MCP HTTP/JSON-RPC transport and project installer path.
  • elixir_eval no longer recompiles/reloads project code before every trusted eval. Use reload: true when an eval explicitly needs a compile/reload first.
  • Loosened the pi_bridge Mix project and bundled fixture elixir: requirement from ~> 1.20 to ~> 1.16; guidance still recommends Elixir 1.20+ / OTP 27+.

Fixed

  • Embedded eval timeouts now tear down wedged BEAM sessions, include recent stderr in the timeout error, and allow the next tool call to start a fresh bridge.
  • Timed-out stateful eval sessions now kill the stuck evaluator process so later evals with the same session id can recover.
  • Stdio smoke tests now precompile required Mix projects instead of hiding cold compilation inside bridge startup readiness.
Changelog

Sourced from pi_bridge's changelog.

0.6.22 - 2026-06-25

Changed

  • Migrated embedded bridge communication fully to extension-owned stdio and removed the legacy MCP HTTP/JSON-RPC transport and project installer path.
  • elixir_eval no longer recompiles/reloads project code before every trusted eval. Use reload: true when an eval explicitly needs a compile/reload first.
  • Loosened the pi_bridge Mix project (and the bundled packages/fixtures/demo_project fixture) elixir: requirement from ~> 1.20 to ~> 1.16 so legacy projects on Elixir 1.16–1.19 can adopt the bridge. New-project guidance and startup notices still recommend Elixir 1.20+ / OTP 27+ for the compiler's set-theoretic type-system improvements. The bridge now depends on json_codec ~> 0.1.5, which carries the same loosened Elixir requirement.

Fixed

  • Embedded eval timeouts now tear down wedged BEAM sessions, include recent stderr in the timeout error, and allow the next tool call to start a fresh bridge instead of waiting on a poisoned process.
  • Timed-out stateful eval sessions now kill the stuck evaluator process so later evals with the same session id can recover.
Commits
  • 1207a13 Use test Mix env for stdio smoke
  • 27a4b78 Precompile bridge for stdio smoke test
  • e9ac37a Release v0.6.22
  • c041c3d Complete stdio bridge migration
  • f537391 Fix embedded eval timeout recovery
  • 90803f5 Add Elixir skill invariants: structure, docs, contracts, tests, JSON
  • f04c745 Clarify test helper organization guidance
  • f0ec3ff Merge pull request #5 from gilbertwong96/chore/loosen-elixir-1.16
  • 6138997 Pin json_codec with loosened Elixir requirement
  • d7bd44e Move Elixir 1.20 recommendation to startup
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pi_bridge](https://github.com/elixir-vibe/pi-elixir) from 0.6.21 to 0.6.22.
- [Release notes](https://github.com/elixir-vibe/pi-elixir/releases)
- [Changelog](https://github.com/elixir-vibe/pi-elixir/blob/master/CHANGELOG.md)
- [Commits](elixir-vibe/pi-elixir@v0.6.21...v0.6.22)

---
updated-dependencies:
- dependency-name: pi_bridge
  dependency-version: 0.6.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: deps, elixir. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like pi_bridge is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 5, 2026
@dependabot
dependabot Bot deleted the dependabot/hex/main/pi_bridge-0.6.22 branch July 5, 2026 17:04
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.

0 participants