Skip to content

Conversation

@FliPPeDround
Copy link
Member

@FliPPeDround FliPPeDround commented Sep 15, 2025

Update dependencies

Summary by CodeRabbit

  • Chores
    • Updated development tooling dependencies to the latest patch versions (type definitions and TypeScript tooling) to keep templates current and improve editor/CI reliability.
    • Upgraded the pages plugin to the latest patch for better compatibility with recent tooling.
    • No changes to runtime behavior or public APIs; existing projects should continue to work as before.

@coderabbitai
Copy link

coderabbitai bot commented Sep 15, 2025

Walkthrough

Version bumps in three template package.json files: @dcloudio/types in base template, @types/node and vue-tsc in TypeScript config template, and @uni-helper/vite-plugin-uni-pages in plugin/pages template. No code, scripts, or API changes.

Changes

Cohort / File(s) Summary
Base template devDeps
packages/core/template/base/package.json
Bump devDependency @dcloudio/types from ^3.4.19 to ^3.4.21.
TypeScript config template devDeps
packages/core/template/config/typescript/package.json
Bump devDependencies: @types/node ^24.3.1^24.4.0, vue-tsc ^3.0.6^3.0.7.
Plugin pages template devDeps
packages/core/template/plugin/pages/package.json
Bump devDependency @uni-helper/vite-plugin-uni-pages ^0.3.9^0.3.11.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • chore: update deps #112: Similar version bumps across the same template package.json files, including @dcloudio/types, @types/node, and vue-tsc.
  • chore: update deps #120: Updates devDependencies in the TypeScript config template, notably @types/node, matching this change set.
  • chore: update deps #121: Sequential dependency updates in the same package.json files, including plugin/pages and TS config.

Suggested labels

size/S

Poem

I nose through versions, hop by hop,
Nudging numbers—flip, then pop!
Pages, types, TS all align,
Carrots counted, build is fine.
With gentle bumps and tidy cheer,
I thump: “Ship it!”—spring is here. 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "chore: update deps" accurately describes the PR's primary purpose—updating dependency versions across package.json files—so it is concise, directly related to the changeset, and follows conventional commit style; although somewhat generic, it is not misleading.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-deps

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1a20cf6 and 12e0a96.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (3)
  • packages/core/template/base/package.json (1 hunks)
  • packages/core/template/config/typescript/package.json (1 hunks)
  • packages/core/template/plugin/pages/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 (--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 (--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: stable - i686-pc-windows-msvc - node@20
  • GitHub Check: stable - x86_64-pc-windows-msvc - node@20
  • GitHub Check: stable - aarch64-pc-windows-msvc - node@20
🔇 Additional comments (3)
packages/core/template/plugin/pages/package.json (1)

3-3: Approve — peer dependency compatible with Vite 5.2.x

Verified @uni-helper/vite-plugin-uni-pages@0.3.11 declares peerDependency "vite": "^5.0.0", which includes Vite 5.2.x (>=5.0.0 <6.0.0).

packages/core/template/config/typescript/package.json (1)

6-9: Types/TS toolchain bumps — peers verified

vue-tsc@3.0.7 peerDependency "typescript": ">=5.0.0" (compatible with typescript@5.9.2); typescript@5.9.2 requires node >=14.17; vue-tsc lists no engines; @types/node@24.4.0 is published.

packages/core/template/base/package.json (1)

65-65: Approve: bump @dcloudio/types to ^3.4.21

npm registry confirms 3.4.21 is published; types-only update and aligns with Vue 3.4.x.

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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 and usage tips.

@FliPPeDround FliPPeDround merged commit 412fa2b into main Sep 15, 2025
38 checks passed
This was referenced Sep 22, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 13, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 17, 2025
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.

2 participants