Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperz111/postcss-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: postcss/postcss-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 6, 2026

  1. chore(deps): update dependency globals to v17 (postcss#506)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    0e9aa46 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency prettier to ~3.7.0 (postcss#502)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    c0f0822 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/checkout action to v6 (postcss#500)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    6612d64 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update actions/setup-node action to v6 (postcss#499)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    4e84429 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency uuid to v13 (postcss#498)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    032efde View commit details
    Browse the repository at this point in the history
  6. Add Node v24 to CI

    RyanZim authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    e600465 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. chore(deps): update dependency prettier to ~3.8.0 (postcss#507)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    f2c2e8a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. 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>
    roli-lpci and claude authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    27e9fdd View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2026

  1. Update actions/setup-node action to v7 (postcss#518)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    b227a93 View commit details
    Browse the repository at this point in the history
  2. Update dependency prettier to ~3.9.0 (postcss#517)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    c1ab734 View commit details
    Browse the repository at this point in the history
  3. Update actions/checkout action to v7 (postcss#516)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 11, 2026
    Configuration menu
    Copy the full SHA
    86501b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c6dded View commit details
    Browse the repository at this point in the history
  5. Remove incorrect comments

    RyanZim committed Aug 11, 2026
    Configuration menu
    Copy the full SHA
    1489c2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35ae085 View commit details
    Browse the repository at this point in the history
Loading