Commit eab1306
authored
docs: add css-loader to v10 Rspack upgrade commands (#1211)
## Summary
Adds `css-loader@^7.1.4` to the v10 Rspack upgrade commands so apps
using Shakapacker-managed CSS loader rules install the CSS loader
version expected by the Rspack v2 stack.
Closes #1209.
## Validation
- `git diff --check origin/main..codex/1209-css-loader-v10-rspack`
- `git show codex/1209-css-loader-v10-rspack:docs/v10_upgrade.md | rg -n
"css-loader|rspack|Rspack|TBD|PR #TBD|pull/TBD"`
## Notes
Docs-only change. `AGENTS.md` lists docs checks as `n/a` unless touched
docs define their own focused check; no code/package files or lockfiles
are changed.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated the upgrade guide to note a new required `css-loader` version
when using the managed Rspack CSS setup.
* Expanded the install commands for yarn, npm, and pnpm to include the
updated dependency version.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 9314693 commit eab1306
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
| |||
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
166 | | - | |
| 168 | + | |
167 | 169 | | |
168 | | - | |
| 170 | + | |
169 | 171 | | |
170 | | - | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
0 commit comments