babel/babel
### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2)
[Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2)
#### v7.2.2 (2018-12-15)
Mostrly bug fixes and internal changes.
Thanks to [@paleite](https://renovatebot.com/gh/paleite), [@saschanaz](https://renovatebot.com/gh/saschanaz) and [@joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs!
##### :bug: Bug Fix
- `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread`
- [#9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@danez](https://renovatebot.com/gh/danez))
- `babel-parser`
- [#9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@vikr01](https://renovatebot.com/gh/vikr01))
- `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs`
- [#9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@danez](https://renovatebot.com/gh/danez))
- `babel-node`
- [#9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- `babel-plugin-transform-classes`
- [#9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@rubennorte](https://renovatebot.com/gh/rubennorte))
- `babel-preset-env`
- [#9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@saschanaz](https://renovatebot.com/gh/saschanaz))
- `babel-plugin-transform-arrow-functions`, `babel-traverse`
- [#9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@joeldenning](https://renovatebot.com/gh/joeldenning))
##### :house: Internal
- `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex`
- [#9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@paleite](https://renovatebot.com/gh/paleite))
- Other
- [#9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@danez](https://renovatebot.com/gh/danez))
- [#9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@saschanaz](https://renovatebot.com/gh/saschanaz))
- [#9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@danez](https://renovatebot.com/gh/danez))
- [#9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@danez](https://renovatebot.com/gh/danez))
- [#9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@hzoo](https://renovatebot.com/gh/hzoo))
- `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`
- [#9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- `babel-core`, `babel-parser`, `babel-template`
- [#9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@danez](https://renovatebot.com/gh/danez))
##### Committers: 10
- Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism))
- Daniel Tschinder ([danez](https://renovatebot.com/gh/danez))
- Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo))
- Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning))
- Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz))
- Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite))
- Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte))
- Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais))
- Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01))
### [`v7.2.0`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v720-2018-12-03)
[Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.6...v7.2.0)
You can read more about this release at .
##### :rocket: New Feature
- `babel-parser`
- [#8289](https://renovatebot.com/gh/babel/babel/pull/8289) Implement Smart Pipeline proposal in [@babel/parser](https://renovatebot.com/gh/babel/parser). ([@mAAdhaTTah](https://renovatebot.com/gh/mAAdhaTTah))
- `babel-core`
- [#8986](https://renovatebot.com/gh/babel/babel/pull/8986) Export [@babel/parser](https://renovatebot.com/gh/babel/parser)#tokTypes in [@babel/core](https://renovatebot.com/gh/babel/core). ([@kaicataldo](https://renovatebot.com/gh/kaicataldo))
- `babel-node`
- [#9078](https://renovatebot.com/gh/babel/babel/pull/9078) Pass `rootMode` from `@babel/node`.. ([@wtgtybhertgeghgtwtg](https://renovatebot.com/gh/wtgtybhertgeghgtwtg))
- `babel-generator`, `babel-helpers`, `babel-plugin-class-features`, `babel-plugin-proposal-private-methods`, `babel-plugin-syntax-class-properties`, `babel-types`
- [#8654](https://renovatebot.com/gh/babel/babel/pull/8654) Private class methods stage 3. ([@tim-mc](https://renovatebot.com/gh/tim-mc))
- `babel-preset-env`
- [#9048](https://renovatebot.com/gh/babel/babel/pull/9048) Update mappings for node 10 in preset-env. ([@existentialism](https://renovatebot.com/gh/existentialism))
##### :bug: Bug Fix
- `babel-parser`
- [#9114](https://renovatebot.com/gh/babel/babel/pull/9114) Parse non-octals with leading zeros in non strict mode correctly. ([@danez](https://renovatebot.com/gh/danez))
- [#9074](https://renovatebot.com/gh/babel/babel/pull/9074) Disallow await inside arrow functions. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- [#9069](https://renovatebot.com/gh/babel/babel/pull/9069) [flow] Allow type casts in array patterns inside arrow parameters. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- [#9058](https://renovatebot.com/gh/babel/babel/pull/9058) Fix compatibility between typescript and jsx plugins in interface declarations. ([@danez](https://renovatebot.com/gh/danez))
- [#9055](https://renovatebot.com/gh/babel/babel/pull/9055) Fix bug with parsing TS generic async arrow function. ([@existentialism](https://renovatebot.com/gh/existentialism))
- [#9035](https://renovatebot.com/gh/babel/babel/pull/9035) Fix parsing typescript function types with destructuring. ([@danez](https://renovatebot.com/gh/danez))
- `babel-helper-fixtures`, `babel-parser`
- [#9113](https://renovatebot.com/gh/babel/babel/pull/9113) Ignore empty fixture directories and fix fixtures in the parser. ([@danez](https://renovatebot.com/gh/danez))
- `babel-preset-env`
- [#9091](https://renovatebot.com/gh/babel/babel/pull/9091) Update mapping for regex unicode plugin in preset-env. ([@existentialism](https://renovatebot.com/gh/existentialism))
- `babel-plugin-transform-destructuring`
- [#8916](https://renovatebot.com/gh/babel/babel/pull/8916) Fix destructuring assignment in arrow functions without block. ([@RubenVerborgh](https://renovatebot.com/gh/RubenVerborgh))
- `babel-plugin-proposal-optional-chaining`
- [#9073](https://renovatebot.com/gh/babel/babel/pull/9073) Microbouji patch/8136. ([@jridgewell](https://renovatebot.com/gh/jridgewell))
- `babel-core`, `babel-helper-wrap-function`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`
- [#9039](https://renovatebot.com/gh/babel/babel/pull/9039) Fix recursive async function expressions. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- `babel-core`
- [#9034](https://renovatebot.com/gh/babel/babel/pull/9034) Normalize presets before merging config with others.. ([@loganfsmyth](https://renovatebot.com/gh/loganfsmyth))
##### :nail_care: Polish
- `babel-generator`
- [#9089](https://renovatebot.com/gh/babel/babel/pull/9089) Remove unused variable. ([@Gcaufy](https://renovatebot.com/gh/Gcaufy))
- `babel-node`
- [#9079](https://renovatebot.com/gh/babel/babel/pull/9079) Move `fs-readdir-recursive` and `output-file-sync` to `devDependencies` for `@babel/node`.. ([@wtgtybhertgeghgtwtg](https://renovatebot.com/gh/wtgtybhertgeghgtwtg))
- `babel-parser`
- [#9046](https://renovatebot.com/gh/babel/babel/pull/9046) a better error message for disallowed trailing commas/additional parameters after rest elements in function params. ([@morozRed](https://renovatebot.com/gh/morozRed))
- `babel-*`
- [#8769](https://renovatebot.com/gh/babel/babel/pull/8769) Add plugins name. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
##### :house: Internal
- `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`
- [#9083](https://renovatebot.com/gh/babel/babel/pull/9083) Make [@babel/plugin-class-features](https://renovatebot.com/gh/babel/plugin-class-features) a normal helper package. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- Other
- [#9096](https://renovatebot.com/gh/babel/babel/pull/9096) Add node 11 to CI and remove node 9. ([@danez](https://renovatebot.com/gh/danez))
- [#9094](https://renovatebot.com/gh/babel/babel/pull/9094) Skip minifying standalone in non-publish runs. ([@danez](https://renovatebot.com/gh/danez))
- `babel-types`
- [#9093](https://renovatebot.com/gh/babel/babel/pull/9093) Fix warning when using prettier in code generators. ([@danez](https://renovatebot.com/gh/danez))
- `babel-generator`
- [#9089](https://renovatebot.com/gh/babel/babel/pull/9089) Remove unused variable. ([@Gcaufy](https://renovatebot.com/gh/Gcaufy))
### [`v7.1.6`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v716-2018-11-13)
[Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.5...v7.1.6)
##### :bug: Bug Fix
- `babel-generator`
- [#9003](https://renovatebot.com/gh/babel/babel/pull/9003) Fix retainLines regression for arrow functions. ([@loganfsmyth](https://renovatebot.com/gh/loganfsmyth))
- `babel-types`
- [#8997](https://renovatebot.com/gh/babel/babel/pull/8997) Fix cloneNode with typeAnnotation.. ([@neoziro](https://renovatebot.com/gh/neoziro))
- `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-react-jsx`
- [#8701](https://renovatebot.com/gh/babel/babel/pull/8701) Fix "TypeError: comments is not iterable". ([@AlicanC](https://renovatebot.com/gh/AlicanC))
- `babel-core`
- [#9004](https://renovatebot.com/gh/babel/babel/pull/9004) Fix browser files to have the same API as the nodejs ones. ([@danez](https://renovatebot.com/gh/danez))
- Other
- [#9007](https://renovatebot.com/gh/babel/babel/pull/9007) [Types] fix generated TS/Flow comment types. ([@ljqx](https://renovatebot.com/gh/ljqx))
- `babel-preset-env`
- [#8555](https://renovatebot.com/gh/babel/babel/pull/8555) preset-env: fix `opera` from `esmodules` target and Browserslist not used. ([@ylemkimon](https://renovatebot.com/gh/ylemkimon))
- `babel-plugin-proposal-decorators`, `babel-traverse`
- [#8970](https://renovatebot.com/gh/babel/babel/pull/8970) [decorators] Correctly insert `_initialize(this)` after `super()`.. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo))
- `babel-parser`
- [#8972](https://renovatebot.com/gh/babel/babel/pull/8972) Fix several edge cases with context expression state. ([@danez](https://renovatebot.com/gh/danez))
##### :nail_care: Polish
- `babel-parser`
- [#8984](https://renovatebot.com/gh/babel/babel/pull/8984) Rename primitive types to reserved types. ([@danez](https://renovatebot.com/gh/danez))
##### :house: Internal
- [#8982](https://renovatebot.com/gh/babel/babel/pull/8982) fix publish command [skip ci]. ([@hzoo](https://renovatebot.com/gh/hzoo))
- [#8988](https://renovatebot.com/gh/babel/babel/pull/8988) Remove definition of micromatch which was removed.. ([@danez](https://renovatebot.com/gh/danez))
### [`v7.1.5`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v715-2018-11-06)
[Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.2...v7.1.5)
##### :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))
### [`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.1.4`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#414-December-25-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.3...v4.1.4)
##### Bug Fixes
- Core: Load Symbol polyfill before any other code ([#5082](https://renovatebot.com/gh/storybooks/storybook/pull/5082))
- React: Fix error with new CRA Webpack config ([#5074](https://renovatebot.com/gh/storybooks/storybook/pull/5074))
### [`v4.1.3`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#413-December-20-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.2...v4.1.3)
##### Bug Fixes
- React: remove unnecessary dependencies, fix aliasing ([#5047](https://renovatebot.com/gh/storybooks/storybook/pull/5047))
- React: alias to react & react-dom ([#5016](https://renovatebot.com/gh/storybooks/storybook/pull/5016))
- Addon-knobs: Fix color picker display ([#5010](https://renovatebot.com/gh/storybooks/storybook/pull/5010))
### [`v4.1.2`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#412-December-15-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.1...v4.1.2)
##### Bug Fixes
- Addon-Knob: Add missing key property in Panel ([#4507](https://renovatebot.com/gh/storybooks/storybook/pull/4507))
- Fix package version dependencies ([#4960](https://renovatebot.com/gh/storybooks/storybook/pull/4960))
### [`v4.1.1`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#411-December-12-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.0...v4.1.1)
##### Bug Fixes
- FIX react native by adding an empty array named dlls to the templateParameters ([#4985](https://renovatebot.com/gh/storybooks/storybook/pull/4985))
### [`v4.1.0`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#410-December-12-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.12...v4.1.0)
Storybook 4.1 with performance and compatibility improvements! Highlights include:
- Core: Performance optimizations on separate manager preview split, improved cold start, restart & rebuild ([#4834](https://renovatebot.com/gh/storybooks/storybook/pull/4834))
- React: add support for all versions of react ([#4808](https://renovatebot.com/gh/storybooks/storybook/pull/4808))
- Addon-CSSResources: new adddon to dynamically add/remove css ([#4622](https://renovatebot.com/gh/storybooks/storybook/pull/4622))
- React: use babel presets/plugins based on CRA. ([#4836](https://renovatebot.com/gh/storybooks/storybook/pull/4836))
- React-native: Add ability to filter story list ([#4806](https://renovatebot.com/gh/storybooks/storybook/pull/4806))
- React: Add TypeScript support for react-scripts ([#4824](https://renovatebot.com/gh/storybooks/storybook/pull/4824))
There are dozens more fixes, features, and tweaks in the 4.1 release. See changelogs for `4.1.0-*` for details.
### [`v4.0.12`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#4012-December-5-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.11...v4.0.12)
##### Bug Fixes
- Addon-a11y: Fix runtime errors in older browsers ([#4904](https://renovatebot.com/gh/storybooks/storybook/pull/4904))
### [`v4.0.11`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#4011-December-3-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.10...v4.0.11)
##### Bug Fixes
- Restore index.html in cra-kitchen-sink ([#4856](https://renovatebot.com/gh/storybooks/storybook/pull/4856))
- Add try, catch for IE11 as it breaks script execution ([#4870](https://renovatebot.com/gh/storybooks/storybook/pull/4870))
### [`v4.0.10`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#4010-December-2-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.9...v4.0.10)
Fixes 4.0.9
##### Bug Fixes
- Core: Use correct cache directory path ([#4792](https://renovatebot.com/gh/storybooks/storybook/pull/4792))
- Addon-Info: fix docgen description display ([#4685](https://renovatebot.com/gh/storybooks/storybook/pull/4685))
- Addon-storyshots-puppeteer: fix peerDependencies ([#4828](https://renovatebot.com/gh/storybooks/storybook/pull/4828))
### [`v4.0.9`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#409-November-26-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.8...v4.0.9)
Broken release (see [#4897](https://renovatebot.com/gh/storybooks/storybook/issues/4897))
### [`v4.0.8`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#408-November-21-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.7...v4.0.8)
##### Bug Fixes
- Addon-knobs: Vue optimize on force render ([#4773](https://renovatebot.com/gh/storybooks/storybook/pull/4773))
### [`v4.0.7`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#407-November-15-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.6...v4.0.7)
##### Bug Fixes
- Vue/Angular/Mithril/Polymer: Add missing "forceReRender" and "addParameters" ([#4767](https://renovatebot.com/gh/storybooks/storybook/pull/4767))
### [`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#4012-December-5-2018)
[Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.0...v4.0.1)
##### Bug Fixes
- Addon-a11y: Fix runtime errors in older browsers ([#4904](https://renovatebot.com/gh/storybooks/storybook/pull/4904))
### [`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.4.3`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#943)
[Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.2...9.4.3)
- Add warning to force `flex-start` instead of `start` (by Antoine du Hamel).
- Fix docs (by Christian Oliff).
### [`v9.4.2`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#942)
[Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.1...9.4.2)
- Fix Grid autoplacement warning.
### [`v9.4.1`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#941)
[Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.0...9.4.1)
- Fix unnecessary Flexbox prefixes in Grid elements.
### [`v9.4.0`](https://renovatebot.com/gh/postcss/autoprefixer/releases/9.4.0)
[Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.3.1...9.4.0)
Autoprefixer 9.4.0 brings limited **autoplacement** support to the IE CSS Grid.
#### Grid Autoplacement
If the `grid` option is set to `"autoplace"`, limited autoplacement support is now added to the Autoprefixer CSS Grid translations. You can also use the `/* autoprefixer grid: autoplace */` control comment to enable autoplacement directly in your CSS.
In order to use the new autoplacement feature, you **must define both rows and columns** when declaring the grid template.
```css
/* Input CSS */
/* autoprefixer grid: autoplace */
.autoplacement-example {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
grid-gap: 20px;
}
```
```css
/* Output CSS */
/* autoprefixer grid: autoplace */
.autoplacement-example {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 20px 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto 20px auto;
grid-template-rows: auto auto;
grid-gap: 20px;
}
.autoplacement-example > *:nth-child(1) {
-ms-grid-row: 1;
-ms-grid-column: 1;
}
.autoplacement-example > *:nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
.autoplacement-example > *:nth-child(3) {
-ms-grid-row: 3;
-ms-grid-column: 1;
}
.autoplacement-example > *:nth-child(4) {
-ms-grid-row: 3;
-ms-grid-column: 3;
}
```
Autoplacement support in Autoprefixer is currently very limited in what it can do. Please read the [Grid Autoplacement support in IE ](https://renovatebot.com/gh/postcss/autoprefixer#grid-autoplacement-support-in-ie) section before using this new feature.
Thanks to [@bogdan0083](https://renovatebot.com/gh/bogdan0083) for implementing the new feature, [@Dan503](https://renovatebot.com/gh/Dan503) for documenting it, and [@evandiamond](https://renovatebot.com/gh/evandiamond) for coming up with the initial idea.
#### Other Changes
- Remove some unnecessary warnings for Grid (by [@fanich37](https://renovatebot.com/gh/fanich37)).
### [`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 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...3
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
7.0.0
->7.2.2
7.0.0
->7.2.3
7.0.0
->7.2.0
7.0.0
->7.2.3
7.0.0
->7.2.5
7.0.0
->7.2.3
3.4.11
->4.1.4
3.4.11
->4.1.4
3.4.11
->4.1.4
3.4.11
->4.1.4
9.1.5
->9.4.3
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.3.1
->1.4.0
3.7.0
->3.8.0
1.6.0
->1.7.1
4.15.0
->5.11.1
5.7.0
->5.11.1
3.0.0
->3.2.0
0.16.1
->1.0.3
7.11.1
->7.12.1
2.0.1
->2.0.2
7.1.0
->7.3.0
0.83.0
->0.89.0
0.6.0
->0.6.1
0.8.1
->0.10.0
0.8.1
->0.8.3
7.0.0
->7.0.1
3.9.1
->4.0.0
0.4.7
->0.6.0
4.3.1
->4.6.0
11.5.1
->13.1.0
1.5.2
->1.7.4
0.4.4
->0.5.0
2.22.2
->2.23.0
4.9.4
->4.11.0
4.1.3
->4.1.5
4.1.0
->5.2.0
5.0.2
->5.2.0
16.5.2
->16.7.0
16.5.2
->16.7.0
4.0.3
->4.0.4
5.0.7
->6.0.0
2.4.3
->2.4.4
7.0.0
->7.2.2
2.0.3
->3.0.0
2.9.1
->2.9.3
4.20.2
->4.28.3
3.1.9
->3.1.14
4.4.1
->4.5.0
Release Notes
babel/babel
### [`v7.2.2`](https://renovatebot.com/gh/babel/babel/releases/v7.2.2) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.2.0...v7.2.2) #### v7.2.2 (2018-12-15) Mostrly bug fixes and internal changes. Thanks to [@paleite](https://renovatebot.com/gh/paleite), [@saschanaz](https://renovatebot.com/gh/saschanaz) and [@joeldenning](https://renovatebot.com/gh/joeldenning) for their first PRs! ##### :bug: Bug Fix - `babel-plugin-transform-destructuring`, `babel-plugin-transform-spread` - [#9108](https://renovatebot.com/gh/babel/babel/pull/9108) Correctly transform spreads to use proper concat method. ([@danez](https://renovatebot.com/gh/danez)) - `babel-parser` - [#9168](https://renovatebot.com/gh/babel/babel/pull/9168) [parser] Handle flow comments with leading spaces. ([@vikr01](https://renovatebot.com/gh/vikr01)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#9171](https://renovatebot.com/gh/babel/babel/pull/9171) Fix transforming empty export statement. ([@danez](https://renovatebot.com/gh/danez)) - `babel-node` - [#9148](https://renovatebot.com/gh/babel/babel/pull/9148) Fix --root-mode option in babel-node. ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-plugin-transform-classes` - [#9135](https://renovatebot.com/gh/babel/babel/pull/9135) Inherit properties in function from method in loose mode. ([@rubennorte](https://renovatebot.com/gh/rubennorte)) - `babel-preset-env` - [#9140](https://renovatebot.com/gh/babel/babel/pull/9140) Disable parameter-destructuring in Edge 18. ([@saschanaz](https://renovatebot.com/gh/saschanaz)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#9060](https://renovatebot.com/gh/babel/babel/pull/9060) Not depending on return value of super(). Closes [#9020](https://renovatebot.com/gh/babel/babel/issues/9020).. ([@joeldenning](https://renovatebot.com/gh/joeldenning)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-syntax-bigint`, `babel-plugin-transform-dotall-regex` - [#9176](https://renovatebot.com/gh/babel/babel/pull/9176) Fix package.json repository URLs. ([@paleite](https://renovatebot.com/gh/paleite)) - Other - [#9158](https://renovatebot.com/gh/babel/babel/pull/9158) add triage label to new issues [skip ci]. ([@danez](https://renovatebot.com/gh/danez)) - [#9143](https://renovatebot.com/gh/babel/babel/pull/9143) Fix a typo from the issue template for bugs. ([@saschanaz](https://renovatebot.com/gh/saschanaz)) - [#9133](https://renovatebot.com/gh/babel/babel/pull/9133) Move to travis vm based builds. ([@danez](https://renovatebot.com/gh/danez)) - [#9132](https://renovatebot.com/gh/babel/babel/pull/9132) Ensure we always use repository versions of babel dependencies in tests. ([@danez](https://renovatebot.com/gh/danez)) - [#9131](https://renovatebot.com/gh/babel/babel/pull/9131) Update issue templates [skip ci]. ([@hzoo](https://renovatebot.com/gh/hzoo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators` - [#9059](https://renovatebot.com/gh/babel/babel/pull/9059) Move decorators transform to [@babel/helper-create-class-features-plugin](https://renovatebot.com/gh/babel/helper-create-class-features-plugin). ([@nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - `babel-core`, `babel-parser`, `babel-template` - [#9128](https://renovatebot.com/gh/babel/babel/pull/9128) Fix running flow on travis and update flow. ([@danez](https://renovatebot.com/gh/danez)) ##### Committers: 10 - Brian Ng ([existentialism](https://renovatebot.com/gh/existentialism)) - Daniel Tschinder ([danez](https://renovatebot.com/gh/danez)) - Henry Zhu ([hzoo](https://renovatebot.com/gh/hzoo)) - Joel Denning ([joeldenning](https://renovatebot.com/gh/joeldenning)) - Kagami Sascha Rosylight ([saschanaz](https://renovatebot.com/gh/saschanaz)) - Nicolò Ribaudo ([nicolo-ribaudo](https://renovatebot.com/gh/nicolo-ribaudo)) - Patrick Eriksson ([paleite](https://renovatebot.com/gh/paleite)) - Rubén Norte ([rubennorte](https://renovatebot.com/gh/rubennorte)) - Thiago Arrais ([thiagoarrais](https://renovatebot.com/gh/thiagoarrais)) - Vikram Rangaraj ([vikr01](https://renovatebot.com/gh/vikr01)) ### [`v7.2.0`](https://renovatebot.com/gh/babel/babel/blob/master/CHANGELOG.md#v720-2018-12-03) [Compare Source](https://renovatebot.com/gh/babel/babel/compare/v7.1.6...v7.2.0) You can read more about this release atstorybooks/storybook
### [`v4.1.4`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#414-December-25-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.3...v4.1.4) ##### Bug Fixes - Core: Load Symbol polyfill before any other code ([#5082](https://renovatebot.com/gh/storybooks/storybook/pull/5082)) - React: Fix error with new CRA Webpack config ([#5074](https://renovatebot.com/gh/storybooks/storybook/pull/5074)) ### [`v4.1.3`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#413-December-20-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.2...v4.1.3) ##### Bug Fixes - React: remove unnecessary dependencies, fix aliasing ([#5047](https://renovatebot.com/gh/storybooks/storybook/pull/5047)) - React: alias to react & react-dom ([#5016](https://renovatebot.com/gh/storybooks/storybook/pull/5016)) - Addon-knobs: Fix color picker display ([#5010](https://renovatebot.com/gh/storybooks/storybook/pull/5010)) ### [`v4.1.2`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#412-December-15-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.1...v4.1.2) ##### Bug Fixes - Addon-Knob: Add missing key property in Panel ([#4507](https://renovatebot.com/gh/storybooks/storybook/pull/4507)) - Fix package version dependencies ([#4960](https://renovatebot.com/gh/storybooks/storybook/pull/4960)) ### [`v4.1.1`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#411-December-12-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.1.0...v4.1.1) ##### Bug Fixes - FIX react native by adding an empty array named dlls to the templateParameters ([#4985](https://renovatebot.com/gh/storybooks/storybook/pull/4985)) ### [`v4.1.0`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#410-December-12-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.12...v4.1.0) Storybook 4.1 with performance and compatibility improvements! Highlights include: - Core: Performance optimizations on separate manager preview split, improved cold start, restart & rebuild ([#4834](https://renovatebot.com/gh/storybooks/storybook/pull/4834)) - React: add support for all versions of react ([#4808](https://renovatebot.com/gh/storybooks/storybook/pull/4808)) - Addon-CSSResources: new adddon to dynamically add/remove css ([#4622](https://renovatebot.com/gh/storybooks/storybook/pull/4622)) - React: use babel presets/plugins based on CRA. ([#4836](https://renovatebot.com/gh/storybooks/storybook/pull/4836)) - React-native: Add ability to filter story list ([#4806](https://renovatebot.com/gh/storybooks/storybook/pull/4806)) - React: Add TypeScript support for react-scripts ([#4824](https://renovatebot.com/gh/storybooks/storybook/pull/4824)) There are dozens more fixes, features, and tweaks in the 4.1 release. See changelogs for `4.1.0-*` for details. ### [`v4.0.12`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#4012-December-5-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.11...v4.0.12) ##### Bug Fixes - Addon-a11y: Fix runtime errors in older browsers ([#4904](https://renovatebot.com/gh/storybooks/storybook/pull/4904)) ### [`v4.0.11`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#4011-December-3-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.10...v4.0.11) ##### Bug Fixes - Restore index.html in cra-kitchen-sink ([#4856](https://renovatebot.com/gh/storybooks/storybook/pull/4856)) - Add try, catch for IE11 as it breaks script execution ([#4870](https://renovatebot.com/gh/storybooks/storybook/pull/4870)) ### [`v4.0.10`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#4010-December-2-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.9...v4.0.10) Fixes 4.0.9 ##### Bug Fixes - Core: Use correct cache directory path ([#4792](https://renovatebot.com/gh/storybooks/storybook/pull/4792)) - Addon-Info: fix docgen description display ([#4685](https://renovatebot.com/gh/storybooks/storybook/pull/4685)) - Addon-storyshots-puppeteer: fix peerDependencies ([#4828](https://renovatebot.com/gh/storybooks/storybook/pull/4828)) ### [`v4.0.9`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#409-November-26-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.8...v4.0.9) Broken release (see [#4897](https://renovatebot.com/gh/storybooks/storybook/issues/4897)) ### [`v4.0.8`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#408-November-21-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.7...v4.0.8) ##### Bug Fixes - Addon-knobs: Vue optimize on force render ([#4773](https://renovatebot.com/gh/storybooks/storybook/pull/4773)) ### [`v4.0.7`](https://renovatebot.com/gh/storybooks/storybook/blob/master/CHANGELOG.md#407-November-15-2018) [Compare Source](https://renovatebot.com/gh/storybooks/storybook/compare/v4.0.6...v4.0.7) ##### Bug Fixes - Vue/Angular/Mithril/Polymer: Add missing "forceReRender" and "addParameters" ([#4767](https://renovatebot.com/gh/storybooks/storybook/pull/4767)) ### [`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.4.3`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#943) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.2...9.4.3) - Add warning to force `flex-start` instead of `start` (by Antoine du Hamel). - Fix docs (by Christian Oliff). ### [`v9.4.2`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#942) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.1...9.4.2) - Fix Grid autoplacement warning. ### [`v9.4.1`](https://renovatebot.com/gh/postcss/autoprefixer/blob/master/CHANGELOG.md#941) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.4.0...9.4.1) - Fix unnecessary Flexbox prefixes in Grid elements. ### [`v9.4.0`](https://renovatebot.com/gh/postcss/autoprefixer/releases/9.4.0) [Compare Source](https://renovatebot.com/gh/postcss/autoprefixer/compare/9.3.1...9.4.0) Autoprefixer 9.4.0 brings limited **autoplacement** support to the IE CSS Grid. #### Grid Autoplacement If the `grid` option is set to `"autoplace"`, limited autoplacement support is now added to the Autoprefixer CSS Grid translations. You can also use the `/* autoprefixer grid: autoplace */` control comment to enable autoplacement directly in your CSS. In order to use the new autoplacement feature, you **must define both rows and columns** when declaring the grid template. ```css /* Input CSS */ /* autoprefixer grid: autoplace */ .autoplacement-example { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; grid-gap: 20px; } ``` ```css /* Output CSS */ /* autoprefixer grid: autoplace */ .autoplacement-example { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 20px 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto 20px auto; grid-template-rows: auto auto; grid-gap: 20px; } .autoplacement-example > *:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; } .autoplacement-example > *:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 3; } .autoplacement-example > *:nth-child(3) { -ms-grid-row: 3; -ms-grid-column: 1; } .autoplacement-example > *:nth-child(4) { -ms-grid-row: 3; -ms-grid-column: 3; } ``` Autoplacement support in Autoprefixer is currently very limited in what it can do. Please read the [Grid Autoplacement support in IE ](https://renovatebot.com/gh/postcss/autoprefixer#grid-autoplacement-support-in-ie) section before using this new feature. Thanks to [@bogdan0083](https://renovatebot.com/gh/bogdan0083) for implementing the new feature, [@Dan503](https://renovatebot.com/gh/Dan503) for documenting it, and [@evandiamond](https://renovatebot.com/gh/evandiamond) for coming up with the initial idea. #### Other Changes - Remove some unnecessary warnings for Grid (by [@fanich37](https://renovatebot.com/gh/fanich37)). ### [`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...3Renovate 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.