Commit 57fb6bf
Upgrade Shakapacker from 9.2.0 to 9.3.0 (#1935)
## 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 <[email protected]>1 parent 32c1352 commit 57fb6bf
File tree
10 files changed
+194
-60
lines changed- react_on_rails_pro
- spec
- dummy
- execjs-compatible-dummy
- spec/dummy
10 files changed
+194
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | | - | |
145 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | | - | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| |||
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
177 | | - | |
178 | | - | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | | - | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
191 | | - | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
195 | | - | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| |||
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
214 | | - | |
| 219 | + | |
| 220 | + | |
215 | 221 | | |
216 | 222 | | |
217 | 223 | | |
218 | 224 | | |
219 | | - | |
220 | | - | |
| 225 | + | |
| 226 | + | |
221 | 227 | | |
222 | 228 | | |
223 | | - | |
| 229 | + | |
| 230 | + | |
224 | 231 | | |
225 | | - | |
| 232 | + | |
226 | 233 | | |
227 | | - | |
| 234 | + | |
228 | 235 | | |
229 | | - | |
230 | 236 | | |
231 | 237 | | |
232 | 238 | | |
| |||
241 | 247 | | |
242 | 248 | | |
243 | 249 | | |
244 | | - | |
| 250 | + | |
245 | 251 | | |
246 | 252 | | |
247 | 253 | | |
248 | | - | |
| 254 | + | |
249 | 255 | | |
250 | | - | |
| 256 | + | |
251 | 257 | | |
252 | 258 | | |
253 | 259 | | |
| |||
257 | 263 | | |
258 | 264 | | |
259 | 265 | | |
260 | | - | |
| 266 | + | |
261 | 267 | | |
262 | 268 | | |
263 | 269 | | |
264 | | - | |
| 270 | + | |
| 271 | + | |
265 | 272 | | |
| 273 | + | |
266 | 274 | | |
267 | | - | |
| 275 | + | |
268 | 276 | | |
269 | 277 | | |
270 | 278 | | |
| |||
342 | 350 | | |
343 | 351 | | |
344 | 352 | | |
345 | | - | |
| 353 | + | |
346 | 354 | | |
347 | 355 | | |
348 | 356 | | |
| |||
363 | 371 | | |
364 | 372 | | |
365 | 373 | | |
366 | | - | |
| 374 | + | |
367 | 375 | | |
368 | 376 | | |
369 | 377 | | |
370 | 378 | | |
371 | | - | |
| 379 | + | |
372 | 380 | | |
373 | 381 | | |
374 | 382 | | |
375 | 383 | | |
376 | 384 | | |
| 385 | + | |
377 | 386 | | |
378 | 387 | | |
379 | 388 | | |
| |||
390 | 399 | | |
391 | 400 | | |
392 | 401 | | |
393 | | - | |
394 | 402 | | |
395 | 403 | | |
396 | 404 | | |
397 | 405 | | |
398 | 406 | | |
399 | 407 | | |
400 | 408 | | |
401 | | - | |
| 409 | + | |
402 | 410 | | |
403 | 411 | | |
404 | 412 | | |
| |||
440 | 448 | | |
441 | 449 | | |
442 | 450 | | |
443 | | - | |
| 451 | + | |
444 | 452 | | |
445 | 453 | | |
446 | 454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2262 | 2262 | | |
2263 | 2263 | | |
2264 | 2264 | | |
| 2265 | + | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
2265 | 2274 | | |
2266 | 2275 | | |
2267 | 2276 | | |
| |||
2997 | 3006 | | |
2998 | 3007 | | |
2999 | 3008 | | |
3000 | | - | |
| 3009 | + | |
3001 | 3010 | | |
3002 | 3011 | | |
3003 | 3012 | | |
| |||
3443 | 3452 | | |
3444 | 3453 | | |
3445 | 3454 | | |
3446 | | - | |
| 3455 | + | |
3447 | 3456 | | |
3448 | 3457 | | |
3449 | 3458 | | |
| |||
5970 | 5979 | | |
5971 | 5980 | | |
5972 | 5981 | | |
5973 | | - | |
5974 | | - | |
5975 | | - | |
5976 | | - | |
| 5982 | + | |
| 5983 | + | |
| 5984 | + | |
| 5985 | + | |
5977 | 5986 | | |
5978 | 5987 | | |
5979 | 5988 | | |
5980 | 5989 | | |
| 5990 | + | |
5981 | 5991 | | |
5982 | 5992 | | |
5983 | 5993 | | |
| |||
6191 | 6201 | | |
6192 | 6202 | | |
6193 | 6203 | | |
6194 | | - | |
| 6204 | + | |
6195 | 6205 | | |
6196 | | - | |
| 6206 | + | |
6197 | 6207 | | |
6198 | 6208 | | |
6199 | 6209 | | |
| |||
6937 | 6947 | | |
6938 | 6948 | | |
6939 | 6949 | | |
| 6950 | + | |
| 6951 | + | |
| 6952 | + | |
| 6953 | + | |
| 6954 | + | |
| 6955 | + | |
| 6956 | + | |
| 6957 | + | |
| 6958 | + | |
6940 | 6959 | | |
6941 | 6960 | | |
6942 | 6961 | | |
| |||
6981 | 7000 | | |
6982 | 7001 | | |
6983 | 7002 | | |
| 7003 | + | |
| 7004 | + | |
| 7005 | + | |
| 7006 | + | |
| 7007 | + | |
6984 | 7008 | | |
6985 | 7009 | | |
6986 | 7010 | | |
| |||
7004 | 7028 | | |
7005 | 7029 | | |
7006 | 7030 | | |
| 7031 | + | |
| 7032 | + | |
| 7033 | + | |
| 7034 | + | |
| 7035 | + | |
7007 | 7036 | | |
7008 | 7037 | | |
7009 | 7038 | | |
| |||
7021 | 7050 | | |
7022 | 7051 | | |
7023 | 7052 | | |
| 7053 | + | |
| 7054 | + | |
| 7055 | + | |
| 7056 | + | |
| 7057 | + | |
| 7058 | + | |
| 7059 | + | |
| 7060 | + | |
| 7061 | + | |
| 7062 | + | |
| 7063 | + | |
| 7064 | + | |
| 7065 | + | |
7024 | 7066 | | |
7025 | 7067 | | |
7026 | 7068 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments