Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Update rollup to the latest version 🚀 #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 9, 2018

The devDependency rollup was updated from 0.66.6 to 0.67.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 🌴

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

greenkeeper bot commented Nov 11, 2018

  • The devDependency rollup was updated from 0.66.6 to 0.67.1.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 17, 2018

  • The devDependency rollup was updated from 0.66.6 to 0.67.2.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • fe92d1f 0.67.2
  • ed22964 Update changelog
  • dbd2e47 Fix crash when returning undefined sourcemaps from renderChunk hook (#2558)

See the full diff

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

greenkeeper bot commented Nov 17, 2018

  • The devDependency rollup was updated from 0.66.6 to 0.67.3.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • d9a7d65 0.67.3
  • 4be8888 Update changelog
  • bbdf8b3 Add more files to npm distribution (#2552)
  • 084354e fix: experimentalPreserveModules not supported in inlineDynamicImports message (#2560)

See the full diff

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

greenkeeper bot commented Dec 3, 2018

  • The devDependency rollup was updated from 0.66.6 to 0.67.4.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 16, 2018

  • The devDependency rollup was updated from 0.66.6 to 0.68.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 19, 2018

  • The devDependency rollup was updated from 0.66.6 to 0.68.1.

Update to this version instead 🚀

Release Notes for v0.68.1

2018-12-19

Bug Fixes

  • Fix an issue with UMD wrappers where a variable is used without being defined (#2600)

Pull Requests

  • #2600: Fix UMD and IIFE wrapper issues and add comprehensive functional wrapper tests (@lukastaegert)
Commits

The new version differs by 6 commits.

See the full diff

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

greenkeeper bot commented Dec 23, 2018

  • The devDependency rollup was updated from 0.66.6 to 0.68.2.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

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

greenkeeper bot commented Dec 28, 2018

  • The devDependency rollup was updated from 0.66.6 to 1.0.0.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 7cc2f62 1.0.0
  • 5f876b2 Update changelog
  • 4f19233 1.0 changes (#2293)
  • 5328122 Fix hook's name in test's description (#2611)
  • 84cb5b5 Fix a self-contradiction comment in the docs (#2612)

See the full diff

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

greenkeeper bot commented Jan 3, 2019

  • The devDependency rollup was updated from 0.66.6 to 1.0.1.

Update to this version instead 🚀

Release Notes for v1.0.1

2019-01-03

Bug Fixes

  • Properly handle reexporting an external default export for non-ESM targets when using named exports mode (#2620)
  • Do not (wrongly) re-declare input options in the merged RollupOptions type (#2622)

Pull Requests

Commits

The new version differs by 6 commits.

  • fbb5f9e 1.0.1
  • e7b3c78 Update changelog
  • eda15fa Update changelog
  • 5ff6352 Show how to skip imports for optional plugins (#2627)
  • 6d32530 Simplify RollupOptions (#2622)
  • f5364d9 Fixed issue with reexporting default as default with {exports: named, interop: true} options. (#2620)

See the full diff

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

greenkeeper bot commented Jan 5, 2019

  • The devDependency rollup was updated from 0.66.6 to 1.0.2.

Update to this version instead 🚀

Release Notes for v1.0.2

2019-01-05

Bug Fixes

  • Make sure the transform hook is always reevaluated when a file watched by the hook changes (#2633)
  • Fix a crash when generating hashes for tree-shaken dynamic imports (#2638)
  • Fix a crash and some inconsistencies when using the acorn-bigint plugin (#2640)

Pull Requests

Commits

The new version differs by 7 commits.

  • 27cde2a 1.0.2
  • 6b55518 Update changelog
  • 6ac23e9 Make sure all CLI options are listed in the summary (#2641)
  • be7afed Treat bigints as unknown for now on all systems to avoid accidentally (#2640)
  • ee6db13 Do not fail when generating hashes for tree-shaken dynamic imports (#2638)
  • 29b8c64 Make code optional again in rollup warnings (#2635)
  • 6b343ab Make sure this.addWatchFile also declares transform dependencies, (#2633)

See the full diff

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

greenkeeper bot commented Jan 9, 2019

  • The devDependency rollup was updated from 0.66.6 to 1.1.0.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 00d7521 1.1.0
  • 76c7162 Update changelog
  • bf47572 Make this.meta available in options hook, pass input options to buildStart (#2642)
  • d2e2c9f Improve how acorn is imported, update dependencies (#2636)
  • b7a8403 implement writeBundle hook (#2643)
  • 34cb08d Fix typo related to entryFileNames example (#2647)

See the full diff

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.66.6 to 1.2.0.

Update to this version instead 🚀

Commits

The new version differs by 26 commits.

  • 60e8df2 1.2.0
  • 56ff3e3 Update changelog
  • 19a7727 Reimplement variable deconflicting logic (#2689)
  • fe84e00 Update changelog
  • db42a04 Prevent final resolution and facade creation for inlined dynamic imports (#2677)
  • 4d082b0 Respect rendered exports when generating chunk hashes (#2695)
  • 14a17af Correctly render function expression inside simplified expression statements. (#2696)
  • 0a46310 Add a fix for MaxListenersExceededWarning (#2700)
  • 1454b90 Update rollup-pluginutils (#2703)
  • d883243 Update changelog
  • f8faa4b Allow config files to contain non-default exports (#2673)
  • d6a865e Update changelog
  • 1ae20fc Improve type of RollupOutput.output (#2679)
  • 7f79ab1 Update changelog
  • c702f3a Fix typo in export-globals test (#2693)

There are 26 commits in total.

See the full diff

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.66.6 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 bot added a commit that referenced this pull request Jan 21, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 21, 2020

  • The devDependency rollup was updated from 0.66.6 to 1.29.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

  • The devDependency rollup was updated from 0.66.6 to 1.30.0.

Update to this version instead 🚀

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

greenkeeper bot commented Jan 27, 2020

  • The devDependency rollup was updated from 0.66.6 to 1.30.1.

Update to this version instead 🚀

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

greenkeeper bot commented Jan 31, 2020

  • The devDependency rollup was updated from 0.66.6 to 1.31.0.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 14, 2020

  • The devDependency rollup was updated from 0.66.6 to 1.31.1.

Update to this version instead 🚀

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

greenkeeper bot commented Feb 29, 2020

  • The devDependency rollup was updated from 0.66.6 to 1.32.0.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 6, 2020

  • The devDependency rollup was updated from 0.66.6 to 1.32.1.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 6, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.0.0.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 7, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.0.1.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 7, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.0.2.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 10, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.0.3.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 12, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.0.4.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 12, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.0.5.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 13, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.0.6.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 18, 2020

  • The devDependency rollup was updated from 0.66.6 to 2.1.0.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

0 participants