qlik-oss / core-get-started

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

Update minor and patch #311

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.7.5 -> 7.7.7
@babel/preset-env (source) devDependencies patch 7.7.6 -> 7.7.7
eslint (source) devDependencies minor 6.7.2 -> 6.8.0
webpack devDependencies patch 4.41.2 -> 4.41.4
webpack-dev-server devDependencies minor 3.9.0 -> 3.10.1

Release Notes

babel/babel ### [`v7.7.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v777-2019-12-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.5...v7.7.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10576](https://togithub.com/babel/babel/pull/10576) [parser] validation for parentheses in the left-hand side of assignment expressions ([@​boweihan](https://togithub.com/boweihan)) ##### :bug: Bug Fix - `babel-plugin-proposal-object-rest-spread` - [#​10863](https://togithub.com/babel/babel/pull/10863) fix: add computed property support for object Ref ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10890](https://togithub.com/babel/babel/pull/10890) fix: skip merging large input sourcemaps ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10885](https://togithub.com/babel/babel/pull/10885) fix: avoid string copy when processing input source-map ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​10871](https://togithub.com/babel/babel/pull/10871) Allow -r from node_modules with [@​babel/node](https://togithub.com/babel/node) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-parameters` - [#​10053](https://togithub.com/babel/babel/pull/10053) Check shadow variable to identifier in default parameters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10828](https://togithub.com/babel/babel/pull/10828) [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser): fix ImportExpression node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​10827](https://togithub.com/babel/babel/pull/10827) [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser): fix BigIntLiteral node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :nail_care: Polish - `babel-plugin-transform-react-jsx` - [#​10868](https://togithub.com/babel/babel/pull/10868) Fix pragmaFrag spelling in error message ([@​azizhk](https://togithub.com/azizhk)) ##### :house: Internal - `babel-generator`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-transform-dotall-regex`, `babel-preset-env-standalone`, `babel-preset-typescript`, `babel-standalone` - [#​10882](https://togithub.com/babel/babel/pull/10882) Ignore some files in npm package ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10874](https://togithub.com/babel/babel/pull/10874) chore: cache chocolatey installation temporary files ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10880](https://togithub.com/babel/babel/pull/10880) chore: add PR Intent checkbox [ci-skip]([@​JLHwung](https://togithub.com/JLHwung)) - [#​10870](https://togithub.com/babel/babel/pull/10870) chore: update babel-eslint to 11.0.0-beta.2 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10848](https://togithub.com/babel/babel/pull/10848) Tune eslint packages test configuration ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10873](https://togithub.com/babel/babel/pull/10873) chore: download compat-table when build-data is run ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10846](https://togithub.com/babel/babel/pull/10846) Update corejs fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10837](https://togithub.com/babel/babel/pull/10837) refactor: rewrite available-plugins to esm ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10858](https://togithub.com/babel/babel/pull/10858) Properly serialize non-json values in parser tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-node`, `babel-register` - [#​10847](https://togithub.com/babel/babel/pull/10847) Add missing dev dependencies ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​10839](https://togithub.com/babel/babel/pull/10839) Use `async-to-generator` even when `regenerator` is enabled ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
eslint/eslint ### [`v6.8.0`](https://togithub.com/eslint/eslint/releases/v6.8.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v6.7.2...v6.8.0) - [`c5c7086`](https://togithub.com/eslint/eslint/commit/c5c708666b450fb69522a55aa375626f9297dc6f) Fix: ignore aligning single line in key-spacing (fixes [#​11414](https://togithub.com/eslint/eslint/issues/11414)) ([#​12652](https://togithub.com/eslint/eslint/issues/12652)) (YeonJuan) - [`9986d9e`](https://togithub.com/eslint/eslint/commit/9986d9e0baed0d3586bbee472fe2fae2ed625f5d) Chore: add object option test cases in yield-star-spacing ([#​12679](https://togithub.com/eslint/eslint/issues/12679)) (YeonJuan) - [`1713d07`](https://togithub.com/eslint/eslint/commit/1713d0758b083f3840d724505f997a7cb20ff384) New: Add no-error-on-unmatched-pattern flag (fixes [#​10587](https://togithub.com/eslint/eslint/issues/10587)) ([#​12377](https://togithub.com/eslint/eslint/issues/12377)) (ncraley) - [`5c25a26`](https://togithub.com/eslint/eslint/commit/5c25a26608fbd9a1d0127c9a3653609aa4b63e86) Update: autofix bug in lines-between-class-members (fixes [#​12391](https://togithub.com/eslint/eslint/issues/12391)) ([#​12632](https://togithub.com/eslint/eslint/issues/12632)) (YeonJuan) - [`4b3cc5c`](https://togithub.com/eslint/eslint/commit/4b3cc5cd2459f04eae149faea0651785d7f9db0b) Chore: enable prefer-regex-literals in eslint codebase ([#​12268](https://togithub.com/eslint/eslint/issues/12268)) (薛定谔的猫) - [`05faebb`](https://togithub.com/eslint/eslint/commit/05faebb943456ad2b20117f3c8b3eccbe2e2fb03) Update: improve suggestion testing experience ([#​12602](https://togithub.com/eslint/eslint/issues/12602)) (Brad Zacher) - [`05f7dd5`](https://togithub.com/eslint/eslint/commit/05f7dd53ed91a6e3be9eb40825fb6d2207f82209) Update: Add suggestions for no-unsafe-negation (fixes [#​12591](https://togithub.com/eslint/eslint/issues/12591)) ([#​12609](https://togithub.com/eslint/eslint/issues/12609)) (Milos Djermanovic) - [`d3e43f1`](https://togithub.com/eslint/eslint/commit/d3e43f1c10c5e19f40e7b3d3944b87f1b0c9c075) Docs: Update no-multi-assign explanation ([#​12615](https://togithub.com/eslint/eslint/issues/12615)) (Yuping Zuo) - [`272e4db`](https://togithub.com/eslint/eslint/commit/272e4db6074283bc01cc6ec72c9e396bb3c110e6) Fix: no-multiple-empty-lines: Adjust reported `loc` ([#​12594](https://togithub.com/eslint/eslint/issues/12594)) (Tobias Bieniek) - [`a258039`](https://togithub.com/eslint/eslint/commit/a258039e556075d7d1f955a79d094ea103ec165a) Fix: no-restricted-imports schema allows multiple paths/patterns objects ([#​12639](https://togithub.com/eslint/eslint/issues/12639)) (Milos Djermanovic) - [`51f9620`](https://togithub.com/eslint/eslint/commit/51f9620cc55cc091fe38dbe68e4633de06297b8c) Fix: improve report location for array-bracket-spacing ([#​12653](https://togithub.com/eslint/eslint/issues/12653)) (Milos Djermanovic) - [`45364af`](https://togithub.com/eslint/eslint/commit/45364afc9c7f0251348cd1a7a13656c3816435d7) Fix: prefer-numeric-literals doesn't check types of literal arguments ([#​12655](https://togithub.com/eslint/eslint/issues/12655)) (Milos Djermanovic) - [`e3c570e`](https://togithub.com/eslint/eslint/commit/e3c570eaf3d1d44fb57bf42f1870887856e4c5a0) Docs: Add example for expression option ([#​12694](https://togithub.com/eslint/eslint/issues/12694)) (Arnaud Barré) - [`6b774ef`](https://togithub.com/eslint/eslint/commit/6b774ef0d849ccf5c1127b25e1fe7c3e438d586b) Docs: Add spacing in comments for no-console rule ([#​12696](https://togithub.com/eslint/eslint/issues/12696)) (Nikki Nikkhoui) - [`7171fca`](https://togithub.com/eslint/eslint/commit/7171fca6ef4e0e8f267658fc7d8f603f00eddd84) Chore: refactor regex in config comment parser ([#​12662](https://togithub.com/eslint/eslint/issues/12662)) (Milos Djermanovic) - [`1600648`](https://togithub.com/eslint/eslint/commit/1600648d2880ffb1e9e414b31ff0f66ead7167f9) Update: Allow $schema in config ([#​12612](https://togithub.com/eslint/eslint/issues/12612)) (Yordis Prieto) - [`acc0e47`](https://togithub.com/eslint/eslint/commit/acc0e47572a9390292b4e313b4a4bf360d236358) Update: support .eslintrc.cjs (refs [eslint/rfcs#​43](https://togithub.com/eslint/rfcs/issues/43)) ([#​12321](https://togithub.com/eslint/eslint/issues/12321)) (Evan Plaice) - [`49c1658`](https://togithub.com/eslint/eslint/commit/49c1658544ace24b9aaaa301af0fc07a2ef3bf30) Chore: remove bundling of ESLint during release ([#​12676](https://togithub.com/eslint/eslint/issues/12676)) (Kai Cataldo) - [`257f3d6`](https://togithub.com/eslint/eslint/commit/257f3d67905a52bf8602a5a5707c893cc90d7ca7) Chore: complete to move to GitHub Actions ([#​12625](https://togithub.com/eslint/eslint/issues/12625)) (Toru Nagashima) - [`ab912f0`](https://togithub.com/eslint/eslint/commit/ab912f0ef709a916ab9a27ea09d9d7adf046fb2d) Docs: 1tbs with allowSingleLine edge cases (refs [#​12284](https://togithub.com/eslint/eslint/issues/12284)) ([#​12314](https://togithub.com/eslint/eslint/issues/12314)) (Ari Kardasis) - [`dd1c30e`](https://togithub.com/eslint/eslint/commit/dd1c30e35f05ed332e2abbd3d4d53635efde74b8) Sponsors: Sync README with website (ESLint Jenkins) - [`a230f84`](https://togithub.com/eslint/eslint/commit/a230f8404e4f2423dd79378b065d24c12776775b) Update: include node version in cache ([#​12582](https://togithub.com/eslint/eslint/issues/12582)) (Eric Wang) - [`8b65f17`](https://togithub.com/eslint/eslint/commit/8b65f175dfb4fac11ed7184537be400ed14996fb) Chore: remove references to parser demo ([#​12644](https://togithub.com/eslint/eslint/issues/12644)) (Kai Cataldo) - [`e9cef99`](https://togithub.com/eslint/eslint/commit/e9cef99e6ebec1faefdb576ca597e81ae4f04afd) Docs: wrap {{}} in raw liquid tags to prevent interpolation ([#​12643](https://togithub.com/eslint/eslint/issues/12643)) (Kai Cataldo) - [`e707453`](https://togithub.com/eslint/eslint/commit/e70745325ff9e085acc6843dd8bfae5550645d4f) Docs: Fix configuration example in no-restricted-imports (fixes [#​11717](https://togithub.com/eslint/eslint/issues/11717)) ([#​12638](https://togithub.com/eslint/eslint/issues/12638)) (Milos Djermanovic) - [`19194ce`](https://togithub.com/eslint/eslint/commit/19194cec724e016df02376bbeae31171be6f0bdf) Chore: Add tests to cover default object options in comma-dangle ([#​12627](https://togithub.com/eslint/eslint/issues/12627)) (YeonJuan) - [`6e36d12`](https://togithub.com/eslint/eslint/commit/6e36d12d95e76022172fd0ec8a5e85c22fde6a8a) Update: do not recommend require-atomic-updates (refs [#​11899](https://togithub.com/eslint/eslint/issues/11899)) ([#​12599](https://togithub.com/eslint/eslint/issues/12599)) (Kai Cataldo)
webpack/webpack ### [`v4.41.4`](https://togithub.com/webpack/webpack/releases/v4.41.4) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.3...v4.41.4) ### Bugfixes - fix case where `__webpack_require__.e` is not a function when using module concatenation - fix incorrect imported module when using sideEffects in a certain constellation of export names ### Performance - lazy-require Webassembly related modules for improved startup performance ### [`v4.41.3`](https://togithub.com/webpack/webpack/releases/v4.41.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.2...v4.41.3) ### Security - force upgrade terser-webpack-plugin dependency for security fix (not affecting webpack) ### Funding - add npm funding field to package.json
webpack/webpack-dev-server ### [`v3.10.1`](https://togithub.com/webpack/webpack-dev-server/releases/v3.10.1) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.10.0...v3.10.1) ##### [3.10.1](https://togithub.com/webpack/webpack-dev-server/compare/v3.10.0...v3.10.1) (2019-12-19) ##### Bug Fixes - ie11 compatibility ([1306abe](https://togithub.com/webpack/webpack-dev-server/commit/1306abeb8c5fd125952cdc177fdf38c2c31b3c4f)) ### [`v3.10.0`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​3100httpsgithubcomwebpackwebpack-dev-servercomparev390v3100-2019-12-18) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.9.0...v3.10.0) ##### Features - **client:** allow sock port to use location's port (`sockPort: 'location'`) ([#​2341](https://togithub.com/webpack/webpack-dev-server/issues/2341)) ([dc10d06](https://togithub.com/webpack/webpack-dev-server/commit/dc10d0647413ad57814b684b5f6ef3659531f0f6)) - **server:** add `contentBasePublicPath` option ([#​2150](https://togithub.com/webpack/webpack-dev-server/issues/2150)) ([cee700d](https://togithub.com/webpack/webpack-dev-server/commit/cee700d59aff644a499ee310c4a32d5c5693e559)) ##### Bug Fixes - **client:** don't override protocol for socket connection to 127.0.0.1 ([#​2303](https://togithub.com/webpack/webpack-dev-server/issues/2303)) ([3a31917](https://togithub.com/webpack/webpack-dev-server/commit/3a31917a02818dabb3dc549e3e4994618475d131)), closes [#​2302](https://togithub.com/webpack/webpack-dev-server/issues/2302) - **server:** respect sockPath on transportMode: 'ws' ([#​2310](https://togithub.com/webpack/webpack-dev-server/issues/2310)) ([#​2311](https://togithub.com/webpack/webpack-dev-server/issues/2311)) ([e188542](https://togithub.com/webpack/webpack-dev-server/commit/e188542d888dbb55be64c9da2f747343b73c319f)) - https on chrome linux ([#​2330](https://togithub.com/webpack/webpack-dev-server/issues/2330)) ([dc8b475](https://togithub.com/webpack/webpack-dev-server/commit/dc8b47510e24649edb38e5a07579be389898189e)) - support webpack@5 ([#​2359](https://togithub.com/webpack/webpack-dev-server/issues/2359)) ([8f89c01](https://togithub.com/webpack/webpack-dev-server/commit/8f89c0188579a419dc68021f8bc0fbeae70cbe5d))

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

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



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

qlikossbuild commented 4 years ago

Hi, and thanks for contributing!

Note: If you are part of Qlik R&D, you can apply to the open-source team in our internal GitHub organization.

Before we can handle your pull request we need you to sign our contributor license agreement. This is a one-time process and enables you to contribute without hassle to any of the qlik-oss repositories in the future.

And it only takes a few minutes! Here are some useful links to get you started:

Having troubles? Feel free to reach out to us either here or on Slack!

Note: Once the CLA is sorted, you should rebase/touch this pull request to trigger an update of this CLA status.

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.