chore(deps): bump dependencies#500
Merged
Merged
Conversation
Go: - github.com/oracle/oci-go-sdk/v65 v65.118.0 -> v65.118.1 (patch) - gorm.io/gorm v1.31.1 -> v1.31.2 (patch) Security fixes: none (govulncheck clean, pnpm audit 0 vulnerabilities). Oracle review (oracle-db-admin): APPROVED WITH NOTES for the gorm bump. v1.31.2 is a bug-fix patch; its only SQL-generation change is on the NamedExpr path, which TMI does not use. Cursor-close hardening is a net positive on Oracle ADB. Ops note: AutoMigrate may emit column ALTERs slightly more eagerly (sticky AlterColumn fix) — watch the next ADB AutoMigrate run. Deferred to needs-plan: - @redocly/cli 2.33.2 -> 2.35.1 (minor): local pnpm is 11.x but the repo pins packageManager pnpm@10.12.1; bump it via corepack pnpm@10.12.1 to avoid rewriting pnpm-lock.yaml in a different lockfile-format major. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MALfzW2R3g2UJqpBhZbUUD
ericfitz
added a commit
that referenced
this pull request
Jun 27, 2026
Go: - github.com/oracle/oci-go-sdk/v65 v65.118.0 -> v65.118.1 (patch) - gorm.io/gorm v1.31.1 -> v1.31.2 (patch) Security fixes: none (govulncheck clean, pnpm audit 0 vulnerabilities). Oracle review: the gorm v1.31.1 -> v1.31.2 transition was reviewed by oracle-db-admin (APPROVED WITH NOTES) earlier this session on the main bump (#500); the same review applies. Bug-fix patch, no upsert/naming/ locking changes; cursor-close hardening is a net positive on Oracle ADB. Deferred to needs-plan: - github.com/godror/godror v0.50.0 -> v0.51.0 (minor): Oracle DB driver change. Requires oracle-db-admin review + `make test-integration-oci` against real ADB before shipping; the oracle-db-admin subagent was not available this session, so the bump is held rather than shipped unreviewed. - @redocly/cli 2.33.2 -> latest (dev tooling): local pnpm is 11.x but the repo pins packageManager pnpm@10.12.1; bump via corepack pnpm@10.12.1 to avoid rewriting pnpm-lock.yaml in a different lockfile-format major. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MALfzW2R3g2UJqpBhZbUUD
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.
Automated dependency bump (Go + Node ecosystems scanned).
Go
github.com/oracle/oci-go-sdk/v65v65.118.0 → v65.118.1 (patch)gorm.io/gormv1.31.1 → v1.31.2 (patch)Security
None.
govulncheck ./...clean;pnpm auditreports 0 vulnerabilities.Oracle compatibility (oracle-db-admin review)
APPROVED WITH NOTES for the gorm bump. v1.31.2 is a bug-fix patch; its only SQL-generation change is on the
NamedExpr(named-parameter) path, which TMI does not use. Cursor-close hardening (defer rows.Close()) is a net positive on Oracle ADB (reduces ORA-01000 risk). Ops note:AutoMigratemay emit columnALTERs slightly more eagerly due to a stickyAlterColumnfix — watch the next ADB AutoMigrate run.Validation
make build-server✓make lint✓ (0 issues)make test-unit✓ (1096 passed, 0 failed)Deferred to needs-plan
@redocly/cli2.33.2 → 2.35.1 (minor, dev tooling): local pnpm is 11.x but the repo pinspackageManager: pnpm@10.12.1. Bumping with local pnpm 11 would rewritepnpm-lock.yamlin a different lockfile-format major. Should be bumped viacorepack pnpm@10.12.1.🤖 Generated with Claude Code