-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: hyperz111/postcss-cli
base: master
head repository: postcss/postcss-cli
compare: master
- 14 commits
- 14 files changed
- 4 contributors
Commits on Jan 6, 2026
-
chore(deps): update dependency globals to v17 (postcss#506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e9aa46 - Browse repository at this point
Copy the full SHA 0e9aa46View commit details -
chore(deps): update dependency prettier to ~3.7.0 (postcss#502)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0f0822 - Browse repository at this point
Copy the full SHA c0f0822View commit details -
chore(deps): update actions/checkout action to v6 (postcss#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6612d64 - Browse repository at this point
Copy the full SHA 6612d64View commit details -
chore(deps): update actions/setup-node action to v6 (postcss#499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e84429 - Browse repository at this point
Copy the full SHA 4e84429View commit details -
chore(deps): update dependency uuid to v13 (postcss#498)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 032efde - Browse repository at this point
Copy the full SHA 032efdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e600465 - Browse repository at this point
Copy the full SHA e600465View commit details
Commits on Jan 15, 2026
-
chore(deps): update dependency prettier to ~3.8.0 (postcss#507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f2c2e8a - Browse repository at this point
Copy the full SHA f2c2e8aView commit details
Commits on Mar 6, 2026
-
chore: replace fs-extra with native Node.js fs (postcss#510)
* chore: replace fs-extra with native Node.js fs Replace fs-extra with native Node.js fs APIs (node:fs/promises, node:fs). All replacements are available on the supported Node >= 18: - fs.pathExists() → fs.access() with boolean resolution - fs.outputFile() → fs.mkdir({ recursive: true }) + fs.writeFile() - fs.copy() → fs.copyFile() (glob ensures file-only results) - fs.emptyDir() → fs.rm({ recursive, force }) + fs.mkdir({ recursive }) - fs.remove() → fs.rm({ recursive, force }) - fs.createReadStream() → named import from node:fs This removes 1 runtime dependency (fs-extra + 3 transitive deps). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor: convert env helper to async/await per review feedback --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>Configuration menu - View commit details
-
Copy full SHA for 27e9fdd - Browse repository at this point
Copy the full SHA 27e9fddView commit details
Commits on Aug 11, 2026
-
Update actions/setup-node action to v7 (postcss#518)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b227a93 - Browse repository at this point
Copy the full SHA b227a93View commit details -
Update dependency prettier to ~3.9.0 (postcss#517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c1ab734 - Browse repository at this point
Copy the full SHA c1ab734View commit details -
Update actions/checkout action to v7 (postcss#516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 86501b0 - Browse repository at this point
Copy the full SHA 86501b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6dded - Browse repository at this point
Copy the full SHA 0c6ddedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1489c2f - Browse repository at this point
Copy the full SHA 1489c2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ae085 - Browse repository at this point
Copy the full SHA 35ae085View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master