v1.22.18
git-ai-project/git-aiv1.22.18Mar 15, 2022by DanBuild
AI Summary
This release addresses a critical bug introduced in Node.js 17.7.0 where a regression in the `url.resolve` function broke Yarn, causing network errors. The update fixes the compatibility issue, though users are advised to ensure they are running a recent version of Node.js to avoid the problem.
Key Highlights
- Fixed regression in Node.js 17.7.0 affecting the `url.resolve` function
- Resolved Yarn network errors caused by the Node.js update
- Recommendation to upgrade to Node.js 17.7.1 or later for optimal stability
Full Release Notes
Node 17.7.0 had a regression in `url.resolve` which broke Yarn, causing network errors. This release fixes that, although the regression also got fixed on the Node side starting from 17.7.1, so as long as you keep your Node up-to-date it'll be fine.