Skip to content

chore: package upgrades#5

Merged
jakeklassen merged 1 commit into
mainfrom
chore/upgrades
Mar 13, 2026
Merged

chore: package upgrades#5
jakeklassen merged 1 commit into
mainfrom
chore/upgrades

Conversation

@jakeklassen

@jakeklassen jakeklassen commented Mar 13, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Chores
    • Updated development tool versions (pnpm, Node.js) and project dependencies to latest compatible releases.
    • Improved test assertion patterns for better code maintainability.

@netlify

netlify Bot commented Mar 13, 2026

Copy link
Copy Markdown

Deploy Preview for objecs ready!

Name Link
🔨 Latest commit 50253f5
🔍 Latest deploy log https://app.netlify.com/projects/objecs/deploys/69b3fd0348640b0008342526
😎 Deploy Preview https://deploy-preview-5--objecs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Mar 13, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 93bb65cf-e857-40e4-b78e-995b2dba9f66

📥 Commits

Reviewing files that changed from the base of the PR and between 1f4f82a and 50253f5.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (9)
  • mise.toml
  • package.json
  • packages/benchmark/package.json
  • packages/ecs-benchmark/package.json
  • packages/examples/package.json
  • packages/game-benchmark/package.json
  • packages/objecs/package.json
  • packages/objecs/src/world.test.ts
  • packages/perf-proofs/package.json

📝 Walkthrough

Walkthrough

This PR updates dependencies and tool versions across the monorepo. Changes include bumping pnpm and node versions in mise.toml, updating multiple devDependencies in root and package-specific package.json files (eslint, typescript-eslint, @types/node, and others), and switching a test assertion from toThrowError() to toThrow().

Changes

Cohort / File(s) Summary
Root Configuration & Dependencies
mise.toml, package.json
Updated pnpm from 10.30.1 to 10.32.1 and node from 24.13.1 to 24.14.0 in mise.toml; bumped packageManager and devDependencies (eslint, eslint-plugin-depend, globals, typescript-eslint) in package.json.
Benchmark Packages
packages/benchmark/package.json, packages/ecs-benchmark/package.json, packages/game-benchmark/package.json, packages/perf-proofs/package.json
Updated @types/node from ^24.10.13 to ^24.12.0 across all benchmark packages; additionally updated @thi.ng/bench, picoes, wolf-ecs, and type-fest versions in specific benchmark packages.
Examples Package
packages/examples/package.json
Bumped fast-xml-parser from 5.3.3 to 5.5.5 and type-fest from 5.4.0 to 5.4.4.
objecs Package
packages/objecs/package.json, packages/objecs/src/world.test.ts
Updated multiple devDependencies (@eslint/eslintrc, @types/node, @typescript-eslint/*, bumpp, eslint, eslint-plugin-depend, eslint-plugin-prettier, globals, vitest); changed test assertion from .toThrowError() to .toThrow().

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 Version bumps hop along the way,
Dependencies dance from old to new today,
Eslint, typescript, and tools align—
Every package shines, the code feels so fine!
With matchers updated and configs in place,
We bound into better with newfound grace. ✨

🚥 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: package upgrades' accurately summarizes the main change—a systematic update of multiple package dependencies across the repository.
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/upgrades
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

You can customize the tone of the review comments and chat replies.

Configure the tone_instructions setting to customize the tone of the review comments and chat replies. For example, you can set the tone to Act like a strict teacher, Act like a pirate and more.

@jakeklassen jakeklassen merged commit 03e24ac into main Mar 13, 2026
7 checks passed
@jakeklassen jakeklassen deleted the chore/upgrades branch March 13, 2026 12:06
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