Skip to content

Conversation

@hash-worker
Copy link
Contributor

@hash-worker hash-worker bot commented Jan 24, 2026

This PR contains the following updates:

Package Change Age Confidence
e2b (source) 0.13.1 -> 0.16.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

e2b-dev/e2b (e2b)

v0.16.2

Compare Source

Patch Changes
  • 54d0170: Add end at and team handling

v0.16.1

Compare Source

Patch Changes
  • feea67a: Enforce calling create() method in JS SDK

v0.16.0

Compare Source

Minor Changes
  • cd1002c: Remove runCmd and runCode

v0.15.0

Compare Source

Minor Changes
  • 6a997e2: Add logs endpoint to API

v0.14.0

Compare Source

Minor Changes

v0.13.2

Compare Source

Patch Changes
  • 98e7cda: Add domain parameter to JS SDK

Configuration

📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hash-worker hash-worker bot enabled auto-merge January 24, 2026 03:43
@cursor
Copy link

cursor bot commented Jan 24, 2026

PR Summary

Upgrades the e2b SDK used by apps/hash-ai-worker-ts and updates the lockfile accordingly.

No source code changes included.

Written by Cursor Bugbot for commit 5ff0887. This will update automatically on new commits. Configure here.

@github-actions github-actions bot added area/deps Relates to third-party dependencies (area) area/apps > hash* Affects HASH (a `hash-*` app) area/apps labels Jan 24, 2026
@augmentcode
Copy link

augmentcode bot commented Jan 24, 2026

🤖 Augment PR Summary

Summary: Updates the e2b dependency for @apps/hash-ai-worker-ts from 0.13.1 to 0.16.2.
Why: Pulls in newer E2B JS SDK changes; this may require follow-up adjustments where the worker uses E2B APIs.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

"dedent": "0.7.0",
"dotenv-flow": "3.3.0",
"e2b": "0.13.1",
"e2b": "0.16.2",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading to [email protected] appears to remove the CodeInterpreter export (it exists in 0.13.x), but the worker imports it from "e2b" in answer-question-action.ts. This will likely break compilation/runtime unless that usage is migrated to the updated E2B Code Interpreter API.

Other Locations
  • apps/hash-ai-worker-ts/src/activities/flow-activities/answer-question-action.ts:19

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

"dedent": "0.7.0",
"dotenv-flow": "3.3.0",
"e2b": "0.13.1",
"e2b": "0.16.2",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeInterpreter removed from e2b package in v0.14.0

High Severity

The e2b package update from 0.13.1 to 0.16.2 removes the CodeInterpreter export that existing code depends on. According to the v0.14.0 release notes, CodeInterpreter was moved to a separate @e2b/code-interpreter package. The file answer-question-action.ts imports CodeInterpreter from e2b and uses it in runPythonCode(), which will fail after this update. The @e2b/code-interpreter package needs to be added as a dependency and the import updated accordingly.

Fix in Cursor Fix in Web

@hash-worker
Copy link
Contributor Author

hash-worker bot commented Jan 24, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/apps > hash* Affects HASH (a `hash-*` app) area/apps area/deps Relates to third-party dependencies (area)

Development

Successfully merging this pull request may close these issues.

1 participant