Update dependency laravel-mix to v6 #31
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.9->6.0.49Release Notes
JeffreyWay/laravel-mix (laravel-mix)
v6.0.49Compare Source
v6.0.48Compare Source
v6.0.47Compare Source
v6.0.46Compare Source
v6.0.45Compare Source
v6.0.44Compare Source
v6.0.43Compare Source
v6.0.42Compare Source
v6.0.41Compare Source
v6.0.40Compare Source
v6.0.39Compare Source
v6.0.38Compare Source
v6.0.37Compare Source
v6.0.36Compare Source
v6.0.35Compare Source
v6.0.34Compare Source
v6.0.33Compare Source
v6.0.32Compare Source
v6.0.31Compare Source
v6.0.30Compare Source
v6.0.29Compare Source
v6.0.28Compare Source
v6.0.27Compare Source
v6.0.26Compare Source
v6.0.25Compare Source
v6.0.24Compare Source
v6.0.23Compare Source
v6.0.22Compare Source
v6.0.21Compare Source
v6.0.20Compare Source
v6.0.19Compare Source
v6.0.18Compare Source
v6.0.17Compare Source
v6.0.16Compare Source
v6.0.15Compare Source
v6.0.14Compare Source
BabelConfig.fetchBabelRc/static BabelConfig.default/static BabelConfig.generatehave all been deprecated. They are no longer used by Mix itself but remain for backwards compatability.MixDefinitionsPlugin.getDefinitionsandstatic MixDefinitionsPlugin.buildhave been deprecated. They are no longer used by Mix itself but remain for backwards compatability.static Chunks._instance/static Chunks.instance()/static Chunks.reset()are now deprecated and will be removed in a future release.HotReloadingare now deprecated. They have been replaced with instance methods.Mix,Config, andwebpackConfigare now deprecated and will warn on use in Mix v7.We are working toward an API for access to
Mixfor extensions that does not assume that it is a global or that it is the same instance in all cases.In the mean time:
Chunks.instance()may be replaced withMix.chunksConfigmay be replaced withMix.configwebpackConfigmay be replaced withMix.webpackConfigHotReloading.*methodsMix.hot.*v6.0.13Compare Source
v6.0.12Compare Source
v6.0.11Compare Source
v6.0.10Compare Source
v6.0.9Compare Source
v6.0.8Compare Source
v6.0.7Compare Source
v6.0.6Compare Source
v6.0.5Compare Source
v6.0.4Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
BabelConfig.fetchBabelRc/static BabelConfig.default/static BabelConfig.generatehave all been deprecated. They are no longer used by Mix itself but remain for backwards compatability.MixDefinitionsPlugin.getDefinitionsandstatic MixDefinitionsPlugin.buildhave been deprecated. They are no longer used by Mix itself but remain for backwards compatability.static Chunks._instance/static Chunks.instance()/static Chunks.reset()are now deprecated and will be removed in a future release.HotReloadingare now deprecated. They have been replaced with instance methods.Mix,Config, andwebpackConfigare now deprecated and will warn on use in Mix v7.We are working toward an API for access to
Mixfor extensions that does not assume that it is a global or that it is the same instance in all cases.In the mean time:
Chunks.instance()may be replaced withMix.chunksConfigmay be replaced withMix.configwebpackConfigmay be replaced withMix.webpackConfigHotReloading.*methodsMix.hot.*v6.0.0Compare Source
This release brings Laravel Mix current with webpack 5. It additionally includes a variety of bug fixes and enhancements.
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 becomes conflicted, 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.