webpack-contrib/url-loader
### [`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)
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^2.0.0
->^4.0.0
Release Notes
webpack-contrib/url-loader
### [`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)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.