fix: change tinyvue to peerdependencies#573
Conversation
WalkthroughThe changes in Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/design-core/package.json (3 hunks)
Additional comments not posted (1)
packages/design-core/package.json (1)
122-127: The changes to move@opentiny/vueand related packages topeerDependencieswith relaxed version constraints are appropriate for a library, enhancing flexibility for consumers.Verification successful
The changes to move
@opentiny/vueand related packages topeerDependencieswith relaxed version constraints are appropriate for a library, enhancing flexibility for consumers. The verification script output shows that the updated version constraints have been reflected in the dependent projects without any breaking changes.
- packages/design-core/package.json: Lines 122-127
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify if the relaxed version constraints in peerDependencies affect any dependent projects negatively. # Test: Search for the usage of these dependencies in dependent projects. Expect: No breaking changes due to version updates. rg --type json $'@opentiny/vue' --files-with-matches | xargs cat | jq '.dependencies, .peerDependencies'Length of output: 17070
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
vueversion to support any patch releases in the3.4.xrange.