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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of rollup is breaking the build 🚨 #3

Open
greenkeeper bot opened this issue Nov 17, 2018 · 39 comments
Open

An in-range update of rollup is breaking the build 🚨 #3

greenkeeper bot opened this issue Nov 17, 2018 · 39 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Nov 17, 2018

The devDependency rollup was updated from 0.67.2 to 0.67.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

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

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
Copy link
Author

greenkeeper bot commented Dec 3, 2018

  • The devDependency rollup was updated from 0.67.3 to 0.67.4.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 19, 2019

  • The devDependency rollup was updated from 1.1.0 to 1.1.1.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 21, 2019

  • The devDependency rollup was updated from 1.1.1 to 1.1.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.1.2

2019-01-21

Bug Fixes

  • Tree-shaken dynamic imports no longer leave behind undefined entries in the bundle information (#2663)
  • Dynamic imports in dynamically imported files could lead to crashes and would not always create new chunks (#2664)

Pull Requests

Commits

The new version differs by 4 commits.

  • 38f3ca6 1.1.2
  • 384e35d Update changelog
  • 296035e Do not include tree-shaken dynamic imports in bundle information (#2663)
  • a7eb784 Properly handle dynamic imports declared in dynamically imported files (#2664)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 17, 2019

  • The devDependency rollup was updated from 1.1.2 to 1.2.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 17 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 17 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 17, 2019

  • The devDependency rollup was updated from 1.2.0 to 1.2.1.

Your tests are still failing with this version. Compare changes

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
Copy link
Author

greenkeeper bot commented Feb 19, 2019

  • The devDependency rollup was updated from 1.2.1 to 1.2.2.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2019

  • The devDependency rollup was updated from 1.2.2 to 1.2.3.

Your tests are still failing with this version. Compare changes

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
Copy link
Author

greenkeeper bot commented Feb 26, 2019

  • The devDependency rollup was updated from 1.2.3 to 1.2.4.

Your tests are still failing with this version. Compare changes

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
Copy link
Author

greenkeeper bot commented Feb 26, 2019

  • The devDependency rollup was updated from 1.2.4 to 1.2.5.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 26, 2019

  • The devDependency rollup was updated from 1.2.5 to 1.3.0.

Your tests are still failing with this version. Compare changes

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
Copy link
Author

greenkeeper bot commented Feb 27, 2019

  • The devDependency rollup was updated from 1.3.0 to 1.3.1.

Your tests are still failing with this version. Compare changes

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
Copy link
Author

greenkeeper bot commented Feb 27, 2019

  • The devDependency rollup was updated from 1.3.1 to 1.3.2.

Your tests are still failing with this version. Compare changes

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
Copy link
Author

greenkeeper bot commented Mar 1, 2019

  • The devDependency rollup was updated from 1.3.2 to 1.3.3.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2019

  • The devDependency rollup was updated from 1.3.3 to 1.4.0.

Your tests are still failing with this version. Compare changes

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
Copy link
Author

greenkeeper bot commented Mar 4, 2019

  • The devDependency rollup was updated from 1.4.0 to 1.4.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

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
Copy link
Author

greenkeeper bot commented Mar 7, 2019

  • The devDependency rollup was updated from 1.4.1 to 1.4.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

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 10 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)
  • 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
Copy link
Author

greenkeeper bot commented Mar 7, 2019

  • The devDependency rollup was updated from 1.4.2 to 1.5.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

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 13 commits.

  • ae000c9 1.5.0
  • f00f210 Update changelog
  • 5bf2144 Allow resolveId to return an object (#2734)
  • 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)
  • 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
Copy link
Author

greenkeeper bot commented Mar 8, 2019

  • The devDependency rollup was updated from 1.5.0 to 1.6.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.6.0

2019-03-08

Features

  • Add plugin hook to modify output options (#2736)

Pull Requests

Commits

The new version differs by 16 commits.

  • 88ceebd 1.6.0
  • b7499f3 Update changelog
  • 00f414d Add hook for modifying OutputOptions (#2736)
  • ae000c9 1.5.0
  • f00f210 Update changelog
  • 5bf2144 Allow resolveId to return an object (#2734)
  • 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)
  • f15aefb 1.4.1
  • ccef873 Update changelog
  • 6010bdd fix: the empty string importee should not always be treated as external module id (#2733)

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2019

  • The devDependency rollup was updated from 1.6.0 to 1.6.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.6.1

2019-03-20

Bug Fixes

  • Avoid name clashes of unused default exports when tree-shaking is false (#2758)
  • Do not crash when generating SystemJS bundles containing array patterns with member expressions (#2760)

Pull Requests

Commits

The new version differs by 20 commits.

  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)
  • 88ceebd 1.6.0
  • b7499f3 Update changelog
  • 00f414d Add hook for modifying OutputOptions (#2736)
  • ae000c9 1.5.0
  • f00f210 Update changelog
  • 5bf2144 Allow resolveId to return an object (#2734)
  • 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)

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2019

  • The devDependency rollup was updated from 1.6.1 to 1.7.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.7.0

2019-03-20

Features

  • Sort chunk exports by name for greater consistency (#2757)

Bug Fixes

  • Fix a situation where tree-shakeable code would not be removed in an indeterminate manner (#2757)

Pull Requests

Commits

The new version differs by 23 commits.

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2019

  • The devDependency rollup was updated from 1.7.0 to 1.7.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.7.1

2019-03-24

Bug Fixes

  • Prevent invalid code when exporting several hundred identifiers from a chunk (#2768)
  • Do not wrongly deconflict labels (#2776)

Pull Requests

Commits

The new version differs by 30 commits.

  • 7c4ceca 1.7.1
  • 034034f Update changelog
  • 75b41e2 Do not treat break labels as identifiers (#2776)
  • 61dcba8 Update changelog
  • 9cbb73e Sanitize shortened internal export names (#2768)
  • dec4d83 Update changelog
  • 429942e Update dependencies and fix security issues (#2769)
  • 69f0ef7 1.7.0
  • 243cc83 Update changelog
  • 4080c2c Sort modules before binding, sort exports (#2757)
  • dfe1713 1.6.1
  • 7513859 Update changelog
  • 8166eb0 Handle member expressions in array patterns (#2760)
  • 26d2b31 Make sure unused default exports are deconflicted when tree-shaking is false (#2758)
  • 88ceebd 1.6.0

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2019

  • The devDependency rollup was updated from 1.7.1 to 1.7.2.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.7.2

2019-03-24

Bug Fixes

  • Make sure relative external ids are resolved correctly (#2774)

Pull Requests

Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 25, 2019

  • The devDependency rollup was updated from 1.7.2 to 1.7.3.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.7.3

2019-03-24

Bug Fixes

  • Use getters when re-exporting live-bindings (#2765)

Pull Requests

  • #2765: Support exporting live-bindings from other chunks or external dependencies (@lukastaegert)
Commits

The new version differs by 36 commits.

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 25, 2019

  • The devDependency rollup was updated from 1.27.4 to 1.27.5.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.5

2019-11-25

Bug Fixes

  • Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#3256)

Pull Requests

Commits

The new version differs by 395 commits.

  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)
  • 2f46901 1.27.4
  • ac9008f Update changelog
  • 3befd40 Add installation as a separate header (#3251)
  • 4eccc99 Fix broken Windows CLI tests (#3249)
  • 8f4f012 1.27.3
  • 486253f Update changelog
  • 91010bf Clearer empty chunk warning (#3244)
  • edddb12 Update dependencies (#3248)
  • 0366e24 1.27.2
  • 81a2726 Update changelog

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 30, 2019

  • The devDependency rollup was updated from 1.27.5 to 1.27.6.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.6

2019-11-30

Bug Fixes

  • Use "auto" export mode by default for all modules when preserving modules (#3265)
  • Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#3265)

Pull Requests

Commits

The new version differs by 398 commits.

  • 5a01f05 1.27.6
  • fe0fced Update changelog
  • bdd1e03 Use export mode "auto" by default when preserving modules (#3265)
  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)
  • 2f46901 1.27.4
  • ac9008f Update changelog
  • 3befd40 Add installation as a separate header (#3251)
  • 4eccc99 Fix broken Windows CLI tests (#3249)
  • 8f4f012 1.27.3
  • 486253f Update changelog
  • 91010bf Clearer empty chunk warning (#3244)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 1, 2019

  • The devDependency rollup was updated from 1.27.6 to 1.27.7.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.7

2019-12-01

Bug Fixes

  • Fix a scenario where a reassignments to computed properties were not tracked (#3267)

Pull Requests

Commits

The new version differs by 402 commits.

  • c753a7f 1.27.7
  • 1b8a3de Update changelog
  • d5651be Fix incomplete computed property deoptimization (#3267)
  • d7e3993 Update changelog
  • 5a01f05 1.27.6
  • fe0fced Update changelog
  • bdd1e03 Use export mode "auto" by default when preserving modules (#3265)
  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)
  • 2f46901 1.27.4
  • ac9008f Update changelog
  • 3befd40 Add installation as a separate header (#3251)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 2, 2019

  • The devDependency rollup was updated from 1.27.7 to 1.27.8.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.8

2019-12-02

Bug Fixes

  • Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#3266)

Pull Requests

  • #3266: Workaround for various object literal mutation bugs (@kzc)
Commits

The new version differs by 405 commits.

  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)
  • c753a7f 1.27.7
  • 1b8a3de Update changelog
  • d5651be Fix incomplete computed property deoptimization (#3267)
  • d7e3993 Update changelog
  • 5a01f05 1.27.6
  • fe0fced Update changelog
  • bdd1e03 Use export mode "auto" by default when preserving modules (#3265)
  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2019

  • The devDependency rollup was updated from 1.27.8 to 1.27.9.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.9

2019-12-07

Bug Fixes

  • Fix an issue where reexports could be missing when preserving modules (#3273)
  • Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#3272)

Pull Requests

  • #3272: Support either NO_COLOR or FORCE_COLOR=0 to turn off color (@kikonen)
  • #3273: Make sure that indirectly reexported modules also become chunk dependencies when preserving modules(@lukastaegert)
Commits

The new version differs by 411 commits.

  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog
  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)
  • c753a7f 1.27.7
  • 1b8a3de Update changelog
  • d5651be Fix incomplete computed property deoptimization (#3267)
  • d7e3993 Update changelog
  • 5a01f05 1.27.6
  • fe0fced Update changelog

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 11, 2019

  • The devDependency rollup was updated from 1.27.9 to 1.27.10.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.10

2019-12-11

Bug Fixes

  • Keep track of function return values in more situations (#3278)

Pull Requests

Commits

The new version differs by 414 commits.

  • a562ec5 1.27.10
  • 6a2b3f8 Update changelog
  • 31747e3 Avoid some unnecessary value tracking deoptimizations (#3278)
  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog
  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)
  • c753a7f 1.27.7
  • 1b8a3de Update changelog
  • d5651be Fix incomplete computed property deoptimization (#3267)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2019

  • The devDependency rollup was updated from 1.27.10 to 1.27.11.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.11

2019-12-12

Bug Fixes

  • Resolve a crash due to an infinite loop (#3280)

Pull Requests

Commits

The new version differs by 417 commits.

  • 6d94f0e 1.27.11
  • 55ddc47 Update changelog
  • 9f77b73 Prevent infinite deoptimizations (#3280)
  • a562ec5 1.27.10
  • 6a2b3f8 Update changelog
  • 31747e3 Avoid some unnecessary value tracking deoptimizations (#3278)
  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog
  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2019

  • The devDependency rollup was updated from 1.27.11 to 1.27.12.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.12

2019-12-13

Bug Fixes

  • Prevent invalid AMD or SystemJS code when accessing import.meta (#3282)

Pull Requests

  • #3282: Always make "module" available for SystemJS and AMD formats if import.meta is accessed directly (@lukastaegert)
Commits

The new version differs by 420 commits.

  • a5502ad 1.27.12
  • 09e6ab4 Update changelog
  • ab48a69 Always make "module" available for SystemJS and AMD formats if import.meta is accessed directly (#3282)
  • 6d94f0e 1.27.11
  • 55ddc47 Update changelog
  • 9f77b73 Prevent infinite deoptimizations (#3280)
  • a562ec5 1.27.10
  • 6a2b3f8 Update changelog
  • 31747e3 Avoid some unnecessary value tracking deoptimizations (#3278)
  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2019

  • The devDependency rollup was updated from 1.27.12 to 1.27.13.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.27.13

2019-12-14

Bug Fixes

  • Do not truncate environment variable values at the first colon when using the --environment option (#3283)

Pull Requests

Commits

The new version differs by 423 commits.

  • 396f238 1.27.13
  • 216a765 Update changelog
  • 878ac03 Allow environment variables to contain colons (#3283)
  • a5502ad 1.27.12
  • 09e6ab4 Update changelog
  • ab48a69 Always make "module" available for SystemJS and AMD formats if import.meta is accessed directly (#3282)
  • 6d94f0e 1.27.11
  • 55ddc47 Update changelog
  • 9f77b73 Prevent infinite deoptimizations (#3280)
  • a562ec5 1.27.10
  • 6a2b3f8 Update changelog
  • 31747e3 Avoid some unnecessary value tracking deoptimizations (#3278)
  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 22, 2019

  • The devDependency rollup was updated from 1.27.13 to 1.27.14.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 21, 2020

  • The devDependency rollup was updated from 1.29.0 to 1.29.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.29.1

2020-01-21

Bug Fixes

  • Avoid crashes for circular reexports when named exports cannot be found (#3350)

Pull Requests

Commits

The new version differs by 449 commits.

  • 21a1775 1.29.1
  • a49d951 Update changelog
  • e82410d Properly handle circular reexports (#3350)
  • 56cbbdc fix tpyo (#3335)
  • 63644db Remove : from test file names for Windows, update dependencies (#3342)
  • 4ab73c1 1.29.0
  • b0a6b73 Update changelog
  • 3ad2246 Move top-level await out of experimental (#3089)
  • 7769fb9 Adds type definitions for RollupWatcher events. (#3302)
  • b3d610f Handle deoptimizations while a node is being included. (#3327)
  • 35e127c Fix module id conflict on a case insensitive OS (#3317)
  • b99758b 1.28.0
  • d086379 Update changelog
  • 42fe317 Implement stdin input (#3312)
  • 6106af1 [WIP] handle assignments in dead code (#3212)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 27, 2020

  • The devDependency rollup was updated from 1.29.1 to 1.30.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.30.0

2020-01-27

Features

  • Do not split chunks when dynamically imported modules import modules that are already loaded by all dynamic importers (#3354)
  • Add hoistTransitiveImports option to disable hoisting imports of static dependencies into entry chunks (#3353)

Bug Fixes

  • Make sure polyfills are always loaded first when each static entry point contains them as first import (#3354)

Pull Requests

Commits

The new version differs by 453 commits.

  • 91aa1a7 1.30.0
  • 372fe0d Update changelog
  • 075933a Add option to avoid hoisting transitive imports (#3353)
  • 7fc24ab Improve chunking algorithm for dynamic imports (#3354)
  • 21a1775 1.29.1
  • a49d951 Update changelog
  • e82410d Properly handle circular reexports (#3350)
  • 56cbbdc fix tpyo (#3335)
  • 63644db Remove : from test file names for Windows, update dependencies (#3342)
  • 4ab73c1 1.29.0
  • b0a6b73 Update changelog
  • 3ad2246 Move top-level await out of experimental (#3089)
  • 7769fb9 Adds type definitions for RollupWatcher events. (#3302)
  • b3d610f Handle deoptimizations while a node is being included. (#3327)
  • 35e127c Fix module id conflict on a case insensitive OS (#3317)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 27, 2020

  • The devDependency rollup was updated from 1.30.0 to 1.30.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.30.1

2020-01-27

Bug Fixes

  • Do not mistreat static entgry points as dynamic ones when chunking (#3357)
  • Resolve a crash when chunking circular dynamic imports (#3357)

Pull Requests

Commits

The new version differs by 456 commits.

  • a54155d 1.30.1
  • 80a3b46 Update changelog
  • 8b772ff Resolve issues with circular dynamic entries (#3357)
  • 91aa1a7 1.30.0
  • 372fe0d Update changelog
  • 075933a Add option to avoid hoisting transitive imports (#3353)
  • 7fc24ab Improve chunking algorithm for dynamic imports (#3354)
  • 21a1775 1.29.1
  • a49d951 Update changelog
  • e82410d Properly handle circular reexports (#3350)
  • 56cbbdc fix tpyo (#3335)
  • 63644db Remove : from test file names for Windows, update dependencies (#3342)
  • 4ab73c1 1.29.0
  • b0a6b73 Update changelog
  • 3ad2246 Move top-level await out of experimental (#3089)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2020

  • The devDependency rollup was updated from 1.30.1 to 1.31.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 14, 2020

  • The devDependency rollup was updated from 1.31.0 to 1.31.1.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.31.1

2020-02-14

Bug Fixes

  • Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#3388)

Pull Requests

Commits

The new version differs by 465 commits.

  • 6f28151 1.31.1
  • 4ed7091 Update changelog
  • 305363a Run transform hooks again in watch mode on files that errored (#3388)
  • f3d3cd8 Update changelog
  • bc52fbb Adjust bug template to mention REPL.it (#3371)
  • 7c0417f docs: correct spelling minifaction to minification (#3366)
  • b08d5a9 1.31.0
  • 4897c25 Update changelog
  • 13d807f Preserve asm.js code (#3362)
  • a54155d 1.30.1
  • 80a3b46 Update changelog
  • 8b772ff Resolve issues with circular dynamic entries (#3357)
  • 91aa1a7 1.30.0
  • 372fe0d Update changelog
  • 075933a Add option to avoid hoisting transitive imports (#3353)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 29, 2020

  • The devDependency rollup was updated from 1.31.1 to 1.32.0.

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Release Notes for v1.32.0

2020-02-28

Features

  • Allow adding plugins on the command line via --plugin <plugin> (#3379)

Pull Requests

Commits

The new version differs by 473 commits.

  • 9d68d8e 1.32.0
  • f3320a0 Update changelog
  • 07223eb introduce CLI --plugin support (#3379)
  • 1b5f505 Update resolveFileUrl docs (#3404)
  • 1d8a09e Update changelog
  • b6251df Bump codecov from 3.6.1 to 3.6.5 (#3392)
  • db576f3 Update changelog
  • 5779af6 fix typo: this.addWatchfile (#3390)
  • 6f28151 1.31.1
  • 4ed7091 Update changelog
  • 305363a Run transform hooks again in watch mode on files that errored (#3388)
  • f3d3cd8 Update changelog
  • bc52fbb Adjust bug template to mention REPL.it (#3371)
  • 7c0417f docs: correct spelling minifaction to minification (#3366)
  • b08d5a9 1.31.0

There are 250 commits in total.

See the full diff

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

No branches or pull requests

0 participants