Bump tar-stream from 3.2.0 to 3.2.1 in the prod-dependencies group across 1 directory - #1765
dependabot[bot] wants to merge 1 commit into
Conversation
762c1a9 to
63481f0
Compare
0a3b8b7 to
5c4fba6
Compare
5c4fba6 to
3cf9a23
Compare
Status: blocked on the upstream fixWe opened mafintosh/tar-stream#184 to correct the published Why CI is failingBoth failing checks have the same TypeScript declaration-resolution root cause; this does not currently look like a tar-stream runtime regression.
This PR leaves the transitive dependency locked at The remaining errors are consequences of that missing declaration: Tar-stream still declares We could work around the problem here by refreshing the transitive lock entry to npm update streamx --package-lock-onlyThat would supply both the declarations and Node core stream type compatibility expected by tar-stream 3.2.1. However, the cleaner and simpler option is to wait for the upstream patch release rather than carrying a transitive lockfile workaround here. Recommendation: treat this PR as blocked on mafintosh/tar-stream#184 landing and being released, then let Dependabot refresh or recreate the update normally. |
Bumps the prod-dependencies group with 1 update in the / directory: [tar-stream](https://github.com/mafintosh/tar-stream). Updates `tar-stream` from 3.2.0 to 3.2.1 - [Commits](mafintosh/tar-stream@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: tar-stream dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
3cf9a23 to
896bfd7
Compare
Bumps the prod-dependencies group with 1 update in the / directory: tar-stream.
Updates
tar-streamfrom 3.2.0 to 3.2.1Commits
246572f3.2.15aa24f7Add TypeScript typings (#179)