mozilla / testpilot

Test Pilot is a platform for performing controlled tests of new product concepts in Firefox
https://testpilot.firefox.com/
251 stars 123 forks source link

Update all dependencies #3982

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change References
@​babel/core devDependencies minor 7.0.0 -> 7.1.5 homepage, source
@​babel/plugin-proposal-class-properties devDependencies minor 7.0.0 -> 7.1.0 source
@​babel/preset-env devDependencies minor 7.0.0 -> 7.1.5 homepage, source
@​storybook/addon-actions devDependencies major 3.4.11 -> 4.0.6 source
@​storybook/addon-knobs devDependencies major 3.4.11 -> 4.0.6 source
@​storybook/addon-links devDependencies major 3.4.11 -> 4.0.6 source
@​storybook/react devDependencies major 3.4.11 -> 4.0.6 source
autoprefixer devDependencies minor 9.1.5 -> 9.3.1 source
babel-eslint devDependencies major 9.0.0 -> 10.0.1 source
cldr-core dependencies major 33.0.0 -> 34.0.0 homepage, source
clipboard dependencies patch 2.0.1 -> 2.0.4 source
copy-webpack-plugin devDependencies minor 4.5.3 -> 4.6.0 source
enzyme-adapter-react-16 devDependencies minor 1.6.0 -> 1.7.0 homepage, source
eslint devDependencies major 4.15.0 -> 5.9.0 homepage, source
eslint devDependencies minor 5.7.0 -> 5.9.0 homepage, source
eslint-plugin-flowtype devDependencies minor 3.0.0 -> 3.2.0 source
eslint-plugin-mozilla devDependencies patch 0.16.1 -> 0.16.2 homepage
fetch-mock devDependencies minor 7.1.0 -> 7.2.5 homepage, source
flow-bin devDependencies minor 0.83.0 -> 0.86.0 source, changelog
fluent dependencies minor 0.8.1 -> 0.9.1 homepage, source
fluent-react dependencies patch 0.8.1 -> 0.8.2 homepage, source
fs-extra devDependencies patch 7.0.0 -> 7.0.1 source
image-webpack-loader devDependencies minor 4.3.1 -> 4.5.0 source
jsdom devDependencies major 11.5.1 -> 13.0.0 source
libphonenumber-js dependencies minor 1.5.2 -> 1.6.6 source
node-sass devDependencies minor 4.9.4 -> 4.10.0 source
onchange devDependencies minor 5.0.2 -> 5.1.0 source
onchange devDependencies major 4.1.0 -> 5.1.0 source
react dependencies minor 16.5.2 -> 16.6.3 homepage, source
react-dom dependencies minor 16.5.2 -> 16.6.3 homepage, source
react-redux dependencies minor 5.0.7 -> 5.1.1 source
seedrandom dependencies patch 2.4.3 -> 2.4.4 homepage, source
sinon devDependencies minor 7.0.0 -> 7.1.1 homepage, source
through2 devDependencies major 2.0.3 -> 3.0.0 source
web-ext devDependencies patch 2.9.1 -> 2.9.2 source
webpack devDependencies minor 4.20.2 -> 4.25.1 source
webpack-dev-server devDependencies patch 3.1.9 -> 3.1.10 source

Release Notes

babel/babel ### [`v7.1.5`](https://renovatebot.com/gh/babel/babel/releases/v7.1.5) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.2...v7.1.5) #### v7.1.5 (2018-11-06) Various bug fixes and additions. And thanks to [@​benmosher](https://renovatebot.com/gh/benmosher), [@​ryanwmarsh](https://renovatebot.com/gh/ryanwmarsh), [@​Cyp](https://renovatebot.com/gh/Cyp), [@​vvyomjjain](https://renovatebot.com/gh/vvyomjjain), [@​byronluk](https://renovatebot.com/gh/byronluk), [@​everdimension](https://renovatebot.com/gh/everdimension) for their first PRs! ##### :eyeglasses: Spec Compliancy - `babel-parser`, `babylon` - [#​7727](https://renovatebot.com/gh/babel/babel/pull/7727) Fix await in function name and parameters. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ##### :rocket: New Feature - `babel-parser` - [#​8828](https://renovatebot.com/gh/babel/babel/pull/8828) Typescript: Validate tuple type element positions. ([@​Retsam](https://renovatebot.com/gh/Retsam)) - [#​8883](https://renovatebot.com/gh/babel/babel/pull/8883) [flow] Add support for parsing `_` as implicit instantiation in call/new. ([@​jbrown215](https://renovatebot.com/gh/jbrown215)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-traverse` - [#​8448](https://renovatebot.com/gh/babel/babel/pull/8448) Remove Babylon plugins for features already merged to the ECMAScript spec. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-parser`, `babel-types` - [#​8884](https://renovatebot.com/gh/babel/babel/pull/8884) [flow] Explicit inexact objects with `...`. ([@​jbrown215](https://renovatebot.com/gh/jbrown215)) - `babel-preset-env` - [#​8898](https://renovatebot.com/gh/babel/babel/pull/8898) Update preset-env data. ([@​existentialism](https://renovatebot.com/gh/existentialism)) ##### :bug: Bug Fix - `babel-parser` - [#​8956](https://renovatebot.com/gh/babel/babel/pull/8956) Do not allow TypeCastExpressions w/o parens . ([@​danez](https://renovatebot.com/gh/danez)) - [#​8954](https://renovatebot.com/gh/babel/babel/pull/8954) Allow function types in type params within arrow return types. ([@​danez](https://renovatebot.com/gh/danez)) - [#​8866](https://renovatebot.com/gh/babel/babel/pull/8866) Closes [#​8865](https://renovatebot.com/gh/babel/babel/issues/8865). ([@​byronluk](https://renovatebot.com/gh/byronluk)) - `babel-core` - [#​8910](https://renovatebot.com/gh/babel/babel/pull/8910) Resolve babel.config.js 'babelrcRoots' values relative to the config file.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - [#​8950](https://renovatebot.com/gh/babel/babel/pull/8950) Fix message when plugin of a wrong type is passed. ([@​everdimension](https://renovatebot.com/gh/everdimension)) - `babel-plugin-transform-block-scoping` - [#​8937](https://renovatebot.com/gh/babel/babel/pull/8937) rename colliding let bindings with for loop init. ([@​byronluk](https://renovatebot.com/gh/byronluk)) - [#​8914](https://renovatebot.com/gh/babel/babel/pull/8914) Treat break inside block inside loop. ([@​thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - `babel-preset-env` - [#​8926](https://renovatebot.com/gh/babel/babel/pull/8926) preset-env: Edge support for arrow param destructuring. ([@​benmosher](https://renovatebot.com/gh/benmosher)) - `babel-generator` - [#​8868](https://renovatebot.com/gh/babel/babel/pull/8868) fix single-arg async arrows when retainLines=true. ([@​ryanwmarsh](https://renovatebot.com/gh/ryanwmarsh)) - `babel-traverse` - [#​8880](https://renovatebot.com/gh/babel/babel/pull/8880) fix: Expression x === 'y' && '' should not evaluate to undefined.. ([@​Cyp](https://renovatebot.com/gh/Cyp)) ##### :nail_care: Polish - [#​8873](https://renovatebot.com/gh/babel/babel/pull/8873) fixed an extra word. ([@​vvyomjjain](https://renovatebot.com/gh/vvyomjjain)) ##### Committers: 14 - Ben Mosher ([benmosher](https://renovatebot.com/gh/benmosher)) - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Byron Luk ([byronluk](https://renovatebot.com/gh/byronluk)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - James Garbutt ([43081j](https://renovatebot.com/gh/43081j)) - Jordan Brown ([jbrown215](https://renovatebot.com/gh/jbrown215)) - Logan Smyth ([loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Ryan Marsh ([ryanwmarsh](https://renovatebot.com/gh/ryanwmarsh)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vyom Jain ([vvyomjjain](https://renovatebot.com/gh/vvyomjjain)) - [Cyp](https://renovatebot.com/gh/Cyp) - [Retsam](https://renovatebot.com/gh/Retsam) - [everdimension](https://renovatebot.com/gh/everdimension) ### [`v7.1.2`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#​712-2018-09-28) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.1...v7.1.2) Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`). ### [`v7.1.1`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v711-2018-09-28) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.0...v7.1.1) > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this. > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency" > > ##### :bug: Bug Fix > > - `babel-generator`, `babel-parser`, `babel-types` > - [#​8755](https://renovatebot.com/gh/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([@​g-plane](https://renovatebot.com/gh/g-plane)) > - `babel-plugin-transform-destructuring` > - [#​8535](https://renovatebot.com/gh/babel/babel/pull/8535) Do not unpack array patterns that update a referenced binding. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) > - `babel-plugin-proposal-decorators` > - [#​8742](https://renovatebot.com/gh/babel/babel/pull/8742) [decorators] Support async and generator methods. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) > - `babel-helpers`, `babel-plugin-proposal-decorators` > - [#​8761](https://renovatebot.com/gh/babel/babel/pull/8761) [decorators] Fields are enumerable. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) > - `babel-generator` > - [#​8751](https://renovatebot.com/gh/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([@​existentialism](https://renovatebot.com/gh/existentialism)) > - [#​8727](https://renovatebot.com/gh/babel/babel/pull/8727) Handle throw expressions in generator. ([@​existentialism](https://renovatebot.com/gh/existentialism)) > > ##### :house: Internal > > - Other > - [#​8780](https://renovatebot.com/gh/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([@​existentialism](https://renovatebot.com/gh/existentialism)) > - `babel-helper-transform-fixture-test-runner` > - [#​8768](https://renovatebot.com/gh/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ### [`v7.1.0`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v710-2018-09-17) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.0.1...v7.1.0) Check ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​8660](https://renovatebot.com/gh/babel/babel/pull/8660) Better support monorepos by allowing users to opt into automatically resolving 'root' with `rootMode: "upward"`.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - `babel-helper-transform-fixture-test-runner` - [#​7582](https://renovatebot.com/gh/babel/babel/pull/7582) Allow regular plugins/presets resolution algorithm for packages outsi…. ([@​Andarist](https://renovatebot.com/gh/Andarist)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators` - [#​7976](https://renovatebot.com/gh/babel/babel/pull/7976) Add support for the new decorators proposal. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-class-properties` - [#​8205](https://renovatebot.com/gh/babel/babel/pull/8205) Private Static Fields Features: Stage 3. ([@​rricard](https://renovatebot.com/gh/rricard)) ##### :bug: Bug Fix - `babel-parser` - [#​8698](https://renovatebot.com/gh/babel/babel/pull/8698) Fix parsing of newline between 'async' and 'function'. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8677](https://renovatebot.com/gh/babel/babel/pull/8677) Fix typescript parsing typed object shorthand methods. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - `babel-plugin-transform-typescript` - [#​8682](https://renovatebot.com/gh/babel/babel/pull/8682) Fix TSParameterProperty getting lost with transform-classes. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8695](https://renovatebot.com/gh/babel/babel/pull/8695) Adjust TSParameterProperty handling to work with transform-parameters. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8666](https://renovatebot.com/gh/babel/babel/pull/8666) Fix typescript import elision. ([@​Retsam](https://renovatebot.com/gh/Retsam)) - `babel-preset-env` - [#​8693](https://renovatebot.com/gh/babel/babel/pull/8693) Fix es6.string.iterator mapping in babel-preset-env. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-runtime` - [#​8659](https://renovatebot.com/gh/babel/babel/pull/8659) Fix version checks in .availableHelper and transform-runtime definitions.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Other - [#​8627](https://renovatebot.com/gh/babel/babel/pull/8627) ts generator: allow reserved keywords in interfaces. ([@​43081j](https://renovatebot.com/gh/43081j)) - `babel-plugin-transform-parameters` - [#​8414](https://renovatebot.com/gh/babel/babel/pull/8414) Allow patterns as argument of RestElement. ([@​microbouji](https://renovatebot.com/gh/microbouji)) - `babel-core`, `babel-plugin-transform-runtime` - [#​8624](https://renovatebot.com/gh/babel/babel/pull/8624) Verify 'sourceMap' option with hasOwnProperty, and verify string-typed 'version'. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - `babel-helpers`, `babel-plugin-proposal-class-properties` - [#​8614](https://renovatebot.com/gh/babel/babel/pull/8614) [static private] Unify loose handling of static and instance props. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-transform-runtime` - [#​8581](https://renovatebot.com/gh/babel/babel/pull/8581) Fix grammar in error message at [@​babel/plugin-transform-runtime](https://renovatebot.com/gh/babel/plugin-transform-runtime). ([@​tricknotes](https://renovatebot.com/gh/tricknotes)) - `babel-parser` - [#​8576](https://renovatebot.com/gh/babel/babel/pull/8576) More helpful errorr message for missing decoratorsBeforeExport in parser. ([@​nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) ##### :memo: Documentation - [#​8561](https://renovatebot.com/gh/babel/babel/pull/8561) Added pronounciation of babel. ([@​siddhant1](https://renovatebot.com/gh/siddhant1)) ##### :house: Internal - `babel-core` - [#​8714](https://renovatebot.com/gh/babel/babel/pull/8714) Fix Flow error with new versionRange test.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - Other - [#​8679](https://renovatebot.com/gh/babel/babel/pull/8679) remove force publish, temp tag [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) - `babel-plugin-transform-runtime` - [#​8661](https://renovatebot.com/gh/babel/babel/pull/8661) Makefile: run fix json on fix. ([@​xtuc](https://renovatebot.com/gh/xtuc)) - `babel-*` - [#​8658](https://renovatebot.com/gh/babel/babel/pull/8658) Format fixture options.json with Prettier.. ([@​loganfsmyth](https://renovatebot.com/gh/loganfsmyth)) - `babel-parser` - [#​8630](https://renovatebot.com/gh/babel/babel/pull/8630) Bump flow to 0.80 and fix sourceType error. ([@​existentialism](https://renovatebot.com/gh/existentialism)) - [#​8610](https://renovatebot.com/gh/babel/babel/pull/8610) types: missing `unambiguous` sourceType. ([@​xtuc](https://renovatebot.com/gh/xtuc)) - [#​8170](https://renovatebot.com/gh/babel/babel/pull/8170) [@​babel/parser](https://renovatebot.com/gh/babel/parser): expose a TypeScript definition file from package. ([@​AviVahl](https://renovatebot.com/gh/AviVahl)) - `babel-*` - [#​8573](https://renovatebot.com/gh/babel/babel/pull/8573) add access public to all packages [skip ci]. ([@​hzoo](https://renovatebot.com/gh/hzoo)) ### [`v7.0.1`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v701-2018-09-11) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.0.0...v7.0.1) Doing a quick patch regarding helpers versioning to prevent future issues: [#​8659](https://renovatebot.com/gh/babel/babel/pull/8659)
storybooks/storybook ### [`v4.0.6`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#​406-November-13-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.4...v4.0.6) ##### Features - React: add support for custom `react-scripts` packages ([#​4712](https://renovatebot.com/gh/storybooks/storybook/pull/4712)) ##### Bug Fixes - Core: fix NODE_PATH is not being loaded from .env ([#​4706](https://renovatebot.com/gh/storybooks/storybook/pull/4706)) ### [`v4.0.4`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#​404) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.3...v4.0.4) 2018-November-06 ##### Bug Fixes - Core: Change extensions ordering in webpack config [#​4708](https://renovatebot.com/gh/storybooks/storybook/pull/4708) - Addon-Knobs: Fix PropTypes in NumberType [#​4669](https://renovatebot.com/gh/storybooks/storybook/pull/4669) - Addon-Viewport: Fix "defaultViewport" configuration [#​4683](https://renovatebot.com/gh/storybooks/storybook/pull/4683) - Addon-Jest: Fix test matching [#​4689](https://renovatebot.com/gh/storybooks/storybook/pull/4689) - Fix tests in node 11 by using `Array#sort` correctly [#​4720](https://renovatebot.com/gh/storybooks/storybook/pull/4720) ##### Dependency Upgrades - Bump react-syntax-highlighter from 9.0.1 to 10.0.0 [#​4654](https://renovatebot.com/gh/storybooks/storybook/pull/4654) - Remove SB deps from cli tests [#​4705](https://renovatebot.com/gh/storybooks/storybook/pull/4705) ### [`v4.0.3`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#​403) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.2...v4.0.3) 2018-November-06 ##### Bug Fixes - React: Fix css relative asset urls [#​4695](https://renovatebot.com/gh/storybooks/storybook/pull/4695) - Core: Fix a bug with buildStaticStandalone resolving too early [#​4649](https://renovatebot.com/gh/storybooks/storybook/pull/4649) - Angular: Fixes component imports from dist [#​4682](https://renovatebot.com/gh/storybooks/storybook/pull/4682) - Addon-info: Improve accessibility with contrast [#​4698](https://renovatebot.com/gh/storybooks/storybook/pull/4698) - Ember: update ergonomics to not require any manual setup [#​4594](https://renovatebot.com/gh/storybooks/storybook/pull/4594) - React-native: fix accessibility for component preview (iOS+VoiceOver) [#​4601](https://renovatebot.com/gh/storybooks/storybook/pull/4601) ##### Maintenance - Update release process and `master` becomes the stable branch [#​4719](https://renovatebot.com/gh/storybooks/storybook/pull/4719) - Report CLI tests to teamcity [#​4671](https://renovatebot.com/gh/storybooks/storybook/pull/4671) ##### Dependency Upgrades
30 PRs - Bump [@​angular/core](https://renovatebot.com/gh/angular/core) from 7.0.1 to 7.0.2 [#​4675](https://renovatebot.com/gh/storybooks/storybook/pull/4675) - [Security] Bump merge from 1.2.0 to 1.2.1 in /docs [#​4687](https://renovatebot.com/gh/storybooks/storybook/pull/4687) - Bump typescript from 3.1.4 to 3.1.6 [#​4699](https://renovatebot.com/gh/storybooks/storybook/pull/4699) - Set zone.js as a peer and dev dependency [#​4663](https://renovatebot.com/gh/storybooks/storybook/pull/4663) - chore(core): update css-loader to latest [#​4619](https://renovatebot.com/gh/storybooks/storybook/pull/4619) - Bump css-loader from 1.0.0 to 1.0.1 [#​4655](https://renovatebot.com/gh/storybooks/storybook/pull/4655) - Bump [@​ngrx/store](https://renovatebot.com/gh/ngrx/store) from 6.1.0 to 6.1.1 [#​4653](https://renovatebot.com/gh/storybooks/storybook/pull/4653) - Allow for angular-devkit/core version aligned with Angular v7 [#​4652](https://renovatebot.com/gh/storybooks/storybook/pull/4652) - Bump ember-load-initializers from 1.1.0 to 2.0.0 [#​4634](https://renovatebot.com/gh/storybooks/storybook/pull/4634) - Bump [@​ember/test-helpers](https://renovatebot.com/gh/ember/test-helpers) from 0.7.27 to 1.0.0 [#​4630](https://renovatebot.com/gh/storybooks/storybook/pull/4630) - Bump [@​storybook/addon-actions](https://renovatebot.com/gh/storybook/addon-actions) from 3.4.11 to 4.0.0 in /docs [#​4626](https://renovatebot.com/gh/storybooks/storybook/pull/4626) - Bump gatsby-plugin-sharp from 2.0.7 to 2.0.10 in /docs [#​4627](https://renovatebot.com/gh/storybooks/storybook/pull/4627) - Bump typescript from 3.1.3 to 3.1.4 [#​4629](https://renovatebot.com/gh/storybooks/storybook/pull/4629) - Bump react-scripts from 2.0.5 to 2.1.0 [#​4631](https://renovatebot.com/gh/storybooks/storybook/pull/4631) - Bump ember-source from 3.5.0 to 3.5.1 [#​4633](https://renovatebot.com/gh/storybooks/storybook/pull/4633) - Bump [@​types/node](https://renovatebot.com/gh/types/node) from 10.12.0 to 10.12.1 [#​4635](https://renovatebot.com/gh/storybooks/storybook/pull/4635) - Bump react-dev-utils from 6.0.5 to 6.1.0 [#​4636](https://renovatebot.com/gh/storybooks/storybook/pull/4636) - Bump eslint from 5.7.0 to 5.8.0 [#​4613](https://renovatebot.com/gh/storybooks/storybook/pull/4613) - Bump express-graphql from 0.6.12 to 0.7.1 [#​4610](https://renovatebot.com/gh/storybooks/storybook/pull/4610) - Bump tslint-plugin-prettier from 2.0.0 to 2.0.1 [#​4609](https://renovatebot.com/gh/storybooks/storybook/pull/4609) - Bump eslint-plugin-jest from 21.26.1 to 21.26.2 [#​4606](https://renovatebot.com/gh/storybooks/storybook/pull/4606) - Bump [@​types/jest](https://renovatebot.com/gh/types/jest) from 23.3.7 to 23.3.8 [#​4611](https://renovatebot.com/gh/storybooks/storybook/pull/4611) - Bump fork-ts-checker-webpack-plugin from 0.4.10 to 0.4.14 [#​4607](https://renovatebot.com/gh/storybooks/storybook/pull/4607) - Bump autoprefixer from 9.2.1 to 9.3.1 [#​4605](https://renovatebot.com/gh/storybooks/storybook/pull/4605) - Bump jasmine-core from 3.2.1 to 3.3.0 [#​4581](https://renovatebot.com/gh/storybooks/storybook/pull/4581) - Bump react-dom from 16.5.2 to 16.6.0 [#​4580](https://renovatebot.com/gh/storybooks/storybook/pull/4580) - Bump eslint-plugin-jest from 21.25.1 to 21.26.1 [#​4583](https://renovatebot.com/gh/storybooks/storybook/pull/4583) - Bump react from 16.5.2 to 16.6.0 [#​4584](https://renovatebot.com/gh/storybooks/storybook/pull/4584) - Bump react-syntax-highlighter from 9.0.0 to 9.0.1 [#​4585](https://renovatebot.com/gh/storybooks/storybook/pull/4585) - Bump remark-cli from 5.0.0 to 6.0.0 [#​4551](https://renovatebot.com/gh/storybooks/storybook/pull/4551)
### [`v4.0.2`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#​402) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.1...v4.0.2) 2018-October-31 Fix broken 4.0.1 release ##### Bug Fixes - Addon-knobs: fix select array values showing k [#​4586](https://renovatebot.com/gh/storybooks/storybook/pull/4586) ### [`v4.0.1`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#​401) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.0...v4.0.1) 2018-October-31 Broken release - `@storybook/client-logger` [somehow didn't get published to NPM.](https://renovatebot.com/gh/storybooks/storybook/issues/4660) ### [`v4.0.0`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#​400) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v3.4.11...v4.0.0) 2018-October-29 [Storybook 4.0](https://medium.com/storybookjs/storybook-4-0-is-here-10b9857fc7de) is our first major-version update in over a year! Key improvements include: - Build tools - Webpack 4 [#​3148](https://renovatebot.com/gh/storybooks/storybook/pull/3148) - Babel 7 [#​3746](https://renovatebot.com/gh/storybooks/storybook/pull/3746) - View layers - Storybook for Ember [#​4237](https://renovatebot.com/gh/storybooks/storybook/pull/4237) - Storybook for MarkoJS [#​3504](https://renovatebot.com/gh/storybooks/storybook/pull/3504) - Storybook for Mithril [#​3244](https://renovatebot.com/gh/storybooks/storybook/pull/3244) - Storybook for HTML snippets [#​3475](https://renovatebot.com/gh/storybooks/storybook/pull/3475) - Storybook for Svelte [#​3770](https://renovatebot.com/gh/storybooks/storybook/pull/3770) - Storybook for Riot [#​4070](https://renovatebot.com/gh/storybooks/storybook/pull/4070) - Mobile - Mobile device view: toggling stories panel with ☰ button [#​3337](https://renovatebot.com/gh/storybooks/storybook/pull/3337) - React Native: Remove the packager from storybook [#​4261](https://renovatebot.com/gh/storybooks/storybook/pull/4261) - React-Native: On-device addons [#​4381](https://renovatebot.com/gh/storybooks/storybook/pull/4381) - React-Native: On-device addons for notes, knobs, backgrounds [#​4327](https://renovatebot.com/gh/storybooks/storybook/pull/4327) - UI - Storybook UI theming [#​3628](https://renovatebot.com/gh/storybooks/storybook/pull/3628) - Core - Story parameters [#​2679](https://renovatebot.com/gh/storybooks/storybook/pull/2679) - Generic addon decorators [#​3555](https://renovatebot.com/gh/storybooks/storybook/pull/3555) - Support css-modules [#​4405](https://renovatebot.com/gh/storybooks/storybook/pull/4405) - start-storybook: open browser tab on first compilation [#​4149](https://renovatebot.com/gh/storybooks/storybook/pull/4149) - start-storybook: suggest an alternative when the port is occupied [#​4146](https://renovatebot.com/gh/storybooks/storybook/pull/4146) - CLI-less Node api [#​4344](https://renovatebot.com/gh/storybooks/storybook/pull/4344) - Rename CLI to sb [#​4345](https://renovatebot.com/gh/storybooks/storybook/pull/4345) There are hundreds of more fixes, features, and tweaks in the 4.0 release. See changelogs for `4.0.0-rc.*` and `4.0.0-alpha.*` for details; check out our [migration guide](https://medium.com/storybookjs/migrating-to-storybook-4-c65b19a03d2c) for a walkthrough of how to upgrade or the [migration docs](https://renovatebot.com/gh/storybooks/storybook/blob/master/MIGRATION.md#from-version-34x-to-40x) for an enumeration of breaking changes.
postcss/autoprefixer ### [`v9.3.1`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#​931) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.3.0...9.3.1) - Fix Grid prefixes with `repeat()` value (by Bogdan Dolin). ### [`v9.3.0`](https://renovatebot.com/gh/postcss/autoprefixer/releases/9.3.0) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.2.1...9.3.0) Coat of Arms of Oklahoma Autoprefixer 9.3 brings `place-self` support for Grid Layout #### `place-self` [@​Dan503](https://renovatebot.com/gh/Dan503) and [@​bogdan0083](https://renovatebot.com/gh/bogdan0083) [found](https://renovatebot.com/gh/postcss/autoprefixer/issues/1143) a way to impement support for another Grid property ```css .grid > .center { place-self: center; } ``` ```css .grid > .center { -ms-grid-row-align: center; -ms-grid-column-align: center; place-self: center; } ``` #### Other Changes [@​Dan503](https://renovatebot.com/gh/Dan503) and [@​bogdan0083](https://renovatebot.com/gh/bogdan0083) also [detected and fixed](https://renovatebot.com/gh/postcss/autoprefixer/issues/1146) issue with Grid row/column span inheritance. ### [`v9.2.1`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#​921) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.2.0...9.2.1) - Fix broken AST. ### [`v9.2.0`](https://renovatebot.com/gh/postcss/autoprefixer/releases/9.2.0) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.1.5...9.2.0) Coat of Arms of Omsk Autoprefixer 9.2 brings many new improvements for `-ms-` prefixes for Grid Layout. #### New Ways to Enable/Disable Grid Layout In previous versions, you had needed to pass `grid: true` to enable prefixes for Grid Layout. But not all users have access to Autoprefixer options. CodePen, Create Reat App or Angular CLI doesn’t allow you to do it. In Autoprefixer 9.2 [@​fanich37](https://renovatebot.com/gh/fanich37) added special control comments: ```css /* autoprefixer grid: on */ .grid { display: grid; grid-gap: 33px; grid-template: "head head head" 1fr "nav main main" minmax(100px, 1fr) "nav foot foot" 2fr / 1fr 100px 1fr; } .non-ie .grid { /* autoprefixer grid: off */ … } ``` Autoprefixer doesn’t support Grid properties and values with `auto`. In 9.2 it will ignore whole `@supports` content if it contains these Grid properties: ```css @​supports (grid-auto-rows: 100px) { /* Autoprefixer will not show Grid warnings and will not add prefixes here */ } ``` #### Smarter `grid-area` Autoprefixer supports `grid-template` even if it was not in IE Grid spec. But in 9.2 [@​bogdan0083](https://renovatebot.com/gh/bogdan0083) really improve it according to [@​Dan503](https://renovatebot.com/gh/Dan503) idea. Now Autoprefixer supports even overriding `grid-template`. ```css /* autoprefixer grid: on */ .grid { display: grid; grid-template: "nav main" minmax(100px, 1fr) "nav foot" 2fr / 100px 1fr; } .grid.no-menu { grid-template: "main" minmax(100px, 1fr) "foot" 2fr } ``` #### Other Changes - Improve Grid warnings (by [@​Dan503](https://renovatebot.com/gh/Dan503) and [@​bogdan0083](https://renovatebot.com/gh/bogdan0083)) - Improve docs (by [@​JoshuaHall](https://renovatebot.com/gh/JoshuaHall), [@​Drarok](https://renovatebot.com/gh/Drarok), [@​revelt](https://renovatebot.com/gh/revelt), and [@​janczer](https://renovatebot.com/gh/janczer)).
babel/babel-eslint ### [`v10.0.1`](https://renovatebot.com/gh/babel/babel-eslint/releases/v10.0.1) [Compare Source](https://renovatebot.com/gh/babel/babel-eslint/compare/v10.0.0...v10.0.1) ### v10.0.1 - Reverting [#​584](https://renovatebot.com/gh/babel/babel-eslint/pull/584) The `TypeAlias` "conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change. ### [`v10.0.0`](https://renovatebot.com/gh/babel/babel-eslint/releases/v10.0.0) [Compare Source](https://renovatebot.com/gh/babel/babel-eslint/compare/v9.0.0...v10.0.0) ### v10.0.0 Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different. - Bugfix for `TypeAlias`: [#​584](https://renovatebot.com/gh/babel/babel-eslint/pull/584) ```js /* @​flow */ type Node = { head: T; tail: Node } // or type File = {chunks: Array} type Chunk = {file: File} ``` - Update to test against ESLint 5, add a peerDependency: [#​689](https://renovatebot.com/gh/babel/babel-eslint/pull/689) - Drop monkeypatching behavior: [#​690](https://renovatebot.com/gh/babel/babel-eslint/pull/690)
unicode-cldr/cldr-core ### [`v34.0.0`](https://renovatebot.com/gh/unicode-cldr/cldr-core/compare/33.0.0...34.0.0) [Compare Source](https://renovatebot.com/gh/unicode-cldr/cldr-core/compare/33.0.0...34.0.0)
zenorocha/clipboard.js ### [`v2.0.4`](https://renovatebot.com/gh/zenorocha/clipboard.js/releases/v2.0.4) [Compare Source](https://renovatebot.com/gh/zenorocha/clipboard.js/compare/v2.0.3...v2.0.4) - Support server-side render ### [`v2.0.3`](https://renovatebot.com/gh/zenorocha/clipboard.js/releases/v2.0.3) [Compare Source](https://renovatebot.com/gh/zenorocha/clipboard.js/compare/v2.0.2...v2.0.3) - Always run Webpack in production mode ### [`v2.0.2`](https://renovatebot.com/gh/zenorocha/clipboard.js/releases/v2.0.2) [Compare Source](https://renovatebot.com/gh/zenorocha/clipboard.js/compare/v2.0.1...v2.0.2) - Updates to Webpack 4 and fixes issue when requiring the module.
webpack-contrib/copy-webpack-plugin ### [`v4.6.0`](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​460httpsgithubcomwebpack-contribcopy-webpack-plugincomparev454v460-2018-10-31) [Compare Source](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.4...v4.6.0) ##### Bug Fixes - handle undefined and null as stats value ([#​302](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/302)) ([78c5d12](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/78c5d12)) ##### Features - add support for target path transform ([#​284](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/284)) ([7fe0c06](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/7fe0c06)) #### [4.5.4](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.3...v4.5.4) (2018-10-18) ##### Bug Fixes - **processPattern:** don't add `'glob'` as directory when it is a file (`contextDependencies`) ([#​296](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/296)) ([5670926](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/5670926)) #### [4.5.3](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.2...v4.5.3) (2018-10-10) ##### Bug Fixes - **processPattern:** add `glob` directory context to `contextDependencies` ([#​290](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/290)) ([5fa69db](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/5fa69db)) #### [4.5.2](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v4.5.2) (2018-06-26) ##### Bug Fixes - allow square brackets in path ([#​264](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/264)) ([3ef5b6c](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/3ef5b6c)), closes [#​231](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/231) #### [4.5.1](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.0...v4.5.1) (2018-03-09) ##### Bug Fixes - **package:** update `cacache` v10.0.1...10.0.4 (`dependencies`) ([#​238](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/238)) ([0b288f9](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/0b288f9)) ##### Performance Improvements - **index:** switch to `md4` for content hashing ([#​239](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/239)) ([2be8191](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/2be8191)) ### [`v4.5.4`](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#​460httpsgithubcomwebpack-contribcopy-webpack-plugincomparev454v460-2018-10-31) [Compare Source](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.3...v4.5.4) ##### Bug Fixes - handle undefined and null as stats value ([#​302](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/302)) ([78c5d12](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/78c5d12)) ##### Features - add support for target path transform ([#​284](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/284)) ([7fe0c06](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/7fe0c06)) #### [4.5.4](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.3...v4.5.4) (2018-10-18) ##### Bug Fixes - **processPattern:** don't add `'glob'` as directory when it is a file (`contextDependencies`) ([#​296](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/296)) ([5670926](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/5670926)) #### [4.5.3](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.2...v4.5.3) (2018-10-10) ##### Bug Fixes - **processPattern:** add `glob` directory context to `contextDependencies` ([#​290](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/290)) ([5fa69db](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/5fa69db)) #### [4.5.2](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.1...v4.5.2) (2018-06-26) ##### Bug Fixes - allow square brackets in path ([#​264](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/264)) ([3ef5b6c](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/3ef5b6c)), closes [#​231](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/231) #### [4.5.1](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/compare/v4.5.0...v4.5.1) (2018-03-09) ##### Bug Fixes - **package:** update `cacache` v10.0.1...10.0.4 (`dependencies`) ([#​238](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/238)) ([0b288f9](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/0b288f9)) ##### Performance Improvements - **index:** switch to `md4` for content hashing ([#​239](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/issues/239)) ([2be8191](https://renovatebot.com/gh/webpack-contrib/copy-webpack-plugin/commit/2be8191))
eslint/eslint ### [`v5.9.0`](https://renovatebot.com/gh/eslint/eslint/releases/v5.9.0) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.8.0...v5.9.0) - [`9436712`](https://renovatebot.com/gh/eslint/eslint/commit/9436712) Fix: Unused recursive function expressions (fixes [#​10982](https://renovatebot.com/gh/eslint/eslint/issues/10982)) ([#​11032](https://renovatebot.com/gh/eslint/eslint/issues/11032)) (Sergei Startsev) - [`c832cd5`](https://renovatebot.com/gh/eslint/eslint/commit/c832cd5) Update: add `ignoreDestructuring` option to `id-match` rule ([#​10554](https://renovatebot.com/gh/eslint/eslint/issues/10554)) (一名宅。) - [`54687a8`](https://renovatebot.com/gh/eslint/eslint/commit/54687a8) Fix: prefer-const autofix multiline assignment (fixes [#​10582](https://renovatebot.com/gh/eslint/eslint/issues/10582)) ([#​10987](https://renovatebot.com/gh/eslint/eslint/issues/10987)) (Scott Stern) - [`ae2b61d`](https://renovatebot.com/gh/eslint/eslint/commit/ae2b61d) Update: "off" options for "space-before-blocks" (refs [#​10906](https://renovatebot.com/gh/eslint/eslint/issues/10906)) ([#​10907](https://renovatebot.com/gh/eslint/eslint/issues/10907)) (Sophie Kirschner) - [`57f357e`](https://renovatebot.com/gh/eslint/eslint/commit/57f357e) Docs: Update require-await docs with exception (fixes [#​9540](https://renovatebot.com/gh/eslint/eslint/issues/9540)) ([#​11063](https://renovatebot.com/gh/eslint/eslint/issues/11063)) (Nicholas C. Zakas) - [`79a2797`](https://renovatebot.com/gh/eslint/eslint/commit/79a27976) Update: no-restricted-imports to check re-export (fixes [#​9678](https://renovatebot.com/gh/eslint/eslint/issues/9678)) ([#​11064](https://renovatebot.com/gh/eslint/eslint/issues/11064)) (Nicholas C. Zakas) - [`3dd7493`](https://renovatebot.com/gh/eslint/eslint/commit/3dd7493) Docs: update ecmaVersion to include 2019/10 values ([#​11059](https://renovatebot.com/gh/eslint/eslint/issues/11059)) (Vse Mozhet Byt) - [`607635d`](https://renovatebot.com/gh/eslint/eslint/commit/607635d) Upgrade: eslint-plugin-node & eslint-plugin ([#​11067](https://renovatebot.com/gh/eslint/eslint/issues/11067)) (薛定谔的猫) - [`dcc6233`](https://renovatebot.com/gh/eslint/eslint/commit/dcc6233) Fix: Ignore empty statements in no-unreachable (fixes [#​9081](https://renovatebot.com/gh/eslint/eslint/issues/9081)) ([#​11058](https://renovatebot.com/gh/eslint/eslint/issues/11058)) (Nicholas C. Zakas) - [`7ad86de`](https://renovatebot.com/gh/eslint/eslint/commit/7ad86de) New: Add --fix-type option to CLI (fixes [#​10855](https://renovatebot.com/gh/eslint/eslint/issues/10855)) ([#​10912](https://renovatebot.com/gh/eslint/eslint/issues/10912)) (Nicholas C. Zakas) - [`0800b20`](https://renovatebot.com/gh/eslint/eslint/commit/0800b20) Chore: fix invalid super() calls in tests ([#​11054](https://renovatebot.com/gh/eslint/eslint/issues/11054)) (Teddy Katz) - [`4fe3287`](https://renovatebot.com/gh/eslint/eslint/commit/4fe3287) Docs: Cross-reference two rules (refs [#​11041](https://renovatebot.com/gh/eslint/eslint/issues/11041)) ([#​11042](https://renovatebot.com/gh/eslint/eslint/issues/11042)) (Paul Melnikow) - [`5525eb6`](https://renovatebot.com/gh/eslint/eslint/commit/5525eb6) Fix: rule deprecation warnings did not consider all rules ([#​11044](https://renovatebot.com/gh/eslint/eslint/issues/11044)) (Teddy Katz) - [`44d37ca`](https://renovatebot.com/gh/eslint/eslint/commit/44d37ca) Docs: Update steps for adding new TSC member ([#​11038](https://renovatebot.com/gh/eslint/eslint/issues/11038)) (Nicholas C. Zakas) - [`802e926`](https://renovatebot.com/gh/eslint/eslint/commit/802e926) Update: Warn for deprecation in Node output (fixes [#​7443](https://renovatebot.com/gh/eslint/eslint/issues/7443)) ([#​10953](https://renovatebot.com/gh/eslint/eslint/issues/10953)) (Colin Chang) ### [`v5.8.0`](https://renovatebot.com/gh/eslint/eslint/releases/v5.8.0) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.7.0...v5.8.0) - [`9152417`](https://renovatebot.com/gh/eslint/eslint/commit/9152417) Fix: deprecation warning in RuleTester using Node v11 ([#​11009](https://renovatebot.com/gh/eslint/eslint/issues/11009)) (Teddy Katz) - [`e349a03`](https://renovatebot.com/gh/eslint/eslint/commit/e349a03) Docs: Update issue templates to ask for PRs ([#​11012](https://renovatebot.com/gh/eslint/eslint/issues/11012)) (Nicholas C. Zakas) - [`3d88b38`](https://renovatebot.com/gh/eslint/eslint/commit/3d88b38) Chore: avoid using legacy report API in no-irregular-whitespace ([#​11013](https://renovatebot.com/gh/eslint/eslint/issues/11013)) (Teddy Katz) - [`5a31a92`](https://renovatebot.com/gh/eslint/eslint/commit/5a31a92) Build: compile espree's deps to ES5 when generating site (fixes [#​11014](https://renovatebot.com/gh/eslint/eslint/issues/11014)) ([#​11015](https://renovatebot.com/gh/eslint/eslint/issues/11015)) (Teddy Katz) - [`3943635`](https://renovatebot.com/gh/eslint/eslint/commit/3943635) Update: Create Linter.version API (fixes [#​9271](https://renovatebot.com/gh/eslint/eslint/issues/9271)) ([#​11010](https://renovatebot.com/gh/eslint/eslint/issues/11010)) (Nicholas C. Zakas) - [`a940cf4`](https://renovatebot.com/gh/eslint/eslint/commit/a940cf4) Docs: Mention version for config glob patterns (fixes [#​8793](https://renovatebot.com/gh/eslint/eslint/issues/8793)) (Nicholas C. Zakas) - [`6e1c530`](https://renovatebot.com/gh/eslint/eslint/commit/6e1c530) Build: run tests on Node 11 ([#​11008](https://renovatebot.com/gh/eslint/eslint/issues/11008)) (Teddy Katz) - [`58ff359`](https://renovatebot.com/gh/eslint/eslint/commit/58ff359) Docs: add instructions for npm 2FA (refs [#​10631](https://renovatebot.com/gh/eslint/eslint/issues/10631)) ([#​10992](https://renovatebot.com/gh/eslint/eslint/issues/10992)) (Teddy Katz) - [`2f87bb3`](https://renovatebot.com/gh/eslint/eslint/commit/2f87bb3) Upgrade: eslint-release@1.0.0 (refs [#​10631](https://renovatebot.com/gh/eslint/eslint/issues/10631)) ([#​10991](https://renovatebot.com/gh/eslint/eslint/issues/10991)) (Teddy Katz) - [`57ef0fd`](https://renovatebot.com/gh/eslint/eslint/commit/57ef0fd) Fix: prefer-const when using destructuring assign (fixes [#​8308](https://renovatebot.com/gh/eslint/eslint/issues/8308)) ([#​10924](https://renovatebot.com/gh/eslint/eslint/issues/10924)) (Nicholas C. Zakas) - [`577cbf1`](https://renovatebot.com/gh/eslint/eslint/commit/577cbf1) Chore: Add typescript-specific edge case tests to space-infix-ops ([#​10986](https://renovatebot.com/gh/eslint/eslint/issues/10986)) (Bence Dányi) - [`d45b184`](https://renovatebot.com/gh/eslint/eslint/commit/d45b184) Chore: Using deconstruction assignment for shelljs ([#​10974](https://renovatebot.com/gh/eslint/eslint/issues/10974)) (ZYSzys) ### [`v5.7.0`](https://renovatebot.com/gh/eslint/eslint/releases/v5.7.0) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.6.1...v5.7.0) - [`6cb63fd`](https://renovatebot.com/gh/eslint/eslint/commit/6cb63fd) Update: Add iife to padding-line-between-statements (fixes [#​10853](https://renovatebot.com/gh/eslint/eslint/issues/10853)) ([#​10916](https://renovatebot.com/gh/eslint/eslint/issues/10916)) (Kevin Partington) - [`5fd1bda`](https://renovatebot.com/gh/eslint/eslint/commit/5fd1bda) Update: no-tabs allowIndentationTabs option (fixes [#​10256](https://renovatebot.com/gh/eslint/eslint/issues/10256)) ([#​10925](https://renovatebot.com/gh/eslint/eslint/issues/10925)) (Kevin Partington) - [`d12be69`](https://renovatebot.com/gh/eslint/eslint/commit/d12be69) Fix: no-extra-bind No autofix if arg may have side effect (fixes [#​10846](https://renovatebot.com/gh/eslint/eslint/issues/10846)) ([#​10918](https://renovatebot.com/gh/eslint/eslint/issues/10918)) (Kevin Partington) - [`847372f`](https://renovatebot.com/gh/eslint/eslint/commit/847372f) Fix: no-unused-vars false pos. with markVariableAsUsed (fixes [#​10952](https://renovatebot.com/gh/eslint/eslint/issues/10952)) ([#​10954](https://renovatebot.com/gh/eslint/eslint/issues/10954)) (Roy Sutton) - [`4132de7`](https://renovatebot.com/gh/eslint/eslint/commit/4132de7) Chore: Simplify space-infix-ops ([#​10935](https://renovatebot.com/gh/eslint/eslint/issues/10935)) (Bence Dányi) - [`543edfa`](https://renovatebot.com/gh/eslint/eslint/commit/543edfa) Fix: Fix error with one-var (fixes [#​10937](https://renovatebot.com/gh/eslint/eslint/issues/10937)) ([#​10938](https://renovatebot.com/gh/eslint/eslint/issues/10938)) (Justin Krup) - [`95c4cb1`](https://renovatebot.com/gh/eslint/eslint/commit/95c4cb1) Docs: Fix typo for no-unsafe-finally ([#​10945](https://renovatebot.com/gh/eslint/eslint/issues/10945)) (Sergio Santoro) - [`5fe0e1a`](https://renovatebot.com/gh/eslint/eslint/commit/5fe0e1a) Fix: no-invalid-regexp disallows \\ at end of pattern (fixes [#​10861](https://renovatebot.com/gh/eslint/eslint/issues/10861)) ([#​10920](https://renovatebot.com/gh/eslint/eslint/issues/10920)) (Toru Nagashima) - [`f85547a`](https://renovatebot.com/gh/eslint/eslint/commit/f85547a) Docs: Add 'When Not To Use' section to space-infix-ops ([#​10931](https://renovatebot.com/gh/eslint/eslint/issues/10931)) (Bence Dányi) - [`3dccac4`](https://renovatebot.com/gh/eslint/eslint/commit/3dccac4) Docs: Update working-with-parsers link ([#​10929](https://renovatebot.com/gh/eslint/eslint/issues/10929)) (Azeem Bande-Ali) - [`557a8bb`](https://renovatebot.com/gh/eslint/eslint/commit/557a8bb) Docs: Remove old note about caching, add a new one (fixes [#​10739](https://renovatebot.com/gh/eslint/eslint/issues/10739)) ([#​10913](https://renovatebot.com/gh/eslint/eslint/issues/10913)) (Zac) - [`fe8111a`](https://renovatebot.com/gh/eslint/eslint/commit/fe8111a) Chore: Add more test cases to space-infix-ops ([#​10936](https://renovatebot.com/gh/eslint/eslint/issues/10936)) (Bence Dányi) - [`066f7e0`](https://renovatebot.com/gh/eslint/eslint/commit/066f7e0) Update: camelcase rule ignoreList added ([#​10783](https://renovatebot.com/gh/eslint/eslint/issues/10783)) (Julien Martin) - [`70bde69`](https://renovatebot.com/gh/eslint/eslint/commit/70bde69) Upgrade: table to version 5 ([#​10903](https://renovatebot.com/gh/eslint/eslint/issues/10903)) (Rouven Weßling) - [`2e52bca`](https://renovatebot.com/gh/eslint/eslint/commit/2e52bca) Chore: Update issue templates ([#​10900](https://renovatebot.com/gh/eslint/eslint/issues/10900)) (Nicholas C. Zakas) ### [`v5.6.1`](https://renovatebot.com/gh/eslint/eslint/releases/v5.6.1) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.6.0...v5.6.1) - [`9b26bdb`](https://renovatebot.com/gh/eslint/eslint/commit/9b26bdb) Fix: avoid exponential require-atomic-updates traversal (fixes [#​10893](https://renovatebot.com/gh/eslint/eslint/issues/10893)) ([#​10894](https://renovatebot.com/gh/eslint/eslint/issues/10894)) (Teddy Katz) - [`9432b10`](https://renovatebot.com/gh/eslint/eslint/commit/9432b10) Fix: make separateRequires work in consecutive mode (fixes [#​10784](https://renovatebot.com/gh/eslint/eslint/issues/10784)) ([#​10886](https://renovatebot.com/gh/eslint/eslint/issues/10886)) (Pig Fang) - [`e51868d`](https://renovatebot.com/gh/eslint/eslint/commit/e51868d) Upgrade: debug@4 (fixes [#​10854](https://renovatebot.com/gh/eslint/eslint/issues/10854)) ([#​10887](https://renovatebot.com/gh/eslint/eslint/issues/10887)) (薛定谔的猫) - [`d3f3994`](https://renovatebot.com/gh/eslint/eslint/commit/d3f3994) Docs: add information about reporting security issues ([#​10889](https://renovatebot.com/gh/eslint/eslint/issues/10889)) (Teddy Katz) - [`cc458f4`](https://renovatebot.com/gh/eslint/eslint/commit/cc458f4) Build: fix failing tests on master ([#​10890](https://renovatebot.com/gh/eslint/eslint/issues/10890)) (Teddy Katz) - [`a6ebfd3`](https://renovatebot.com/gh/eslint/eslint/commit/a6ebfd3) Docs: clarify defaultAssignment option, fix no-unneeded-ternary examples ([#​10874](https://renovatebot.com/gh/eslint/eslint/issues/10874)) (CoffeeTableEspresso) - [`9d52541`](https://renovatebot.com/gh/eslint/eslint/commit/9d52541) Fix: Remove duplicate error message on crash (fixes [#​8964](https://renovatebot.com/gh/eslint/eslint/issues/8964)) ([#​10865](https://renovatebot.com/gh/eslint/eslint/issues/10865)) (Nicholas C. Zakas) - [`4eb9a49`](https://renovatebot.com/gh/eslint/eslint/commit/4eb9a49) Docs: Update quotes.md ([#​10862](https://renovatebot.com/gh/eslint/eslint/issues/10862)) (The Jared Wilcurt) - [`9159e9b`](https://renovatebot.com/gh/eslint/eslint/commit/9159e9b) Docs: Update complexity.md ([#​10867](https://renovatebot.com/gh/eslint/eslint/issues/10867)) (Szymon Przybylski) - [`14f4e46`](https://renovatebot.com/gh/eslint/eslint/commit/14f4e46) Docs: Use Linter instead of linter in Nodejs API page ([#​10864](https://renovatebot.com/gh/eslint/eslint/issues/10864)) (Nicholas C. Zakas) - [`b3e3cb1`](https://renovatebot.com/gh/eslint/eslint/commit/b3e3cb1) Chore: Update debug log name to match filename ([#​10863](https://renovatebot.com/gh/eslint/eslint/issues/10863)) (Nicholas C. Zakas) ### [`v5.6.0`](https://renovatebot.com/gh/eslint/eslint/releases/v5.6.0) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.5.0...v5.6.0) - [`c5b688e`](https://renovatebot.com/gh/eslint/eslint/commit/c5b688e) Update: Added generators option to func-names (fixes [#​9511](https://renovatebot.com/gh/eslint/eslint/issues/9511)) ([#​10697](https://renovatebot.com/gh/eslint/eslint/issues/10697)) (Oscar Barrett) - [`7da36d5`](https://renovatebot.com/gh/eslint/eslint/commit/7da36d5) Fix: respect generator function expressions in no-constant-condition ([#​10827](https://renovatebot.com/gh/eslint/eslint/issues/10827)) (Julian Rosse) - [`0a65844`](https://renovatebot.com/gh/eslint/eslint/commit/0a65844) Chore: quote enable avoidEscape option in eslint-config-eslint ([#​10626](https://renovatebot.com/gh/eslint/eslint/issues/10626)) (薛定谔的猫) - [`32f41bd`](https://renovatebot.com/gh/eslint/eslint/commit/32f41bd) Chore: Add configuration wrapper markdown for the bug report template ([#​10669](https://renovatebot.com/gh/eslint/eslint/issues/10669)) (Iulian Onofrei) ### [`v5.5.0`](https://renovatebot.com/gh/eslint/eslint/releases/v5.5.0) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.4.0...v5.5.0) - [`6e110e6`](https://renovatebot.com/gh/eslint/eslint/commit/6e110e6) Fix: camelcase duplicate warning bug (fixes [#​10801](https://renovatebot.com/gh/eslint/eslint/issues/10801)) ([#​10802](https://renovatebot.com/gh/eslint/eslint/issues/10802)) (Julian Rosse) - [`5103ee7`](https://renovatebot.com/gh/eslint/eslint/commit/5103ee7) Docs: Add Brackets integration ([#​10813](https://renovatebot.com/gh/eslint/eslint/issues/10813)) (Jan Pilzer) - [`b61d2cd`](https://renovatebot.com/gh/eslint/eslint/commit/b61d2cd) Update: max-params to only highlight function header ([#​10815](https://renovatebot.com/gh/eslint/eslint/issues/10815)) (Ian Obermiller) - [`2b2f11d`](https://renovatebot.com/gh/eslint/eslint/commit/2b2f11d) Upgrade: babel-code-frame to version 7 ([#​10808](https://renovatebot.com/gh/eslint/eslint/issues/10808)) (Rouven Weßling) - [`2824d43`](https://renovatebot.com/gh/eslint/eslint/commit/2824d43) Docs: fix comment placement in a code example ([#​10799](https://renovatebot.com/gh/eslint/eslint/issues/10799)) (Vse Mozhet Byt) - [`10690b7`](https://renovatebot.com/gh/eslint/eslint/commit/10690b7) Upgrade: devdeps and deps to latest ([#​10622](https://renovatebot.com/gh/eslint/eslint/issues/10622)) (薛定谔的猫) - [`80c8598`](https://renovatebot.com/gh/eslint/eslint/commit/80c8598) Docs: gitignore syntax updates (fixes [#​8139](https://renovatebot.com/gh/eslint/eslint/issues/8139)) ([#​10776](https://renovatebot.com/gh/eslint/eslint/issues/10776)) (Gustavo Santana) - [`cb946af`](https://renovatebot.com/gh/eslint/eslint/commit/cb946af) Chore: use meta.messages in some rules (1/4) ([#​10764](https://renovatebot.com/gh/eslint/eslint/issues/10764)) (薛定谔的猫) ### [`v5.4.0`](https://renovatebot.com/gh/eslint/eslint/releases/v5.4.0) [Compare Source](https://renovatebot.com/gh/eslint/eslint/compare/v5.3.0...v5.4.0) - [`a70909f`](https://renovatebot.com/gh/eslint/eslint/commit/a70909f) Docs: Add jscs-dev.github.io

Renovate configuration

:date: Schedule: "before 5am on monday" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, 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.