qlik-oss / core-get-started

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

Update minor and patch #322

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@after-work.js/aw devDependencies patch 6.0.10 -> 6.0.11
@after-work.js/transform devDependencies patch 6.0.10 -> 6.0.11
@babel/core (source) devDependencies patch 7.8.4 -> 7.8.6
@babel/preset-env (source) devDependencies patch 7.8.4 -> 7.8.6
webpack devDependencies minor 4.41.5 -> 4.42.0
webpack-cli devDependencies patch 3.3.10 -> 3.3.11
webpack-dev-server devDependencies patch 3.10.2 -> 3.10.3

Release Notes

qlik-oss/after-work.js ### [`v6.0.11`](https://togithub.com/qlik-oss/after-work.js/compare/v6.0.10...v6.0.11) [Compare Source](https://togithub.com/qlik-oss/after-work.js/compare/v6.0.10...v6.0.11)
babel/babel ### [`v7.8.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v786-2020-02-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.4...v7.8.6) ##### :eyeglasses: Spec Compliance - `babel-helper-module-transforms`, `babel-helper-replace-supers`, `babel-plugin-transform-modules-commonjs` - [#​11109](https://togithub.com/babel/babel/pull/11109) Fix rewriteThis in helper-module-transforms for computed class elements ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-parser` - [#​10956](https://togithub.com/babel/babel/pull/10956) Refactor await/yield production parameter tracking ([@​JLHwung](https://togithub.com/JLHwung)) ##### :boom: Breaking Change - [#​11137](https://togithub.com/babel/babel/pull/11137) Breaking: align babel-eslint-parser & espree ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :rocket: New Feature - `babel-helper-create-regexp-features-plugin`, `babel-plugin-transform-classes`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-preset-env` - [#​11134](https://togithub.com/babel/babel/pull/11134) Mark `wrapNativeSuper` and `wrapRegExp` as pure ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-helper-compilation-targets` - [#​11124](https://togithub.com/babel/babel/pull/11124) fix: search for browserslist if esmodules is falsy ([@​fengzilong](https://togithub.com/fengzilong)) - `babel-register` - [#​11160](https://togithub.com/babel/babel/pull/11160) fix: workaround misleading node.js ENOENT error ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11146](https://togithub.com/babel/babel/pull/11146) Parse declare modifier around accessibility modifiers ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11092](https://togithub.com/babel/babel/pull/11092) Fix Async Generic After Await Parsing Error ([@​liamfd](https://togithub.com/liamfd)) - Other - [#​11137](https://togithub.com/babel/babel/pull/11137) Breaking: align babel-eslint-parser & espree ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-compat-data`, `babel-preset-env` - [#​10929](https://togithub.com/babel/babel/pull/10929) Update preset-env builtin-definitions ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​11136](https://togithub.com/babel/babel/pull/11136) fix [@​babel/traverse](https://togithub.com/babel/traverse) can't use path.remove() with noScope ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers` - [#​11068](https://togithub.com/babel/babel/pull/11068) Fix classNameTDZError in computed prototype methods with class fields ([@​sidntrivedi012](https://togithub.com/sidntrivedi012)) - `babel-template` - [#​11112](https://togithub.com/babel/babel/pull/11112) Respect preserveComments option in tempate.ast() ([@​dentrado](https://togithub.com/dentrado)) - `babel-plugin-transform-for-of` - [#​11088](https://togithub.com/babel/babel/pull/11088) Allow redeclaration of loop variable in body ([@​openorclose](https://togithub.com/openorclose)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​11074](https://togithub.com/babel/babel/pull/11074) Fix export bindings not updated by 'for ... in' and 'for ... of' ([@​vedantroy](https://togithub.com/vedantroy)) - `babel-standalone` - [#​10797](https://togithub.com/babel/babel/pull/10797) fix: specify sourceFileName when generating inline sourcemaps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11089](https://togithub.com/babel/babel/pull/11089) Make `isReferenced` return false for method parameter name ([@​brokensandals](https://togithub.com/brokensandals)) ##### :nail_care: Polish - `babel-core`, `babel-generator`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​11133](https://togithub.com/babel/babel/pull/11133) Skip newlines around inline `#__PURE__` annotations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​11175](https://togithub.com/babel/babel/pull/11175) replace `gulp-watch` by `gulp.watch` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11163](https://togithub.com/babel/babel/pull/11163) chore: migrate lock threads to github actions ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11164](https://togithub.com/babel/babel/pull/11164) chore: specify dependency rule of check-compat-data-ci ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11106](https://togithub.com/babel/babel/pull/11106) Centralize [@​babel/eslint-](https://togithub.com/babel/eslint-)\* tests ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​11072](https://togithub.com/babel/babel/pull/11072) Update [@​babel](https://togithub.com/babel) deps ([@​existentialism](https://togithub.com/existentialism)) - [#​11070](https://togithub.com/babel/babel/pull/11070) Clean babel-eslint-\*/\*\*/lib ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-generator`, `babel-helper-fixtures`, `babel-parser`, `babel-traverse` - [#​11168](https://togithub.com/babel/babel/pull/11168) Enable more eslint recommended rules ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-replace-supers` - [#​11121](https://togithub.com/babel/babel/pull/11121) Fix typing of ReplaceSupers options ([@​existentialism](https://togithub.com/existentialism)) - `babel-core`, `babel-plugin-syntax-decorators`, `babel-template`, `babel-traverse` - [#​11119](https://togithub.com/babel/babel/pull/11119) Add eslint-plugin-jest ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11096](https://togithub.com/babel/babel/pull/11096) Wrap type-only class fields in flow comments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-types` - [#​11093](https://togithub.com/babel/babel/pull/11093) Turn on no-fallthrough rule ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-stage-0`, `babel-preset-stage-1`, `babel-preset-stage-2`, `babel-preset-stage-3` - [#​11101](https://togithub.com/babel/babel/pull/11101) Remove stage presets from the monorepo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env-standalone` - [#​10993](https://togithub.com/babel/babel/pull/10993) Archive [@​babel/preset-env-standalone](https://togithub.com/babel/preset-env-standalone) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
webpack/webpack ### [`v4.42.0`](https://togithub.com/webpack/webpack/releases/v4.42.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.6...v4.42.0) ### Bugfixes - Disable constant replacements in `"use asm"` scope - Update schema to disallow functions for `output.hotUpdateChunkFilename` as this doesn't work - Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly - Flag all modules as used in DLLs to fix missing exports ### [`v4.41.6`](https://togithub.com/webpack/webpack/releases/v4.41.6) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.5...v4.41.6) ### Bugfixes - Windows network paths are considered as absolute paths - fix hanging of FlagDependencyExportsPlugin when using `export *` in a circular matter
webpack/webpack-cli ### [`v3.3.11`](https://togithub.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11)
webpack/webpack-dev-server ### [`v3.10.3`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​3103httpsgithubcomwebpackwebpack-dev-servercomparev3102v3103-2020-02-05) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.10.2...v3.10.3)

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.

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.