growthbook / devtools

GrowthBook DevTools extension for Chrome
MIT License
5 stars 5 forks source link

Upgrade @growthbook/growthbook #38

Closed bttf closed 1 year ago

bttf commented 1 year ago

Fixes #1664

The JS SDK in devtools was out of date by several versions. Only recently have regressions started coming up (as noted in above linked issue). This PR 1) adds a CI job to catch when @growthbook/growthbook is out-of-date and 2) upgrades said package to latest

Caveats - The opening of a pull request isn't the most ideal time to check whether our SDK is out of date - it's best to check before publishing the extension. However having a CI job check for this the quickest way to have a forcing function somewhere in the lifecycle to ensure we stay up to date. No doubt if this CI check was there prior we would have caught this much earlier.

Changes:

CI Job successfully failing:

Screenshot 2023-09-12 at 8 28 55 PM