basiljs / basiljs.github.io

W.I.P. Basil.js reference build with jekyll and documentation.js
https://basiljs2.netlify.app
Other
5 stars 0 forks source link

Update dependency webpack-merge to v5 - abandoned #294

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-merge 4.2.2 -> 5.8.0 age adoption passing confidence

Release Notes

survivejs/webpack-merge ### [`v5.8.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​580--2021-06-07) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.7.3...v5.8.0) - Docs - Update `env` example to be webpack 5 compatible. [#​177](https://togithub.com/survivejs/webpack-merge/issues/177), [#​180](https://togithub.com/survivejs/webpack-merge/issues/180) - Feat - Support strings as rules for TypeScript, not just enums. [#​179](https://togithub.com/survivejs/webpack-merge/issues/179), [#​185](https://togithub.com/survivejs/webpack-merge/issues/185) ### [`v5.7.3`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​573--2020-12-22) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.7.2...v5.7.3) - Fix - Don't merge strings with objects in `mergeWithRules`. [#​172](https://togithub.com/survivejs/webpack-merge/issues/172) ### [`v5.7.2`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​572--2020-12-16) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.7.1...v5.7.2) - Fix - If there's no match when using `merge` operation with `mergeWithRules`, use default merge behavior as a fallback. [#​167](https://togithub.com/survivejs/webpack-merge/issues/167) ### [`v5.7.1`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​571--2020-12-16) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.7.0...v5.7.1) - Fix - Fix a merge failure for `mergeWithRules` when non-array matches are merged. [#​166](https://togithub.com/survivejs/webpack-merge/issues/166) ### [`v5.7.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​570--2020-12-12) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.6.1...v5.7.0) - Feat - Throw a `TypeError` if trying to use `mergeWithRules` with invalid configuration types for `append`/`prepend`/`merge` operations. ### [`v5.6.1`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​561--2020-12-11) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.6.0...v5.6.1) - Fix - Drop extraneous logging. ### [`v5.6.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​560--2020-12-11) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.5.0...v5.6.0) - Feat - Support `merge` (`CustomizeRule.Merge`) for objects at `mergeWithRules`. This is useful for merging loader options for example. [#​163](https://togithub.com/survivejs/webpack-merge/issues/163) ### [`v5.5.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​550--2020-12-10) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.4.1...v5.5.0) - Feat - Allow `mergeWithRules` to merge based on rules without a match. [#​151](https://togithub.com/survivejs/webpack-merge/issues/151) [#​159](https://togithub.com/survivejs/webpack-merge/issues/159) ### [`v5.4.1`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​541--2020-12-08) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.4.0...v5.4.1) - Fix - Allow `mergeUnique` to work with arbitrary order. [#​161](https://togithub.com/survivejs/webpack-merge/issues/161) ### [`v5.4.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​540--2020-10-30) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.3.0...v5.4.0) - Fix - Fall back correctly in `mergeWithRules` for cases that aren't matched. [#​157](https://togithub.com/survivejs/webpack-merge/issues/157) [#​158](https://togithub.com/survivejs/webpack-merge/issues/158) - Fix - Don't throw if using `mergeWithRules` without a rule [#​151](https://togithub.com/survivejs/webpack-merge/issues/151) - Feat - Throw if `undefined` is passed to `merge` as a structure to merge ### [`v5.3.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​530--2020-10-30) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.2.0...v5.3.0) - Fix - Expose `Configuration` type through a generic to TypeScript to support both webpack 4 and 5 [#​141](https://togithub.com/survivejs/webpack-merge/issues/141) [#​154](https://togithub.com/survivejs/webpack-merge/issues/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`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​520--2020-10-07) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.1.4...v5.2.0) - Feature - Support advanced merging cases through `mergeWithRules` [#​146](https://togithub.com/survivejs/webpack-merge/issues/146) [#​149](https://togithub.com/survivejs/webpack-merge/issues/149) ### [`v5.1.4`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​514--2020-09-09) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.1.3...v5.1.4) - Fix - Expose `CustomizeRule` for TypeScript users [#​147](https://togithub.com/survivejs/webpack-merge/issues/147) ### [`v5.1.3`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​513--2020-08-30) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.1.2...v5.1.3) - Fix - Allow merging a `RegExp` to itself [#​145](https://togithub.com/survivejs/webpack-merge/issues/145) ### [`v5.1.2`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​512--2020-08-18) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.1.1...v5.1.2) - Fix - Allow overriding an object field with `null` [#​144](https://togithub.com/survivejs/webpack-merge/issues/144) ### [`v5.1.1`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​511--2020-08-04) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.1.0...v5.1.1) - Fix - Drop `` from **index.d.ts** [#​143](https://togithub.com/survivejs/webpack-merge/issues/143) ### [`v5.1.0`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/CHANGELOG.md#​510--2020-08-03) [Compare Source](https://togithub.com/survivejs/webpack-merge/compare/v5.0.9...v5.1.0) - 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`](https://togithub.com/survivejs/webpack-merge/blob/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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)

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] commented 3 months ago

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.