qlik-oss / core-get-started

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

Update minor and patch #352

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.10.3 -> 7.10.4
@babel/preset-env (source) devDependencies patch 7.10.3 -> 7.10.4
copy-webpack-plugin devDependencies patch 6.0.2 -> 6.0.3
eslint (source) devDependencies minor 7.3.1 -> 7.4.0

Release Notes

babel/babel ### [`v7.10.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7104-2020-06-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.3...v7.10.4) ##### :eyeglasses: Spec Compliance - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties` - [#​11669](https://togithub.com/babel/babel/pull/11669) Add `delete obj?.#x.a` support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-types` - [#​11652](https://togithub.com/babel/babel/pull/11652) fix: implement early errors for record and tuple ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-types` - [#​11752](https://togithub.com/babel/babel/pull/11752) [regression] Don't validate file.comments in `@babel/types` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-do-expressions`, `babel-types` - [#​11724](https://togithub.com/babel/babel/pull/11724) fix: do-statementlist behavior ([@​wlawt](https://togithub.com/wlawt)) ##### :nail_care: Polish - `babel-parser` - [#​11722](https://togithub.com/babel/babel/pull/11722) Add better parser error when using jsx ([@​penguingovernor](https://togithub.com/penguingovernor)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core`, `babel-helper-fixtures`, `babel-standalone`, `babel-traverse` - [#​11758](https://togithub.com/babel/babel/pull/11758) Replace non-inclusive "whitelist" and "blacklist" terms with "allowlist" etc. ([@​wojtekmaj](https://togithub.com/wojtekmaj)) - `babel-parser` - [#​11376](https://togithub.com/babel/babel/pull/11376) Add [@​babel/eslint-plugin-development-internal](https://togithub.com/babel/eslint-plugin-development-internal) ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-core` - [#​11544](https://togithub.com/babel/babel/pull/11544) Refine babel core types ([@​JLHwung](https://togithub.com/JLHwung))
webpack-contrib/copy-webpack-plugin ### [`v6.0.3`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​603-httpsgithubcomwebpack-contribcopy-webpack-plugincomparev602v603-2020-06-30) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v6.0.2...v6.0.3)
eslint/eslint ### [`v7.4.0`](https://togithub.com/eslint/eslint/releases/v7.4.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.3.1...v7.4.0) - [`f21bad2`](https://togithub.com/eslint/eslint/commit/f21bad2680406a2671b877f8dba47f4475d0cc64) Docs: fix description for `never` in multiline-ternary (fixes [#​13368](https://togithub.com/eslint/eslint/issues/13368)) ([#​13452](https://togithub.com/eslint/eslint/issues/13452)) (Milos Djermanovic) - [`ada2c89`](https://togithub.com/eslint/eslint/commit/ada2c891298382f82dfabf37cacd59a1057b2bb7) Fix: support typescript generics in arrow-parens (fixes [#​12570](https://togithub.com/eslint/eslint/issues/12570)) ([#​13451](https://togithub.com/eslint/eslint/issues/13451)) (Milos Djermanovic) - [`89ee01e`](https://togithub.com/eslint/eslint/commit/89ee01e083f1e02293bf8d1447f9b0fdb3cb9384) Fix: Revert config cloning (fixes [#​13447](https://togithub.com/eslint/eslint/issues/13447)) ([#​13449](https://togithub.com/eslint/eslint/issues/13449)) (薛定谔的猫) - [`0a463db`](https://togithub.com/eslint/eslint/commit/0a463dbf7cc5a77d442879c9117204d4d38db972) Docs: fix no-multiple-empty-lines examples (fixes [#​13432](https://togithub.com/eslint/eslint/issues/13432)) ([#​13433](https://togithub.com/eslint/eslint/issues/13433)) (Milos Djermanovic) - [`ff5317e`](https://togithub.com/eslint/eslint/commit/ff5317e93425f93cfdf808609551ee67b2032543) Update: Improve array-callback-return report message ([#​13395](https://togithub.com/eslint/eslint/issues/13395)) (Philip (flip) Kromer) - [`3f51930`](https://togithub.com/eslint/eslint/commit/3f51930eea7cddc921a9ee3cb0328c7b649c0f83) Fix: false positive new with member in no-extra-parens (fixes [#​12740](https://togithub.com/eslint/eslint/issues/12740)) ([#​13375](https://togithub.com/eslint/eslint/issues/13375)) (YeonJuan) - [`825a5b9`](https://togithub.com/eslint/eslint/commit/825a5b98d3d84f6eb72b75f7d8519de763cc8898) Fix: Clarify documentation on implicit ignore behavior (fixes [#​12348](https://togithub.com/eslint/eslint/issues/12348)) ([#​12600](https://togithub.com/eslint/eslint/issues/12600)) (Scott Hardin) - [`c139156`](https://togithub.com/eslint/eslint/commit/c1391566a5f765f25716527de7b5cdee16c0ce36) Sponsors: Sync README with website (ESLint Jenkins) - [`0c17e9d`](https://togithub.com/eslint/eslint/commit/0c17e9d2ac307cc288eea6ed7971bd5a7d33321a) Sponsors: Sync README with website (ESLint Jenkins) - [`c680387`](https://togithub.com/eslint/eslint/commit/c680387ba61f6dccf0390d24a85d871fa83e9fea) Sponsors: Sync README with website (ESLint Jenkins) - [`bf3939b`](https://togithub.com/eslint/eslint/commit/bf3939bbd9a33d0eb96cebe6a53bf61c855f9ba6) Sponsors: Sync README with website (ESLint Jenkins) - [`7baf02e`](https://togithub.com/eslint/eslint/commit/7baf02e983af909800261263f125cca901a5bd0f) Sponsors: Sync README with website (ESLint Jenkins) - [`5c4c3fd`](https://togithub.com/eslint/eslint/commit/5c4c3fdfbda18a13223ad36f44283adbfee8c496) Sponsors: Sync README with website (ESLint Jenkins) - [`53912aa`](https://togithub.com/eslint/eslint/commit/53912aab1856327b399cca26cbb2ba81fd01bfa2) Sponsors: Sync README with website (ESLint Jenkins) - [`51e42ec`](https://togithub.com/eslint/eslint/commit/51e42eca3e87d8259815d736ffe81e604f184057) Update: Add option "ignoreGlobals" to camelcase rule (fixes [#​11716](https://togithub.com/eslint/eslint/issues/11716)) ([#​12782](https://togithub.com/eslint/eslint/issues/12782)) (David Gasperoni) - [`0655f66`](https://togithub.com/eslint/eslint/commit/0655f66525d167ca1288167b79a77087cfc8fcf6) Update: improve report location in arrow-body-style (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​13424](https://togithub.com/eslint/eslint/issues/13424)) (YeonJuan) - [`d53d69a`](https://togithub.com/eslint/eslint/commit/d53d69af08cfe55f42e0a0ca725b1014dabccc21) Update: prefer-regex-literal detect regex literals (fixes [#​12840](https://togithub.com/eslint/eslint/issues/12840)) ([#​12842](https://togithub.com/eslint/eslint/issues/12842)) (Mathias Schreck) - [`004adae`](https://togithub.com/eslint/eslint/commit/004adae3f959414f56e44e5884f6221e9dcda142) Update: rename id-blacklist to id-denylist (fixes [#​13407](https://togithub.com/eslint/eslint/issues/13407)) ([#​13408](https://togithub.com/eslint/eslint/issues/13408)) (Kai Cataldo)

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.