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 🚨 #56

Open
greenkeeper bot opened this issue Dec 1, 2019 · 15 comments
Open

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

greenkeeper bot opened this issue Dec 1, 2019 · 15 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Dec 1, 2019

The devDependency rollup was updated from 1.27.6 to 1.27.7.

🚨 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 could not complete due to an error (Details).

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

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
Contributor Author

greenkeeper bot commented Dec 1, 2019

After pinning to 1.27.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 2, 2019

  • The devDependency rollup was updated from 1.27.7 to 1.27.8.

Your tests are passing again with this update. Explicitly upgrade 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 3 commits.

  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 7, 2019

  • The devDependency rollup was updated from 1.27.8 to 1.27.9.

Your tests are passing again with this update. Explicitly upgrade 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 9 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)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2019

  • The devDependency rollup was updated from 1.27.9 to 1.27.10.

Your tests are passing again with this update. Explicitly upgrade 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 12 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)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 12, 2019

  • The devDependency rollup was updated from 1.27.10 to 1.27.11.

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 13, 2019

  • The devDependency rollup was updated from 1.27.11 to 1.27.12.

Your tests are passing again with this update. Explicitly upgrade 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 18 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 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2019

  • The devDependency rollup was updated from 1.27.12 to 1.27.13.

Your tests are passing again with this update. Explicitly upgrade 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 21 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 21 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2019

  • The devDependency rollup was updated from 1.27.13 to 1.27.14.

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 21, 2020

  • The devDependency rollup was updated from 1.29.0 to 1.29.1.

Your tests are still failing with this version. Compare changes

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 47 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 47 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

  • The devDependency rollup was updated from 1.29.1 to 1.30.0.

Your tests are still failing with this version. Compare changes

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 4 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)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

  • The devDependency rollup was updated from 1.30.0 to 1.30.1.

Your tests are still failing with this version. Compare changes

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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2020

  • The devDependency rollup was updated from 1.30.1 to 1.31.0.

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2020

  • The devDependency rollup was updated from 1.31.0 to 1.31.1.

Your tests are still failing with this version. Compare changes

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 6 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)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 29, 2020

  • The devDependency rollup was updated from 1.31.1 to 1.32.0.

Your tests are still failing with this version. Compare changes

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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2020

  • The devDependency rollup was updated from 1.32.0 to 1.32.1.

Your tests are still failing with this version. Compare changes

Release Notes for v1.32.1

2020-03-06

Bug Fixes

  • Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
  • Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
  • Mention the importing module when reporting errors for missing named exports (#3401)
  • Add code to warning for missing output.name of IIFE bundles (#3372)

Pull Requests

  • #3372: Add warning code for missing output.name of IIFE bundle that has export (@rail44)
  • #3401: Missing exports errors now print the importing module (@timiyay)
  • #3418: Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
  • #3420: Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
  • #3421: Avoid invalid code when "else" branch is simplified (@lukastaegert)
Commits

The new version differs by 8 commits.

  • f458cbf 1.32.1
  • 8cbf216 Update changelog
  • 97b8c40 warn.code for missing output.name of IIFE bundle that has export (#3372)
  • eeda078 Update generated code of getInteropBlock() to work with null prototype objects (#3420)
  • 85c54ee Avoid invalid code when "else" branch is simplified (#3421)
  • 1e6284f Missing exports errors now print the importing module (#3401)
  • baf382a Fix internal documentation links
  • 6f0f62b Structure lifecycle hooks, add links to build time hooks (#3418)

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