qlik-oss / core-get-started

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

Update minor and patch #359

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 minor 7.10.5 -> 7.11.0
@babel/preset-env (source) devDependencies minor 7.10.4 -> 7.11.0
eslint (source) devDependencies minor 7.5.0 -> 7.6.0
webpack devDependencies patch 4.44.0 -> 4.44.1

Release Notes

babel/babel ### [`v7.11.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7110-2020-07-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.5...v7.11.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​11852](https://togithub.com/babel/babel/pull/11852) fix: disallow \\8, \\9 in strict mode string ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11854](https://togithub.com/babel/babel/pull/11854) fix: allow 09.1_1 and 09e1_1 in sloppy mode ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining` - [#​11850](https://togithub.com/babel/babel/pull/11850) fix: eval?.() is indirect ([@​JLHwung](https://togithub.com/JLHwung)) ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​11588](https://togithub.com/babel/babel/pull/11588) add showConfig support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​11876](https://togithub.com/babel/babel/pull/11876) enable logical assignment in babel preset env ([@​morrme](https://togithub.com/morrme)) - [#​11865](https://togithub.com/babel/babel/pull/11865) Add `numeric-separator` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11849](https://togithub.com/babel/babel/pull/11849) Add `export-namespace-from` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11863](https://togithub.com/babel/babel/pull/11863) feat: enable numericSeparator parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11755](https://togithub.com/babel/babel/pull/11755) Allow unknown/any in TS catch clause param ([@​existentialism](https://togithub.com/existentialism)) - [#​11753](https://togithub.com/babel/babel/pull/11753) TypeScript 4.0: Allow spread in the middle of tuples ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11815](https://togithub.com/babel/babel/pull/11815) eslint-parser: ES2020 features ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-types` - [#​11754](https://togithub.com/babel/babel/pull/11754) TypeScript 4.0: Support labeled tuple elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-decimal`, `babel-standalone`, `babel-types` - [#​11640](https://togithub.com/babel/babel/pull/11640) Add decimal parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10241](https://togithub.com/babel/babel/pull/10241) Add `cloneInputAst` option to `babel.transformFromAst` ([@​coderaiser](https://togithub.com/coderaiser)) ##### :bug: Bug Fix - Other - [#​11896](https://togithub.com/babel/babel/pull/11896) update: hardcode [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) min supported version check ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-spread` - [#​11404](https://togithub.com/babel/babel/pull/11404) Skip TSAsExpression when transforming spread in CallExpression ([@​oliverdunk](https://togithub.com/oliverdunk)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-logical-assignment-operators` - [#​11702](https://togithub.com/babel/babel/pull/11702) add support for logical assignments with private properties ([@​ryzokuken](https://togithub.com/ryzokuken)) - `babel-plugin-transform-typescript` - [#​11747](https://togithub.com/babel/babel/pull/11747) Typescript: always strip declare from class fields ([@​jamescdavis](https://togithub.com/jamescdavis)) - `babel-plugin-transform-runtime` - [#​11893](https://togithub.com/babel/babel/pull/11893) Fix incorrect module path when absoluteRuntime is specified ([@​sz-coder](https://togithub.com/sz-coder)) - `babel-parser` - [#​11862](https://togithub.com/babel/babel/pull/11862) Correctly check reserved word for PropertyDefinition: IdentifierReference ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11847](https://togithub.com/babel/babel/pull/11847) fix: correctly set innerEndPos in CoverParenthesizedExpressionAndArrowParameterList ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript` - [#​11767](https://togithub.com/babel/babel/pull/11767) Follow-up on initial TS4 catch param support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​11836](https://togithub.com/babel/babel/pull/11836) Always retain lines for async arrow ([@​cwohlman](https://togithub.com/cwohlman)) ##### :nail_care: Polish - `babel-traverse` - [#​11791](https://togithub.com/babel/babel/pull/11791) babel-traverse: prefer clearer, reduced-bias option naming ([@​jayaddison](https://togithub.com/jayaddison)) ##### :house: Internal - Other - [#​11688](https://togithub.com/babel/babel/pull/11688) fix build config to work the same when running on windows ([@​zxbodya](https://togithub.com/zxbodya)) - [#​11894](https://togithub.com/babel/babel/pull/11894) Prepare to publish `@babel/eslint-*` packages ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11879](https://togithub.com/babel/babel/pull/11879) chore: use modules: "auto" ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11875](https://togithub.com/babel/babel/pull/11875) chore(github): fix issue template typo ([@​SirWindfield](https://togithub.com/SirWindfield)) - [#​11706](https://togithub.com/babel/babel/pull/11706) chore: update `spec-new` in CONTRIBUTING.md [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​11777](https://togithub.com/babel/babel/pull/11777) chore: build standalone once in prepublish step ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​11838](https://togithub.com/babel/babel/pull/11838) refactor: replace caniuse-db by mdn-browser-compat-data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-core`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-parser`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-classes`, `babel-preset-env`, `babel-traverse`, `babel-types` - [#​11846](https://togithub.com/babel/babel/pull/11846) chore: fix typo in codebase ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11843](https://togithub.com/babel/babel/pull/11843) refactor: reorganize babel types definitions structure ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data` - [#​11837](https://togithub.com/babel/babel/pull/11837) chore: use repository HEAD when pulling third party repos ([@​JLHwung](https://togithub.com/JLHwung))
eslint/eslint ### [`v7.6.0`](https://togithub.com/eslint/eslint/releases/v7.6.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.5.0...v7.6.0) - [`ecb2b73`](https://togithub.com/eslint/eslint/commit/ecb2b7343a0d14fb57d297a16be6c1b176fb3dbf) Update: require `meta` for fixable rules in RuleTester (refs [#​13349](https://togithub.com/eslint/eslint/issues/13349)) ([#​13489](https://togithub.com/eslint/eslint/issues/13489)) (Milos Djermanovic) - [`6fb4edd`](https://togithub.com/eslint/eslint/commit/6fb4edde3b7a7ae2faf8ac956a7342fbf80865fc) Docs: fix broken links in developer guide ([#​13518](https://togithub.com/eslint/eslint/issues/13518)) (Sam Chen) - [`318fe10`](https://togithub.com/eslint/eslint/commit/318fe103dbf2548eee293ff456ef0b829dbe3db3) Fix: Do not output `undefined` as line and column when it's unavailable ([#​13519](https://togithub.com/eslint/eslint/issues/13519)) (haya14busa) - [`493b5b4`](https://togithub.com/eslint/eslint/commit/493b5b40cae7a076fdeb19740f8c88fb4ae9c1fb) Sponsors: Sync README with website (ESLint Jenkins) - [`f100143`](https://togithub.com/eslint/eslint/commit/f100143fa5f529aacb2b50e650a00d2697ca4c54) Sponsors: Sync README with website (ESLint Jenkins) - [`16b10fe`](https://togithub.com/eslint/eslint/commit/16b10fe8ba3c78939d5ada4a25caf2f0c9e6a058) Fix: Update the chatroom link to go directly to help channel ([#​13536](https://togithub.com/eslint/eslint/issues/13536)) (Nicholas C. Zakas) - [`f937eb9`](https://togithub.com/eslint/eslint/commit/f937eb95407f60d3772bcb956e227aaf99e48777) Sponsors: Sync README with website (ESLint Jenkins) - [`e71e298`](https://togithub.com/eslint/eslint/commit/e71e2980cd2e319afc70d8c859c7ffd59cf4157b) Update: Change no-duplicate-case to comparing tokens (fixes [#​13485](https://togithub.com/eslint/eslint/issues/13485)) ([#​13494](https://togithub.com/eslint/eslint/issues/13494)) (Yosuke Ota) - [`6c4aea4`](https://togithub.com/eslint/eslint/commit/6c4aea44fd78e1eecea5fe3c37e1921e3b1e98a6) Docs: add ECMAScript 2020 to README ([#​13510](https://togithub.com/eslint/eslint/issues/13510)) (Milos Djermanovic)
webpack/webpack ### [`v4.44.1`](https://togithub.com/webpack/webpack/releases/v4.44.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.44.0...v4.44.1) ### Bugfixes - fix bug in sideEffects optimization when using `export * from "non-esm"` and a default export. - add missing optional peerDependencies for webpack-cli and webpack-command to support Yarn 2

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.