Closed renovate[bot] closed 6 years ago
This PR contains the following updates:
7.0.0
7.1.5
7.1.0
3.4.11
4.0.6
9.1.5
9.3.1
9.0.0
10.0.1
33.0.0
34.0.0
2.0.1
2.0.4
4.5.3
4.6.0
1.6.0
1.7.0
4.15.0
5.9.0
5.7.0
3.0.0
3.2.0
0.16.1
0.16.2
7.2.5
0.83.0
0.86.0
0.8.1
0.9.1
0.8.2
7.0.1
4.3.1
4.5.0
11.5.1
13.0.0
1.5.2
1.6.6
4.9.4
4.10.0
5.0.2
5.1.0
4.1.0
16.5.2
16.6.3
5.0.7
5.1.1
2.4.3
2.4.4
7.1.1
2.0.3
2.9.1
2.9.2
4.20.2
4.25.1
3.1.9
3.1.10
: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!".
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.
This PR contains the following updates:
7.0.0
->7.1.5
7.0.0
->7.1.0
7.0.0
->7.1.5
3.4.11
->4.0.6
3.4.11
->4.0.6
3.4.11
->4.0.6
3.4.11
->4.0.6
9.1.5
->9.3.1
9.0.0
->10.0.1
33.0.0
->34.0.0
2.0.1
->2.0.4
4.5.3
->4.6.0
1.6.0
->1.7.0
4.15.0
->5.9.0
5.7.0
->5.9.0
3.0.0
->3.2.0
0.16.1
->0.16.2
7.1.0
->7.2.5
0.83.0
->0.86.0
0.8.1
->0.9.1
0.8.1
->0.8.2
7.0.0
->7.0.1
4.3.1
->4.5.0
11.5.1
->13.0.0
1.5.2
->1.6.6
4.9.4
->4.10.0
5.0.2
->5.1.0
4.1.0
->5.1.0
16.5.2
->16.6.3
16.5.2
->16.6.3
5.0.7
->5.1.1
2.4.3
->2.4.4
7.0.0
->7.1.1
2.0.3
->3.0.0
2.9.1
->2.9.2
4.20.2
->4.25.1
3.1.9
->3.1.10
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) Checkstorybooks/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 Upgrades30 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)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) 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) 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 Nodeunicode-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.ioRenovate 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.