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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rollup to the latest version 馃殌 #30

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 25, 2018

鈽濓笍 Greenkeeper鈥檚 updated Terms of Service will come into effect on April 6th, 2018.

Version 0.56.3 of rollup was just published.

Dependency rollup
Current Version 0.56.2
Type devDependency

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

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of rollup.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 15 commits.

  • b68ea5e 0.56.3
  • 390b113 Merge branch 'release-0.56.3'
  • dc32024 Merge branch 'default-identifier-renaming' into release-0.56.3
  • 8f88060 Merge branch 'no-superfluous-semicolons' into release-0.56.3
  • 7f12fca Merge branch 'imports-listing-bug' into release-0.56.3
  • 0bbe1cb Merge branch 'kellyselden-chunking-form-test' into release-0.56.3
  • 9368e1a getModuleDeclarations refactoring
  • db17e0f pr feedback
  • 58cfc47 fix namespace resolution cases on chunk boundaries
  • 303a2f4 remove interface semicolons
  • 68366d8 default and export naming fixes
  • df29cfb Resolve #1993
  • 2b081ac add recursive string comparison
  • 9bbd518 fix getImportIds, deprecate chunk.externalModules and refactor finaliser interop interfaces
  • 49d54c9 revert chunking form test change

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

coveralls commented Feb 25, 2018

Coverage Status

Coverage remained the same at 96.154% when pulling 985cad2 on greenkeeper/rollup-0.56.3 into 5b7962d on master.

greenkeeper bot added a commit that referenced this pull request Mar 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2018

Version 0.56.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 38 commits.

  • 018bcd2 0.56.4
  • a7627e3 Merge branch 'release-0.56.4'
  • 58a6da4 Reset git on postcommit to fix a webstorm issue
  • 65dd2d1 Merge branch 'asmockler-prettier' into release-0.56.4
  • 77079db Merge branch 'system-form' into release-0.56.4
  • 53003b8 Merge branch 'lamby-reproducible-build' into release-0.56.4
  • 9291989 Merge branch 'reexport-tracing' into release-0.56.4
  • c3da6aa Merge branch 'chunk-import-variable-deduping' into release-0.56.4
  • e932f95 Merge branch 'throw-on-warnings' into release-0.56.4
  • 3f74e82 Merge branch 'system-default-formatting' into release-0.56.4
  • 8c56d63 Merge branch 'adrianheine-sourcemap' into release-0.56.4
  • dfc3280 0.56.3
  • 8865311 Make sure tests are only removed if they contain at most an "_actual" directory
  • fa7a618 Automatically remove directories of missing tests instead of throwing an error
  • ccd9d23 getModuleDeclarations refactoring

There are 38 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2018

Version 0.56.5 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 22 commits.

  • 451ac5f 0.56.5
  • 82907f3 Merge branch 'release-0.56.5'
  • 58832e3 Merge branch 'kellyselden-circular-bug' into release-0.56.5
  • da868fe Merge branch 'NaridaL-class-name-not-changed' into release-0.56.5
  • 35f44a7 set line length to 100
  • 2cb948f apply prettier to codebase
  • fa15596 Merge branch 'NaridaL-patch-1' into release-0.56.5
  • fbe762d Merge branch 'patch-1' of https://github.com/NaridaL/rollup into NaridaL-patch-1
  • 03cf23b Merge branch 'namespace-import-duplicates' into release-0.56.5
  • 6f9aeac fix circular member expression bug
  • 0856fe7 Merge branch 'update-rollup'
  • 840ff5f Merge branch 'apply-prettier' into update-rollup
  • 5a7e1cb Merge branch 'apply-prettier'
  • 6c15302 set line length to 100
  • 785fdfc prependRight --> prependLeft

There are 22 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 15, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 15, 2018

Version 0.57.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 65 commits.

There are 65 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 17, 2018

Version 0.57.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 13 commits.

  • 23256e4 0.57.1
  • 8684aef Merge branch 'config-cli-options-namespace'
  • e186781 Distinguish options and CLI flags in warnings
  • d822ff1 Rework config handling
  • f12c3d1 * Use separate warnings for unknown input, output and CLI options
  • afeeaec Merge branch 'danez-class-function-expression'
  • e59aa99 Merge branch 'class-function-expression' of https://github.com/danez/rollup into danez-class-function-expression
  • a5469ea Merge branch 'analysis-perf'
  • 2358ad5 Use for-loops instead of forEach in more places.
  • 133a751 use for loops
  • 2b41d69 Merge branch 'mourner-faster-sourcemap'
  • 25ade76 Fix Class and FunctionExpressions in default exports
  • 1aa8849 remove redundant sourcemap roundtrip

See the full diff

@greenkeeper greenkeeper bot closed this Mar 19, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/rollup-0.56.3 branch March 19, 2018 23:53
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

1 participant