tusharmath / observable-air

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

Update rollup to the latest version 🚀 #197

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.45.1 of rollup just got published.

Dependency rollup
Current Version 0.43.1
Type devDependency

The version 0.45.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 22 commits.

  • 87c4733 -> v0.45.1
  • 5e4cbdc Merge pull request #1489 from rollup/gh-1483
  • e099d8c remove weak from optionalDependencies
  • abab199 -> v0.45.0
  • 328a8fa throw helpful error if code or map are accessed from bundle.generate promise
  • 1be3478 Merge branch 'gh-1474' of https://github.com/caccialdo/rollup into gh-1474
  • 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
  • a76b35e Add tests for async bundle transformers
  • 4980d71 Lint fixes
  • 73bc503 Fix tests to support async transformBundle
  • 05fb800 Support for async transformBundle

There are 22 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                                              │ 1,018 (±0.16%)  │ 86      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> debounce                                    │ 741 (±5.82%)    │ 51      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> combine(sum3, [a, b, c]) -> reduce(sum2, 0) │ 67,196 (±2.57%) │ 69      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> map -> reduce                               │ 88 (±0.47%)     │ 80      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> scan -> reduce                              │ 33 (±0.51%)     │ 76      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ file -> takeN(0, n/10)                              │ 503 (±0.23%)    │ 86      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ array(2) -> array(i) -> switchLatest                │ 3,636 (±3.46%)  │ 76      │
├─────────────────────────────────────────────────────┼─────────────────┼─────────┤
│ tryCatch                                            │ 2,253 (±0.2%)   │ 91      │
└─────────────────────────────────────────────────────┴─────────────────┴─────────┘
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 85.736% when pulling c9c936458de3029c36836b6e06f64fdcf8d5fab8 on greenkeeper/rollup-0.45.1 into 87d0f62287ad450a8487511f89e13dd97a1950ff on master.

greenkeeper[bot] commented 7 years ago

Version 0.45.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • b7a4edf -> v0.45.2
  • 66a6e88 Merge branch 'master' of github.com:rollup/rollup
  • e1e0f5a Merge pull request #1487 from TheWeatherCompany/twc-master
  • 2ff79f9 Merge pull request #1482 from Andarist/fix/cli-extend
  • 3e38651 Merge pull request #1490 from rollup/rollup-watch-gh-54
  • 3b2363f install rollup-watch as devDependency
  • e9ea331 separate resolvedIds from resolvedExternalIds
  • 782967a update LICENSE
  • b00bc3c Undo package.json changes
  • 2607d4e Change to use hasOwnProperty check vs in to prevent TypeError
  • 1bc1ea4 Change package name to @twc/rollup
  • be94551 Fixed --extend flag not being passed correctly from the CLI arguments

See the full diff