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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,8 @@ You can read more about the Rails upgrade process on the following PRs:
110
110
111
111
### 1.5. Run these commands
112
112
113
+
Shakapacker has been upgraded to the latest version. See section 3.10 for troubleshooting errors.
114
+
113
115
```console
114
116
bundle update decidim
115
117
bin/rails decidim:upgrade
@@ -422,7 +424,31 @@ This also includes renderers and parsers which used the hashtag object to render
422
424
423
425
You can read more about this change on PR [#14803](https://github.com/decidim/decidim/pull/14803) and [#14868](https://github.com/decidim/decidim/pull/14868)
424
426
425
-
### 3.9. [[TITLE OF THE ACTION]]
427
+
### 3.10. Shakapacker upgrade
428
+
429
+
In our efforts to continuously upgrade the platform, we are upgrading Shakapacker to the latest version available. That is v8.3.0 at the time of this release. If you encounter any error similar to this one:
430
+
431
+
```console
432
+
**ERROR** Shakapacker: Shakapacker gem and node package versions do not match
433
+
Detected: 7.x.x
434
+
gem: 8.3.0
435
+
Ensure the installed version of the gem is the same as the version of
436
+
your installed node package.
437
+
Do not use >= or ~> in your Gemfile for shakapacker without a lockfile.
438
+
Do not use ^ or ~ in your package.json for shakapacker without a lockfile.
439
+
```
440
+
441
+
Please check if you have the following file `package.json`, and edit the version:
442
+
443
+
```json
444
+
"shakapacker": "~8.3.0",
445
+
```
446
+
447
+
If the file does not exist, check and perform the same changes in the `packages/webpacker/package.json`
448
+
449
+
You can read more about this change on PR [#15016](https://github.com/decidim/decidim/pull/15016).
450
+
451
+
### 3.11. [[TITLE OF THE ACTION]]
426
452
427
453
You can read more about this change on PR [#XXXX](https://github.com/decidim/decidim/pull/XXXX).
0 commit comments