LaunchPadLab / lp-components

Our Components
http://lp-components.herokuapp.com
MIT License
5 stars 1 forks source link

Expand node support #432

Closed chawes13 closed 4 years ago

chawes13 commented 4 years ago

The purpose of this PR is to expand node support to allow for using the latest version of the AWS Connect library (>=12.0.0).

I don't think this is a breaking change, since @size-limit/file@3.0.0 is only compatible with node >=10.0.0. Let me know if I should take this as an opportunity to bump to 4 or if you want to keep support for 8

Author Checklist

dpikt commented 4 years ago

Let's keep "support" for Node 8. Let's also add ^12 as an explicit version allowance to make this more future-proof.

chawes13 commented 4 years ago

@dpikt Done!

chawes13 commented 4 years ago

@dpikt I had to update tests to account for the sort algorithm changing in 11

chawes13 commented 4 years ago

Latest Travis report: https://travis-ci.org/github/LaunchPadLab/lp-components/builds/706629559