Skip to content

fix: repoint flatbuffers lockfile URLs to registry.npmjs.org#436

Merged
msrathore-db merged 1 commit into
mainfrom
msrathore/fix-flatbuffers-lockfile-url
Jun 11, 2026
Merged

fix: repoint flatbuffers lockfile URLs to registry.npmjs.org#436
msrathore-db merged 1 commit into
mainfrom
msrathore/fix-flatbuffers-lockfile-url

Conversation

@msrathore-db

Copy link
Copy Markdown
Contributor

Summary

Two flatbuffers entries in package-lock.json had resolved URLs pointing at npm-proxy.dev.databricks.com (a dev-only proxy). The protected release/CI runners can't reach it, and npm only rewrites registry.npmjs.org hosts to the configured JFrog db-npm registry — so npm clean-install in the release build job failed with ECONNRESET.

Repoint both to registry.npmjs.org. Integrity is content-addressed (same tarball), so only the host changes. Diff is exactly 2 lines.

Why now

Caught by a dry-run of the RC release (1.16.0-rc.1) off the pipeline branch — the build job died on this before reaching publish. It would equally break the next GA release, so it's worth fixing on main regardless of the RC.

This pull request and its description were written by Isaac.

Two flatbuffers entries resolved to npm-proxy.dev.databricks.com, a dev-only
proxy unreachable from the protected release/CI runners. npm rewrites
registry.npmjs.org hosts to the configured JFrog db-npm registry but leaves
other hosts as-is, so 'npm clean-install' in the release build died with
ECONNRESET fetching flatbuffers. Repoint to registry.npmjs.org (integrity
unchanged — same tarball). Fixes the release build for RC and GA alike.

Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
@msrathore-db msrathore-db merged commit e448f94 into main Jun 11, 2026
11 of 15 checks passed
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.

1 participant