Skip to content

Bump bridge to 0.0.1 and refresh npm dependencies within upstream lim… - #6

Merged
remdev merged 1 commit into
mainfrom
bridge/deps-0.0.1
Jun 13, 2026
Merged

Bump bridge to 0.0.1 and refresh npm dependencies within upstream lim…#6
remdev merged 1 commit into
mainfrom
bridge/deps-0.0.1

Conversation

@remdev

@remdev remdev commented Jun 13, 2026

Copy link
Copy Markdown
Owner

…its.

Update dev toolchain, add undici/tar overrides to clear high audit findings, and keep Connect/protobuf on 1.x while @cursor/sdk pins that stack.

Summary

Test plan

  • go test ./...
  • go vet ./...
  • Bridge: cd bridge && npm ci && npm run build (if bridge files changed)
  • Manual live test with CURSOR_API_KEY (if agent/runtime behavior changed)

Checklist

  • No secrets or node_modules/ committed
  • DISCLAIMER.md still accurate (if positioning changed)
  • Docs updated if setup or public API changed

…its.

Update dev toolchain, add undici/tar overrides to clear high audit findings, and keep Connect/protobuf on 1.x while @cursor/sdk pins that stack.
Copilot AI review requested due to automatic review settings June 13, 2026 22:47
@remdev
remdev merged commit bbbec6b into main Jun 13, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the bridge/ package versioning and refreshes its Node toolchain/dependencies, including adding npm overrides intended to address security audit findings.

Changes:

  • Bump the bridge package/version constants from 1.0.0 to 0.0.1.
  • Update dev toolchain dependencies (@bufbuild/buf, @types/node, typescript).
  • Add npm overrides and update the lockfile to pull in newer undici and tar.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
bridge/src/constants.ts Updates the bridge-reported version constant.
bridge/package.json Bumps package version; updates devDependencies; adds overrides for undici/tar.
bridge/package-lock.json Updates lockfile to match refreshed dependency tree and new versions.
Files not reviewed (1)
  • bridge/package-lock.json: Generated file
Comments suppressed due to low confidence (1)

bridge/package-lock.json:29

  • package-lock.json still records the project-level Node engine as ">=18", but the dependency graph now includes undici@6.26.0 which requires Node ">=18.17". Keep the lockfile metadata consistent with package.json to avoid confusing engine checks in tooling.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread bridge/package.json
Comment on lines 54 to +56
"engines": {
"node": ">=18"
},
Comment thread bridge/package.json
Comment on lines +57 to 60
"overrides": {
"undici": "^6.26.0",
"tar": "^7.5.16"
}
@remdev
remdev deleted the bridge/deps-0.0.1 branch June 14, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants