fix(deps): update dependency webpack-merge to v5 #260
Closed
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.0Release Notes
survivejs/webpack-merge
v5.0.9Compare Source
merge()andmerge([]). Now{}is returned in these corner cases.v5.0.8Compare Source
v5.0.7Compare Source
"importHelpers": false,v5.0.6Compare Source
v5.0.5Compare Source
v5.0.4Compare Source
v5.0.3Compare Source
merge.smarthas been dropped as it's tricky to support all the corner cases. Instead, it's better to use the provided utilities to put together amergethat fits your case.mergeStrategyhas been dropped in favor of usingmergeWithCustomizewithcustomizeArrayandcustomizeObject.merge.multiplehas been dropped as the functionality was too specific and it's better to implement in the user space if needed.mergehas been moved as a regular import (i.e.import { merge } from 'webpack-merge').mergeWithCustomize.customizeArraysupports wildcards now. Example:'entry.*': 'prepend'. #45 #99Promiseis being merged. It's better to wrap configuration within aPromiseand merge inside it. #81uniquemerge from right to left to match behavior elsewhere. #119uniquedoesn'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.0Compare Source
Renovate configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 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.