Closed renovate[bot] closed 4 years ago
As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 4.x releases. However, if you upgrade to 4.x manually then Renovate will then reenable updates for minor and patch updates automatically.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
~1.0.0
->~4.1.0
Release Notes
webpack-contrib/url-loader
### [`v4.1.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#410-httpsgithubcomwebpack-contriburl-loadercomparev400v410-2020-04-08) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v4.0.0...v4.1.0) ##### Features - the `mimetype` option can be `Boolean` - added the `encoding` option - added the `generator` option ### [`v4.0.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#400-httpsgithubcomwebpack-contriburl-loadercomparev300v400-2020-03-17) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v3.0.0...v4.0.0) ##### ⚠ BREAKING CHANGES - **deps:** migrate on `mime-types` package, some rare types may have other mimetype ##### Bug Fixes - description on the `esModule` option ([#204](https://togithub.com/webpack-contrib/url-loader/issues/204)) ([a2f127d](https://togithub.com/webpack-contrib/url-loader/commit/a2f127d16b88cda3c38509821a51487a89827c28)) - **deps:** migrate on `mime-types` package ([#209](https://togithub.com/webpack-contrib/url-loader/issues/209)) ([fc8721f](https://togithub.com/webpack-contrib/url-loader/commit/fc8721f49626360dd81300085a747b3afa5acd38)) ### [`v3.0.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#300-httpsgithubcomwebpack-contriburl-loadercomparev200v300-2019-11-26) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v2.3.0...v3.0.0) ##### BREAKING CHANGES - minimum required nodejs version is `10.13.0` - rename the `esModules` option to `esModule` - switch to ES modules by default (the option `esModule` is `true` by default) ### [`v2.3.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#230-httpsgithubcomwebpack-contriburl-loadercomparev220v230-2019-11-21) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v2.2.0...v2.3.0) ##### Features - new `esModules` option to output ES modules ([0ee2b99](https://togithub.com/webpack-contrib/url-loader/commit/0ee2b9964f37f4d7c5dd6ea09f8526525e0fab91)) ##### [2.2.0](https://togithub.com/webpack-contrib/url-loader/compare/v2.1.0...v2.2.0) (2019-10-04) ##### Features - limit allow using `Infinity` and `Number` ([#192](https://togithub.com/webpack-contrib/url-loader/issues/192)) ([2bffcfd](https://togithub.com/webpack-contrib/url-loader/commit/2bffcfd)) - pnp support ([#195](https://togithub.com/webpack-contrib/url-loader/issues/195)) ([196110e](https://togithub.com/webpack-contrib/url-loader/commit/196110e)) ### [`v2.2.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#220-httpsgithubcomwebpack-contriburl-loadercomparev210v220-2019-10-04) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v2.1.0...v2.2.0) ### [`v2.1.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#210-httpsgithubcomwebpack-contriburl-loadercomparev201v210-2019-07-18) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v2.0.1...v2.1.0) ##### Features - improved validation error messages ([#187](https://togithub.com/webpack-contrib/url-loader/issues/187)) ([f3d4dd2](https://togithub.com/webpack-contrib/url-loader/commit/f3d4dd2)) ##### [2.0.1](https://togithub.com/webpack-contrib/url-loader/compare/v2.0.0...v2.0.1) (2019-06-25) ##### Bug Fixes - allow using limit as string when you use loader with query string ([#185](https://togithub.com/webpack-contrib/url-loader/issues/185)) ([4842f93](https://togithub.com/webpack-contrib/url-loader/commit/4842f93)) ### [`v2.0.1`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#201-httpsgithubcomwebpack-contriburl-loadercomparev200v201-2019-06-25) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v2.0.0...v2.0.1) ### [`v2.0.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#200-httpsgithubcomwebpack-contriburl-loadercomparev112v200-2019-06-05) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0) ##### Bug Fixes - rm unnecessary `bin` field ([#163](https://togithub.com/webpack-contrib/url-loader/issues/163)) ([b603665](https://togithub.com/webpack-contrib/url-loader/commit/b603665)) - `limit` should always be a number and 0 value handles as number ([#180](https://togithub.com/webpack-contrib/url-loader/issues/180)) ([d82e453](https://togithub.com/webpack-contrib/url-loader/commit/d82e453)) - fallback loader will be used than limit is equal or greater ([#179](https://togithub.com/webpack-contrib/url-loader/issues/179)) ([3c24545](https://togithub.com/webpack-contrib/url-loader/commit/3c24545)) ##### Features - limit option can be boolean ([#181](https://togithub.com/webpack-contrib/url-loader/issues/181)) ([60d2cb3](https://togithub.com/webpack-contrib/url-loader/commit/60d2cb3)) ##### BREAKING CHANGES - minimum required nodejs version is `8.9.0` - `limit` should always be a number and 0 value handles as number - fallback loader will be used than limit is equal or greater (before only when greater) ### [`v1.1.2`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#112-httpsgithubcomwebpack-contriburl-loadercomparev110v112-2018-10-10) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v1.1.1...v1.1.2) ##### Bug Fixes - fallback options behaviour ([#145](https://togithub.com/webpack-contrib/url-loader/issues/145)) ([03e631f](https://togithub.com/webpack-contrib/url-loader/commit/03e631f)) - **package:** add support for `webpack =< v3.0.0` (`peerDependencies`) ([#150](https://togithub.com/webpack-contrib/url-loader/issues/150)) ([a6860fc](https://togithub.com/webpack-contrib/url-loader/commit/a6860fc)) - **package:** relax `node` version range (`engines`) ([#155](https://togithub.com/webpack-contrib/url-loader/issues/155)) ([d37b108](https://togithub.com/webpack-contrib/url-loader/commit/d37b108)) - **utils/normalizeFallback:** correctly pass all `options` to the default fallback (`file-loader`) ([#139](https://togithub.com/webpack-contrib/url-loader/issues/139)) ([401be63](https://togithub.com/webpack-contrib/url-loader/commit/401be63)) ### [`v1.1.1`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#111-httpsgithubcomwebpack-contriburl-loadercomparev110v111-2018-08-17) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v1.1.0...v1.1.1) ##### Bug Fixes - correctly pass all `options` to the fallback ([#143](https://togithub.com/webpack-contrib/url-loader/issues/143)) ([03e631f](https://togithub.com/webpack-contrib/url-loader/commit/03e631f)) ### [`v1.1.0`](https://togithub.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md#110-httpsgithubcomwebpack-contriburl-loadercomparev101v110-2018-08-13) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v1.0.1...v1.1.0) ##### Features - support fallback loader in options.fallback ([#123](https://togithub.com/webpack-contrib/url-loader/issues/123)) ([017adc7](https://togithub.com/webpack-contrib/url-loader/commit/017adc7)), closes [#118](https://togithub.com/webpack-contrib/url-loader/issues/118) #### [1.0.1](https://togithub.com/webpack-contrib/url-loader/compare/v1.0.0...v1.0.1) (2018-03-03) ##### Bug Fixes - **index:** revert to CJS exports (`module.exports`) ([#116](https://togithub.com/webpack-contrib/url-loader/issues/116)) ([7b60cc2](https://togithub.com/webpack-contrib/url-loader/commit/7b60cc2))Renovate configuration
:date: Schedule: "before 9am,after 5pm" in timezone Europe/London.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, 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.