build: update webpack-merge to version 5.1.2#18174
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
alan-agius4
previously approved these changes
Jul 7, 2020
8a46c42 to
f91b3c8
Compare
f91b3c8 to
698209d
Compare
698209d to
ad1fed8
Compare
ad1fed8 to
d0d7b27
Compare
d0d7b27 to
20a2798
Compare
Contributor
Author
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will then reenable updates for minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.1.24.2.2->5.1.2Release Notes
survivejs/webpack-merge
v5.1.2Compare Source
null#144v5.1.1Compare Source
<reference types="webpack-dev-server" />from index.d.ts #143v5.1.0Compare Source
mergeasdefaultfor backwards-compatibility with TypeScript. Nowimport merge from "webpack-merge";works there. In CommonJS, the default alias is exposed throughdefaultproperty due to technical constraints.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: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.
🚦 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 these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.