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: 10.0.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
  • 8 commits
  • 4 files changed
  • 4 contributors

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