PCNation fork — relax peer dep pins, ship build artifacts - #6
Open
dankoz51 wants to merge 1 commit into
Open
Conversation
The upstream 0.0.5/0.0.6 release pins exact Medusa versions in peer dependencies (e.g. "@medusajs/framework: 2.10.3"), which produces ~12 YN0060 install warnings for any consumer on Medusa 2.11+ that yarn 4 cannot silence via packageExtensions (overrides only work to add, not relax, existing pins). Changes vs upstream 0.0.5: - All Medusa peer deps relaxed to caret ranges (^2.10.0, ^4.0.0, ^6.4.0) - @medusajs/icons marked optional via peerDependenciesMeta — admin UI extension only, backend-only consumers don't need it - repository.url repointed to PCNation/medusa-wishlist - version bumped to 0.0.6-pcn.1 (semantic restart from upstream 0.0.6 npm release; git tree was at 0.0.5 due to a missing tag) - .medusa/server build artifacts force-committed for git-url install consumers (no NPM publish for now) Stop-gap fix until PCNation post-launch when wishlist functionality is re-implemented as an internal Medusa module per their plugin guide. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 upstream 0.0.5/0.0.6 release pins exact Medusa versions in peer dependencies (e.g. "@medusajs/framework: 2.10.3"), which produces ~12 YN0060 install warnings for any consumer on Medusa 2.11+ that yarn 4 cannot silence via packageExtensions (overrides only work to add, not relax, existing pins).
Changes vs upstream 0.0.5:
Stop-gap fix until PCNation post-launch when wishlist functionality is re-implemented as an internal Medusa module per their plugin guide.