Skip to content

chore(deps): upgrade all dependencies#39

Merged
zrosenbauer merged 6 commits intomainfrom
chore/deps
Mar 10, 2026
Merged

chore(deps): upgrade all dependencies#39
zrosenbauer merged 6 commits intomainfrom
chore/deps

Conversation

@zrosenbauer
Copy link
Copy Markdown
Member

@zrosenbauer zrosenbauer commented Mar 10, 2026

Summary

Upgrade all dependencies across the monorepo to their latest versions.

Changes

  • @changesets/cli 2.29.8 → 2.30.0
  • @typescript/native-preview → 7.0.0-dev.20260310.1
  • oxfmt 0.36.0 → 0.37.0
  • oxlint 1.51.0 → 1.52.0
  • turbo 2.8.12 → 2.8.15
  • es-toolkit 1.45.0 → 1.45.1
  • tsdown 0.21.0-beta.2 → 0.21.1 (stable)
  • @types/node 25.3.3 → 25.4.0
  • @clack/prompts 1.0.1 → 1.1.0
  • fs-extra 11.3.3 → 11.3.4

Testing

  1. pnpm install resolves cleanly
  2. pnpm check passes
  3. pnpm test passes

Summary by CodeRabbit

  • Chores
    • Upgraded dependencies across all packages, including development tools and core utilities, to maintain compatibility and improve tooling performance.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 10, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9d5ef2ab-6332-4fca-8655-ee4881bb3e29

📥 Commits

Reviewing files that changed from the base of the PR and between 33fb071 and fb66a74.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (5)
  • .changeset/upgrade-deps.md
  • package.json
  • packages/cli/package.json
  • packages/core/package.json
  • pnpm-workspace.yaml

📝 Walkthrough

Walkthrough

This pull request upgrades various dependencies across the monorepo, including devDependencies in the root package.json, workspace catalog versions, and individual package dependencies. A new changeset file documents these dependency upgrades.

Changes

Cohort / File(s) Summary
Changeset Documentation
.changeset/upgrade-deps.md
New changeset file documenting patch version bumps across @kidd-cli/core, @kidd-cli/cli, @kidd-cli/utils, @kidd-cli/config, and @kidd-cli/bundler packages.
Root Package Configuration
package.json
DevDependencies updates: @changesets/cli (^2.29.8 → ^2.30.0), @typescript/native-preview (7.0.0-dev.20260302.1 → 7.0.0-dev.20260310.1), oxfmt (^0.36.0 → ^0.37.0), oxlint (^1.51.0 → ^1.52.0), turbo (^2.8.12 → ^2.8.15).
Workspace Packages
packages/cli/package.json, packages/core/package.json
Dependency updates: fs-extra (^11.3.3 → ^11.3.4) and @clack/prompts (^1.0.1 → ^1.1.0).
Workspace Catalog
pnpm-workspace.yaml
Catalog version updates: es-toolkit (^1.45.0 → ^1.45.1), tsdown (0.21.0-beta.2 → 0.21.1), @types/node (^25.3.3 → ^25.4.0).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hop, hop, the versions fly so high,
Dependencies fresh as clover pie!
Patches and minors in each release,
Our kidd-cli tools find their peace. 🎉

🚥 Pre-merge checks | ✅ 3
✅ 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(deps): upgrade all dependencies' accurately and concisely describes the main change—upgrading dependencies across the monorepo.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/deps

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant