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 馃殌 #38

Merged
merged 2 commits into from Dec 2, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 15, 2019

The devDependency rollup was updated from 1.23.1 to 1.24.0.

This version 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.


Publisher: lukastaegert
License: MIT

Release Notes for v1.24.0

2019-10-15

Features

  • Respect break, continue, return and throw when tree-shaking to detect dead code (#3153)
  • Do treat treat hoisted function declarations as "unknown" when checking for call side-effects (#3153)

Bug Fixes

  • Make sure that unknown import.meta properties produce valid code in SystemJS (#3152)
  • Make sure treeshake.annotations: false is respected for class instantiation (#3153)
  • Check property access side-effects for class instantiation (#3153)
  • Do not suppress break statements inside labeled statements (#3153)

Pull Requests

  • #3152: Allow import.meta.* for systemjs format (@dmail)
  • #3153: Get rid of immutable.js and implement tree-shaking for broken control flow (@lukastaegert)
Commits

The new version differs by 4 commits.

  • 4fd918f 1.24.0
  • b5a9f47 Update changelog
  • f6db7bc Allow import.meta.* for systemjs format (#3152)
  • 4b16548 Get rid of immutable.js and implement tree-shaking for broken control flow (#3153)

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 馃尨

greenkeeper bot added a commit that referenced this pull request Oct 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.25.0.

Update to this version instead 馃殌

Release Notes for v1.25.0

2019-10-18

Features

  • Remove try-catch if there is no side-effect in the try-block (#3166)
  • Omit side-effect-free trailing cases in switch-statements (#3166)
  • Remove unused labels (#3170)

Bug Fixes

  • Do not remove code after labeled statements that contain a throw or return if the label is used (#3170)
  • Prevent invalid code when expressions are simplified that do not follow a white-space character (#3173)
  • Do not remove continue statements inside switch statements (#3166)
  • Prevent trailing empty lines when tree-shaking inside switch statements (#3166)

Pull Requests

Commits

The new version differs by 5 commits.

  • d677eb7 1.25.0
  • f307c89 Update changelog
  • 91cb8f0 Add missing spaces in certain statements and expressions to avoid invalid code (#3173)
  • 121a7f4 Handle optional control flow in labeled statements, remove unused labels (#3170)
  • 836a106 Better try statement tree shaking (#3166)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 20, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.25.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.25.2.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 27, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.26.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 31, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 31, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.26.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Oct 31, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 31, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.26.2.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 2, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.26.3.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 9, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.26.4.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.26.5.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.0.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 18, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.1.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 18, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.2.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.3.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 22, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.4.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 25, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.5.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Nov 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 30, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.6.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Dec 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 1, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.7.

Update to this version instead 馃殌

greenkeeper bot added a commit that referenced this pull request Dec 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 2, 2019

  • The devDependency rollup was updated from 1.23.1 to 1.27.8.

Update to this version instead 馃殌

@TheNoim TheNoim merged commit 1df41bb into master Dec 2, 2019
@TheNoim TheNoim deleted the greenkeeper/rollup-1.24.0 branch December 2, 2019 20:44
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