-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: postcss/postcss-cli
base: 9.1.0
head repository: postcss/postcss-cli
compare: 10.1.0
- 18 commits
- 7 files changed
- 6 contributors
Commits on Jan 24, 2022
-
Update dependency globby to v13 (#427)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0736993 - Browse repository at this point
Copy the full SHA 0736993View commit details
Commits on Feb 28, 2022
-
Update actions/setup-node action to v3 (#429)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62d9505 - Browse repository at this point
Copy the full SHA 62d9505View commit details
Commits on Mar 1, 2022
-
Update actions/checkout action to v3 (#430)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0062882 - Browse repository at this point
Copy the full SHA 0062882View commit details
Commits on Mar 16, 2022
-
Update dependency prettier to ~2.6.0 (#431)
Co-authored-by: Renovate Bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82548ca - Browse repository at this point
Copy the full SHA 82548caView commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb45758 - Browse repository at this point
Copy the full SHA eb45758View commit details -
Update dependency prettier to ~2.7.0 (#436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1751d0 - Browse repository at this point
Copy the full SHA e1751d0View commit details -
Update dependency postcss-load-config to v4 (#437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a8d21e - Browse repository at this point
Copy the full SHA 7a8d21eView commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a1e547e - Browse repository at this point
Copy the full SHA a1e547eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d779476 - Browse repository at this point
Copy the full SHA d779476View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5419b5 - Browse repository at this point
Copy the full SHA e5419b5View commit details
Commits on Sep 26, 2022
-
Update dependency uuid to v9 (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7bf54af - Browse repository at this point
Copy the full SHA 7bf54afView commit details -
Update dependency postcss-import to v15 (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1b551e - Browse repository at this point
Copy the full SHA e1b551eView commit details
Commits on Sep 27, 2022
-
Update dependency slash to v5 (#442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dcdef56 - Browse repository at this point
Copy the full SHA dcdef56View commit details
Commits on Oct 11, 2022
-
Update dependency eslint-config-problems to v7 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9fdc954 - Browse repository at this point
Copy the full SHA 9fdc954View commit details
Commits on Nov 23, 2022
-
Update dependency prettier to ~2.8.0 (#445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1cd25c2 - Browse repository at this point
Copy the full SHA 1cd25c2View commit details
Commits on Nov 29, 2022
-
Update dependency fs-extra to v11 (#447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e939a68 - Browse repository at this point
Copy the full SHA e939a68View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 83771bd - Browse repository at this point
Copy the full SHA 83771bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3574b1 - Browse repository at this point
Copy the full SHA a3574b1View 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 9.1.0...10.1.0