Skip to content

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 17, 2019

The devDependency rollup was updated from 0.67.4 to 1.2.0.

This version is not covered by your current version range.

If you don’t 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.


Find out more about this release.

FAQ and help

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


Your Greenkeeper bot 🌴

@coveralls
Copy link

Pull Request Test Coverage Report for Build 451

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 61.333%

Totals Coverage Status
Change from base Build 433: 0.0%
Covered Lines: 43
Relevant Lines: 66

💛 - Coveralls

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

greenkeeper bot commented Feb 17, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.2.1.

Update to this version instead 🚀

Release Notes for v1.2.1

2019-02-17

Bug Fixes

  • Fix ESM version of Rollup (#2705)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Feb 19, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.2.2.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 23, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.2.3.

Update to this version instead 🚀

Release Notes for v1.2.3

2019-02-23

Bug Fixes

  • Use correct path when rendering dynamic imports where the entry module is empty (#2714)

Pull Requests

Commits

The new version differs by 4 commits.

  • 5d6e01c 1.2.3
  • 6c346ba Update changelog
  • 585500e Add npm ci to prepublish script.
  • e8c078d Properly render dynamic imports when imported module is empty (#2714)

See the full diff

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

greenkeeper bot commented Feb 26, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.2.4.

Update to this version instead 🚀

Release Notes for v1.2.4

2019-02-26

Bug Fixes

  • Fix an issue where a variable was imported twice under the same name (#2715)

Pull Requests

  • #2715: Deduplicate imports referencing default exports and their original variables (@lukastaegert)
Commits

The new version differs by 3 commits.

  • c499630 1.2.4
  • 369446b Update changelog
  • 297cc8c Deduplicate imports referencing default exports and their original variables (#2719)

See the full diff

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

greenkeeper bot commented Feb 26, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.2.5.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Feb 26, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.3.0.

Update to this version instead 🚀

Release Notes for v1.3.0

2019-02-26

Features

  • Treeshake call expressions prefixed with UglifyJS style @__PURE__ annotations (#2429)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Feb 27, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.3.1.

Update to this version instead 🚀

Release Notes for v1.3.1

2019-02-27

Bug Fixes

  • Correctly reexport the default export from entry chunks (#2727)

Pull Requests

Commits

The new version differs by 3 commits.

  • e9abb56 1.3.1
  • 55ef193 Update changelog
  • 45518c2 Take chunk export mode into account when reexporting default, resolves #2721 (#2727)

See the full diff

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

greenkeeper bot commented Feb 27, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.3.2.

Update to this version instead 🚀

Release Notes for v1.3.2

2019-02-27

Bug Fixes

  • Allow ids of default exported classes to be exported separately (#2728)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Mar 1, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.3.3.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 1, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.4.0.

Update to this version instead 🚀

Release Notes for v1.4.0

2019-03-01

Features

  • Add option to change the name of the dynamic import function to allow polyfilling it (#2723)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Mar 4, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.4.1.

Update to this version instead 🚀

Release Notes for v1.4.1

2019-03-04

Features

  • Do not treat the import target "" as external by default (#2733)

Pull Requests

Commits

The new version differs by 4 commits.

  • f15aefb 1.4.1
  • ccef873 Update changelog
  • 6010bdd fix: the empty string importee should not always be treated as external module id (#2733)
  • d27ee15 Add dynamicImportFunction to CLI guide

See the full diff

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

greenkeeper bot commented Mar 7, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.4.2.

Update to this version instead 🚀

Release Notes for v1.4.2

2019-03-07

Bug Fixes

  • Respect variable identity of exports when hashing (#2741)
  • Resolve a situations where a variable was imported twice with the same name (#2737)

Pull Requests

Commits

The new version differs by 6 commits.

  • adaa23e 1.4.2
  • 2d03a67 Update changelog
  • 858fea4 Resolve a situation where different default exports referencing the same (#2737)
  • 6903425 Update changelog
  • af41561 Fix an issue where the same hash was generated when different variables (#2741)
  • d27c0f6 Docs: Fix return type (#2738)

See the full diff

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

greenkeeper bot commented Mar 7, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.5.0.

Update to this version instead 🚀

Release Notes for v1.5.0

2019-03-07

Features

  • Allow resolving to a different id while marking it as external at the same time (#2734)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Mar 8, 2019

  • The devDependency rollup was updated from 0.67.4 to 1.6.0.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

@AnthonyNahas AnthonyNahas deleted the greenkeeper/rollup-1.2.0 branch March 12, 2019 19:11
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.

3 participants