Skip to content

chore(deps): update dependencies#21

Merged
gameroman merged 1 commit into
mainfrom
deps
Jul 5, 2026
Merged

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

Conversation

@gameroman

@gameroman gameroman commented Jul 5, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated several development tool versions for improved maintenance and compatibility.
  • Style
    • Standardized string formatting across a few app behaviors.
    • No user-facing functionality changed.

@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.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
userscripts fc42972 Commit Preview URL

Branch Preview URL
Jul 05 2026, 10:53 AM

@coderabbitai

coderabbitai Bot commented Jul 5, 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

Run ID: da239d6f-93f8-4a15-bd93-62dd82b40c79

📥 Commits

Reviewing files that changed from the base of the PR and between f85e07d and fc42972.

⛔ 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

This PR converts string concatenation to template literals across four userscript files (helper, kit, sandwhich-utils) without altering runtime behavior, and bumps devDependency versions (@gameroman/config, oxfmt, oxlint) in package.json.

Changes

Template Literal Refactor

Layer / File(s) Summary
Helper console and height formatting
src/scripts/infinite-craft/helper/index.ts
Invalid-recipe warning message, pinned-container height persistence to localStorage, and resize height styling are switched from string concatenation to template literals.
Kit tool strings and lineage formatting
src/scripts/infinite-craft/kit/index.ts
addParentheses prepend/append strings, @element deSpell candidate strings, and makeLineage output string are switched from concatenation to template literals.
Sandwhich-utils context menu class name
src/scripts/infinite-craft/sandwhich-utils/index.ts
Context-menu option className assignment is switched from concatenation to a template literal.

Dependency Version Bump

Layer / File(s) Summary
devDependency updates
package.json
@gameroman/config, oxfmt, and oxlint versions are bumped to newer releases.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Related issues: None specified.

Related PRs: None specified.

Suggested labels: chore, refactor, dependencies

Suggested reviewers: None specified.

🐰 Concatenation days are gone,
Backticks now shine like the dawn,
Recipes, lineage, and CSS class too,
All template-literal-fied, brand new,
A tiny bump in deps — and onward we hop on!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the dependency version bumps in package.json, though it doesn't mention the accompanying string-literal refactors.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check 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 aa732ca into main Jul 5, 2026
3 checks passed
@gameroman gameroman deleted the deps branch July 5, 2026 10:59
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