Conversation
WalkthroughThe package.json file was updated to add the package scope "@nutui" to the "allowScopes" array. No other files or configurations were changed. Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
package.json (1)
952-954: Consider a looser semver range instead of an exact pin.Other entries in
allowPackagesoften use"*"or a caret (^) range so that security patches land automatically.
If there’s no strict need to stay on exactly4.3.13, switch to a caret or tilde range:- "@nutui/nutui": { - "version": "4.3.13" + "@nutui/nutui": { + "version": "^4.3.13" },This will accept non-breaking updates while still preventing unwanted majors.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
[skip ci] ## [1.190.0](v1.189.0...v1.190.0) (2025-06-25) ### Features * add [@nutui](https://github.com/nutui) ([#386](#386)) ([51cddf5](51cddf5))

Summary by CodeRabbit