SevenOutman / vue-aplayer

:cake: Easy-to-use music player for Vue 2.x
https://vue-aplayer.js.org
MIT License
1.33k stars 200 forks source link

chore(deps): update dependency url-loader to v4 #217

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
url-loader 1.1.2 -> 4.1.1 age adoption passing confidence

Release Notes

webpack-contrib/url-loader ### [`v4.1.1`](https://togithub.com/webpack-contrib/url-loader/blob/HEAD/CHANGELOG.md#​411-httpsgithubcomwebpack-contriburl-loadercomparev410v411-2020-10-09) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v4.1.0...v4.1.1) ### [`v4.1.0`](https://togithub.com/webpack-contrib/url-loader/blob/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/HEAD/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)

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), 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.