chore(deps): bump yaml from 2.8.2 to 2.8.3 in /packages/opencode#473
Merged
anandgupta42 merged 2 commits intomainfrom Mar 26, 2026
Merged
Conversation
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.2...v2.8.3) --- updated-dependencies: - dependency-name: yaml dependency-version: 2.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review.
Tip: disable this comment in your organization's Code Review settings.
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
anandgupta42
added a commit
that referenced
this pull request
Mar 26, 2026
**#469 — `sql_execute` crash: `getStatementTypes is not a function`** - Safe-import `@altimateai/altimate-core` with `typeof` guard - Regex fallback classifier when napi binary unavailable - Null/undefined input guards on `classify()` and `classifyAndCheck()` - 42 adversarial tests (fallback parity, ReDoS, bypass attempts) **#470 — `edit` tool: "Could not find oldString" context drift** - `buildNotFoundMessage()` finds closest-matching line via Levenshtein - Error now shows line number + 5-line snippet of actual file content - Tells model to re-read the file instead of retrying blindly - 14 adversarial tests (similarity scoring, truncation, edge cases) **#471 — `webfetch`: 934 daily failures from invalid/broken URLs** - `URL` constructor validation before fetch (catches malformed URLs) - Session-level 404/410/451 failure cache with 5-min TTL - Actionable error messages per HTTP status (404: "Do NOT retry", 429: includes `Retry-After`, 500: "transient — retry once") - 24 tests (validation, cache TTL, error messages, edge cases) **#473 — Bump `yaml` 2.8.2 → 2.8.3** - Stack overflow fix during node composition (security) Closes #469, Closes #470, Closes #471, Closes #473 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 tasks
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 yaml from 2.8.2 to 2.8.3.
Release notes
Sourced from yaml's releases.
Commits
ce145872.8.31e84ebbfix: Catch stack overflow during node composition6b24090ci: Include Prettier check in lint action9424deechore: Refresh lockfiled1aca82Add trailingComma ToString option for multiline flow formatting (#670)4321509ci: Drop the branch filter from GitHub PR actions47207d0chore: Update docs-slate5212faechore: Update docs-slateDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.