chore(deps): update dependency webpack-merge to v6 #411
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
->6.0.1
Release Notes
survivejs/webpack-merge (webpack-merge)
v6.0.1
Compare Source
clone-deep
as there was a corner case wherestructuredClone
did not work as expected. #214v6.0.0
Compare Source
structuredClone
overclone-deep
dependency since it is included to Node 18 or above. #214v5.10.0
Compare Source
mergeWithRules
. #212v5.9.0
Compare Source
v5.8.0
Compare Source
env
example to be webpack 5 compatible. #177, #180v5.7.3
Compare Source
mergeWithRules
. #172v5.7.2
Compare Source
merge
operation withmergeWithRules
, use default merge behavior as a fallback. #167v5.7.1
Compare Source
mergeWithRules
when non-array matches are merged. #166v5.7.0
Compare Source
TypeError
if trying to usemergeWithRules
with invalid configuration types forappend
/prepend
/merge
operations.v5.6.1
Compare Source
v5.6.0
Compare Source
merge
(CustomizeRule.Merge
) for objects atmergeWithRules
. This is useful for merging loader options for example. #163v5.5.0
Compare Source
mergeWithRules
to merge based on rules without a match. #151 #159v5.4.1
Compare Source
mergeUnique
to work with arbitrary order. #161v5.4.0
Compare Source
mergeWithRules
for cases that aren't matched. #157 #158mergeWithRules
without a rule #151undefined
is passed tomerge
as a structure to mergev5.3.0
Compare Source
Configuration
type through a generic to TypeScript to support both webpack 4 and 5 #141 #154In case you use webpack 4, please change your typing as instructed in the readme as the default type is loose but non-breaking.
v5.2.0
Compare Source
mergeWithRules
#146 #149v5.1.4
Compare Source
CustomizeRule
for TypeScript users #147v5.1.3
Compare Source
RegExp
to itself #145v5.1.2
Compare Source
null
#144v5.1.1
Compare Source
<reference types="webpack-dev-server" />
from index.d.ts #143v5.1.0
Compare Source
merge
asdefault
for backwards-compatibility with TypeScript. Nowimport merge from "webpack-merge";
works there. In CommonJS, the default alias is exposed throughdefault
property due to technical constraints.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
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: Never, 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 Mend Renovate. View repository job log here.