Skip to content

build(deps): bump @opencode-ai/sdk from 1.15.12 to 1.15.13#54

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/opencode-ai/sdk-1.15.13
Closed

build(deps): bump @opencode-ai/sdk from 1.15.12 to 1.15.13#54
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/opencode-ai/sdk-1.15.13

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps @opencode-ai/sdk from 1.15.12 to 1.15.13.

Commits

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)

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.


Summary by cubic

Update the e2e test suite to use @opencode-ai/sdk 1.15.13, picking up the latest patch fixes. Changes are limited to packages/e2e-tests/package.json and bun.lock, with no runtime impact.

Written for commit 4690d93. Summary will update on new commits.

Review in cubic

Greptile Summary

This is a Dependabot patch bump of @opencode-ai/sdk from 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 their package.json files.

  • 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 existing package.json files, and adds a scoped @opencode-ai/plugin/@opencode-ai/sdk entry 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 install and do not affect runtime behavior.

No files require special attention.

Important Files Changed

Filename Overview
packages/e2e-tests/package.json Bumps @opencode-ai/sdk from 1.15.12 to 1.15.13 — straightforward patch version update with no other changes.
bun.lock Lock file updated for the SDK bump; also refreshes three workspace package entries from 1.4.1 to 1.5.0 (reflecting actual package.json versions that were already at 1.5.0) and adds a version-pinned entry for @opencode-ai/plugin's transitive 1.15.12 dependency alongside the new 1.15.13 top-level resolution.

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:#ffc107
Loading

Reviews (1): Last reviewed commit: "build(deps): bump @opencode-ai/sdk from ..." | Re-trigger Greptile

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​opencode-ai/​sdk@​1.15.131001007597100

View full report

@ualtinok
Copy link
Copy Markdown
Contributor

ualtinok commented Jun 4, 2026

Closed as superseded by the combined dependency update in f5876fa, which applies these bumps together to avoid bun.lock conflicts.

@ualtinok ualtinok closed this Jun 4, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 4, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/bun/opencode-ai/sdk-1.15.13 branch June 4, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant