-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency webpack-dev-server to v5 #140
base: main
Are you sure you want to change the base?
Conversation
98b5956
to
493989c
Compare
e70068a
to
1926f4e
Compare
1926f4e
to
f185a71
Compare
This project doesn't include any webpacks by default. Running the
This has probably since webpacker was upgraded to v5 and webpack-dev-server was upgraded to v4 since
It ALSO looks like we didn't properly migrate the webpack / babel configuration as part of the webpack 4 upgrade: https://webpacker-docs.netlify.app/docs/v4-upgrade. This particular PR is going to require a bit of surgery to put the plumbing right, and may be open a while. It's also worth mentioning that webpacker has been retired. New Rails applications use https://github.com/rails/jsbundling-rails. I'll open an issue to eventually migrate this project to the new tooling - EDIT: see #148. However, we may want to continue along this upgrade path so we can make use of the webpacker 5 => jsbundling upgrade/replacement path guides |
eb4f184
to
36e076d
Compare
5f106fc
to
5623d9d
Compare
5623d9d
to
c038488
Compare
af33e40
to
63a52c3
Compare
63a52c3
to
91e3f78
Compare
717fc45
to
0a9f16d
Compare
ef0eb92
to
ba679f6
Compare
2f35533
to
2fcd3c0
Compare
579ff81
to
b3b37f5
Compare
78bab00
to
aab2fe1
Compare
a8859c2
to
89a9651
Compare
89a9651
to
358e282
Compare
ab37b99
to
a8f87bb
Compare
a8f87bb
to
b6de428
Compare
68b369a
to
cecb374
Compare
cecb374
to
95f2e19
Compare
This PR contains the following updates:
4.15.2
->5.1.0
Release Notes
webpack/webpack-dev-server (webpack-dev-server)
v5.1.0
Compare Source
Features
app
option to beFunction
(by default only withconnect
compatibility frameworks) (3096148)server
option to beFunction
(#5275) (02a1c6d)connect
andconnect
compatibility frameworks which support HTTP2 (#5267) (6509a3f)Bug Fixes
platform
property to determinate the target (#5269) (c3b532c)rimraf
withrm
(#5162) (1a1561f)devServer: false
(#5272) (8b341cb)5.0.4 (2024-03-19)
Bug Fixes
5.0.3 (2024-03-12)
Bug Fixes
5.0.2 (2024-02-16)
Bug Fixes
5.0.1 (2024-02-13)
Bug Fixes
require-trusted-types-for
(#5046) (e115436)v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
Migration Guide and Changes.
4.15.1 (2023-06-09)
Bug Fixes
::
withlocalhost
before openBrowser() (#4856) (874c44b)@types/ws
(#4899) (34bcec2)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.