Skip to content

chore(deps): update dependencies - #39

Merged
gameroman merged 1 commit into
mainfrom
deps
Aug 13, 2026
Merged

chore(deps): update dependencies#39
gameroman merged 1 commit into
mainfrom
deps

Conversation

@gameroman

@gameromangameroman commented Aug 13, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated development tooling to newer versions.
  • Refactor
    • Improved internal checks for detecting existing and duplicate items.
    • Standardized code formatting and method syntax without changing functionality.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitPreview URLUpdated (UTC)
✅ Deployment successful!
View logs
userscriptsb00d031Commit Preview URL

Branch Preview URL
Aug 13 2026, 04:19 PM

@coderabbitai

coderabbitaiBot commented Aug 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e007ee86-51a4-442c-ad53-554508e16856

📥 Commits

Reviewing files that changed from the base of the PR and between 6de683e and b00d031.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • package.json
  • src/scripts/infinite-craft/helper/index.ts
  • src/scripts/infinite-craft/kit/index.ts
  • src/scripts/infinite-craft/sandwhich-utils/index.ts

📝 Walkthrough

Walkthrough

The change updates development tool versions and applies formatting and equivalent existence-check improvements across Infinite Craft utilities. It also converts utility object members and callbacks to method shorthand without changing public APIs.

Changes

Infinite Craft maintenance

Layer / File(s)Summary
Development tool updates
package.json
Updates @gameroman/config, oxfmt, and oxlint development versions.
Existence checks and formatting
src/scripts/infinite-craft/helper/index.ts, src/scripts/infinite-craft/kit/index.ts, src/scripts/infinite-craft/sandwhich-utils/index.ts
Standardizes loop spacing and uses some() for equivalent existence checks.
Utility method syntax
src/scripts/infinite-craft/sandwhich-utils/index.ts
Converts tab and Unicode utility members and sorting callbacks to method shorthand.

Estimated code review effort: 2 (Simple) | ~10 minutes

Mergeability Score:⚪ Minimal · up to b00d0

This localized dependency update is merge-ready after normal clean-install, formatting, and lint checks; no actionable merge-blocking risk remains.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title accurately describes the dependency updates, which are a primary part of the changeset.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps

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.

@gameroman
gameroman merged commit d5ecd3c into mainAug 13, 2026
3 checks passed
@gameroman
gameroman deleted the deps branch August 13, 2026 16:26
Sign up for freeto 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

@gameroman