Update dependency webpack-merge to v5 #239
Merged
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:
4.2.2
->5.0.9
Release Notes
survivejs/webpack-merge
v5.0.9
Compare Source
merge()
andmerge([])
. Now{}
is returned in these corner cases.v5.0.8
Compare Source
v5.0.7
Compare Source
"importHelpers": false,
v5.0.6
Compare Source
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
merge.smart
has been dropped as it's tricky to support all the corner cases. Instead, it's better to use the provided utilities to put together amerge
that fits your case.mergeStrategy
has been dropped in favor of usingmergeWithCustomize
withcustomizeArray
andcustomizeObject
.merge.multiple
has been dropped as the functionality was too specific and it's better to implement in the user space if needed.merge
has been moved as a regular import (i.e.import { merge } from 'webpack-merge'
).mergeWithCustomize
.customizeArray
supports wildcards now. Example:'entry.*': 'prepend'
. #45 #99Promise
is being merged. It's better to wrap configuration within aPromise
and merge inside it. #81unique
merge from right to left to match behavior elsewhere. #119unique
doesn't lose non-unique items to merge. #125Special thanks to Google and Addy Osmani for supporting the work financially as it allowed me to complete the work required by the new major release.
v5.0.0
Compare Source
Renovate configuration
📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.