Commit fc16549
authored
fix: allow
### Summary
This [version will be released in the next week or
so](webpack/webpack-dev-server#5662 (comment)),
and importantly enables addressing GHSA-w5hq-g745-h8pq
The migration docs are
[here](https://github.com/webpack/webpack-dev-server/blob/93c191a285101c94a72e5be180c997595cb330f3/migration-v6.md)
- I don't think any of the breaking changes require any changes to
Shakapacker
### Pull Request checklist
<!-- If any of the items on this checklist do not apply to the PR, both
check it out and wrap it by `~`. -->
- [x] Add/update test to cover these changes
- [x] Update documentation
- [ ] Update CHANGELOG file
### Other Information
<!--
Mention any other important information that might relate to this PR but
that don't belong in the summary,
like detailed benchmarks or possible follow-up changes.
-->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Updated peer dependency and dependency strategy guidance to include
support for `webpack-dev-server` v6 (in addition to v5).
* **Chores**
* Broadened `webpack-dev-server` version ranges across package and
install configuration to support either v5 or v6.
* **Changelog**
* Added an “Unreleased” note highlighting support for
`webpack-dev-server` v6.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->webpack-dev-server v6 (#1102)1 parent 29f855a commit fc16549
6 files changed
Lines changed: 10 additions & 6 deletions
File tree
- docs
- lib/install
- packages/shakapacker-webpack
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments