chore(deps): bump @sourcegraph/amp-sdk from 0.1.0-20260312122132-g783443e to 0.1.0-20260323082839-g076cc37#310
Conversation
Bumps [@sourcegraph/amp-sdk](https://github.com/sourcegraph/amp/tree/HEAD/sdk/typescript) from 0.1.0-20260312122132-g783443e to 0.1.0-20260323082839-g076cc37. - [Commits](https://github.com/sourcegraph/amp/commits/HEAD/sdk/typescript) --- updated-dependencies: - dependency-name: "@sourcegraph/amp-sdk" dependency-version: 0.1.0-20260323082839-g076cc37 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Issue Linking ReminderThis PR doesn't appear to have a linked issue. Consider linking to:
Using If this PR doesn't need an issue, you can ignore this message. |
✔️ Bundle Size Analysis
Bundle breakdown |
Greptile SummaryThis PR is a routine Dependabot version bump of the optional The most notable aspect of this update is a significant reduction in the transitive dependency tree: the new SDK version no longer depends on
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["@sourcegraph/amp-sdk\n(before: 0.1.0-20260312122132)"] --> B["@sourcegraph/amp\n0.0.1773345908-g7c6c67"]
B --> C["@napi-rs/keyring 1.1.9"]
C --> D["13 platform-specific binaries\n(darwin, linux, win32, freebsd)"]
A --> E["zod"]
A2["@sourcegraph/amp-sdk\n(after: 0.1.0-20260323082839)"] --> E2["zod"]
style A fill:#f9c,stroke:#c66
style B fill:#f9c,stroke:#c66
style C fill:#f9c,stroke:#c66
style D fill:#f9c,stroke:#c66
style A2 fill:#cfc,stroke:#6c6
style E2 fill:#cfc,stroke:#6c6
Reviews (1): Last reviewed commit: "chore(deps): bump @sourcegraph/amp-sdk" | Re-trigger Greptile |
There was a problem hiding this comment.
LGTM — straightforward Dependabot version bump of an optional dependency with no logic changes.
Extended reasoning...
Overview
This PR bumps @sourcegraph/amp-sdk (an optionalDependency) from 0.1.0-20260312122132-g783443e to 0.1.0-20260323082839-g076cc37 in package.json and pnpm-lock.yaml. The only code changes are version strings and the corresponding lockfile snapshot.
Security Risks
None identified. The package is declared as optional, limiting blast radius. The new version actually reduces the transitive dependency tree by dropping @sourcegraph/amp and @napi-rs/keyring (and all its platform-specific binaries), which removes native keyring access — a net reduction in attack surface.
Level of Scrutiny
Low. This is a mechanical Dependabot bump of a pre-release, optional dependency. No application logic, configuration, or critical paths are touched.
Other Factors
No bugs were reported by the automated bug hunting system. No outstanding reviewer comments. The change is self-contained and easily reversible.
Bumps @sourcegraph/amp-sdk from 0.1.0-20260312122132-g783443e to 0.1.0-20260323082839-g076cc37.
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)