Commit a7043fa
Fix: Revert workspace protocol to version numbers for Yarn Classic
Yarn Classic (v1.22.22) doesn't support the workspace:* protocol - that's
a Yarn Berry/Modern feature. This was causing CI failures with:
error Couldn't find any versions for "react-on-rails" that matches "workspace:*"
Changes:
- Reverted react-on-rails-pro-node-renderer dependencies from workspace:*
back to explicit version numbers (16.2.0-beta.11)
- Updated node-renderer version to match other packages (beta.11)
Trade-offs:
- Manual version updates needed when bumping versions (original concern)
- But compatible with Yarn Classic which the project uses
- Alternative would require migrating to Yarn Berry/Modern
The code review suggestion for workspace:* was good in principle but
requires Yarn >=2.0. Since this project uses Yarn Classic, we'll stick
with explicit version numbers and update them together during releases.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 1aa2546 commit a7043fa
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments