Skip to content

chore: update deps#190

Open
FliPPeDround wants to merge 1 commit into
mainfrom
chore/update-deps
Open

chore: update deps#190
FliPPeDround wants to merge 1 commit into
mainfrom
chore/update-deps

Conversation

@FliPPeDround

@FliPPeDround FliPPeDround commented Jul 6, 2026

Copy link
Copy Markdown
Member

Update dependencies

Summary by CodeRabbit

  • Chores
    • Updated template tooling and framework packages to newer versions.
    • Improved compatibility across Uni-app, TypeScript, linting, testing, and page-generation workflows.
    • Refreshed UI libraries, styling tools, icon collections, and utility presets used by templates.

@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Template package manifests update UI libraries, uni-app packages, and development tooling dependencies. No runtime code, exported entities, scripts, or configuration behavior changes.

Changes

Template dependency version bumps

Layer / File(s) Summary
UI library dependency bumps
packages/core/template/UI/*/package.json
The ano, tdesign, uview-pro, and wot2 templates update UI-related dependency versions.
Base template uni-app dependency bumps
packages/core/template/base/package.json
The base template updates its @dcloudio/uni-* runtime and development dependencies while retaining the existing Vue and type versions.
Build tooling and module dependency bumps
packages/core/template/config/*/package.json, packages/core/template/module/*/package.json, packages/core/template/plugin/pages/package.json
Lint, TypeScript, UnoCSS, Vitest, and pages tooling dependencies are updated.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: dependency updates across multiple package files.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-deps

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/module/unocss/package.json`:
- Around line 3-4: Align the template’s UnoCSS dependencies in package.json with
`@uni-helper/unocss-preset-uni`@0.3.1 by updating unocss to the compatible ~66.7.5
range and adding unocss-applet at ^0.13.8.
🪄 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: 0cf08f22-336b-4906-b10e-6cca8e48d2f1

📥 Commits

Reviewing files that changed from the base of the PR and between 582193b and 6f533e3.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (8)
  • packages/core/template/UI/tdesign/package.json
  • packages/core/template/UI/uview-pro/package.json
  • packages/core/template/UI/wot2/package.json
  • packages/core/template/base/package.json
  • packages/core/template/config/lint/package.json
  • packages/core/template/config/typescript/package.json
  • packages/core/template/module/unocss/package.json
  • packages/core/template/module/vitest/package.json
🚧 Files skipped from review as they are similar to previous changes (3)
  • packages/core/template/UI/wot2/package.json
  • packages/core/template/UI/uview-pro/package.json
  • packages/core/template/config/typescript/package.json

Comment on lines +3 to +4
"@iconify-json/carbon": "^1.2.24",
"@uni-helper/unocss-preset-uni": "^0.3.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
npm view `@uni-helper/unocss-preset-uni`@0.3.1 peerDependencies
npm view unocss versions --json
npm view unocss-applet version

Repository: uni-helper/create-uni

Length of output: 6255


🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf '\n== package.json ==\n'
cat -n packages/core/template/module/unocss/package.json

printf '\n== related unocss references ==\n'
rg -n '"unocss"|unocss-applet|`@uni-helper/unocss-preset-uni`' packages/core/template/module/unocss -S

printf '\n== sibling template package manifests ==\n'
fd -a package.json packages/core/template/module -t f

Repository: uni-helper/create-uni

Length of output: 1560


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo '== peerDependenciesMeta =='
npm view `@uni-helper/unocss-preset-uni`@0.3.1 peerDependenciesMeta --json

echo
echo '== package deps =='
npm view `@uni-helper/unocss-preset-uni`@0.3.1 dependencies --json
npm view `@uni-helper/unocss-preset-uni`@0.3.1 optionalDependencies --json

echo
echo '== unocss-applet versions around 0.13.8 =='
npm view unocss-applet@0.13.8 version
npm view unocss-applet@^0.13.8 version

Repository: uni-helper/create-uni

Length of output: 1216


Align the template’s UnoCSS stack with @uni-helper/unocss-preset-uni@0.3.1.

@uni-helper/unocss-preset-uni@0.3.1 depends on unocss ~66.7.5 and unocss-applet ^0.13.8, but this template still pins unocss to 66.0.0 and doesn’t include unocss-applet. Generated projects will end up with a mismatched UnoCSS setup.

🤖 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/module/unocss/package.json` around lines 3 - 4, Align
the template’s UnoCSS dependencies in package.json with
`@uni-helper/unocss-preset-uni`@0.3.1 by updating unocss to the compatible ~66.7.5
range and adding unocss-applet at ^0.13.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant