sdc224 / electron-react-ts

Electron React TS
MIT License
2 stars 0 forks source link

Update dependency webpack-merge to v5 #109

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
webpack-merge devDependencies major 4.2.2 -> 5.0.9

Release Notes

survivejs/webpack-merge ### [`v5.0.9`](https://togithub.com/survivejs/webpack-merge/blob/master/CHANGELOG.md#​509--2020-07-09) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.8...v5.0.9) - Fix - Don't crash on `merge()` and `merge([])`. Now `{}` is returned in these corner cases. ### [`v5.0.8`](https://togithub.com/survivejs/webpack-merge/blob/master/CHANGELOG.md#​508--2020-07-07) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.7...v5.0.8) - Fix - Support Node 10 [#​138](https://togithub.com/survivejs/webpack-merge/issues/138) ### [`v5.0.7`](https://togithub.com/survivejs/webpack-merge/blob/master/CHANGELOG.md#​507--2020-07-06) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.6...v5.0.7) - Fix - Drop tslib dependency by setting `"importHelpers": false,` ### [`v5.0.6`](https://togithub.com/survivejs/webpack-merge/blob/master/CHANGELOG.md#​506--2020-07-06) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.5...v5.0.6) - Fix - Add tslib to dependencies ### [`v5.0.5`](https://togithub.com/survivejs/webpack-merge/blob/master/CHANGELOG.md#​505--2020-07-06) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.4...v5.0.5) - Tech - Optimize build size (UMD isn't needed) ### [`v5.0.4`](https://togithub.com/survivejs/webpack-merge/blob/master/CHANGELOG.md#​504--2020-07-06) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.3...v5.0.4) - Documentation - Use CommonJS imports at the examples. [#​137](https://togithub.com/survivejs/webpack-merge/issues/137) ### [`v5.0.3`](https://togithub.com/survivejs/webpack-merge/blob/master/CHANGELOG.md#​503--2020-07-06) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.0...v5.0.3) - Feature - Support TypeScript out of the box. [#​84](https://togithub.com/survivejs/webpack-merge/issues/84) [#​86](https://togithub.com/survivejs/webpack-merge/issues/86) [#​95](https://togithub.com/survivejs/webpack-merge/issues/95) [#​110](https://togithub.com/survivejs/webpack-merge/issues/110) [#​112](https://togithub.com/survivejs/webpack-merge/issues/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](https://togithub.com/survivejs/webpack-merge/issues/45) [#​99](https://togithub.com/survivejs/webpack-merge/issues/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](https://togithub.com/survivejs/webpack-merge/issues/81) - Fix - Drop lodash in favor of simpler dependencies. [#​134](https://togithub.com/survivejs/webpack-merge/issues/134) - Fix - Make `unique` merge from right to left to match behavior elsewhere. [#​119](https://togithub.com/survivejs/webpack-merge/issues/119) - Fix - Make sure `unique` doesn't lose non-unique items to merge. [#​125](https://togithub.com/survivejs/webpack-merge/issues/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`](https://togithub.com/survivejs/webpack-merge/compare/v4.2.2...v5.0.0) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v4.2.2...v5.0.0)

Renovate configuration

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

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.