samqdemocorp-mend / box_mojito

https://github.com/box/mojito.git
Apache License 2.0
0 stars 0 forks source link

Update dependency url-loader to v4 #48

Open mend-for-github-com[bot] opened 8 months ago

mend-for-github-com[bot] commented 8 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
url-loader ^0.6.2 -> ^4.0.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

webpack-contrib/url-loader (url-loader) ### [`v4.1.1`](https://togithub.com/webpack-contrib/url-loader/blob/HEAD/CHANGELOG.md#411-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-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-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-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-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-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-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-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-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/HEAD/CHANGELOG.md#112-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/HEAD/CHANGELOG.md#111-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/HEAD/CHANGELOG.md#110-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)) ### [`v1.0.1`](https://togithub.com/webpack-contrib/url-loader/blob/HEAD/CHANGELOG.md#101-2018-03-03) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v1.0.0...v1.0.1) ##### 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)) ### [`v1.0.0`](https://togithub.com/webpack-contrib/url-loader/blob/HEAD/CHANGELOG.md#100-2018-03-03) [Compare Source](https://togithub.com/webpack-contrib/url-loader/compare/v0.6.2...v1.0.0) ##### Bug Fixes - **index:** use `Buffer.from` instead of deprecated `new Buffer` ([#​113](https://togithub.com/webpack-contrib/url-loader/issues/113)) ([457618b](https://togithub.com/webpack-contrib/url-loader/commit/457618b))

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.