Skip to content

Comments

Update dependency webpack-merge to v5#74

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/webpack-merge-5.x
Open

Update dependency webpack-merge to v5#74
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/webpack-merge-5.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 8, 2020

This PR contains the following updates:

Package Type Update Change
webpack-merge devDependencies major 4.2.1 -> 5.1.3

Release Notes

survivejs/webpack-merge

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

v4.2.2

Compare Source

  • Fix - Update minimum version of lodash to 4.17.15 in order to avoid npm audit warning. #​116
  • Docs - Improve merge.unique documentation. #​103
  • Docs - Add clear note about precedence. #​115

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 6073753 to 7f15b12 Compare July 9, 2020 12:16
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch 2 times, most recently from 7b49271 to e337ab5 Compare August 4, 2020 07:12
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from e337ab5 to e93c436 Compare August 18, 2020 16:45
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from e93c436 to eccf252 Compare August 30, 2020 06:29
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from eccf252 to 5039f47 Compare October 26, 2020 00:03
@renovate renovate bot force-pushed the renovate/webpack-merge-5.x branch from 5039f47 to 5324bdb Compare November 28, 2020 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant