chore: update deps#183
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
✅ Files skipped from review due to trivial changes (13)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR updates dependency and devDependency version strings across template package.json files for base typings, UI templates, helper modules, TypeScript/tooling, linting, testing, unocss, and several vite-plugin templates. ChangesTemplate Dependency Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/core/template/UI/tdesign/package.json`:
- Line 3: The package.json dependency for "@tdesign/uniapp" references a
non-existent version "^0.9.0"; update the dependency spec in
packages/core/template/UI/tdesign/package.json to point to an available
published version such as "^0.8.1" (or "^0.8.0") so npm install succeeds—locate
the "@tdesign/uniapp" entry in the dependencies block and replace "^0.9.0" with
the chosen valid semver string.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 0358eb16-c0fd-4c35-8c7e-b530f9843f1d
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (6)
packages/core/template/UI/ano/package.jsonpackages/core/template/UI/tdesign/package.jsonpackages/core/template/base/package.jsonpackages/core/template/config/typescript/package.jsonpackages/core/template/module/uniNetwork/package.jsonpackages/core/template/module/uniPromises/package.json
| { | ||
| "dependencies": { | ||
| "@tdesign/uniapp": "^0.8.1" | ||
| "@tdesign/uniapp": "^0.9.0" |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
@tdesign/uniapp 0.9.0 release notes changelog breaking changes migration guide
💡 Result:
@tdesign/uniapp 0.9.0 does not exist. The latest version is 0.8.1, published April 9, 2026 [1][2]. npm shows only 7 versions up to 0.8.1 [1]. GitHub releases for @tdesign/uniapp go up to 0.8.0 (March 23, 2026) [3], with no 0.9.0 found across searches [4][2].
Citations:
- 1: https://registry.npmjs.org/@tdesign/uniapp
- 2: https://github.com/Tencent/tdesign-miniprogram/releases
- 3: https://github.com/Tencent/tdesign-miniprogram/releases/tag/%40tdesign%2Funiapp%400.8.0
- 4: https://github.com/Tencent/tdesign-miniprogram?search=1
Version ^0.9.0 does not exist; resolve to available version.
@tdesign/uniapp version 0.9.0 is not published. The latest available version is 0.8.1 (April 9, 2026). The dependency specification must be corrected to use an existing version (e.g., ^0.8.1 or ^0.8.0), otherwise npm install will fail.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@packages/core/template/UI/tdesign/package.json` at line 3, The package.json
dependency for "@tdesign/uniapp" references a non-existent version "^0.9.0";
update the dependency spec in packages/core/template/UI/tdesign/package.json to
point to an available published version such as "^0.8.1" (or "^0.8.0") so npm
install succeeds—locate the "@tdesign/uniapp" entry in the dependencies block
and replace "^0.9.0" with the chosen valid semver string.
a538bae to
c32fee6
Compare
Update dependencies
Summary by CodeRabbit