-
-
Notifications
You must be signed in to change notification settings - Fork 638
Upgrade Shakapacker from 9.2.0 to 9.3.0 #1935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Warning Rate limit exceeded@justin808 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 26 minutes and 33 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (5)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
Code Review: Shakapacker 9.2.0 to 9.3.0 UpgradeOverviewThis PR upgrades Shakapacker from 9.2.0 to 9.3.0 in a minimal, focused approach. I've reviewed the changes against the repository's CLAUDE.md guidelines and best practices. ✅ Strengths
|
This is a minimal upgrade that updates only the Shakapacker version across all locations in the repository. Files updated: - Gemfile.development_dependencies (main and Pro) - package.json files (spec/dummy, Pro dummy, Pro execjs-compatible-dummy) - yarn.lock files (all dummy apps) - Gemfile.lock files (main and spec/dummy) Key changes in Shakapacker 9.3.0: - Default useContentHash changed to true in shakapacker.yml template - Improved TypeScript type definitions for better IDE support - Fixed support for custom Rails environments (e.g., staging) - Better error handling in configExporter module No breaking changes or configuration changes required for this upgrade. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
b1463f3 to
1532c7b
Compare
Summary
This PR provides a minimal upgrade of Shakapacker from version 9.2.0 to 9.3.0. This is a focused upgrade that only updates the Shakapacker gem version without any additional changes.
Changes
Gemfile.development_dependenciesto use Shakapacker 9.3.0Gemfile.lockwith new dependency versionsShakapacker 9.3.0 Highlights
Based on the Shakapacker changelog:
anyfor better IDE autocompleteBreaking Changes
None - this is a non-breaking upgrade from 9.2.0.
Test Plan
Notes
This is intentionally a minimal PR focused solely on the version upgrade. Any additional improvements or configurations related to Shakapacker 9.3.0 features can be addressed in separate PRs.
🤖 Generated with Claude Code
This change is