Update dependency webpack-merge to v6 #93
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:
^5.0.0
->^6.0.0
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.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.