stampit-org / stampit

OOP is better with stamps: Composable object factories.
https://stampit.js.org
MIT License
3.02k stars 102 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.38.1 of rollup just got published.

Dependency rollup
Current Version 0.37.2
Type devDependency

The version 0.38.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 29 commits .

  • 4e6b551 -> v0.38.1
  • 3cc109c Merge pull request #1186 from rollup/gh-1176
  • b59263e Merge pull request #1179 from kzc/drop-unused-inner-functions-and-classes
  • d4a0e6e Merge pull request #1182 from vinkla/patch-1
  • 2eebe3d deconflict function expression IDs (#1176)
  • 8bd83f0 Simplify repository value
  • 2744947 drop unused function and class declarations within functions (#1108, #1178)
  • a9f342c Merge pull request #1174 from rollup/gh-595
  • b624d67 remove, and warn about, unused imports from external modules (#595)
  • 7b3402f Merge pull request #1173 from rollup/gh-492
  • dbc4c48 Merge pull request #1172 from rollup/gh-444
  • 58f9f26 support async functions (#492)
  • 5f8205e warn on empty bundle (#444), and remove some tests that are no longer testing anything
  • a502f30 add back @btd fix for #1104
  • 47e712d Failling test for #1104

There are 29 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:

greenkeeper[bot] commented 7 years ago

Version 0.38.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits .

  • 4b6b6f7 -> v0.38.2
  • e1e9eaf Merge pull request #1191 from rollup/gh-1011
  • d08a805 prevent irrelevant warning in test
  • aefbed6 warn if exporting an IIFE that looks like a function declaration, and wrap in parens if necessary (#1011)
  • 1d83cbf Merge branch 'master' of https://github.com/rollup/rollup
  • 0d3ab7b use Set rather than Map for deshadowing
  • b287370 Merge pull request #1188 from rollup/gh-997
  • d249c7e preserve var declarations in dead branches

See the full diff.