Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rollup to the latest version 🚀 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jun 3, 2017

Version 0.42.0 of rollup just got published.

Dependency rollup
Current Version 0.41.6
Type devDependency

The version 0.42.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 33 commits.

  • 5c5210a -> v0.42.0
  • f64c48b Merge pull request #1424 from rollup/watch-option
  • bd2b15f add a watch option
  • 48f3e82 Merge pull request #1379 from Victorystick/simpler-resolveId
  • 304c0be oops
  • b661e7e Merge pull request #1365 from rollup/options.amd
  • ffcc885 Merge pull request #1375 from rhyzx/patch-1
  • 4691e5a windows fix
  • 52b17df Merge branch 'master' into simpler-resolveId
  • f8a0d7e lint
  • fc7f23c Merge pull request #1386 from stevenfan/fix-deshadowing-bug
  • 21ef61d simplify declaration discovery for self import, allows frame generation for empty imports
  • 98f804a add test for #1274
  • 694d16e Merge branch 'bugfix/cannot-import-self' of https://github.com/enanox/rollup into enanox-bugfix/cannot-import-self
  • 16fba01 Merge pull request #1422 from rollup/gh-1416

There are 33 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Jul 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2017

Version 0.43.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 49 commits.

There are 49 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 10, 2017

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 added a commit that referenced this pull request Jul 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 10, 2017

Version 0.45.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2017

Version 0.45.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 87c4733 -> v0.45.1
  • 5e4cbdc Merge pull request #1489 from rollup/gh-1483
  • e099d8c remove weak from optionalDependencies

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 13, 2017

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

greenkeeper bot added a commit that referenced this pull request Aug 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 11, 2017

Version 0.46.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 33 commits.

  • b159c46 -> v0.46.0
  • bb63174 get test passing
  • 17b2c49 merge master -> CodeTroopers-master
  • 0e1293d apply scope refactoring to TaggedTemplateExpression
  • 686e907 Merge branch 'tagged-template-expressions' of https://github.com/lukastaegert/rollup into lukastaegert-tagged-template-expressions
  • f64babd change message - options.format cannot be missing
  • 5bdb0cb Merge branch 'master' into tagged-template-expressions
  • 2395452 Merge pull request #1517 from lukastaegert/abolish-scope-parameters
  • 3cfb4d4 Merge branch 'master' into abolish-scope-parameters
  • bfeea43 Merge pull request #1498 from lukastaegert/master
  • 2656dbc Merge pull request #1497 from Andarist/fix/iife-namespaced-named
  • c63782e preserve semicolon if var decl is body of for loop
  • 11508c4 Merge branch 'semicolon-var-fix' of https://github.com/jeffjewiss/rollup into jeffjewiss-semicolon-var-fix
  • 1a3abf2 Merge pull request #1491 from rollup/coalesce-warnings
  • 9e481d8 fix intermittent test failures

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 11, 2017

Version 0.46.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 8969272 -> v0.46.1
  • 0d5669b Merge pull request #1529 from rollup/gh-1528
  • f9f389c Merge pull request #1531 from rollup/gh-1530
  • 5d651a7 only ship .js files
  • b962cf6 separate node entry from browser entry
  • d8d5eec update config
  • e8da9f5 remove source-map-support
  • aa2b54b Merge pull request #1527 from rollup/tidy-up-tests
  • 0015e05 about to lose my sense of humour
  • 7cd8717 GODDAMMIT
  • 75152bf almost there
  • b38632e AARGGHHHH
  • 2c05caa please let this work
  • b9d0779 losing my goddamn mind over here
  • 6eba4d1 wtf. why are these tests passing locally but not in ci

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 11, 2017

Version 0.46.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 8e7cbe0 -> v0.46.2
  • 4451ee2 Merge pull request #1537 from rollup/gh-1480
  • 7a2a8d2 init rhs of for-in loop head with correct scope - fixes #1480
  • d0392e9 Merge pull request #1536 from rollup/gh-1533
  • a30f5a5 pass through all necessary options to bundle.write in rollup.watch (fixes #1533)
  • 834acb3 get test to pass
  • bd39fa3 allow passing interop through cli - true/false

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 12, 2017

Version 0.46.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • b7e1d49 -> v0.46.3
  • 55b2e46 install console-group for debugging convenience
  • c6af5c9 Merge pull request #1542 from rollup/gh-1538
  • f8f2fa7 init for loop scopes correctly
  • 5dec01d Merge pull request #1541 from rollup/gh-1488
  • 0e5f8b6 deshadow indirectly-imported namespaces (#1488)
  • 2e76960 Merge branch 'master' of github.com:rollup/rollup
  • e70dad3 Merge pull request #1540 from rollup/gh-1511
  • a44f442 lint
  • 483dc69 use source-map-support in development
  • cc0e5c7 dont include empty imports for reexported external modules
  • 671757e treat reexports differently from exports
  • 6ba6440 fix external namespace imports in es output (#1511)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 12, 2017

Version 0.47.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • ed6aeef -> v0.47.0
  • abfb862 Merge pull request #1545 from rollup/gh-1535
  • 7414cdd update config, squelch warnings. closes #1544
  • 0c03d28 watch config file, restart on changes (#1535)
  • 6edcd30 Merge pull request #1543 from rollup/export-name-from
  • 20bff7d fix export-from declarations
  • adef43f oops
  • e345879 reinstate rollup.VERSION

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 12, 2017

Version 0.47.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • be426f4 -> v0.47.1
  • 08a4ed5 Merge branch 'master' of github.com:rollup/rollup
  • 1ccf54d Merge pull request #1548 from rollup/gh-1547
  • a61e61b squelch warning from chalk
  • f85ffe8 ignore external namespace imports when deshadowing - fixes #1547
  • 3c1b2ff update dependencies, lint

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 12, 2017

Version 0.47.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2017

Version 0.47.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 6b94155 -> v0.47.3
  • 586e255 Merge pull request #1551 from rollup/gh-1550
  • c364ec4 deshadow aliased imports (#1550)
  • 1b48335 Merge pull request #1549 from alippai/patch-1
  • a1c19b8 Add appveyor NodeJS 8 builds
  • ae996b7 Add travis for NodeJS 8
  • 3353338 check for process.hrtime, closes #1495

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2017

Version 0.47.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 13, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 18, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 18, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 19, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 19, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 22, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 22, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 23, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 23, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.8.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.10.9.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 24, 2020
greenkeeper bot added a commit that referenced this pull request May 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 27, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.11.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.11.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.11.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 28, 2020
greenkeeper bot added a commit that referenced this pull request May 31, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.12.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 2, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency rollup was updated from 0.41.6 to 2.12.1.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants