slupjs / slup

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

Update dependency rollup-plugin-commonjs to v9 #124

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency rollup-plugin-commonjs from v8.3.0 to v9.1.0

Release Notes ### [`v8.4.0`](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​840) * Better handle non-CJS files that contain CJS keywords ([#​285](`https://github.com/rollup/rollup-plugin-commonjs/issues/285`)) * Use rollup's plugin context`parse` function ([#​287](`https://github.com/rollup/rollup-plugin-commonjs/issues/287`)) * Improve error handling ([#​288](`https://github.com/rollup/rollup-plugin-commonjs/issues/288`)) --- ### [`v8.4.1`](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​841) * Re-release of 8.3.0 as #​287 was actually a breaking change --- ### [`v9.0.0`](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​900) * Make rollup a peer dependency with a version range ([#​300](`https://github.com/rollup/rollup-plugin-commonjs/issues/300`)) --- ### [`v9.1.0`](https://github.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​910) * Do not automatically wrap modules with return statements in top level arrow functions ([#​302](`https://github.com/rollup/rollup-plugin-commonjs/issues/302`)) ---
Commits #### v8.4.0 - [`f3b488c`](https://github.com/rollup/rollup-plugin-commonjs/commit/f3b488c6a0ae8e578138ed19215dfc36fe1e8306) Handle missing default export even if first pass matched - [`4131fb3`](https://github.com/rollup/rollup-plugin-commonjs/commit/4131fb324043855f90009bd5f2cfe1c8a576a127) use parse method from transform context - [`9674a6c`](https://github.com/rollup/rollup-plugin-commonjs/commit/9674a6ca315b6b23dc28d3e516ae65c69228a0ae) create an error with a code frame when parsing fails - [`c171356`](https://github.com/rollup/rollup-plugin-commonjs/commit/c171356f1cd3b25484c91ee3708f5c3c41d19619) do not overwrite acorn options sourceType and ecmaVersion - [`df762c7`](https://github.com/rollup/rollup-plugin-commonjs/commit/df762c7fbb0960be39fc30b8a9f24ec75ee78458) update rollup to 0.56 - [`20422b9`](https://github.com/rollup/rollup-plugin-commonjs/commit/20422b9e9f67a4268a52339f7c41903abd499822) Merge branch 'adrianheine-master' into release-8.4.0 - [`2b8488a`](https://github.com/rollup/rollup-plugin-commonjs/commit/2b8488ab4a7ce3ef8f855eb5ba94c4da2de45db2) Merge branch 'KingHenne-transform-context-parse' into release-8.4.0 - [`3c34c9d`](https://github.com/rollup/rollup-plugin-commonjs/commit/3c34c9d87de101bcda83833ffe8deedaa943daf0) Merge branch 'KingHenne-error-code-frame' into release-8.4.0 - [`4ddb152`](https://github.com/rollup/rollup-plugin-commonjs/commit/4ddb1521272fb1de5212816a8ea6b7c8b6bff41d) Merge branch 'release-8.4.0' - [`7b0fee6`](https://github.com/rollup/rollup-plugin-commonjs/commit/7b0fee65c6c831fb789afeb8c5575b3a407348fe) 8.4.0 #### v9.0.0 - [`2ecc218`](https://github.com/rollup/rollup-plugin-commonjs/commit/2ecc2180bf3439dd34821b29db34a82ea7589ea9) Make rollup a peer dependency - [`26ef225`](https://github.com/rollup/rollup-plugin-commonjs/commit/26ef225d36e7fc319c3c5374cd74fe144f7f9b6f) Merge branch 'rollup-as-peer-dependency' - [`21186e9`](https://github.com/rollup/rollup-plugin-commonjs/commit/21186e92f960f8dbc910fae0fe77112852566d0d) 9.0.0 #### v9.1.0 - [`058bb8b`](https://github.com/rollup/rollup-plugin-commonjs/commit/058bb8b5b0de0129644b8b442c9a39a3978565cc) Update changelog - [`e13e32a`](https://github.com/rollup/rollup-plugin-commonjs/commit/e13e32a544fce7164c43f715aafef88ab780ebad) Fix unnecessarily wrapping modules with return inside arrow functions - [`08e170f`](https://github.com/rollup/rollup-plugin-commonjs/commit/08e170f962e135f520146a7046b34c555cae7ee7) Extract regex for function node type - [`0ff0dad`](https://github.com/rollup/rollup-plugin-commonjs/commit/0ff0dad2bc04d3d45cbd4d1609a9332afde2c8ec) List all function types explicitly - [`8c9ed11`](https://github.com/rollup/rollup-plugin-commonjs/commit/8c9ed11b1b10691eeb57de04c7d890daa277e4a6) Rename test - [`ef68d8f`](https://github.com/rollup/rollup-plugin-commonjs/commit/ef68d8f33703f043842625923a1e68c6213af867) Test all function types - [`52fcf5a`](https://github.com/rollup/rollup-plugin-commonjs/commit/52fcf5a4faddcf2350f452c426a12c98ad70f8f7) Merge branch 'MattiasBuelens-fix-arrow-function-return' - [`796c53c`](https://github.com/rollup/rollup-plugin-commonjs/commit/796c53cd559c3691086cfbfdd7f78c4266866dbc) 9.1.0

This PR has been generated by Renovate Bot.