This release was kicked off because of Gulp 5. Gulp 5 has breaking changes so we had to work through the upgrade manually. In the process of doing that upgrade we discovered a couple of bugs.
- Christian Oliff noticed that tests were failing on Windows
- I noticed that the CSS header didn’t have the correct 9.0.0 version number
The failing Windows tests led me down a rabbit hole which pointed towards a two year old breaking change in glob. It was a few hours of clicking through links and then a quick fix. I also added Windows tests to PRs to make sure it won’t happen again.
And then we cut a release. Open Source, amiright?