qlik-oss / core-get-started

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

Update minor and patch #297

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.8 -> 6.0.10
@after-work.js/transform devDependencies patch 6.0.8 -> 6.0.10
@babel/core (source) devDependencies minor 7.6.4 -> 7.7.2
@babel/preset-env (source) devDependencies minor 7.6.3 -> 7.7.1
copy-webpack-plugin devDependencies patch 5.0.4 -> 5.0.5
enigma.js dependencies minor 2.4.0 -> 2.5.0
eslint (source) devDependencies minor 6.5.1 -> 6.6.0
picasso-plugin-q dependencies patch 0.27.0 -> 0.27.1
picasso.js (source) dependencies patch 0.27.0 -> 0.27.1
webpack-cli devDependencies patch 3.3.9 -> 3.3.10
webpack-dev-server devDependencies minor 3.8.2 -> 3.9.0

Release Notes

qlik-oss/after-work.js ### [`v6.0.10`](https://togithub.com/qlik-oss/after-work.js/compare/v6.0.9...v6.0.10) [Compare Source](https://togithub.com/qlik-oss/after-work.js/compare/v6.0.9...v6.0.10) ### [`v6.0.9`](https://togithub.com/qlik-oss/after-work.js/compare/v6.0.8...v6.0.9) [Compare Source](https://togithub.com/qlik-oss/after-work.js/compare/v6.0.8...v6.0.9)
babel/babel ### [`v7.7.2`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v772-2019-11-07) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.0...v7.7.2) ##### :bug: Bug Fix - `babel-parser` - [#​10669](https://togithub.com/babel/babel/pull/10669) Parse arrows with params annotations in conditional expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​10658](https://togithub.com/babel/babel/pull/10658) fix: remove accessibility of constructor ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse` - [#​10656](https://togithub.com/babel/babel/pull/10656) fix: add inList setter for compatibility with babel-minify ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.7.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v770-2019-11-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.4...v7.7.0) ##### :eyeglasses: Spec Compliance - `babel-types` - [#​10621](https://togithub.com/babel/babel/pull/10621) throw a TypeError if identifier validation fails. ([@​dentrado](https://togithub.com/dentrado)) - `babel-parser` - [#​10559](https://togithub.com/babel/babel/pull/10559) fix: Exclude catch clause from let identifier error. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - [#​10567](https://togithub.com/babel/babel/pull/10567) [parser] Exception to 8 and 9 in tagged template. ([@​pnowak](https://togithub.com/pnowak)) - [#​10532](https://togithub.com/babel/babel/pull/10532) Allow duplicate **proto** keys in patterns, simple case ([#​6705](https://togithub.com/babel/babel/issues/6705)). ([@​alejo90](https://togithub.com/alejo90)) ##### :rocket: New Feature - `babel-generator`, `babel-helper-create-class-features-plugin`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-preset-typescript`, `babel-types` - [#​10545](https://togithub.com/babel/babel/pull/10545) Add support for TS declare modifier on fields. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-preset-typescript` - [#​10363](https://togithub.com/babel/babel/pull/10363) [@​babel/parser](https://togithub.com/babel/parser) error recovery. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10599](https://togithub.com/babel/babel/pull/10599) Add support for .cjs config files. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10501](https://togithub.com/babel/babel/pull/10501) Add support for babel.config.json. ([@​devongovett](https://togithub.com/devongovett)) - [#​10361](https://togithub.com/babel/babel/pull/10361) feat: if code frame error is on a single line, highlight the whole path. ([@​SimenB](https://togithub.com/SimenB)) - `babel-plugin-syntax-top-level-await`, `babel-preset-env` - [#​10573](https://togithub.com/babel/babel/pull/10573) Create [@​babel/plugin-syntax-top-level-await](https://togithub.com/babel/plugin-syntax-top-level-await). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx`, `babel-plugin-transform-react-jsx`, `babel-preset-react` - [#​10572](https://togithub.com/babel/babel/pull/10572) [transform-react-jsx] Add useSpread option to transform JSX. ([@​ivandevp](https://togithub.com/ivandevp)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-flow`, `babel-types` - [#​10344](https://togithub.com/babel/babel/pull/10344) Flow enums parsing. ([@​gkz](https://togithub.com/gkz)) - `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-umd`, `babel-preset-env` - [#​10477](https://togithub.com/babel/babel/pull/10477) Changes UMD callsite to be more likely to pass in the intended object.. ([@​MicahZoltu](https://togithub.com/MicahZoltu)) - `babel-parser` - [#​10449](https://togithub.com/babel/babel/pull/10449) Create parser plugin "topLevelAwait". ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10521](https://togithub.com/babel/babel/pull/10521) [parser] Enable "exportNamespaceFrom" by default. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10483](https://togithub.com/babel/babel/pull/10483) [parser] Add support for private fields in TypeScript. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​10543](https://togithub.com/babel/babel/pull/10543) add assertions signature for TypeScript. ([@​tanhauhau](https://togithub.com/tanhauhau)) - `babel-cli`, `babel-register` - [#​8622](https://togithub.com/babel/babel/pull/8622) Make dir for babel --out-file. ([@​TrySound](https://togithub.com/TrySound)) - `babel-cli` - [#​10399](https://togithub.com/babel/babel/pull/10399) Closes [#​8326](https://togithub.com/babel/babel/issues/8326), add back --quiet option.. ([@​chris-peng-1244](https://togithub.com/chris-peng-1244)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-preset-env` - [#​10422](https://togithub.com/babel/babel/pull/10422) Correctly delegate .return() in async generator. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​10628](https://togithub.com/babel/babel/pull/10628) Don't throw when destructuring into a var named as an import. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-modules-systemjs` - [#​10638](https://togithub.com/babel/babel/pull/10638) fix: remove ExportNamedDeclaration when the specifier is empty. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10631](https://togithub.com/babel/babel/pull/10631) [TS] Parse calls with type args in optional chains. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10607](https://togithub.com/babel/babel/pull/10607) fixed missing errors on assignment pattern in object expression. ([@​vivek12345](https://togithub.com/vivek12345)) - [#​10594](https://togithub.com/babel/babel/pull/10594) [parser] Parse only modifiers of actual methods. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - `babel-plugin-transform-typescript` - [#​10555](https://togithub.com/babel/babel/pull/10555) [TS] Correctly transform computed strings and templates in enums. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10623](https://togithub.com/babel/babel/pull/10623) Fix: inputSourceMap should work when it is an external file. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10539](https://togithub.com/babel/babel/pull/10539) fix: remove filename annotation in buildCodeFrameError. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators` - [#​10578](https://togithub.com/babel/babel/pull/10578) [decorators] fix: support string literal properties. ([@​mwhitworth](https://togithub.com/mwhitworth)) - `babel-helpers`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10574](https://togithub.com/babel/babel/pull/10574) fix: \_interopRequireWildcard should only cache objects. ([@​samMeow](https://togithub.com/samMeow)) - `babel-traverse` - [#​9777](https://togithub.com/babel/babel/pull/9777) [traverse] Allow skipping nodes inserted with .replaceWith(). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-preset-env` - [#​10146](https://togithub.com/babel/babel/pull/10146) Inject core-js@3 imports in Program:exit instead of on post(). ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator` - [#​10519](https://togithub.com/babel/babel/pull/10519) Fix generator missing parens around an arrow returning function type. ([@​existentialism](https://togithub.com/existentialism)) - `babel-plugin-transform-async-to-generator`, `babel-preset-env`, `babel-traverse` - [#​9939](https://togithub.com/babel/babel/pull/9939) Don't use args rest/spread to hoist super method calls. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​9481](https://togithub.com/babel/babel/pull/9481) [preset-env] Don't use async-to-generator when already using regenerator. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env` - [#​10585](https://togithub.com/babel/babel/pull/10585) fix(babel‑helpers/interopRequireWildcard): Avoid double nullish check. ([@​ExE-Boss](https://togithub.com/ExE-Boss)) - `babel-register` - [#​10557](https://togithub.com/babel/babel/pull/10557) fix: disable caching when babel could not read/write cache. ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-cli`, `babel-node` - [#​10619](https://togithub.com/babel/babel/pull/10619) chore: remove output-file-sync dependency. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​10614](https://togithub.com/babel/babel/pull/10614) chore: bump source-map-support to 0.5.14. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-unicode-regex`, `babel-preset-env` - [#​10447](https://togithub.com/babel/babel/pull/10447) Merge multiple regex transform plugin. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10612](https://togithub.com/babel/babel/pull/10612) chore: update web.immediate support fixtures. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-imports` - [#​10608](https://togithub.com/babel/babel/pull/10608) Use .find instead of .filter to get targetPath in ImportInjector. ([@​Andarist](https://togithub.com/Andarist)) - Other - [#​10600](https://togithub.com/babel/babel/pull/10600) Test node@13 on circle. ([@​existentialism](https://togithub.com/existentialism)) - [#​10593](https://togithub.com/babel/babel/pull/10593) chore: replace outdated travis-ci.org badges [ci skip]. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10591](https://togithub.com/babel/babel/pull/10591) chore: test against Node.js 13. ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10556](https://togithub.com/babel/babel/pull/10556) Add master branch workflow for test262 tests. ([@​jbhoosreddy](https://togithub.com/jbhoosreddy)) - [#​10553](https://togithub.com/babel/babel/pull/10553) chore: introduce envinfo into environment section. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-runtime` - [#​10418](https://togithub.com/babel/babel/pull/10418) docs: add homepage link. ([@​DanArthurGallagher](https://togithub.com/DanArthurGallagher)) - `babel-helper-annotate-as-pure`, `babel-helper-bindify-decorators`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-call-delegate`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-explode-class`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-template` - [#​10568](https://togithub.com/babel/babel/pull/10568) Bump babel-types to ^7.6.3. ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-traverse` - [#​10480](https://togithub.com/babel/babel/pull/10480) Traverse performance. ([@​JLHwung](https://togithub.com/JLHwung))
webpack-contrib/copy-webpack-plugin ### [`v5.0.5`](https://togithub.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​505httpsgithubcomwebpack-contribcopy-webpack-plugincomparev504v505-2019-11-06) [Compare Source](https://togithub.com/webpack-contrib/copy-webpack-plugin/compare/v5.0.4...v5.0.5)
qlik-oss/enigma.js ### [`v2.5.0`](https://togithub.com/qlik-oss/enigma.js/blob/master/CHANGELOG.md#​250) [Compare Source](https://togithub.com/qlik-oss/enigma.js/compare/v2.4.1...v2.5.0) ##### New features - Thrown errors now contain an error code ([#​661](https://togithub.com/qlik-oss/enigma.js/issues/661)) ##### Fixes - prefer sessionid in session app creation methods ([#​662](https://togithub.com/qlik-oss/enigma.js/issues/662)) ### [`v2.4.1`](https://togithub.com/qlik-oss/enigma.js/blob/master/CHANGELOG.md#​241) [Compare Source](https://togithub.com/qlik-oss/enigma.js/compare/v2.4.0...v2.4.1) - fix: allow code and reason on session close to pass through ([#​656](https://togithub.com/qlik-oss/enigma.js/issues/656))
eslint/eslint ### [`v6.6.0`](https://togithub.com/eslint/eslint/releases/v6.6.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v6.5.1...v6.6.0) - [`39dfe08`](https://togithub.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#​12123](https://togithub.com/eslint/eslint/issues/12123)) ([#​12280](https://togithub.com/eslint/eslint/issues/12280)) (Scott O'Hara) - [`4d84210`](https://togithub.com/eslint/eslint/commit/4d842105c9c82026be668d7425213138903d4d41) Update: improve report location for no-trailing-spaces (fixes [#​12315](https://togithub.com/eslint/eslint/issues/12315)) ([#​12477](https://togithub.com/eslint/eslint/issues/12477)) (Milos Djermanovic) - [`c6a7745`](https://togithub.com/eslint/eslint/commit/c6a7745a1371a85932bfae5fec039d1b6fcfc128) Update: no-trailing-spaces false negatives after comments (fixes [#​12479](https://togithub.com/eslint/eslint/issues/12479)) ([#​12480](https://togithub.com/eslint/eslint/issues/12480)) (Milos Djermanovic) - [`0bffe95`](https://togithub.com/eslint/eslint/commit/0bffe953d2752dd2d3045f2f8771c96b6cee8fc4) Fix: no-misleading-character-class crash on invalid regex (fixes [#​12169](https://togithub.com/eslint/eslint/issues/12169)) ([#​12347](https://togithub.com/eslint/eslint/issues/12347)) (Milos Djermanovic) - [`c6a9a3b`](https://togithub.com/eslint/eslint/commit/c6a9a3bc58b69dbf9be9cd09b0283c081ca211e7) Update: Add enforceForIndexOf option to use-isnan (fixes [#​12207](https://togithub.com/eslint/eslint/issues/12207)) ([#​12379](https://togithub.com/eslint/eslint/issues/12379)) (Milos Djermanovic) - [`364877b`](https://togithub.com/eslint/eslint/commit/364877b2504e8f7ece04770b93d517e2f27458d0) Update: measure plugin loading time and output in debug message ([#​12395](https://togithub.com/eslint/eslint/issues/12395)) (Victor Homyakov) - [`1744fab`](https://togithub.com/eslint/eslint/commit/1744faba3c93c869f7dbbf0a704d32e2692d6856) Fix: operator-assignment removes and duplicates comments ([#​12485](https://togithub.com/eslint/eslint/issues/12485)) (Milos Djermanovic) - [`52ca11a`](https://togithub.com/eslint/eslint/commit/52ca11a66ab6c2fb5a71d8b9869482f14f98cb9d) Fix: operator-assignment invalid autofix with adjacent tokens ([#​12483](https://togithub.com/eslint/eslint/issues/12483)) (Milos Djermanovic) - [`0f6d0dc`](https://togithub.com/eslint/eslint/commit/0f6d0dcdf5adc30079a7379bbf605a4ef3887a85) Fix: CLIEngine#addPlugin reset lastConfigArrays (fixes [#​12425](https://togithub.com/eslint/eslint/issues/12425)) ([#​12468](https://togithub.com/eslint/eslint/issues/12468)) (Toru Nagashima) - [`923a8cb`](https://togithub.com/eslint/eslint/commit/923a8cb752b8dee1e622c5fd36f3f53288e30602) Chore: Fix lint failure in JSDoc comment ([#​12489](https://togithub.com/eslint/eslint/issues/12489)) (Brandon Mills) - [`aac3be4`](https://togithub.com/eslint/eslint/commit/aac3be435cccc241781150fcac728df04d086fa8) Update: Add ignored prop regex no-param-reassign ([#​11275](https://togithub.com/eslint/eslint/issues/11275)) (Luke Bennett) - [`e5382d6`](https://togithub.com/eslint/eslint/commit/e5382d6e4eb1344f537b6f107535269e9939fcb8) Chore: Remove unused parameter in dot-location ([#​12464](https://togithub.com/eslint/eslint/issues/12464)) (Milos Djermanovic) - [`49faefb`](https://togithub.com/eslint/eslint/commit/49faefbee3fc7daaf2482d9d7d23513d6ffda9e8) Fix: no-obj-calls false positive (fixes [#​12437](https://togithub.com/eslint/eslint/issues/12437)) ([#​12467](https://togithub.com/eslint/eslint/issues/12467)) (Toru Nagashima) - [`b3dbd96`](https://togithub.com/eslint/eslint/commit/b3dbd9657bbeac6571111a4429b03fc085ba6655) Fix: problematic installation issue (fixes [#​11018](https://togithub.com/eslint/eslint/issues/11018)) ([#​12309](https://togithub.com/eslint/eslint/issues/12309)) (Toru Nagashima) - [`cd7c29b`](https://togithub.com/eslint/eslint/commit/cd7c29b17085c14c9cf6345201c72a192c0d0e0c) Sponsors: Sync README with website (ESLint Jenkins) - [`8233873`](https://togithub.com/eslint/eslint/commit/8233873b8e5facd80ab7b172bff1e896a9c5fd39) Docs: Add note about Node.js requiring SSL support (fixes [#​11413](https://togithub.com/eslint/eslint/issues/11413)) ([#​12475](https://togithub.com/eslint/eslint/issues/12475)) (Nicholas C. Zakas) - [`89e8aaf`](https://togithub.com/eslint/eslint/commit/89e8aafcc622a4763bed6b9d62f148ef95798f38) Fix: improve report location for no-tabs ([#​12471](https://togithub.com/eslint/eslint/issues/12471)) (Milos Djermanovic) - [`7dffe48`](https://togithub.com/eslint/eslint/commit/7dffe482d646d4e5f94fa87a22f3b5b2e0a4b189) Update: Enable function string option in comma-dangle (fixes [#​12058](https://togithub.com/eslint/eslint/issues/12058)) ([#​12462](https://togithub.com/eslint/eslint/issues/12462)) (YeonJuan) - [`e15e1f9`](https://togithub.com/eslint/eslint/commit/e15e1f933f287d274a726e7f0f0a1dd80f0964af) Docs: fix doc for no-unneeded-ternary rule (fixes [#​12098](https://togithub.com/eslint/eslint/issues/12098)) ([#​12410](https://togithub.com/eslint/eslint/issues/12410)) (Sam Rae) - [`b1dc58f`](https://togithub.com/eslint/eslint/commit/b1dc58f0a717cb3d19300c845ca23a21ceb610d3) Sponsors: Sync README with website (ESLint Jenkins) - [`61749c9`](https://togithub.com/eslint/eslint/commit/61749c94bd8a2ebcdfb89e0cd48c4a029a945079) Chore: Provide debug log for parser errors ([#​12474](https://togithub.com/eslint/eslint/issues/12474)) (Brad Zacher) - [`7c8bbe0`](https://togithub.com/eslint/eslint/commit/7c8bbe0391944e1f92e083a04715bf4b3fe6be5d) Update: enforceForOrderingRelations no-unsafe-negation (fixes [#​12163](https://togithub.com/eslint/eslint/issues/12163)) ([#​12414](https://togithub.com/eslint/eslint/issues/12414)) (Sam Rae) - [`349ed67`](https://togithub.com/eslint/eslint/commit/349ed6700e1155384597e1e6035550a96cb8a42d) Update: improve report location for no-mixed-operators ([#​12328](https://togithub.com/eslint/eslint/issues/12328)) (Chiawen Chen) - [`a102eaa`](https://togithub.com/eslint/eslint/commit/a102eaa9ac19e1c6d92f79a4033e9048cfb64c0d) Fix: prefer-numeric-literals invalid autofix with adjacent tokens ([#​12387](https://togithub.com/eslint/eslint/issues/12387)) (Milos Djermanovic) - [`6e7c18d`](https://togithub.com/eslint/eslint/commit/6e7c18ddb30b32ee5b2e842cc8258aa7aebb7445) Update: enforceForNewInMemberExpressions no-extra-parens (fixes [#​12428](https://togithub.com/eslint/eslint/issues/12428)) ([#​12436](https://togithub.com/eslint/eslint/issues/12436)) (Milos Djermanovic) - [`51fbbd7`](https://togithub.com/eslint/eslint/commit/51fbbd78f98f223d17071650f5117d07f60dadc2) Fix: array-bracket-newline consistent error with comments (fixes [#​12416](https://togithub.com/eslint/eslint/issues/12416)) ([#​12441](https://togithub.com/eslint/eslint/issues/12441)) (Milos Djermanovic) - [`e657d4c`](https://togithub.com/eslint/eslint/commit/e657d4ccb9f3dd5cacceaaa40ffe24ac29a1349a) Fix: report full dot location in dot-location ([#​12452](https://togithub.com/eslint/eslint/issues/12452)) (Milos Djermanovic) - [`2d6e345`](https://togithub.com/eslint/eslint/commit/2d6e345e3c2626b0f2252f22cfaffdf53ea0871a) Update: make isSpaceBetweenTokens() ignore newline in comments ([#​12407](https://togithub.com/eslint/eslint/issues/12407)) (YeonJuan) - [`84f71de`](https://togithub.com/eslint/eslint/commit/84f71de0e686e0fe37b83d6728ce1825caaa44fb) Update: remove default overrides in keyword-spacing (fixes [#​12369](https://togithub.com/eslint/eslint/issues/12369)) ([#​12411](https://togithub.com/eslint/eslint/issues/12411)) (YeonJuan) - [`18a0b0e`](https://togithub.com/eslint/eslint/commit/18a0b0e3df927428a22b5b5295f9faee4bd57246) Update: improve report location for no-space-in-parens ([#​12364](https://togithub.com/eslint/eslint/issues/12364)) (Chiawen Chen) - [`d61c8a5`](https://togithub.com/eslint/eslint/commit/d61c8a5a75447a36276f2d4f84afb3e1129618da) Update: improve report location for no-multi-spaces ([#​12329](https://togithub.com/eslint/eslint/issues/12329)) (Chiawen Chen) - [`561093f`](https://togithub.com/eslint/eslint/commit/561093fc4267a4ae317d63bc9f103020fad88802) Upgrade: bump inquirer to ^7.0.0 ([#​12440](https://togithub.com/eslint/eslint/issues/12440)) (Joe Graham) - [`fb633b2`](https://togithub.com/eslint/eslint/commit/fb633b2bbd0a390b247047524fdd1f612dbab803) Chore: Add a script for testing with more control ([#​12444](https://togithub.com/eslint/eslint/issues/12444)) (Eric Wang) - [`012ec51`](https://togithub.com/eslint/eslint/commit/012ec5151113a2be06fc0e4cd208d714e52dbc57) Sponsors: Sync README with website (ESLint Jenkins) - [`874fe16`](https://togithub.com/eslint/eslint/commit/874fe1642a10a0fb937ccccdd4d22343b84f80dc) New: pass cwd from cli engine ([#​12389](https://togithub.com/eslint/eslint/issues/12389)) (Eric Wang) - [`b962775`](https://togithub.com/eslint/eslint/commit/b962775b8cb7c90985a5ab63e56744bb2ba79644) Update: no-self-assign should detect member expression with this ([#​12279](https://togithub.com/eslint/eslint/issues/12279)) (Tibor Blenessy) - [`02977f2`](https://togithub.com/eslint/eslint/commit/02977f25a922dd0b8617c16116bb4364d0f30e94) Docs: Clarify `eslint:recommended` semver policy ([#​12429](https://togithub.com/eslint/eslint/issues/12429)) (Kevin Partington) - [`97045ae`](https://togithub.com/eslint/eslint/commit/97045ae0805e6503887eef0b131dcb9e70b6d185) Docs: Fixes object type for `rules` in "Use a Plugin" ([#​12409](https://togithub.com/eslint/eslint/issues/12409)) (Daisy Develops) - [`24ca088`](https://togithub.com/eslint/eslint/commit/24ca088fdc901feef8f10b050414fbde64b55c7d) Docs: Fix typo in v6 migration guide ([#​12412](https://togithub.com/eslint/eslint/issues/12412)) (Benjamim Sonntag) - [`b094008`](https://togithub.com/eslint/eslint/commit/b094008fb196dc1de5b4c27b7dbf0bcbb4b7b352) Chore: update version parameter name ([#​12402](https://togithub.com/eslint/eslint/issues/12402)) (Toru Nagashima) - [`e5637ba`](https://togithub.com/eslint/eslint/commit/e5637badd42f087d115f81575b832097fe6fe554) Chore: enable jsdoc/require-description ([#​12365](https://togithub.com/eslint/eslint/issues/12365)) (Kai Cataldo) - [`d31f337`](https://togithub.com/eslint/eslint/commit/d31f3370396ec4868722bdc044aa697b135ac183) Sponsors: Sync README with website (ESLint Jenkins) - [`7ffb22f`](https://togithub.com/eslint/eslint/commit/7ffb22f61cf1622511a7fe42b5ead7c3b216df5e) Chore: Clean up inline directive parsing ([#​12375](https://togithub.com/eslint/eslint/issues/12375)) (Jordan Eldredge) - [`84467c0`](https://togithub.com/eslint/eslint/commit/84467c07461cc47ee43807ba9014e13700473c5c) Docs: fix wrong max-depth example (fixes [#​11991](https://togithub.com/eslint/eslint/issues/11991)) ([#​12358](https://togithub.com/eslint/eslint/issues/12358)) (Gabriel R Sezefredo) - [`3642342`](https://togithub.com/eslint/eslint/commit/364234262efabd91fa8bd53161d9d3e1e37e7944) Docs: Fix minor formatting/grammar errors ([#​12371](https://togithub.com/eslint/eslint/issues/12371)) (cherryblossom000) - [`c47fa0d`](https://togithub.com/eslint/eslint/commit/c47fa0dfc76211b3b0e5649c63acdd9606ce0eca) Docs: Fix missing word in sentence ([#​12361](https://togithub.com/eslint/eslint/issues/12361)) (Dan Boulet) - [`8108f49`](https://togithub.com/eslint/eslint/commit/8108f49f9fa0c2de80b3b66c847551beff585951) Chore: enable additional eslint-plugin-jsdoc rules ([#​12336](https://togithub.com/eslint/eslint/issues/12336)) (Kai Cataldo) - [`b718d2e`](https://togithub.com/eslint/eslint/commit/b718d2e6c9fe3fc56aa7cfc68b1a40b5cd8a7c01) Chore: update issue template with --eslint-fix flag ([#​12352](https://togithub.com/eslint/eslint/issues/12352)) (James George) - [`20ba14d`](https://togithub.com/eslint/eslint/commit/20ba14dc78fc2654b2920d14877dde21c6c10da4) Sponsors: Sync README with website (ESLint Jenkins) - [`566a947`](https://togithub.com/eslint/eslint/commit/566a947f67c8038a50e204d68723519778a78a0f) Sponsors: Sync README with website (ESLint Jenkins) - [`070cbd0`](https://togithub.com/eslint/eslint/commit/070cbd0a2ec07831962a25c4276d08e097302416) Sponsors: Sync README with website (ESLint Jenkins)
qlik-oss/picasso.js ### [`v0.27.1`](https://togithub.com/qlik-oss/picasso.js/blob/master/CHANGELOG.md#​0271httpsgithubcomqlik-osspicassojscomparev0270v0271-2019-11-04) [Compare Source](https://togithub.com/qlik-oss/picasso.js/compare/v0.27.0...v0.27.1) ##### Bug Fixes - **bar-label:** take overflow into account when finding best placement for bar label ([#​444](https://togithub.com/qlik-oss/picasso.js/issues/444)) ([ee408b9](https://togithub.com/qlik-oss/picasso.js/commit/ee408b9)) - **labels:** consider orientation when determining largest rect ([#​447](https://togithub.com/qlik-oss/picasso.js/issues/447)) ([9255c1b](https://togithub.com/qlik-oss/picasso.js/commit/9255c1b)) - fix custom line sorting ([#​452](https://togithub.com/qlik-oss/picasso.js/issues/452)) ([0e9d9fd](https://togithub.com/qlik-oss/picasso.js/commit/0e9d9fd)) - unable to use custom symbols ([#​451](https://togithub.com/qlik-oss/picasso.js/issues/451)) ([fa621c0](https://togithub.com/qlik-oss/picasso.js/commit/fa621c0))
webpack/webpack-cli ### [`v3.3.10`](https://togithub.com/webpack/webpack-cli/releases/v3.3.10) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.9...v3.3.10) Version 3.3.10 comes with a new flag [`no-cache`](https://togithub.com/webpack/webpack-cli/pull/1102), version patches to security and removal of out-of-sync mono-repo tests. The change is considered a patch, since no functionality is changed. Full changelog found [here](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​3310-2019-10-31)
webpack/webpack-dev-server ### [`v3.9.0`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​390httpsgithubcomwebpackwebpack-dev-servercomparev382v390-2019-10-22) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.2...v3.9.0) ##### Bug Fixes - add `hostname` and `port` to bonjour name to prevent name collisions ([#​2276](https://togithub.com/webpack/webpack-dev-server/issues/2276)) ([d8af2d9](https://togithub.com/webpack/webpack-dev-server/commit/d8af2d9)) - add `extKeyUsage` to self-signed cert ([#​2274](https://togithub.com/webpack/webpack-dev-server/issues/2274)) ([a4dbc3b](https://togithub.com/webpack/webpack-dev-server/commit/a4dbc3b)) ##### Features - add multiple `openPage` support ([#​2266](https://togithub.com/webpack/webpack-dev-server/issues/2266)) ([c9e9178](https://togithub.com/webpack/webpack-dev-server/commit/c9e9178)) ##### [3.8.2](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.1...v3.8.2) (2019-10-02) ##### Security - update `selfsigned` package ##### [3.8.1](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.0...v3.8.1) (2019-09-16) ##### Bug Fixes - add null check for connection.headers ([#​2200](https://togithub.com/webpack/webpack-dev-server/issues/2200)) ([7964997](https://togithub.com/webpack/webpack-dev-server/commit/7964997)) - false positive for an absolute path in the `ContentBase` option on windows ([#​2202](https://togithub.com/webpack/webpack-dev-server/issues/2202)) ([68ecf78](https://togithub.com/webpack/webpack-dev-server/commit/68ecf78)) - add status in quiet log level ([#​2235](https://togithub.com/webpack/webpack-dev-server/issues/2235)) ([7e2224e](https://togithub.com/webpack/webpack-dev-server/commit/7e2224e)) - scriptHost in client ([#​2246](https://togithub.com/webpack/webpack-dev-server/issues/2246)) ([00903f6](https://togithub.com/webpack/webpack-dev-server/commit/00903f6))

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.



This PR has been generated by Renovate Bot. 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.