slupjs / slup

🚀 Sets of Material Design components built upon Inferno
MIT License
13 stars 2 forks source link

Update dependency babel-preset-minify to v0.4.3 #147

Open renovate[bot] opened 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency babel-preset-minify from v0.4.0 to v0.4.3

Release Notes ### [`v0.4.3`](https://github.com/babel/minify/blob/master/CHANGELOG.md#babel-minify043-2018-05-14) [Compare Source](https://github.com/babel/minify/compare/bce578e23583d06299e4c1f1a8edd7436e982b77...91ed3622f95c2147d8948395198042ae7a7df7ce) ##### :bug: Bug Fix * `babel-helper-evaluate-path`, `babel-plugin-minify-constant-folding` * [#​846](`https://github.com/babel/minify/pull/846`) fix: handle non array statements in evaluate helper. ([@​vigneshshanmugam]) ##### Committers: 1 - Vignesh Shanmugam ([vigneshshanmugam]) --- ### [`v0.4.2`](https://github.com/babel/minify/blob/master/CHANGELOG.md#babel-minify042-2018-05-14) [Compare Source](https://github.com/babel/minify/compare/e9f96ffe3bc5cf418f8aa8e20a8b55cc59bf1cb5...bce578e23583d06299e4c1f1a8edd7436e982b77) ##### :rocket: New Feature * `babel-plugin-minify-simplify`, `babel-plugin-transform-simplify-comparison-operators` * [#​572](`https://github.com/babel/minify/pull/572`) Replace `x != undefined` with `x != null`. ([@​j-f1]) ##### :bug: Bug Fix * `babel-plugin-minify-mangle-names`, `babel-preset-minify` * [#​842](`https://github.com/babel/minify/pull/842`) fix(mangle): handle inferred names for functions. ([@​boopathi]) * `babel-plugin-minify-infinity` * [#​841](`https://github.com/babel/minify/pull/841`) fix: minify infinity in expressions. ([@​boopathi]) * `babel-helper-evaluate-path`, `babel-plugin-minify-dead-code-elimination`, `babel-plugin-minify-guarded-expressions`, `babel-plugin-minify-simplify`, `babel-preset-minify` * [#​831](`https://github.com/babel/minify/pull/831`) fix: account for different scopes during path evaluation. ([@​vigneshshanmugam]) * `babel-plugin-minify-dead-code-elimination`, `babel-preset-minify` * [#​834](`https://github.com/babel/minify/pull/834`) fix(deadcode): account for impure paths inside for statements. ([@​vigneshshanmugam]) ##### Chore * [#​838](`https://github.com/babel/minify/pull/838`) (chore): fix links to debugging section [skip ci]. ([@​vigneshshanmugam]) * [#​837](`https://github.com/babel/minify/pull/837`) (chore) change line endings from crlf to lf. ([@​vigneshshanmugam]) ##### Committers: 3 - Boopathi Rajaa ([boopathi]) - Jed Fox ([j-f1]) - Vignesh Shanmugam ([vigneshshanmugam]) --- ### [`v0.4.1`](https://github.com/babel/minify/blob/master/CHANGELOG.md#babel-minify041-2018-05-03) [Compare Source](https://github.com/babel/minify/compare/caaefb4cfa442bae204f07d2ceebe128f30366f1...e9f96ffe3bc5cf418f8aa8e20a8b55cc59bf1cb5) ##### :bug: Bug Fix * `babel-plugin-minify-mangle-names` * [#​830](`https://github.com/babel/minify/pull/830`) fix: add constant violations to references in mangler collect phase. ([@​boopathi]) * `babel-plugin-minify-constant-folding` * [#​828](`https://github.com/babel/minify/pull/828`) fix(const-folding): do not evaluate identifier in export specifiers. ([@​vigneshshanmugam]) * `babel-preset-minify` * [#​823](`https://github.com/babel/minify/pull/823`) Allow options for plugins disabled by default (babel-preset-minify). ([@​nemophrost]) * `babel-plugin-transform-merge-sibling-variables`, `babel-preset-minify` * [#​826](`https://github.com/babel/minify/pull/826`) fix(merge-sibling-var): recalculate declarations when concatenating variables. ([@​vigneshshanmugam]) ##### :memo: Documentation * [#​817](`https://github.com/babel/minify/pull/817`) fix: update outdated react url. ([@​ganes1410]) ##### Chore * all packages * [#​827](`https://github.com/babel/minify/pull/827`) chore: upgrade dependencies; add node 10; remove node 9 ([@​boopathi]) ##### Committers: 4 - Alma Madsen ([nemophrost]) - Boopathi Rajaa ([boopathi]) - R.Ganesh ([ganes1410]) - Vignesh Shanmugam ([vigneshshanmugam]) ---

This PR has been generated by Renovate Bot.