comunica / jQuery-Widget.js

🖼 A jQuery widget to query heterogeneous interfaces using Comunica SPARQL
http://query.linkeddatafragments.org/
MIT License
19 stars 34 forks source link

Update dependency file-loader to v6 #64

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
file-loader devDependencies major ^2.0.0 -> ^6.0.0

Release Notes

webpack-contrib/file-loader ### [`v6.0.0`](https://togithub.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md#​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 ([#​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#​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 ([#​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 ([#​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#​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#​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#​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#​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 ([#​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#​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 ([#​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#​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 ([#​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#​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 ([#​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#​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 ([#​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#​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 ([#​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` ([#​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` ([#​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

Renovate configuration

:date: Schedule: "before 7am every weekday" in timezone Europe/Brussels.

:vertical_traffic_light: Automerge: Enabled.

: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.