GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.33k stars 633 forks source link

chore(deps): upgrade to storybook 7.6.4, preact 10.19.3, esbuild 0.19.9 #990

Closed connorjclark closed 6 months ago

connorjclark commented 6 months ago

Needed for Node 18 (cuz of an issue with Webpack using now-removed crypto option).

connorjclark commented 6 months ago

storybook grabbed a newer version of esbuild (resulting in following error), so let's update that here too

Error: R] Could not resolve "url"

    ../utils/src/api-client.js:9:20:
      9 │ const URL = require('url').URL;
        ╵