The 24.0.0 release remove a lot of dependencies. Since we implemented Browsertime the first time, there are many things that are easy to do in modern NodeJS. Those things have now been implemented in Browsertime.
This release would work exactly as before, the only thing that changed is that usb-power-profiling is a optional dependency. That means that if you install using --omit=optional
that dependency is not installed.
Changed
- Moved usb-power-profiling to be an optional package #2249.
Added
- Edgedriver 132 #2236.
- Chromedriver 132 #2236.
- Chrome and Edge 132, Firefox 134 in the Docker container + NodeJS 22 #2255.
Fixed
- Replace dependencies with local implementation:
- Replace btoa #2233.
- Replace hasbin #2234.
- Replace DayJS #2235.
- Replace lodash.pick #2237.
- Replace lodash.groupBy #2238.
- Replace find-up #2240.
- Replace lodash.isEmpty #2241.
- Replace get-port #2242.
- Replace jimp with jimp custom #2243.
- Replace @cypress/xvfb #2245.
- Replace intel (log) with sitespeed.io/log #2246.
- Replace lodash.set #2250.
- Replace lodash.get #2251.
- Fix Docker file ENV to follow the new standard #2239.