build(deps): bump @opencode-ai/sdk from 1.15.12 to 1.15.13#54
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump @opencode-ai/sdk from 1.15.12 to 1.15.13#54dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@opencode-ai/sdk](https://github.com/sst/opencode-sdk-js) from 1.15.12 to 1.15.13. - [Release notes](https://github.com/sst/opencode-sdk-js/releases) - [Changelog](https://github.com/anomalyco/opencode-sdk-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/sst/opencode-sdk-js/commits) --- updated-dependencies: - dependency-name: "@opencode-ai/sdk" dependency-version: 1.15.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
|
Closed as superseded by the combined dependency update in f5876fa, which applies these bumps together to avoid bun.lock conflicts. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps @opencode-ai/sdk from 1.15.12 to 1.15.13.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Update the e2e test suite to use
@opencode-ai/sdk1.15.13, picking up the latest patch fixes. Changes are limited topackages/e2e-tests/package.jsonandbun.lock, with no runtime impact.Written for commit 4690d93. Summary will update on new commits.
Greptile Summary
This is a Dependabot patch bump of
@opencode-ai/sdkfrom 1.15.12 to 1.15.13 in the e2e-tests package. The lockfile regeneration also reconciles three workspace package entries (core, opencode, pi) from a stale 1.4.1 to their actual 1.5.0 versions already present in theirpackage.jsonfiles.packages/e2e-tests/package.json: single dependency version bump, no other changes.bun.lock: updates the SDK hash/version, reconciles workspace package versions to match existingpackage.jsonfiles, and adds a scoped@opencode-ai/plugin/@opencode-ai/sdkentry to pin the plugin's transitive dependency at 1.15.12 while the top-level resolves to 1.15.13 — this is expected bun deduplication behavior.Confidence Score: 5/5
Safe to merge — patch dependency bump with no logic changes; lockfile side-effects are expected bun reconciliation.
The only functional change is a patch version bump of a single dev/test dependency. The extra lockfile changes (workspace version reconciliation and a new scoped resolution entry for the plugin's transitive dependency) are all correct artifacts of running
bun installand do not affect runtime behavior.No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["packages/e2e-tests"] -->|"@opencode-ai/sdk 1.15.13 (bumped)"| B["@opencode-ai/sdk@1.15.13"] C["@opencode-ai/plugin@1.15.12"] -->|"transitive dep (pinned)"| D["@opencode-ai/sdk@1.15.12"] B --> E["cross-spawn@7.0.6"] D --> E style B fill:#d4edda,stroke:#28a745 style D fill:#fff3cd,stroke:#ffc107Reviews (1): Last reviewed commit: "build(deps): bump @opencode-ai/sdk from ..." | Re-trigger Greptile