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: postcss/postcss-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.1.0
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: 10.1.0
Choose a head ref
  • 18 commits
  • 7 files changed
  • 6 contributors

Commits on Jan 24, 2022

  1. Update dependency globby to v13 (#427)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0736993 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Update actions/setup-node action to v3 (#429)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    62d9505 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Update actions/checkout action to v3 (#430)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0062882 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Update dependency prettier to ~2.6.0 (#431)

    Co-authored-by: Renovate Bot <[email protected]>
    renovate[bot] and renovate-bot authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    82548ca View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    eb45758 View commit details
    Browse the repository at this point in the history
  2. Update dependency prettier to ~2.7.0 (#436)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e1751d0 View commit details
    Browse the repository at this point in the history
  3. Update dependency postcss-load-config to v4 (#437)

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

Commits on Jun 30, 2022

  1. Fix watch test

    RyanZim committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    a1e547e View commit details
    Browse the repository at this point in the history
  2. Add tests for ESM config

    RyanZim committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    d779476 View commit details
    Browse the repository at this point in the history
  3. 10.0.0

    RyanZim committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e5419b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Update dependency uuid to v9 (#440)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7bf54af View commit details
    Browse the repository at this point in the history
  2. Update dependency postcss-import to v15 (#439)

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

Commits on Sep 27, 2022

  1. Update dependency slash to v5 (#442)

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

Commits on Oct 11, 2022

  1. Update dependency eslint-config-problems to v7 (#443)

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

Commits on Nov 23, 2022

  1. Update dependency prettier to ~2.8.0 (#445)

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

Commits on Nov 29, 2022

  1. Update dependency fs-extra to v11 (#447)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e939a68 View commit details
    Browse the repository at this point in the history
  2. Allow non-TTY stdin watch mode (#448)

    The presence of stdin doesn't necessarily mean there's an allocated
    tty. This breaks watch mode in non-TTY stdin contexts (e.g. docker,
    foreman, etc). A simple process.stdin.isTTY check would theoretically
    be enough but unfortunately, subprocesses don't have the same API,
    which are used extensively to test via calls to `spawn`.
    
    A simple solution is to inject an env var dependency where we tell
    the process that it's indeed a TTY-allocated process and so, watch mode
    with exit handling is good to go.
    
    Co-authored-by: Thiago Brandão <[email protected]>
    0xradical and 0xradical authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    83771bd View commit details
    Browse the repository at this point in the history
  3. 10.1.0

    RyanZim committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a3574b1 View commit details
    Browse the repository at this point in the history
Loading