Release notes
*Sourced from [url-loader's releases](https://github.com/webpack-contrib/url-loader/releases).*
> ## v2.2.0
> ### [2.2.0](https://github.com/webpack-contrib/url-loader/compare/v2.1.0...v2.2.0) (2019-10-04)
>
>
> ### Features
>
> * limit allow using `Infinity` and `Number` ([#192](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/192)) ([2bffcfd](https://github.com/webpack-contrib/url-loader/commit/2bffcfd))
> * pnp support ([#195](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/195)) ([196110e](https://github.com/webpack-contrib/url-loader/commit/196110e))
>
> ## v2.1.0
> ## [2.1.0](https://github.com/webpack-contrib/url-loader/compare/v2.0.1...v2.1.0) (2019-07-18)
>
>
> ### Features
>
> * improved validation error messages ([#187](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/187)) ([f3d4dd2](https://github.com/webpack-contrib/url-loader/commit/f3d4dd2))
>
> ## v2.0.1
> ### [2.0.1](https://github.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://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/185)) ([4842f93](https://github.com/webpack-contrib/url-loader/commit/4842f93))
>
> ## v2.0.0
> ## [2.0.0](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0) (2019-06-05)
>
>
> ### Bug Fixes
>
> * rm unnecessary `bin` field ([#163](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/163)) ([b603665](https://github.com/webpack-contrib/url-loader/commit/b603665))
> * `limit` should always be a number and 0 value handles as number ([#180](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/180)) ([d82e453](https://github.com/webpack-contrib/url-loader/commit/d82e453))
> * fallback loader will be used than limit is equal or greater ([#179](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/179)) ([3c24545](https://github.com/webpack-contrib/url-loader/commit/3c24545))
>
>
> ### Features
>
> * limit option can be boolean ([#181](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/181)) ([60d2cb3](https://github.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)
Changelog
*Sourced from [url-loader's changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md).*
> ### [2.2.0](https://github.com/webpack-contrib/url-loader/compare/v2.1.0...v2.2.0) (2019-10-04)
>
>
> ### Features
>
> * limit allow using `Infinity` and `Number` ([#192](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/192)) ([2bffcfd](https://github.com/webpack-contrib/url-loader/commit/2bffcfd))
> * pnp support ([#195](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/195)) ([196110e](https://github.com/webpack-contrib/url-loader/commit/196110e))
>
> ## [2.1.0](https://github.com/webpack-contrib/url-loader/compare/v2.0.1...v2.1.0) (2019-07-18)
>
>
> ### Features
>
> * improved validation error messages ([#187](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/187)) ([f3d4dd2](https://github.com/webpack-contrib/url-loader/commit/f3d4dd2))
>
>
>
> ### [2.0.1](https://github.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://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/185)) ([4842f93](https://github.com/webpack-contrib/url-loader/commit/4842f93))
>
>
>
> ## [2.0.0](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0) (2019-06-05)
>
>
> ### Bug Fixes
>
> * rm unnecessary `bin` field ([#163](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/163)) ([b603665](https://github.com/webpack-contrib/url-loader/commit/b603665))
> * `limit` should always be a number and 0 value handles as number ([#180](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/180)) ([d82e453](https://github.com/webpack-contrib/url-loader/commit/d82e453))
> * fallback loader will be used than limit is equal or greater ([#179](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/179)) ([3c24545](https://github.com/webpack-contrib/url-loader/commit/3c24545))
>
>
> ### Features
>
> * limit option can be boolean ([#181](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/181)) ([60d2cb3](https://github.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)
>
>
>
>
> ... (truncated)
Commits
- [`cbd1950`](https://github.com/webpack-contrib/url-loader/commit/cbd1950ae6414f295745b33bbefd5b1688618c36) chore(release): 2.2.0
- [`196110e`](https://github.com/webpack-contrib/url-loader/commit/196110ef947501da1080ddd240044499ed33de46) fix: yarn pnp support ([#195](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/195))
- [`9431124`](https://github.com/webpack-contrib/url-loader/commit/9431124b4ce698965bb40331a04a96be5aaba999) docs: improve documentation about `fallback` ([#194](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/194))
- [`a251a23`](https://github.com/webpack-contrib/url-loader/commit/a251a23e17d7ca6042a88a610623f83aa2368e28) chore(deps): update ([#193](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/193))
- [`2bffcfd`](https://github.com/webpack-contrib/url-loader/commit/2bffcfde9627f0fed0be7cc97509d905efa574bd) fix: limit must allow infinity and max value ([#192](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/192))
- [`1b9dbd1`](https://github.com/webpack-contrib/url-loader/commit/1b9dbd1cb406d221877237a6712b8bb4c9b194af) chore(release): 2.1.0
- [`f3d4dd2`](https://github.com/webpack-contrib/url-loader/commit/f3d4dd2714a2a3908621bde5e4b5f521c6286d5c) feat: improved validation error messages ([#187](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/187))
- [`37c6acc`](https://github.com/webpack-contrib/url-loader/commit/37c6accd6879b92df592db64ac82acc19dbcf88a) chore(release): 2.0.1
- [`4842f93`](https://github.com/webpack-contrib/url-loader/commit/4842f93ad76f854ae34ce81f7a6f0c3cccecd0bf) fix: allow using limit as string when you use loader with query string ([#185](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/185))
- [`c0341da`](https://github.com/webpack-contrib/url-loader/commit/c0341dad473158e300b86fe7bccfa101b30fcb13) chore(defaults): update ([#184](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/184))
- Additional commits viewable in [compare view](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.2.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps url-loader from 1.1.2 to 2.2.0.
Release notes
*Sourced from [url-loader's releases](https://github.com/webpack-contrib/url-loader/releases).* > ## v2.2.0 > ### [2.2.0](https://github.com/webpack-contrib/url-loader/compare/v2.1.0...v2.2.0) (2019-10-04) > > > ### Features > > * limit allow using `Infinity` and `Number` ([#192](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/192)) ([2bffcfd](https://github.com/webpack-contrib/url-loader/commit/2bffcfd)) > * pnp support ([#195](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/195)) ([196110e](https://github.com/webpack-contrib/url-loader/commit/196110e)) > > ## v2.1.0 > ## [2.1.0](https://github.com/webpack-contrib/url-loader/compare/v2.0.1...v2.1.0) (2019-07-18) > > > ### Features > > * improved validation error messages ([#187](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/187)) ([f3d4dd2](https://github.com/webpack-contrib/url-loader/commit/f3d4dd2)) > > ## v2.0.1 > ### [2.0.1](https://github.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://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/185)) ([4842f93](https://github.com/webpack-contrib/url-loader/commit/4842f93)) > > ## v2.0.0 > ## [2.0.0](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0) (2019-06-05) > > > ### Bug Fixes > > * rm unnecessary `bin` field ([#163](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/163)) ([b603665](https://github.com/webpack-contrib/url-loader/commit/b603665)) > * `limit` should always be a number and 0 value handles as number ([#180](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/180)) ([d82e453](https://github.com/webpack-contrib/url-loader/commit/d82e453)) > * fallback loader will be used than limit is equal or greater ([#179](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/179)) ([3c24545](https://github.com/webpack-contrib/url-loader/commit/3c24545)) > > > ### Features > > * limit option can be boolean ([#181](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/181)) ([60d2cb3](https://github.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)Changelog
*Sourced from [url-loader's changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md).* > ### [2.2.0](https://github.com/webpack-contrib/url-loader/compare/v2.1.0...v2.2.0) (2019-10-04) > > > ### Features > > * limit allow using `Infinity` and `Number` ([#192](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/192)) ([2bffcfd](https://github.com/webpack-contrib/url-loader/commit/2bffcfd)) > * pnp support ([#195](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/195)) ([196110e](https://github.com/webpack-contrib/url-loader/commit/196110e)) > > ## [2.1.0](https://github.com/webpack-contrib/url-loader/compare/v2.0.1...v2.1.0) (2019-07-18) > > > ### Features > > * improved validation error messages ([#187](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/187)) ([f3d4dd2](https://github.com/webpack-contrib/url-loader/commit/f3d4dd2)) > > > > ### [2.0.1](https://github.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://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/185)) ([4842f93](https://github.com/webpack-contrib/url-loader/commit/4842f93)) > > > > ## [2.0.0](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.0.0) (2019-06-05) > > > ### Bug Fixes > > * rm unnecessary `bin` field ([#163](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/163)) ([b603665](https://github.com/webpack-contrib/url-loader/commit/b603665)) > * `limit` should always be a number and 0 value handles as number ([#180](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/180)) ([d82e453](https://github.com/webpack-contrib/url-loader/commit/d82e453)) > * fallback loader will be used than limit is equal or greater ([#179](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/179)) ([3c24545](https://github.com/webpack-contrib/url-loader/commit/3c24545)) > > > ### Features > > * limit option can be boolean ([#181](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/181)) ([60d2cb3](https://github.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) > > > > > ... (truncated)Commits
- [`cbd1950`](https://github.com/webpack-contrib/url-loader/commit/cbd1950ae6414f295745b33bbefd5b1688618c36) chore(release): 2.2.0 - [`196110e`](https://github.com/webpack-contrib/url-loader/commit/196110ef947501da1080ddd240044499ed33de46) fix: yarn pnp support ([#195](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/195)) - [`9431124`](https://github.com/webpack-contrib/url-loader/commit/9431124b4ce698965bb40331a04a96be5aaba999) docs: improve documentation about `fallback` ([#194](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/194)) - [`a251a23`](https://github.com/webpack-contrib/url-loader/commit/a251a23e17d7ca6042a88a610623f83aa2368e28) chore(deps): update ([#193](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/193)) - [`2bffcfd`](https://github.com/webpack-contrib/url-loader/commit/2bffcfde9627f0fed0be7cc97509d905efa574bd) fix: limit must allow infinity and max value ([#192](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/192)) - [`1b9dbd1`](https://github.com/webpack-contrib/url-loader/commit/1b9dbd1cb406d221877237a6712b8bb4c9b194af) chore(release): 2.1.0 - [`f3d4dd2`](https://github.com/webpack-contrib/url-loader/commit/f3d4dd2714a2a3908621bde5e4b5f521c6286d5c) feat: improved validation error messages ([#187](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/187)) - [`37c6acc`](https://github.com/webpack-contrib/url-loader/commit/37c6accd6879b92df592db64ac82acc19dbcf88a) chore(release): 2.0.1 - [`4842f93`](https://github.com/webpack-contrib/url-loader/commit/4842f93ad76f854ae34ce81f7a6f0c3cccecd0bf) fix: allow using limit as string when you use loader with query string ([#185](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/185)) - [`c0341da`](https://github.com/webpack-contrib/url-loader/commit/c0341dad473158e300b86fe7bccfa101b30fcb13) chore(defaults): update ([#184](https://github-redirect.dependabot.com/webpack-contrib/url-loader/issues/184)) - Additional commits viewable in [compare view](https://github.com/webpack-contrib/url-loader/compare/v1.1.2...v2.2.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)