qlik-oss / core-get-started

Get started with Qlik Core.
MIT License
32 stars 15 forks source link

Update minor and patch #346

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
angular (source) dependencies minor 1.7.9 -> 1.8.0
copy-webpack-plugin devDependencies patch 6.0.1 -> 6.0.2
eslint (source) devDependencies minor 7.1.0 -> 7.2.0
picasso-plugin-q dependencies minor 0.31.0 -> 0.32.0
picasso.js (source) dependencies minor 0.31.0 -> 0.32.0

Release Notes

angular/angular.js ### [`v1.8.0`](https://togithub.com/angular/angular.js/blob/master/CHANGELOG.md#​180-nested-vaccination-2020-06-01) [Compare Source](https://togithub.com/angular/angular.js/compare/v1.7.9...v1.8.0) _This release contains a breaking change to resolve a security issue which was discovered by Krzysztof Kotowicz([@​koto](https://togithub.com/koto)); and independently by Esben Sparre Andreasen ([@​esbena](https://togithub.com/esbena)) while performing a Variant Analysis of [CVE-2020-11022](https://togithub.com/advisories/GHSA-gxr4-xjj5-5px2) which itself was found and reported by Masato Kinugawa ([@​masatokinugawa](https://togithub.com/masatokinugawa))._ #### Bug Fixes - **jqLite:** - prevent possible XSS due to regex-based HTML replacement ([2df43c](https://togithub.com/angular/angular.js/commit/2df43c07779137d1bddf7f3b282a1287a8634acd)) #### Breaking Changes ##### **jqLite** due to: - **[2df43c](https://togithub.com/angular/angular.js/commit/2df43c07779137d1bddf7f3b282a1287a8634acd)**: prevent possible XSS due to regex-based HTML replacement JqLite no longer turns XHTML-like strings like `
` to sibling elements `
` when not in XHTML mode. Instead it will leave them as-is. The browser, in non-XHTML mode, will convert these to: `
`. This is a security fix to avoid an XSS vulnerability if a new jqLite element is created from a user-controlled HTML string. If you must have this functionality and understand the risk involved then it is posible to restore the original behavior by calling ```js angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement(); ``` But you should adjust your code for this change and remove your use of this function as soon as possible. Note that this only patches jqLite. If you use jQuery 3.5.0 or newer, please read the [jQuery 3.5 upgrade guide](https://jquery.com/upgrade-guide/3.5/) for more details about the workarounds.
webpack-contrib/copy-webpack-plugin ### [`v6.0.2`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​602-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev601v602-2020-06-03) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.1...v6.0.2)
eslint/eslint ### [`v7.2.0`](https://togithub.com/eslint/eslint/releases/v7.2.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.1.0...v7.2.0) - [`b735a48`](https://togithub.com/eslint/eslint/commit/b735a485e77bcc791e4c4c6b8716801d94e98b2c) Update: add enforceForFunctionPrototypeMethods option to no-extra-parens ([#​12895](https://togithub.com/eslint/eslint/issues/12895)) (Milos Djermanovic) - [`27ef73f`](https://togithub.com/eslint/eslint/commit/27ef73ffb7428d5eff792d443186a2313e417bda) Update: reporter locr of func-call-spacing (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​13311](https://togithub.com/eslint/eslint/issues/13311)) (Anix) - [`353bfe9`](https://togithub.com/eslint/eslint/commit/353bfe9760ec640f470859855d4018df084a4e88) Update: handle parentheses in multiline-ternary (fixes [#​13195](https://togithub.com/eslint/eslint/issues/13195)) ([#​13367](https://togithub.com/eslint/eslint/issues/13367)) (Milos Djermanovic) - [`a7fd343`](https://togithub.com/eslint/eslint/commit/a7fd343991cde99d8a219e3b25616db5792fe9a9) Update: keyword-spacing unexpected space loc improve (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​13377](https://togithub.com/eslint/eslint/issues/13377)) (Anix) - [`e49732e`](https://togithub.com/eslint/eslint/commit/e49732eb41bff6347ca7718c3c5ca1d13f1cd2d3) Fix: Ignore import expressions in no-unused-expressions rule ([#​13387](https://togithub.com/eslint/eslint/issues/13387)) (Veniamin Krol) - [`220349f`](https://togithub.com/eslint/eslint/commit/220349f5404060effe02fb5ec176a92e1383c3b5) Chore: Remove duplicate health files ([#​13380](https://togithub.com/eslint/eslint/issues/13380)) (Nicholas C. Zakas) - [`dd949ae`](https://togithub.com/eslint/eslint/commit/dd949aedb81fa772e10568920156daf075d25ea2) Update: support `??` operator, import.meta, and `export * as ns` ([#​13196](https://togithub.com/eslint/eslint/issues/13196)) (Toru Nagashima) - [`d5fce9f`](https://togithub.com/eslint/eslint/commit/d5fce9fa07e37ce61010a1fbb65964f1f7aefd82) Update: enable es2020 environment in --init ([#​13357](https://togithub.com/eslint/eslint/issues/13357)) (Milos Djermanovic) - [`21b1583`](https://togithub.com/eslint/eslint/commit/21b15832e326f96d349c063cd7e85e72c3abb670) Docs: fixed broken hash link for working-with-rules.md ([#​13386](https://togithub.com/eslint/eslint/issues/13386)) (Yosuke Ota) - [`b76aef7`](https://togithub.com/eslint/eslint/commit/b76aef778befb32afe7ad249934b132dc49713d2) Update: Improve report location for template-tag-spacing (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​13203](https://togithub.com/eslint/eslint/issues/13203)) (Milos Djermanovic) - [`578efad`](https://togithub.com/eslint/eslint/commit/578efad331b797e28c0f5f1547ce4769d2ea23ee) Chore: update no-unused-vars caughtErrors in eslint-config-eslint ([#​13351](https://togithub.com/eslint/eslint/issues/13351)) (Milos Djermanovic) - [`426088c`](https://togithub.com/eslint/eslint/commit/426088c966dc79dc338b33100f3adf827b147d69) Fix: no-unused-vars updated location to last reference (fixes [#​13181](https://togithub.com/eslint/eslint/issues/13181)) ([#​13354](https://togithub.com/eslint/eslint/issues/13354)) (Anix) - [`cb50b69`](https://togithub.com/eslint/eslint/commit/cb50b69c08d4393e32d5c42c537d769c51dd34d8) Update: Improve location for no-mixed-spaces-and-tabs (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​13365](https://togithub.com/eslint/eslint/issues/13365)) (Milos Djermanovic) - [`f858f2a`](https://togithub.com/eslint/eslint/commit/f858f2a8f83232484491bd90b0bc5001b5056ad0) Chore: Add Tidelift to funding.yml ([#​13371](https://togithub.com/eslint/eslint/issues/13371)) (Nicholas C. Zakas) - [`ee30e5d`](https://togithub.com/eslint/eslint/commit/ee30e5d8bb1a4c82a2a3fbe1b9ee9f979b55c5c4) Sponsors: Sync README with website (ESLint Jenkins) - [`c29bd9f`](https://togithub.com/eslint/eslint/commit/c29bd9f75582e5b1a403a8ffd0aafd1ffc8c58e1) Chore: Add breaking/core change link to issue templates ([#​13344](https://togithub.com/eslint/eslint/issues/13344)) (Kai Cataldo) - [`d55490f`](https://togithub.com/eslint/eslint/commit/d55490fa73ff69416de375e4c1cd67b6edba531c) Sponsors: Sync README with website (ESLint Jenkins)
qlik-oss/picasso.js ### [`v0.32.0`](https://togithub.com/qlik-oss/picasso.js/blob/master/CHANGELOG.md#​0320-httpsgithubcomqlik-osspicassojscomparev0310v0320-2020-06-02) [Compare Source](https://togithub.com/qlik-oss/picasso.js/compare/v0.31.0...v0.32.0) ##### Features - support dash style for reference lines ([#​495](https://togithub.com/qlik-oss/picasso.js/issues/495)) ([4bd99c1](https://togithub.com/qlik-oss/picasso.js/commit/4bd99c125353863ccd5146ddceb97ae622e2f177))

Renovate configuration

:date: Schedule: "every weekend" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.