fix(deps): move jsii-rosetta to 6.0.16 for stream-json 3 - #463
Merged
jsteinich merged 1 commit intoSep 24, 2026
Merged
Conversation
jsii-rosetta 6.0.16 moved from stream-json ^1.9.1 to ^3.6.0. The lockfile still resolved 6.0.13, so the workspace carried stream-json 1.9.1. Only the lockfile changes; the declared ~6.0.0 range already admits 6.0.16.
jsteinich
approved these changes
Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The workspace lockfile resolves
jsii-rosettato 6.0.13, which still depends onstream-json ^1.9.1.jsii-rosetta6.0.16 (and 5.9.67) moved tostream-json ^3.6.0, so this bumps the lockfile to 6.0.16 and the workspace now carries onlystream-json@3.7.0.Only
pnpm-lock.yamlchanges. The declared~6.0.0range already admits 6.0.16, so published packages are unaffected; consumers get stream-json 3 on a fresh install already. This only brings the repo's own dev/CI tree in line.The weekly JSII upgrade PR (#327) would eventually do this, but it has been open since July with failing checks and currently stops at 6.0.15, which still uses stream-json 1.x.
pnpm update -r --depth Infinity jsii-rosettaleftcdktn-cli's auto-installedjsii-pacmakpeer on 6.0.13, andpnpm dedupechurned the jest tree, so the stale peer was repointed to 6.0.16 and the five orphaned entries were dropped by hand.Verification:
pnpm install --frozen-lockfilepassespnpm why -r stream-jsonreports only 3.7.0jsii-rosetta6.0.16 translates a sample snippet to Python, Java, C# and Go with no diagnostics, and saves and loads a tablet (plain and gzip), which is the code path that uses stream-json