Skip to content

Commit a6a2d97

Browse files
chore(deps): update dependency file-loader to v6 (#90)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [file-loader](https://togithub.com/webpack-contrib/file-loader) | [`^1.1.11` -> `^6.0.0`](https://renovatebot.com/diffs/npm/file-loader/1.1.11/6.2.0) | [![age](https://badges.renovateapi.com/packages/npm/file-loader/6.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/file-loader/6.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/file-loader/6.2.0/compatibility-slim/1.1.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/file-loader/6.2.0/confidence-slim/1.1.11)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack-contrib/file-loader</summary> ### [`v6.2.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;620-httpsgithubcomwebpack-contribfile-loadercomparev611v620-2020-10-27) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v6.1.1...v6.2.0) ##### Features - added the `sourceFilename` property to asset info with original filename ([#&#8203;393](https://togithub.com/webpack-contrib/file-loader/issues/393)) ([654e0d6](https://togithub.com/webpack-contrib/file-loader/commit/654e0d641ec067089f6a2d12e30ec3520f00d808)) ##### Bug Fixes - immutable flag when the `name` option have hash in query string ([#&#8203;392](https://togithub.com/webpack-contrib/file-loader/issues/392)) ([381d8bd](https://togithub.com/webpack-contrib/file-loader/commit/381d8bda3f2494487bfe840386e365b97b6025fe)) ##### [6.1.1](https://togithub.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1) (2020-10-09) ##### Chore - update `schema-utils` ### [`v6.1.1`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;611-httpsgithubcomwebpack-contribfile-loadercomparev610v611-2020-10-09) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1) ### [`v6.1.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;610-httpsgithubcomwebpack-contribfile-loadercomparev600v610-2020-08-31) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v6.0.0...v6.1.0) ##### Features - pass immutable flag to asset info ([#&#8203;383](https://togithub.com/webpack-contrib/file-loader/issues/383)) ([40fcde8](https://togithub.com/webpack-contrib/file-loader/commit/40fcde81681d4f8ee19d2ee3845fd34e24459195)) ### [`v6.0.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;600-httpsgithubcomwebpack-contribfile-loadercomparev510v600-2020-03-17) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v5.1.0...v6.0.0) ##### ⚠ BREAKING CHANGES - use `md4` by default for hashing ([#&#8203;369](https://togithub.com/webpack-contrib/file-loader/issues/369)) ([ad39022](https://togithub.com/webpack-contrib/file-loader/commit/ad3902284d28adeddf667212a39faa4c6bfb2964)) ### [`v5.1.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;510-httpsgithubcomwebpack-contribfile-loadercomparev502v510-2020-02-19) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v5.0.2...v5.1.0) ##### Features - support the `query` template for the `name` option ([#&#8203;366](https://togithub.com/webpack-contrib/file-loader/issues/366)) ([cd8698b](https://togithub.com/webpack-contrib/file-loader/commit/cd8698b1d9fd560d85e912acca9a1e24f00e18f8)) ##### [5.0.2](https://togithub.com/webpack-contrib/file-loader/compare/v5.0.1...v5.0.2) (2019-11-25) ##### Chore - add the `funding` field in `package.json` ##### [5.0.1](https://togithub.com/webpack-contrib/file-loader/compare/v5.0.0...v5.0.1) (2019-11-25) ##### Bug Fixes - name of `esModule` option in source code ([#&#8203;346](https://togithub.com/webpack-contrib/file-loader/issues/346)) ([31d6589](https://togithub.com/webpack-contrib/file-loader/commit/31d6589b71b471f83908e80380dff9b9eada2d06)) ### [`v5.0.2`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;502-httpsgithubcomwebpack-contribfile-loadercomparev501v502-2019-11-25) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;501-httpsgithubcomwebpack-contribfile-loadercomparev500v501-2019-11-25) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;500-httpsgithubcomwebpack-contribfile-loadercomparev420v500-2019-11-22) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v4.3.0...v5.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) ### [`v4.3.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;430-httpsgithubcomwebpack-contribfile-loadercomparev420v430-2019-11-21) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v4.2.0...v4.3.0) ##### Features - new `esModules` option to output ES modules ([#&#8203;340](https://togithub.com/webpack-contrib/file-loader/issues/340)) ([9b9cd8d](https://togithub.com/webpack-contrib/file-loader/commit/9b9cd8d22b3dbe4677be9bdd0bf5fbe07815df54)) ### [`v4.2.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;420-httpsgithubcomwebpack-contribfile-loadercomparev410v420-2019-08-07) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v4.1.0...v4.2.0) ##### Features - `postTransformPublicPath` option ([#&#8203;334](https://togithub.com/webpack-contrib/file-loader/issues/334)) ([c136f44](https://togithub.com/webpack-contrib/file-loader/commit/c136f44)) ### [`v4.1.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;410-httpsgithubcomwebpack-contribfile-loadercomparev400v410-2019-07-18) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v4.0.0...v4.1.0) ##### Features - improved validation error messages ([#&#8203;339](https://togithub.com/webpack-contrib/file-loader/issues/339)) ([705eed4](https://togithub.com/webpack-contrib/file-loader/commit/705eed4)) ### [`v4.0.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;400-httpsgithubcomwebpack-contribfile-loadercomparev301v400-2019-06-05) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v3.0.1...v4.0.0) ##### chore - **deps:** update ([#&#8203;333](https://togithub.com/webpack-contrib/file-loader/issues/333)) ([0d2f9b8](https://togithub.com/webpack-contrib/file-loader/commit/0d2f9b8)) ##### BREAKING CHANGES - **deps:** minimum required nodejs version is `8.9.0` ### [`v3.0.1`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;301-httpsgithubcomwebpack-contribfile-loadercomparev300v301-2018-12-20) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v3.0.0...v3.0.1) ##### Bug Fixes - relax options validation for additional properties ([#&#8203;309](https://togithub.com/webpack-contrib/file-loader/issues/309)) ([c74d44e](https://togithub.com/webpack-contrib/file-loader/commit/c74d44e)) ### [`v3.0.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;300-httpsgithubcomwebpack-contribfile-loadercomparev200v300-2018-12-20) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v2.0.0...v3.0.0) ##### Code Refactoring - drop support for webpack < 4 ([#&#8203;303](https://togithub.com/webpack-contrib/file-loader/issues/303)) ([203a4ee](https://togithub.com/webpack-contrib/file-loader/commit/203a4ee)) - more validations in `options` schema ##### Features - `resourcePath` is now available in `outputPath` and `publicPath` ([#&#8203;304](https://togithub.com/webpack-contrib/file-loader/issues/304)) ([0d66e64](https://togithub.com/webpack-contrib/file-loader/commit/0d66e64)) - `context` is now available in `outputPath` and `publicPath` ([#&#8203;305](https://togithub.com/webpack-contrib/file-loader/issues/305)) ([d5eb823](https://togithub.com/webpack-contrib/file-loader/commit/d5eb823)) ##### BREAKING CHANGES - removed the `useRelativePath` option. It is dangerously and break url when you use multiple entry points. - drop support for webpack < 4 ### [`v2.0.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#&#8203;200-httpsgithubcomwebpack-contribfile-loadercomparev1111v200-2018-08-21) [Compare Source](https://togithub.com/webpack-contrib/file-loader/compare/v1.1.11...v2.0.0) ##### Code Refactoring - **defaults:** update to latest webpack-defaults ([#&#8203;268](https://togithub.com/webpack-contrib/file-loader/issues/268)) ([687f422](https://togithub.com/webpack-contrib/file-loader/commit/687f422)) ##### BREAKING CHANGES - **defaults:** Enforces `engines` of `"node": ">=6.9.0 < 7.0.0 || >= 8.9.0"` #### [1.1.11](https://togithub.com/webpack/file-loader/compare/v1.1.10...v1.1.11) (2018-03-01) ##### Reverts - **index:** `context` takes precedence over `issuer.context` (`options.useRelativePath`) ([#&#8203;260](https://togithub.com/webpack/file-loader/issues/260)) ([e73131f](https://togithub.com/webpack/file-loader/commit/e73131f)) #### [1.1.10](https://togithub.com/webpack/file-loader/compare/v1.1.9...v1.1.10) (2018-02-26) ##### Bug Fixes - **package:** add `webpack >= 4` (`peerDependencies`) ([#&#8203;255](https://togithub.com/webpack/file-loader/issues/255)) ([3a6a7a1](https://togithub.com/webpack/file-loader/commit/3a6a7a1)) #### [1.1.9](https://togithub.com/webpack/file-loader/compare/v1.1.8...v1.1.9) (2018-02-21) ##### Bug Fixes - **index:** handle protocol URL's correctly (`options.publicPath`) ([#&#8203;253](https://togithub.com/webpack/file-loader/issues/253)) ([54fa5a3](https://togithub.com/webpack/file-loader/commit/54fa5a3)) - **index:** use `path.posix` for platform consistency ([#&#8203;254](https://togithub.com/webpack/file-loader/issues/254)) ([2afe0af](https://togithub.com/webpack/file-loader/commit/2afe0af)) #### [1.1.8](https://togithub.com/webpack/file-loader/compare/v1.1.7...v1.1.8) (2018-02-20) ##### Bug Fixes - **index:** `context` takes precedence over `issuer.context` (`options.useRelativePath`) ([3b071f5](https://togithub.com/webpack/file-loader/commit/3b071f5)) - **index:** don't append `outputPath` to the original `url` (`options.outputPath` `{Function}`) ([4c1ccaa](https://togithub.com/webpack/file-loader/commit/4c1ccaa)) - **index:** normalize and concat paths via `path.join()` ([26e47ca](https://togithub.com/webpack/file-loader/commit/26e47ca)) #### [1.1.7](https://togithub.com/webpack/file-loader/compare/v1.1.6...v1.1.7) (2018-02-19) ##### Bug Fixes - **index:** don't concat `options.outputPath` and `options.publicPath` ([#&#8203;246](https://togithub.com/webpack/file-loader/issues/246)) ([98bf052](https://togithub.com/webpack/file-loader/commit/98bf052)) #### [1.1.6](https://togithub.com/webpack/file-loader/compare/v1.1.5...v1.1.6) (2017-12-16) ##### Bug Fixes - rootContext compatibility fix for legacy / v4 ([#&#8203;237](https://togithub.com/webpack-contrib/file-loader/issues/237)) ([1e4b7cf](https://togithub.com/webpack/file-loader/commit/1e4b7cf)), closes [#&#8203;237](https://togithub.com/webpack/file-loader/issues/237) #### [1.1.5](https://togithub.com/webpack/file-loader/compare/v1.1.4...v1.1.5) (2017-10-05) ##### Bug Fixes - **schema:** allow `name` to be a `{Function}` (`options.name`) ([#&#8203;216](https://togithub.com/webpack/file-loader/issues/216)) ([fbfb160](https://togithub.com/webpack/file-loader/commit/fbfb160)) #### [1.1.4](https://togithub.com/webpack/file-loader/compare/v1.1.3...v1.1.4) (2017-09-30) ##### Bug Fixes - **index:** revert to CJS exports ([#&#8203;212](https://togithub.com/webpack/file-loader/issues/212)) ([f412b3e](https://togithub.com/webpack/file-loader/commit/f412b3e)) #### [1.1.3](https://togithub.com/webpack/file-loader/compare/v1.1.2...v1.1.3) (2017-09-30) #### [1.1.2](https://togithub.com/webpack/file-loader/compare/v1.1.1...v1.1.2) (2017-09-30) ##### Bug Fixes - **cjs:** export `raw` value ([#&#8203;183](https://togithub.com/webpack/file-loader/issues/183)) ([daeff0e](https://togithub.com/webpack/file-loader/commit/daeff0e)) #### [1.1.1](https://togithub.com/webpack/file-loader/compare/v1.1.0...v1.1.1) (2017-09-30) ##### Bug Fixes - **schema:** allow `additionalProperties` ([#&#8203;207](https://togithub.com/webpack/file-loader/issues/207)) ([cf7c85a](https://togithub.com/webpack/file-loader/commit/cf7c85a)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-web-components-test).
1 parent 4a24065 commit a6a2d97

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-cypress": "^2.11.3",
4545
"eslint-plugin-jsdoc": "^30.6.3",
4646
"fast-sass-loader": "^1.5.0",
47-
"file-loader": "^1.1.11",
47+
"file-loader": "^6.0.0",
4848
"handlebars": "4.7.7",
4949
"handlebars-loader": "^1.7.0",
5050
"html-webpack-plugin": "^4.5.1",

yarn.lock

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,6 +1982,11 @@
19821982
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
19831983
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
19841984

1985+
"@types/json-schema@^7.0.8":
1986+
version "7.0.9"
1987+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
1988+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
1989+
19851990
"@types/json5@^0.0.29":
19861991
version "0.0.29"
19871992
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2381,6 +2386,16 @@ ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
23812386
json-schema-traverse "^0.4.1"
23822387
uri-js "^4.2.2"
23832388

2389+
ajv@^6.12.5:
2390+
version "6.12.6"
2391+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
2392+
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
2393+
dependencies:
2394+
fast-deep-equal "^3.1.1"
2395+
fast-json-stable-stringify "^2.0.0"
2396+
json-schema-traverse "^0.4.1"
2397+
uri-js "^4.2.2"
2398+
23842399
ajv@^8.6.2:
23852400
version "8.8.0"
23862401
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.8.0.tgz#c501f10df72914bb77a458919e79fc73e4a2f9ef"
@@ -5661,13 +5676,13 @@ file-entry-cache@^5.0.1:
56615676
dependencies:
56625677
flat-cache "^2.0.1"
56635678

5664-
file-loader@^1.1.11:
5665-
version "1.1.11"
5666-
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8"
5667-
integrity sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg==
5679+
file-loader@^6.0.0:
5680+
version "6.2.0"
5681+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
5682+
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
56685683
dependencies:
5669-
loader-utils "^1.0.2"
5670-
schema-utils "^0.4.5"
5684+
loader-utils "^2.0.0"
5685+
schema-utils "^3.0.0"
56715686

56725687
56735688
version "1.0.0"
@@ -10603,14 +10618,6 @@ scheduler@^0.20.1:
1060310618
loose-envify "^1.1.0"
1060410619
object-assign "^4.1.1"
1060510620

10606-
schema-utils@^0.4.5:
10607-
version "0.4.7"
10608-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
10609-
integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==
10610-
dependencies:
10611-
ajv "^6.1.0"
10612-
ajv-keywords "^3.1.0"
10613-
1061410621
schema-utils@^1.0.0:
1061510622
version "1.0.0"
1061610623
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
@@ -10629,6 +10636,15 @@ schema-utils@^2.6.5, schema-utils@^2.6.6:
1062910636
ajv "^6.12.4"
1063010637
ajv-keywords "^3.5.2"
1063110638

10639+
schema-utils@^3.0.0:
10640+
version "3.1.1"
10641+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
10642+
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
10643+
dependencies:
10644+
"@types/json-schema" "^7.0.8"
10645+
ajv "^6.12.5"
10646+
ajv-keywords "^3.5.2"
10647+
1063210648
scss-tokenizer@^0.2.3:
1063310649
version "0.2.3"
1063410650
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1"

0 commit comments

Comments
 (0)