Skip to content

chore(deps): update all dependencies to latest versions#59

Merged
zrosenbauer merged 3 commits intomainfrom
chore/update-dependencies
Mar 15, 2026
Merged

chore(deps): update all dependencies to latest versions#59
zrosenbauer merged 3 commits intomainfrom
chore/update-dependencies

Conversation

@zrosenbauer
Copy link
Copy Markdown
Member

Summary

  • Update root devDependencies: turbo, @typescript/native-preview, eslint-plugin-jsdoc, laufen, oxfmt, oxlint
  • Update workspace catalog: vitest, @vitest/coverage-v8, tsdown, @types/node
  • Sync generated template-versions.ts to match updated catalog values

Changes

Package Old New
turbo 2.8.16 2.8.17
@typescript/native-preview 7.0.0-dev.20260310.1 7.0.0-dev.20260314.1
eslint-plugin-jsdoc 62.7.1 62.8.0
laufen 1.1.0 1.2.0
oxfmt 0.37.0 0.40.0
oxlint 1.52.0 1.55.0
vitest 4.0.18 4.1.0
@vitest/coverage-v8 4.0.18 4.1.0
tsdown 0.21.1 0.21.2
@types/node 25.4.0 25.5.0

Test plan

  • pnpm check passes (typecheck + lint + format)
  • pnpm test passes (all 10 tasks, 0 failures)

Update root devDependencies:
- turbo 2.8.16 → 2.8.17
- @typescript/native-preview 7.0.0-dev.20260310.1 → 7.0.0-dev.20260314.1
- eslint-plugin-jsdoc 62.7.1 → 62.8.0
- laufen 1.1.0 → 1.2.0
- oxfmt 0.37.0 → 0.40.0
- oxlint 1.52.0 → 1.55.0

Update workspace catalog:
- vitest 4.0.18 → 4.1.0
- @vitest/coverage-v8 4.0.18 → 4.1.0
- tsdown 0.21.1 → 0.21.2
- @types/node 25.4.0 → 25.5.0

Sync generated template-versions.ts to match catalog.

Co-Authored-By: Claude <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 15, 2026

🦋 Changeset detected

Latest commit: 5e21174

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@kidd-cli/bundler Patch
@kidd-cli/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2686891a-d5a6-4ed9-af1b-878ff31f4fd3

📥 Commits

Reviewing files that changed from the base of the PR and between 31bc566 and 5e21174.

📒 Files selected for processing (1)
  • packages/cli/src/commands/init.test.ts

📝 Walkthrough

Walkthrough

This PR updates development dependency versions in package.json and pnpm-workspace.yaml and adjusts test expectations to match bumped template-version constants. package.json bumps: @typescript/native-preview, eslint-plugin-jsdoc, laufen, oxfmt, oxlint, and turbo. pnpm-workspace.yaml bumps: vitest, @vitest/coverage-v8, tsdown, and @types/node. packages/cli tests update mocked constants TSDOWN_VERSION and VITEST_VERSION and corresponding assertions. No runtime code or public API changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): update all dependencies to latest versions' accurately summarizes the main change: systematic dependency version updates across the project.
Description check ✅ Passed The description provides a clear summary of changes with a detailed table mapping old to new versions and documents test validation, directly relating to the changeset.
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 docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/update-dependencies
📝 Coding Plan
  • Generate coding plan for human review comments

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

Co-Authored-By: Claude <noreply@anthropic.com>
@zrosenbauer zrosenbauer merged commit a86bacc into main Mar 15, 2026
3 checks passed
@zrosenbauer zrosenbauer deleted the chore/update-dependencies branch March 15, 2026 21:34
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