-
Notifications
You must be signed in to change notification settings - Fork 95
Comparing changes
Open a pull request
base repository: postcss/postcss-cli
base: 10.0.0
head repository: postcss/postcss-cli
compare: 10.1.0
- 8 commits
- 4 files changed
- 4 contributors
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 10.0.0...10.1.0