Skip to content

build(deps): bump stream-json from 1.5.0 to 3.5.0 - #265

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/stream-json-3.5.0
Open

build(deps): bump stream-json from 1.5.0 to 3.5.0#265
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/stream-json-3.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps stream-json from 1.5.0 to 3.5.0.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [stream-json](https://github.com/uhop/stream-json) from 1.5.0 to 3.5.0.
- [Commits](uhop/stream-json@1.5.0...3.5.0)

---
updated-dependencies:
- dependency-name: stream-json
  dependency-version: 3.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 3, 2026
Comment thread package.json
"stream-chain": "^2.1.0",
"stream-csv-as-json": "^1.0.1",
"stream-json": "^1.2.1",
"stream-json": "^3.5.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Blocking: stream-json@3.x is ESM-only, requires Node ≥22, and removed the CommonJS subpath stream-json/streamers/StreamValues (replaced by stream-json/streamers/stream-values.js). The CLI still require()s the old path from lib/cmds/fhir_cmds/ingest.js and lib/cmds/ontologies_cmds/import.js, causing MODULE_NOT_FOUND at load time (yarn test fails for fhir-test and ontologies.test). Either stay on 1.x or migrate those commands (and likely stream-chain to v4+) to the new ESM API before merging this bump.

This review was generated by review-bot.

@lifeomic-review-bot lifeomic-review-bot Bot 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.

Scope — Dependabot bumps direct stream-json from ^1.5.0 to ^3.5.0 in package.json with a matching yarn.lock refresh. The change is dependency-only but crosses two major versions and breaks the CLI's stdin JSON ingestion paths.

[blocking] stream-json@3.x is ESM-only ("type": "module"), requires Node ≥22, and no longer exposes the CommonJS subpath stream-json/streamers/StreamValues. This repo still require()s that path from lib/cmds/fhir_cmds/ingest.js and lib/cmds/ontologies_cmds/import.js. Local yarn test fails at module load with MODULE_NOT_FOUND for both test/unit/commands/fhir-test.js and test/unit/commands/ontologies.test.js. Merge is blocked until the bump is constrained to a 1.x-compatible release or the consumers are migrated to the v3 ESM API (including likely stream-chain v4+ alignment).

CI — GitHub checks were still pending at review time; the failure reproduces locally and is independent of CI state.

Regression risk — High for fhir ingest and ontologies import until import paths, module system, and stream-chain peer alignment are addressed.

Upstream: uhop/stream-json (1.5.0→3.5.0; see compare view in PR body).

Note: Review generated using Cursor model composer-2.5.

This review was generated by review-bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants