fix: move devDependencies where they belong to - #155
Conversation
Uh oh!
There was an error while loading. Please reload this page.
shellscape
commented
Mar 7, 2026
XhmikosR
commented
Mar 10, 2026
@shellscape: friendly ping in case you forgot cutting a new patch release :) |
XhmikosR
commented
Apr 2, 2026
@shellscape friendly ping to cut a new patch version :) |
XhmikosR
commented
May 18, 2026
@shellscape can you please release v7.0.2 with this fix? |
shellscape
commented
May 18, 2026
@XhmikosR 8.0.0 is up, bumped minimum node version |
XhmikosR
commented
May 18, 2026
That's unfortunate... This patch could have landed as 7.0.2. Now we are forced to drop support for Node.js < 22 too... |
shellscape
commented
May 18, 2026
@XhmikosR Node < 22 is out of LTS and unsupported as of last month. Which project is of concern here? |
shellscape
commented
May 18, 2026
I pushed a new tag and published 7.0.1 for you. Still curious what project you're on that hasn't dropped v20. It wont be getting any security updates so I'd encourage you to move quickly. Major version numbers are free :) |
XhmikosR
commented
May 18, 2026
I know Node.js 20 is not supported anymore but this patch was a patch fix for version 7.0.0. I'm in the process of migrating the dependents' packages to ESM and due to time, I started all the patches aiming for Node.js 20.19. It'd be a PITA to go back and change all 20+ repositories again. Directly, only detective-postcss depends on postcss-values-parser. Thanks for the patch release! |
shellscape
commented
May 18, 2026
Interesting, thanks for sharing. No problem at all. |
XhmikosR
commented
May 18, 2026
BTW I'm having trouble upgrading to v7 in detective-postcss, I'll try to have a closer look later and maybe open a new issue since I might be missing something. |

This PR contains:
Breaking Changes?
If yes, please describe the breakage.
Please Describe Your Changes
After #149,
huskyand@dot/versionerwere wrongfully included in dependencies./CC @shellscape