chore: admit dspack-emit ^0.6.0 (gen 0.3.1) - #54
Merged
Conversation
Widens the emit range to '^0.3.1 || ^0.4.0 || ^0.5.0 || ^0.6.0' so the tree resolves a SINGLE dspack-emit version alongside downstream consumers that adopt 0.6.0 (the representation release). Without this, a consumer on emit ^0.6.0 + gen ^0.3.0 (emit <0.6.0) carries two emitter versions — the divergence gate A3 cannot see across, and gen's runPipeline would load a v2/v3 profile on the older emit and refuse it. emit 0.6.0 is backward-compatible (v1 byte-frozen); gen's 138 tests pass against it with a freshly resolved lockfile (no stale-emit masking). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates @aestheticfunction/dspack-gen’s dependency metadata so it can resolve @aestheticfunction/dspack-emit@^0.6.0, enabling profile loading behavior required by Studio v3 while keeping emit backward compatibility.
Changes:
- Bump package version to
0.3.1. - Widen
@aestheticfunction/dspack-emitsemver range to include^0.6.0. - Refresh lockfile to resolve
@aestheticfunction/dspack-emit@0.6.0(and associated transitive updates).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps package version and widens @aestheticfunction/dspack-emit range to include ^0.6.0. |
| package-lock.json | Updates resolved @aestheticfunction/dspack-emit to 0.6.0 and refreshes dependency resolutions in the lockfile. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Widens gen's emit range to include
^0.6.0so downstream trees resolve a single emitter version. Required for Studio v3: gen'srunPipelineloads the project profile via its own emit dep — on emit <0.6.0 it can't load a v2/v3 profile. emit 0.6.0 is backward-compatible; 138/138 tests green against a fresh 0.6.0 lockfile.🤖 Generated with Claude Code