qlik-oss / core-get-started

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

Update minor and patch #320

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.8.3 -> 7.8.4
@babel/preset-env (source) devDependencies patch 7.8.3 -> 7.8.4
protractor devDependencies patch 5.4.2 -> 5.4.3
webpack-dev-server devDependencies patch 3.10.1 -> 3.10.2

Release Notes

babel/babel ### [`v7.8.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v784-2020-01-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.3...v7.8.4) > :warning: In Babel 7.8.0 we introduced the `--copy-ignored` option for `@babel/cli`, defaulting to `false`. However, previous versions behaved as if that option was present: for this reason, we changed its default value to `true` (when `--copy-files` is provided) and introduced a `--no-copy-ignored` option to disable it. > > ##### :eyeglasses: Spec Compliance > > - `babel-parser` > - [#​11031](https://togithub.com/babel/babel/pull/11031) fix: properly parse member expression after property initializer ([@​vedantroy](https://togithub.com/vedantroy)) > - [#​11017](https://togithub.com/babel/babel/pull/11017) Update coalesce precedence ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11009](https://togithub.com/babel/babel/pull/11009) fix: triple `__proto__` in object patterns should be allowed ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​10987](https://togithub.com/babel/babel/pull/10987) Duplicate `__proto__` key should be allowed in object patterns ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :bug: Bug Fix > > - `babel-cli` > - [#​11063](https://togithub.com/babel/babel/pull/11063) [@​babel/cli] Copy ignored files by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-compat-data` > - [#​11066](https://togithub.com/babel/babel/pull/11066) Fix core-js 2 builtin data for opera ([@​danez](https://togithub.com/danez)) > - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-typeof-symbol`, `babel-preset-env` > - [#​11049](https://togithub.com/babel/babel/pull/11049) Avoid compiling the \_typeof helper with itself ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-traverse` > - [#​11011](https://togithub.com/babel/babel/pull/11011) Bug/missing references after crawl ([@​regiontog](https://togithub.com/regiontog)) > - `babel-plugin-transform-parameters` > - [#​9714](https://togithub.com/babel/babel/pull/9714) Fix rest parameters indexing with TypeScript 'this parameter' ([@​BenoitZugmeyer](https://togithub.com/BenoitZugmeyer)) > - `babel-plugin-transform-for-of` > - [#​11023](https://togithub.com/babel/babel/pull/11023) fix: for-of transform should skip for-await-of ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-compat-data`, `babel-preset-env` > - [#​11016](https://togithub.com/babel/babel/pull/11016) Re-generate preset-env fixtures ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-generator` > - [#​11014](https://togithub.com/babel/babel/pull/11014) Fix parentheses removal in nullish-coalescing operation ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) > - `babel-helper-compilation-targets` > - [#​11006](https://togithub.com/babel/babel/pull/11006) fix: supply '.' subpath for backward compatibility with node.js 13.0-13.1 ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :nail_care: Polish > > - `babel-core` > - [#​10969](https://togithub.com/babel/babel/pull/10969) polish: throw human-friendly error when item-option pair is incorrectly unwrapped ([@​JLHwung](https://togithub.com/JLHwung)) > > ##### :memo: Documentation > > - `babel-parser` > - [#​11015](https://togithub.com/babel/babel/pull/11015) add AST for the module attribute proposal ([@​xtuc](https://togithub.com/xtuc)) > > ##### :house: Internal > > - `babel-compat-data` > - [#​11039](https://togithub.com/babel/babel/pull/11039) Update compat table ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - [#​11041](https://togithub.com/babel/babel/pull/11041) Delete duplicated file in `@babel/compat-data` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - [#​10814](https://togithub.com/babel/babel/pull/10814) chore: map mobile browser data to their desktop version ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11024](https://togithub.com/babel/babel/pull/11024) Check that generated compat-data is up to date on CI ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > - `babel-parser` > - [#​11032](https://togithub.com/babel/babel/pull/11032) refactor: simplify toAssignable routine ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11026](https://togithub.com/babel/babel/pull/11026) chore: use [@​babel/eslint-config-internal](https://togithub.com/babel/eslint-config-internal) ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-preset-env` > - [#​11030](https://togithub.com/babel/babel/pull/11030) update compat-data related docs/config [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-compat-data`, `babel-node`, `babel-parser`, `babel-preset-env` > - [#​11025](https://togithub.com/babel/babel/pull/11025) Enable `no-process-exit` ([@​JLHwung](https://togithub.com/JLHwung)) > - Other > - [#​11021](https://togithub.com/babel/babel/pull/11021) chore: replace yarn-upgrade by bump-babel-dependencies in vuejs e2e tests ([@​JLHwung](https://togithub.com/JLHwung)) > - [#​11004](https://togithub.com/babel/babel/pull/11004) chore: test against [@​vue/babel-preset-app](https://togithub.com/vue/babel-preset-app) ([@​JLHwung](https://togithub.com/JLHwung)) > - `babel-core` > - [#​10995](https://togithub.com/babel/babel/pull/10995) Exclude `import()` tests from pubilsh build ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) > > ##### :running_woman: Performance > > - `babel-parser` > - [#​11029](https://togithub.com/babel/babel/pull/11029) fix(babel-parser): avoid state.clone() to clone the whole token store ([@​3cp](https://togithub.com/3cp))
angular/protractor ### [`v5.4.3`](https://togithub.com/angular/protractor/releases/5.4.3) [Compare Source](https://togithub.com/angular/protractor/compare/5.4.2...5.4.3) Resolves [#​5348](https://togithub.com/angular/protractor/issues/5348) which was causing incompatibility with TypeScript 3.7
webpack/webpack-dev-server ### [`v3.10.2`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​3102httpsgithubcomwebpackwebpack-dev-servercomparev3100v3102-2020-01-31) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.10.1...v3.10.2)

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is stale, or if you tick the rebase/retry checkbox below.

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