rockchalkwushock / how-to-open-source

A repository for learning how to publish NPM packages as well as contribute to open source projects.
https://www.npmjs.com/package/how-to-open-source
MIT License
8 stars 1 forks source link

Update rollup to the latest version πŸš€ #74

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 0.49.0 of rollup just got published.

Dependency rollup
Current Version 0.48.2
Type devDependency

The version 0.49.0 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 12 commits.

  • bed229c -> v0.49.0
  • eca7476 Merge pull request #1576 from Andarist/fix/parallel-rollups
  • d3cfa05 Merge pull request #1574 from evocateur/altscreen-optional
  • 9d7e700 Merge pull request #1582 from lukastaegert/refactor-is-used-by-bundle
  • 8bc8b08 Closes #1564
  • 27923af Closes #953
  • 4b4a74f Rework treeshaking algorithm
  • dc9a8fe Hook process signals with signal-exit
  • 077fd05 Guard against 2 parallel rollups trying to make the same dir
  • 0295c5b Do not open alternate buffer during piped --watch
  • 224e192 modernise build config
  • 95e49dd Update ISSUE_TEMPLATE.md

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:

codecov[bot] commented 7 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #74   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           2      2           
=====================================
  Hits            2      2

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 0be9bf2...3c220dd. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 0.49.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 976043f -> v0.49.1
  • bc0745f Merge pull request #1586 from lukastaegert/fix-regressions
  • 8052520 Resolve #1587
  • fc70479 * Assume that unknown nodes always have effects
  • ee4faf2 Resolve #1584
  • cc92d76 Resolve #1585
  • a000fdd Add options parameter object to .hasEffects...() calls

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.49.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 0c85e2c -> v0.49.2
  • 8bcf04a Merge pull request #1591 from lukastaegert/fix-more-regressions
  • 8bfa73f Update test to include 'use strict' as a statement that should not be
  • 0653a10 * Resolve #1592
  • d011c03 * Do not assume declarations have assignedExpressions until we refactor

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.49.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • 0d20ed1 -> v0.49.3
  • db82567 Merge pull request #1597 from btakita/fix-issue-1596
  • c90b01e add test for #1606
  • 604fdda Merge branch 'master' of https://github.com/sunnylost/rollup into sunnylost-master
  • cef0db2 Merge pull request #1607 from curran/patch-1
  • edc8ac6 Merge pull request #1604 from lukastaegert/use-paranoid-defaults
  • 62582d3 Fix typo: outpot -> output
  • 0ffac58 merge command & config's output options
  • dd1db1e Resolve the easy part of #1595. The main part, however, remains
  • c15cfe3 * resolve #1601
  • a83b309 * Properly treat mutations of the results of logical expressions
  • 7148ed5 Resolve #1603 and make sure we do not break this in the future
  • 3126297 Make all nodes return "true" for the new effects. This should avoid
  • 4eda626 mergeOptions inputOptions includes config.watch option.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.50.0 just got published.

Update to this version instead πŸš€