qlik-oss / core-get-started

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

Update minor and patch #294

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.6.0 -> 7.6.4
@babel/preset-env (source) devDependencies patch 7.6.0 -> 7.6.3
eslint (source) devDependencies minor 6.3.0 -> 6.5.1
picasso-plugin-q dependencies minor 0.26.1 -> 0.27.0
picasso.js (source) dependencies minor 0.26.1 -> 0.27.0
webdriver-manager devDependencies patch 12.1.6 -> 12.1.7
webpack devDependencies minor 4.39.3 -> 4.41.2
webpack-cli devDependencies patch 3.3.8 -> 3.3.9
webpack-dev-server devDependencies patch 3.8.0 -> 3.8.2

Release Notes

babel/babel ### [`v7.6.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v764-2019-10-10) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.3...v7.6.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10491](https://togithub.com/babel/babel/pull/10491) Trailing comma after rest - The final fix ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​10536](https://togithub.com/babel/babel/pull/10536) Revert "chore: Upgrade source-map to 0.6.1 ([#​10446](https://togithub.com/babel/babel/issues/10446))" ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.6.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v763-2019-10-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.2...v7.6.3) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10469](https://togithub.com/babel/babel/pull/10469) Disallow await inside async arrow params ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10493](https://togithub.com/babel/babel/pull/10493) [parser] Disallow numeric separators in legacy octal like integers ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) ##### :rocket: New Feature - `babel-types` - [#​10504](https://togithub.com/babel/babel/pull/10504) Add declarations for more of [@​babel/types](https://togithub.com/babel/types) exports ([@​Jessidhia](https://togithub.com/Jessidhia)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#​10343](https://togithub.com/babel/babel/pull/10343) Do not remove let bindings even they are wrapped in closure ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10119](https://togithub.com/babel/babel/pull/10119) add scope to TSModuleDeclaration ([@​tanhauhau](https://togithub.com/tanhauhau)) - [#​10332](https://togithub.com/babel/babel/pull/10332) Do not allow member expressions to start async arrows ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10490](https://togithub.com/babel/babel/pull/10490) [parser] Don't crash on comment after trailing comma after elision ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-constant-elements`, `babel-traverse` - [#​10529](https://togithub.com/babel/babel/pull/10529) Do not hoist jsx referencing a mutable binding ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-typescript` - [#​10220](https://togithub.com/babel/babel/pull/10220) Flow: interface identifier should be declared in the scope ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​10419](https://togithub.com/babel/babel/pull/10419) assertNoDuplicates throw with more context ([@​hjdivad](https://togithub.com/hjdivad)) - [#​10511](https://togithub.com/babel/babel/pull/10511) Add filename to transform error ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​10506](https://togithub.com/babel/babel/pull/10506) Use `make -j` for parallel build ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10443](https://togithub.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10494](https://togithub.com/babel/babel/pull/10494) Enable optional chaining and nullish coalescing plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-preset-react` - [#​10249](https://togithub.com/babel/babel/pull/10249) Add windows to travis ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-parser` - [#​10371](https://togithub.com/babel/babel/pull/10371) perf: replace lookahead by lookaheadCharCode ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10443](https://togithub.com/babel/babel/pull/10443) perf: only apply lazy cjs module transform on cli and core ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.6.2`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v762-2019-09-23) [Compare Source](https://togithub.com/babel/babel/compare/v7.6.0...v7.6.2) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10472](https://togithub.com/babel/babel/pull/10472) added check to disallow super.private variable access and test case added. ([@​vivek12345](https://togithub.com/vivek12345)) - [#​10468](https://togithub.com/babel/babel/pull/10468) [parser] Disallow numeric separator in unicode scape sequences. ([@​ivandevp](https://togithub.com/ivandevp)) - [#​10467](https://togithub.com/babel/babel/pull/10467) [parser] Invalid NonOctal Decimal. ([@​gonzarodriguezt](https://togithub.com/gonzarodriguezt)) - [#​10461](https://togithub.com/babel/babel/pull/10461) [parser] Disallow static fields named `constructor`. ([@​guywaldman](https://togithub.com/guywaldman)) - [#​10455](https://togithub.com/babel/babel/pull/10455) [parser] Report escapes in kws only if they won't be used as identifiers. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser` - [#​10445](https://togithub.com/babel/babel/pull/10445) Leave trailing comments after handling a possible trailing comma. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli` - [#​10400](https://togithub.com/babel/babel/pull/10400) fix: allow the process to exit naturally. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10402](https://togithub.com/babel/babel/pull/10402) fix: pass optionLoc when validating plugin object. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-block-scoping`, `babel-plugin-transform-spread`, `babel-traverse` - [#​10417](https://togithub.com/babel/babel/pull/10417) Do not guess relative execution status for exported fns. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-object-rest-spread`, `babel-preset-env` - [#​10275](https://togithub.com/babel/babel/pull/10275) fix object rest in array pattern. ([@​tanhauhau](https://togithub.com/tanhauhau)) ##### :house: Internal - `babel-plugin-transform-named-capturing-groups-regex` - [#​10430](https://togithub.com/babel/babel/pull/10430) refactor: replace regexp-tree by regexpu. ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10441](https://togithub.com/babel/babel/pull/10441) Update GitHub actions to v2. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​10427](https://togithub.com/babel/babel/pull/10427) chore: add lint-ts rule. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-fixtures` - [#​10428](https://togithub.com/babel/babel/pull/10428) chore: remove tryResolve dependency. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​10429](https://togithub.com/babel/babel/pull/10429) Remove babel polyfill dependency of babel-node. ([@​bdwain](https://togithub.com/bdwain)) - `babel-generator`, `babel-helper-fixtures` - [#​10420](https://togithub.com/babel/babel/pull/10420) chore: remove trim-right dependency. ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-plugin-transform-runtime`, `babel-register` - [#​10405](https://togithub.com/babel/babel/pull/10405) Remove circular dependency. ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-parser` - [#​10421](https://togithub.com/babel/babel/pull/10421) Miscellaneous perf tweak. ([@​JLHwung](https://togithub.com/JLHwung))
eslint/eslint ### [`v6.5.1`](https://togithub.com/eslint/eslint/releases/v6.5.1) [Compare Source](https://togithub.com/eslint/eslint/compare/v6.5.0...v6.5.1) - [`0d3d7d9`](https://togithub.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#​12345](https://togithub.com/eslint/eslint/issues/12345)) (Josiah Rooney) - [`447ac87`](https://togithub.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix: no-useless-rename handles ExperimentalRestProperty (fixes [#​12335](https://togithub.com/eslint/eslint/issues/12335)) ([#​12339](https://togithub.com/eslint/eslint/issues/12339)) (Kai Cataldo) - [`b6ff73c`](https://togithub.com/eslint/eslint/commit/b6ff73cad13282fbfc91186cf4bc2f20278a8936) Sponsors: Sync README with website (ESLint Jenkins) ### [`v6.5.0`](https://togithub.com/eslint/eslint/releases/v6.5.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v6.4.0...v6.5.0) - [`73596cb`](https://togithub.com/eslint/eslint/commit/73596cbdf0a12e2878b2994783f9b969b0c5fbeb) Update: Add enforceForSwitchCase option to use-isnan ([#​12106](https://togithub.com/eslint/eslint/issues/12106)) (Milos Djermanovic) - [`d592a24`](https://togithub.com/eslint/eslint/commit/d592a248d67920f7200925c003f10853d29f1f8d) Fix: exclude `\u000d` so new line won't convert to text (fixes [#​12027](https://togithub.com/eslint/eslint/issues/12027)) ([#​12031](https://togithub.com/eslint/eslint/issues/12031)) (zamboney) - [`e85d27a`](https://togithub.com/eslint/eslint/commit/e85d27af427d6185ac553a0d801b5103153426d4) Fix: no-regex-spaces false positives and invalid autofix (fixes [#​12226](https://togithub.com/eslint/eslint/issues/12226)) ([#​12231](https://togithub.com/eslint/eslint/issues/12231)) (Milos Djermanovic) - [`b349bf7`](https://togithub.com/eslint/eslint/commit/b349bf79ad56dded826bc99cb52c3551af34fa63) Fix: prefer-named-capture-group incorrect locations (fixes [#​12233](https://togithub.com/eslint/eslint/issues/12233)) ([#​12247](https://togithub.com/eslint/eslint/issues/12247)) (Milos Djermanovic) - [`7dc1ea9`](https://togithub.com/eslint/eslint/commit/7dc1ea9a1b9a21daaffcf712ba9c0e91af81b906) Fix: no-useless-return autofix removes comments ([#​12292](https://togithub.com/eslint/eslint/issues/12292)) (Milos Djermanovic) - [`0e68677`](https://togithub.com/eslint/eslint/commit/0e68677ec0aaf060a071ecf71e4af954dddb6af0) Fix: no-extra-bind autofix removes comments ([#​12293](https://togithub.com/eslint/eslint/issues/12293)) (Milos Djermanovic) - [`6ad7e86`](https://togithub.com/eslint/eslint/commit/6ad7e864303e56a39c89569d50c6caf80752ee21) Fix: no-extra-label autofix removes comments ([#​12298](https://togithub.com/eslint/eslint/issues/12298)) (Milos Djermanovic) - [`acec201`](https://togithub.com/eslint/eslint/commit/acec201f06df780791179ad92cfc484f9b6d23d4) Fix: no-undef-init autofix removes comments ([#​12299](https://togithub.com/eslint/eslint/issues/12299)) (Milos Djermanovic) - [`d89390b`](https://togithub.com/eslint/eslint/commit/d89390b75e3e9993f347387a49b0ac5550f45c7f) Fix: use async reading of stdin in bin/eslint.js (fixes [#​12212](https://togithub.com/eslint/eslint/issues/12212)) ([#​12230](https://togithub.com/eslint/eslint/issues/12230)) (Barrie Treloar) - [`334ca7c`](https://togithub.com/eslint/eslint/commit/334ca7c8b9c18ac097849c1cefaa43097a4e51dc) Update: no-useless-rename also reports default values (fixes [#​12301](https://togithub.com/eslint/eslint/issues/12301)) ([#​12322](https://togithub.com/eslint/eslint/issues/12322)) (Kai Cataldo) - [`41bfe91`](https://togithub.com/eslint/eslint/commit/41bfe919c06932b7e58cd9ead20157e06656160a) Update: Fix handling of chained new expressions in new-parens ([#​12303](https://togithub.com/eslint/eslint/issues/12303)) (Milos Djermanovic) - [`160b7c4`](https://togithub.com/eslint/eslint/commit/160b7c46b556ccb6023eb411a8be8801a4bda6df) Chore: add autofix npm script ([#​12330](https://togithub.com/eslint/eslint/issues/12330)) (Kai Cataldo) - [`04b6adb`](https://togithub.com/eslint/eslint/commit/04b6adb7f1bcb2b6cb3fa377b1ca4cecd810630e) Chore: enable eslint-plugin-jsdoc (refs [#​11146](https://togithub.com/eslint/eslint/issues/11146)) ([#​12332](https://togithub.com/eslint/eslint/issues/12332)) (Kai Cataldo) - [`9b86167`](https://togithub.com/eslint/eslint/commit/9b86167e6f053e4a72bf68ebc79db53903f7f8c3) Docs: Add new ES environments to Configuring ESLint ([#​12289](https://togithub.com/eslint/eslint/issues/12289)) (Milos Djermanovic) - [`c9aeab2`](https://togithub.com/eslint/eslint/commit/c9aeab21a71c6743f51163b7a8fdf4f0cbfcdbde) Docs: Add supported ECMAScript version to README ([#​12290](https://togithub.com/eslint/eslint/issues/12290)) (Milos Djermanovic) - [`8316e7b`](https://togithub.com/eslint/eslint/commit/8316e7be5a9429513d7ecf2ee2afc40ab4415b8f) Fix: no-useless-rename autofix removes comments ([#​12300](https://togithub.com/eslint/eslint/issues/12300)) (Milos Djermanovic) - [`29c12f1`](https://togithub.com/eslint/eslint/commit/29c12f18726a3afb21fc89ab1bdacc6972d49e68) Chore: cache results in runtime-info ([#​12320](https://togithub.com/eslint/eslint/issues/12320)) (Kai Cataldo) - [`f5537b2`](https://togithub.com/eslint/eslint/commit/f5537b2ed0b0b5e51a34c22cdd4ebfd024eaea3d) Fix: prefer-numeric-literals autofix removes comments ([#​12313](https://togithub.com/eslint/eslint/issues/12313)) (Milos Djermanovic) - [`11ae6fc`](https://togithub.com/eslint/eslint/commit/11ae6fcb5d5503e5dea41c02780369efe51f0bb9) Update: Fix call, new and member expressions in no-extra-parens ([#​12302](https://togithub.com/eslint/eslint/issues/12302)) (Milos Djermanovic) - [`a7894eb`](https://togithub.com/eslint/eslint/commit/a7894ebb43523152d36720efa770bb1fe8b58c07) New: add --env-info flag to CLI ([#​12270](https://togithub.com/eslint/eslint/issues/12270)) (Kai Cataldo) - [`61392ff`](https://togithub.com/eslint/eslint/commit/61392ff5ec660bfc01ac2ff0e9660d259cf88fd6) Sponsors: Sync README with website (ESLint Jenkins) - [`2c6bf8e`](https://togithub.com/eslint/eslint/commit/2c6bf8ea9c8a8f94746f980bd5bea0a8c5c4d6b7) Docs: English fix ([#​12306](https://togithub.com/eslint/eslint/issues/12306)) (Daniel Nixon) - [`6f11877`](https://togithub.com/eslint/eslint/commit/6f118778366613fc53036cb6a7537e1b4c6e7af8) Sponsors: Sync README with website (ESLint Jenkins) - [`2e202ca`](https://togithub.com/eslint/eslint/commit/2e202ca2228846e6226aa8dd99c614d572fb86a8) Docs: fix links in array-callback-return ([#​12288](https://togithub.com/eslint/eslint/issues/12288)) (Milos Djermanovic) - [`e39c631`](https://togithub.com/eslint/eslint/commit/e39c6318af0fd27edd5fd2aaf2b24a3e204005dd) Docs: add example for CLIEngine#executeOnText 3rd arg ([#​12286](https://togithub.com/eslint/eslint/issues/12286)) (Kai Cataldo) - [`d4f9a16`](https://togithub.com/eslint/eslint/commit/d4f9a16af7e00021e2ed63823d9c2f149bc985d6) Update: add support for JSXFragments in indent rule (fixes [#​12208](https://togithub.com/eslint/eslint/issues/12208)) ([#​12210](https://togithub.com/eslint/eslint/issues/12210)) (Kai Cataldo) - [`c6af95f`](https://togithub.com/eslint/eslint/commit/c6af95f5bf1ef10f08545d54fd52b98e85fdf7f7) Sponsors: Sync README with website (ESLint Jenkins) - [`8cadd52`](https://togithub.com/eslint/eslint/commit/8cadd5229b7372aed0d4785dcae15532a399bf55) Sponsors: Sync README with website (ESLint Jenkins) - [`f9fc695`](https://togithub.com/eslint/eslint/commit/f9fc695d77c19cd5ecb3f0e97e1ea124c8543409) Chore: enable default-param-last ([#​12244](https://togithub.com/eslint/eslint/issues/12244)) (薛定谔的猫) - [`9984c3e`](https://togithub.com/eslint/eslint/commit/9984c3e27c92de76b8c05a58525dbcea12b10b83) Docs: Update README team and sponsors (ESLint Jenkins) ### [`v6.4.0`](https://togithub.com/eslint/eslint/releases/v6.4.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v6.3.0...v6.4.0) - [`e915fff`](https://togithub.com/eslint/eslint/commit/e915fffb6089a23ff1cae926cc607f9b87dc1819) Docs: Improve examples and clarify default option ([#​12067](https://togithub.com/eslint/eslint/issues/12067)) (Yuping Zuo) - [`540296f`](https://togithub.com/eslint/eslint/commit/540296fcecd232a09dc873a5a22f5839b59b7842) Update: enforceForClassMembers option to accessor-pairs (fixes [#​12063](https://togithub.com/eslint/eslint/issues/12063)) ([#​12192](https://togithub.com/eslint/eslint/issues/12192)) (Milos Djermanovic) - [`d3c2334`](https://togithub.com/eslint/eslint/commit/d3c2334646eae9287d5be9e457d041e445efb512) Update: flag nested block with declaration as error ([#​12193](https://togithub.com/eslint/eslint/issues/12193)) (David Waller) - [`b2498d2`](https://togithub.com/eslint/eslint/commit/b2498d284b9c30ed1543429c2f45d9014e12fe22) Update: Fix handling of property names in no-self-assign ([#​12105](https://togithub.com/eslint/eslint/issues/12105)) (Milos Djermanovic) - [`1ee61b0`](https://togithub.com/eslint/eslint/commit/1ee61b06715fcc750be2c923034a1e59ba663287) Update: enforceForClassMembers computed-property-spacing (fixes [#​12049](https://togithub.com/eslint/eslint/issues/12049)) ([#​12214](https://togithub.com/eslint/eslint/issues/12214)) (Milos Djermanovic) - [`520c922`](https://togithub.com/eslint/eslint/commit/520c92270eed6e90c1a796e8af275980f01705e0) Docs: Added naming convention details to plugin usage ([#​12202](https://togithub.com/eslint/eslint/issues/12202)) (Henrique Barcelos) - [`f826eab`](https://togithub.com/eslint/eslint/commit/f826eabbeecddb047f58f4e7308a14c18148d369) Fix: Allow line comment exception in object-curly-spacing (fixes [#​11902](https://togithub.com/eslint/eslint/issues/11902)) ([#​12216](https://togithub.com/eslint/eslint/issues/12216)) (Milos Djermanovic) - [`db2a29b`](https://togithub.com/eslint/eslint/commit/db2a29beb0fa28183f65bf9e659c66c03a8918b5) Update: indentation of comment followed by semicolon (fixes [#​12232](https://togithub.com/eslint/eslint/issues/12232)) ([#​12243](https://togithub.com/eslint/eslint/issues/12243)) (Kai Cataldo) - [`ae17d1c`](https://togithub.com/eslint/eslint/commit/ae17d1ca59dd466aa64da0680ec2453c2dc3b80d) Fix: no-sequences is reporting incorrect locations ([#​12241](https://togithub.com/eslint/eslint/issues/12241)) (Milos Djermanovic) - [`365331a`](https://togithub.com/eslint/eslint/commit/365331a42e22af5a77ac9cfa9673d6a8f653eb5a) Fix: object-shorthand providing invalid fixes for typescript ([#​12260](https://togithub.com/eslint/eslint/issues/12260)) (Brad Zacher) - [`1c921c6`](https://togithub.com/eslint/eslint/commit/1c921c6dfd7ddfb0308c8103e53d32c1241475f0) New: add no-import-assign (fixes [#​12237](https://togithub.com/eslint/eslint/issues/12237)) ([#​12252](https://togithub.com/eslint/eslint/issues/12252)) (Toru Nagashima) - [`3be04fd`](https://togithub.com/eslint/eslint/commit/3be04fd6a4e7b3f5a5ecb845a29cf29b71fe2dfb) New: Add prefer-regex-literals rule (fixes [#​12238](https://togithub.com/eslint/eslint/issues/12238)) ([#​12254](https://togithub.com/eslint/eslint/issues/12254)) (Milos Djermanovic) - [`37c0fde`](https://togithub.com/eslint/eslint/commit/37c0fdeb87b92a0b779b125adf45535b79b65757) Update: Report global Atomics calls in no-obj-calls (fixes [#​12234](https://togithub.com/eslint/eslint/issues/12234)) ([#​12258](https://togithub.com/eslint/eslint/issues/12258)) (Milos Djermanovic) - [`985c9e5`](https://togithub.com/eslint/eslint/commit/985c9e5eba351965a8a1491a41dbdcc78154b8f4) Fix: space-before-function-paren autofix removes comments (fixes [#​12259](https://togithub.com/eslint/eslint/issues/12259)) ([#​12264](https://togithub.com/eslint/eslint/issues/12264)) (Milos Djermanovic) - [`01da7d0`](https://togithub.com/eslint/eslint/commit/01da7d04c4e5a7376cf241ec02db7971726a1bf9) Fix: eqeqeq rule reports incorrect locations ([#​12265](https://togithub.com/eslint/eslint/issues/12265)) (Milos Djermanovic) - [`319e4d8`](https://togithub.com/eslint/eslint/commit/319e4d8386ea846928f0f906c251b46043a53491) Docs: adding finally example ([#​12256](https://togithub.com/eslint/eslint/issues/12256)) (Jens Melgaard) - [`d52328f`](https://togithub.com/eslint/eslint/commit/d52328f012f3704c7d1ce39427e63f80531c7979) Docs: fix no-sequences `with` examples ([#​12239](https://togithub.com/eslint/eslint/issues/12239)) (Milos Djermanovic) - [`a41fdc0`](https://togithub.com/eslint/eslint/commit/a41fdc07404a7675d14183fab245fb8f49dcb858) Fix: Remove autofixer for no-unsafe-negation ([#​12157](https://togithub.com/eslint/eslint/issues/12157)) (Milos Djermanovic) - [`e38f5fd`](https://togithub.com/eslint/eslint/commit/e38f5fdfc786363a3eae642f1a69a8725600aa61) Update: fix no-octal-escape false negatives after \\0 ([#​12079](https://togithub.com/eslint/eslint/issues/12079)) (Milos Djermanovic) - [`9418fbe`](https://togithub.com/eslint/eslint/commit/9418fbe0eb31cace3debe27b620709628df2fad7) Sponsors: Sync README with website (ESLint Jenkins) - [`acc5ec5`](https://togithub.com/eslint/eslint/commit/acc5ec5082aed466a29899f651e6767b39155aec) Sponsors: Sync README with website (ESLint Jenkins) - [`460c5ad`](https://togithub.com/eslint/eslint/commit/460c5ad176eaf39ff579cd96b3bcbe0539093f8f) Sponsors: Sync README with website (ESLint Jenkins) - [`0313441`](https://togithub.com/eslint/eslint/commit/0313441d016c8aa0674c135f9da67a676e766ec5) New: add rule default-param-last (fixes [#​11361](https://togithub.com/eslint/eslint/issues/11361)) ([#​12188](https://togithub.com/eslint/eslint/issues/12188)) (Chiawen Chen) - [`7621f5d`](https://togithub.com/eslint/eslint/commit/7621f5d2aa7d87e798b75ca47d6889c280597e99) Update: add more specific linting messages to space-in-parens ([#​11121](https://togithub.com/eslint/eslint/issues/11121)) (Che Fisher) - [`21eb904`](https://togithub.com/eslint/eslint/commit/21eb9044135c01b6c12188517bba840614483fc6) Fix: basePath of OverrideTester (fixes [#​12032](https://togithub.com/eslint/eslint/issues/12032)) ([#​12205](https://togithub.com/eslint/eslint/issues/12205)) (Toru Nagashima) - [`86e5e65`](https://togithub.com/eslint/eslint/commit/86e5e657ea3fbf12b10524abcbc197afd215a060) Sponsors: Sync README with website (ESLint Jenkins) - [`2b1a13f`](https://togithub.com/eslint/eslint/commit/2b1a13fa0de8360586857f3ced8da514c971297d) Fix: no-extra-boolean-cast reports wrong negation node (fixes [#​11324](https://togithub.com/eslint/eslint/issues/11324)) ([#​12197](https://togithub.com/eslint/eslint/issues/12197)) (Milos Djermanovic) - [`ba8c2aa`](https://togithub.com/eslint/eslint/commit/ba8c2aa0154561fbeca33db0343cb39a7fbd9b4f) Sponsors: Sync README with website (ESLint Jenkins) - [`a0a9746`](https://togithub.com/eslint/eslint/commit/a0a9746724ccd22c721ddc1b25c566aa9acea154) Docs: Fix link in no-irregular-whitespace.md ([#​12196](https://togithub.com/eslint/eslint/issues/12196)) (Timo Tijhof) - [`e10eeba`](https://togithub.com/eslint/eslint/commit/e10eebab4abd193dee697c4de7fb2d95bbab2d8c) Fix: quotes autofix produces syntax error with octal escape sequences ([#​12118](https://togithub.com/eslint/eslint/issues/12118)) (Milos Djermanovic)
qlik-oss/picasso.js ### [`v0.27.0`](https://togithub.com/qlik-oss/picasso.js/blob/master/CHANGELOG.md#​0270httpsgithubcomqlik-osspicassojscomparev0261v0270-2019-09-20) [Compare Source](https://togithub.com/qlik-oss/picasso.js/compare/v0.26.1...v0.27.0) ##### Bug Fixes - **labels:** avoid rendering ellipsis only ([#​442](https://togithub.com/qlik-oss/picasso.js/issues/442)) ([7c6c07f](https://togithub.com/qlik-oss/picasso.js/commit/7c6c07f)) ##### Features - add style overrides in definition ([#​432](https://togithub.com/qlik-oss/picasso.js/issues/432)) ([efd35b2](https://togithub.com/qlik-oss/picasso.js/commit/efd35b2)) - **gradient:** support custom gradient bounds ([#​441](https://togithub.com/qlik-oss/picasso.js/issues/441)) ([c4a1cb6](https://togithub.com/qlik-oss/picasso.js/commit/c4a1cb6)) - **line:** add option to connect gaps in lines ([#​430](https://togithub.com/qlik-oss/picasso.js/issues/430)) ([cdcecc3](https://togithub.com/qlik-oss/picasso.js/commit/cdcecc3)) - **line:** add points to collected layers ([#​439](https://togithub.com/qlik-oss/picasso.js/issues/439)) ([cbbe821](https://togithub.com/qlik-oss/picasso.js/commit/cbbe821)) - **line:** disconnect lines ([#​438](https://togithub.com/qlik-oss/picasso.js/issues/438)) ([5b931b1](https://togithub.com/qlik-oss/picasso.js/commit/5b931b1)) - **line:** use major prop if available ([#​440](https://togithub.com/qlik-oss/picasso.js/issues/440)) ([d8f50b9](https://togithub.com/qlik-oss/picasso.js/commit/d8f50b9)) #### [0.26.1](https://togithub.com/qlik-oss/picasso.js/compare/v0.26.0...v0.26.1) (2019-06-13) **Note:** Version bump only for package picasso.js
angular/webdriver-manager ### [`v12.1.7`](https://togithub.com/angular/webdriver-manager/blob/master/CHANGELOG.md#​1217) [Compare Source](https://togithub.com/angular/webdriver-manager/compare/c48143c745181d8ea7c37580fa156edaccd71818...12.1.7) Updates to Chromedriver to the LATEST_RELEASE. This should work from here on in when Chrome is updated to a new version. - [64795b7](https://togithub.com/angular/webdriver-manager/commit/64795b753b3d00ad2d1f4ac98c531f9e147f3b3e) chore(chrome) get latest chromedriver from LATEST_RELEASE ([#​418](https://togithub.com/angular/webdriver-manager/issues/418)) - changed the get latest chromedriver to use the URL getting the latest first, then downloading that specific version. - removed unused imports.
webpack/webpack ### [`v4.41.2`](https://togithub.com/webpack/webpack/releases/v4.41.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.1...v4.41.2) ### Bugfixes - fix issue with invalide timezone ### [`v4.41.1`](https://togithub.com/webpack/webpack/releases/v4.41.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.41.0...v4.41.1) ### Bugfixes - fix incorrect request shortening when directory looks similar to parent directory - fix crash when timezone is unknown ### [`v4.41.0`](https://togithub.com/webpack/webpack/releases/v4.41.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.40.3...v4.41.0) ### Developer Experience - disallow cache group named test with shorthand syntax to point out a potential config error ### Performance - Improve performance of LimitChunkCountPlugin ### [`v4.40.3`](https://togithub.com/webpack/webpack/releases/v4.40.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.40.2...v4.40.3) ### Bugfixes - fix a bug that the HMR plugin affected child compilations ### Performance - improve performance of splitChunks name option by caching hashed value - improve rebuild performance by caching module size computation ### [`v4.40.2`](https://togithub.com/webpack/webpack/releases/v4.40.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.40.1...v4.40.2) ### Bugfixes - fix a bug where asset is undefined ### [`v4.40.1`](https://togithub.com/webpack/webpack/releases/v4.40.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.40.0...v4.40.1) ### Bugfixes - convert "multiple assets emit to the same filename" error into a warning - compare asset content when multiple assets emit to the same filename ### [`v4.40.0`](https://togithub.com/webpack/webpack/releases/v4.40.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v4.39.3...v4.40.0) ### Features - adds asset info for emitted assets - new methods allow easy emitting/updating of assets `compilation.emitAsset/updateAsset` (instead of accessing the Object `compilation.assets`) - new getter methods to get assets `compilation.getAssets()` and `compilation.getAsset(name)` - 3 flags in asset info: - `immutable`: when set an asset can be cache infinitely - `development`: when set an asset is some kind of development tool (i. e. a SourceMap) - `hotModuleReplacement`: when set an asset is generated for an hot update - Stats expose `info` object in assets - String version of Stats show flags
webpack/webpack-cli ### [`v3.3.9`](https://togithub.com/webpack/webpack-cli/releases/v3.3.9) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/v3.3.8...v3.3.9) This patch contains a fix for a hanging exit condition. A full changelog found [here](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​339-2019-09-17)
webpack/webpack-dev-server ### [`v3.8.2`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​382httpsgithubcomwebpackwebpack-dev-servercomparev381v382-2019-10-02) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.1...v3.8.2) ### [`v3.8.1`](https://togithub.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md#​382httpsgithubcomwebpackwebpack-dev-servercomparev381v382-2019-10-02) [Compare Source](https://togithub.com/webpack/webpack-dev-server/compare/v3.8.0...v3.8.1)

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.