tusharmath / observable-air

Observable for the calorie conscious
MIT License
34 stars 3 forks source link

Update rollup to the latest version 🚀 #195

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.43.1 of rollup just got published.

Dependency rollup
Current Version 0.41.6
Type devDependency

The version 0.43.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of rollup. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 82 commits.

There are 82 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

tusharmath commented 7 years ago

observable-air@ benchmark /home/travis/build/tusharmath/observable-air tsc && node ./benchmarks/run

Node: v8.1.3 V8: 5.8.283.41

┌─────────────────────────────────────────────────────┬─────────────────┬─────────┐
│ name                                                │ ops/sec         │ samples │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ create                                              │ 848 (±1.71%)    │ 74      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> debounce                                    │ 373 (±8.43%)    │ 38      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 29,947 (±6.46%) │ 47      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> map -> reduce                               │ 39 (±6.94%)     │ 62      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> scan -> reduce                              │ 11 (±3.89%)     │ 52      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 246 (±4.61%)    │ 51      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 1,615 (±6.57%)  │ 52      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ tryCatch                                            │ 938 (±4.9%)     │ 64      │
└─────────────────────────────────────────────────────┴─────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 85.736% when pulling 1a16c7980b2b39279f06b09cf6d163391f4b92cc on greenkeeper/rollup-0.43.1 into 07e3efe26fe7df0c3bc2bcbe4e8ccead613a7156 on master.

greenkeeper[bot] commented 7 years ago

Version 0.44.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 11d7c3e -> v0.44.0
  • 88470f2 Merge pull request #1478 from rollup/gh-1462
  • 875cd37 Merge pull request #1472 from Andarist/iife/extends
  • f5bbea8 fix catch clause scopes (closes #1462)
  • f9408a0 reverting ef59ea2d8979570aeca6c434986ef1504697fce9 - we're already seeing people submit repros that involve Gulp
  • 5306bab Minor code tweaks (after code review)
  • b5dfd1e Fixed issue with umd noConflict bundle + named exports. In such case undefined got exported as module.
  • a001e6b --extend option support for UMD builds
  • b0f366e Fixed issue with exports not being returned for the named mode (in IIFE format)
  • 97baa41 Added support for --extend option. Default behaviour for the IIFE should be to create a simple local var or to assign a module to a namespaced name
  • 269949f Refactored the code to satisfy changed tests (new default iife consistent behaviour). Still 5 failing tests - all of them have illegal moduleNames. --extends will make them work.
  • 9d122ad Converted most of the tests to include new proposed expected format for the IIFE, effectively making them failing now - its setting a groundwork for an --extends option

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.45.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

See the full diff