You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
- Updated `Gemfile.development_dependencies` to use Shakapacker 9.3.0
- Updated `Gemfile.lock` with new dependency versions
## Shakapacker 9.3.0 Highlights
Based on the [Shakapacker
changelog](https://github.com/shakacode/shakapacker/blob/main/CHANGELOG.md):
- **Default useContentHash changed to true**: The default template no
longer triggers production warnings about useContentHash
- **Improved TypeScript support**: Fixed type definitions to export
proper types instead of `any` for better IDE autocomplete
- **Custom Rails environments**: Fixed support for non-standard
environments like staging (previously crashed)
- **Better error handling**: Improved error handling in configExporter
module
## Breaking Changes
None - this is a non-breaking upgrade from 9.2.0.
## Test Plan
- ✅ All gem-only RSpec tests pass
- ✅ RuboCop passes with no violations
- ✅ Pre-commit hooks pass successfully
## 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](https://claude.com/claude-code)
<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/shakacode/react_on_rails/1935)
<!-- Reviewable:end -->
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments