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

Update rollup to the latest version 馃殌 #63

Merged
merged 3 commits into from Mar 15, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 16, 2018

The devDependency rollup was updated from 0.67.4 to 0.68.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.


Find out more about this release.

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 Dec 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 19, 2018

  • The devDependency rollup was updated from 0.67.4 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.67.4 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.67.4 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.67.4 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.67.4 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.67.4 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.67.4 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.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

@moranje moranje merged commit 6c63799 into master Mar 15, 2019
@greenkeeper greenkeeper bot deleted the greenkeeper/rollup-0.68.0 branch March 15, 2019 19:30
@moranje
Copy link
Owner

moranje commented Mar 16, 2019

馃帀 This PR is included in version 5.7.0 馃帀

The release is available on GitHub release

Your semantic-release bot 馃摝馃殌

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.

None yet

1 participant