-
-
Notifications
You must be signed in to change notification settings - Fork 15
chore: update deps #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps #116
Conversation
WalkthroughThis update revises the versions of several dependencies and development dependencies across multiple Changes
Possibly related PRs
Poem
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/core/template/module/unocss/package.json (1)
3-3
: Confirm lockfile is refreshed after the bump
@iconify-json/carbon
jumped one patch version, so risk is minimal, but please make sure the workspace lockfile (pnpm-lock.yaml
/package-lock.json
/yarn.lock
) is regenerated and committed to keep CI reproducible.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (7)
packages/core/template/UI/nut/package.json
(1 hunks)packages/core/template/UI/skiyee/package.json
(1 hunks)packages/core/template/UI/uni/package.json
(1 hunks)packages/core/template/UI/wot/package.json
(1 hunks)packages/core/template/base/package.json
(1 hunks)packages/core/template/config/typescript/package.json
(1 hunks)packages/core/template/module/unocss/package.json
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (20)
- GitHub Check: test (--ts, -e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p ...
- GitHub Check: test (--ts, -e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p ...
- GitHub Check: test (--ts, -e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p ...
- GitHub Check: test (--ts, -e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p ...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (--ts, -e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p ...
- GitHub Check: test (--ts, -e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p ...
- GitHub Check: test (--ts, -e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p ...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: test (-e, -p import -p pages -p layouts -p manifest -p filePlatform -p platformModifier -p middle...
- GitHub Check: stable - x86_64-pc-windows-msvc - node@20
- GitHub Check: stable - i686-pc-windows-msvc - node@20
- GitHub Check: stable - aarch64-pc-windows-msvc - node@20
🔇 Additional comments (6)
packages/core/template/UI/nut/package.json (1)
3-3
: Dependency bump – confirm NutUI1.9.0
is drop-in
^1.9.0
is a minor upgrade, yet NutUI sometimes deprecates props or adjusts CSS classes. Skim the release notes and run the template scaffold to be sure the demo screens still render correctly and the build passes without additional workarounds.packages/core/template/UI/wot/package.json (1)
3-3
: Upgrade to Wot-Design1.11.0
– validate breaking-change listWot-Design recently introduced slot/name tweaks between 1.10.x → 1.11.x. Please scan the changelog and run a quick smoke test of the generated project to make sure nothing requires template adjustments.
packages/core/template/UI/skiyee/package.json (1)
6-6
: Dev-dependency bump@skiyee/ui-preset
→0.0.4
Even though this is dev-only, preset rules or ESLint configs can tighten and start failing CI lint steps. Kick off the template CI locally to ensure no new lint/style violations surface.
packages/core/template/UI/uni/package.json (1)
3-3
:@dcloudio/uni-ui
1.5.10 – check generated componentsUni-UI’s minor releases occasionally rename components or emit new warnings. Generate a fresh project, run
uni dev
, and scan the console for deprecation messages.packages/core/template/base/package.json (1)
72-72
: Type declaration bumpminiprogram-api-typings
4.1.0Type updates can tighten nullability and surface new TS errors in scaffolds. Re-compile a TypeScript template with
vue-tsc --noEmit
to verify no fresh red squiggles appear.packages/core/template/config/typescript/package.json (1)
6-9
: Double-check toolchain compatibility after dual bumps
Both@types/node@^24.0.15
andvue-tsc@^3.0.3
are minor/patch upgrades, yet they indirectly rely on TypeScript’s minor versions. Verify that:
- Your CI image (or
engines.node
) is ≥ 20.x so the v24 typings match the runtime.[email protected]
still pulls a TS peer range that includestypescript@^5.8.3
; otherwise, upgrade TS in the template to avoid peer-dep warnings.If tests pass you’re good.
Update dependencies
Summary by CodeRabbit