Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency webpack-merge to v5 #335

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 10, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-merge 4.2.2 -> 5.10.0 age adoption passing confidence
@​types/webpack-merge 4.1.5 -> 5.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

survivejs/webpack-merge (webpack-merge)

v5.10.0

Compare Source

  • Feat - Support object/array-formed condition for mergeWithRules. #​212

v5.9.0

Compare Source

v5.8.0

Compare Source

  • Docs - Update env example to be webpack 5 compatible. #​177, #​180
  • Feat - Support strings as rules for TypeScript, not just enums. #​179, #​185

v5.7.3

Compare Source

  • Fix - Don't merge strings with objects in mergeWithRules. #​172

v5.7.2

Compare Source

  • Fix - If there's no match when using merge operation with mergeWithRules, use default merge behavior as a fallback. #​167

v5.7.1

Compare Source

  • Fix - Fix a merge failure for mergeWithRules when non-array matches are merged. #​166

v5.7.0

Compare Source

  • Feat - Throw a TypeError if trying to use mergeWithRules with invalid configuration types for append/prepend/merge operations.

v5.6.1

Compare Source

  • Fix - Drop extraneous logging.

v5.6.0

Compare Source

  • Feat - Support merge (CustomizeRule.Merge) for objects at mergeWithRules. This is useful for merging loader options for example. #​163

v5.5.0

Compare Source

  • Feat - Allow mergeWithRules to merge based on rules without a match. #​151 #​159

v5.4.1

Compare Source

  • Fix - Allow mergeUnique to work with arbitrary order. #​161

v5.4.0

Compare Source

  • Fix - Fall back correctly in mergeWithRules for cases that aren't matched. #​157 #​158
  • Fix - Don't throw if using mergeWithRules without a rule #​151
  • Feat - Throw if undefined is passed to merge as a structure to merge

v5.3.0

Compare Source

  • Fix - Expose Configuration type through a generic to TypeScript to support both webpack 4 and 5 #​141 #​154

In 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

  • Feature - Support advanced merging cases through mergeWithRules #​146 #​149

v5.1.4

Compare Source

  • Fix - Expose CustomizeRule for TypeScript users #​147

v5.1.3

Compare Source

  • Fix - Allow merging a RegExp to itself #​145

v5.1.2

Compare Source

  • Fix - Allow overriding an object field with null #​144

v5.1.1

Compare Source

  • Fix - Drop <reference types="webpack-dev-server" /> from index.d.ts #​143

v5.1.0

Compare Source

  • Feature - Expose merge as default for backwards-compatibility with TypeScript. Now import merge from "webpack-merge"; works there. In CommonJS, the default alias is exposed through default property due to technical constraints.

v5.0.9

Compare Source

  • Fix - Don't crash on merge() and merge([]). Now {} is returned in these corner cases.

v5.0.8

Compare Source

v5.0.7

Compare Source

  • Fix - Drop tslib dependency by setting "importHelpers": false,

v5.0.6

Compare Source

  • Fix - Add tslib to dependencies

v5.0.5

Compare Source

  • Tech - Optimize build size (UMD isn't needed)

v5.0.4

Compare Source

  • Documentation - Use CommonJS imports at the examples. #​137

v5.0.3

Compare Source

  • Feature - Support TypeScript out of the box. #​84 #​86 #​95 #​110 #​112
  • Deprecation - 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 a merge that fits your case.
  • Deprecation - mergeStrategy has been dropped in favor of using mergeWithCustomize with customizeArray and customizeObject.
  • Deprecation - merge.multiple has been dropped as the functionality was too specific and it's better to implement in the user space if needed.
  • Breaking - merge has been moved as a regular import (i.e. import { merge } from 'webpack-merge').
  • Breaking - Merge customization has been moved behind mergeWithCustomize.
  • Breaking - Bump supported Node version to 12
  • Feature - customizeArray supports wildcards now. Example: 'entry.*': 'prepend'. #​45 #​99
  • Feature - Throw an error in case a Promise is being merged. It's better to wrap configuration within a Promise and merge inside it. #​81
  • Fix - Drop lodash in favor of simpler dependencies. #​134
  • Fix - Make unique merge from right to left to match behavior elsewhere. #​119
  • Fix - Make sure unique doesn't lose non-unique items to merge. #​125

Special 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 - "every weekend" in timezone Asia/Tokyo, 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jul 10, 2020
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from b081ff8 to 294b42f Compare July 26, 2020 18:05
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch 2 times, most recently from e8c2e41 to 3f35a06 Compare August 4, 2020 07:13
@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ff655b1) to head (ab87af8).

❗ Current head ab87af8 differs from pull request most recent head f7c20e9. Consider uploading reports for the commit f7c20e9 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #335   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           36        36           
  Branches         3         3           
=========================================
  Hits            36        36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 3f35a06 to a2b0261 Compare August 18, 2020 16:45
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from a2b0261 to 09757e0 Compare August 30, 2020 06:29
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 09757e0 to 2088774 Compare September 9, 2020 07:45
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 2088774 to 29a0b4e Compare October 7, 2020 09:34
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 29a0b4e to f419dc9 Compare November 1, 2020 15:26
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch 2 times, most recently from 881fc84 to a49e378 Compare November 15, 2020 17:19
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch 5 times, most recently from c13f635 to 98ddf2e Compare December 13, 2020 15:45
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch 3 times, most recently from 0c0fcb7 to 153e62d Compare December 22, 2020 14:51
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 153e62d to a6fa484 Compare May 7, 2021 00:57
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from a6fa484 to ab87af8 Compare June 7, 2021 09:04
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from ab87af8 to c5febed Compare September 25, 2022 15:29
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from c5febed to 66d5e1c Compare November 20, 2022 13:38
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 66d5e1c to cf4b232 Compare May 28, 2023 11:23
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from cf4b232 to 06bb7ed Compare October 16, 2023 09:54
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 06bb7ed to f7c20e9 Compare March 20, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants