postcss-cli
postcss-cli copied to clipboard
CLI for postcss
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ava](https://avajs.dev) ([source](https://redirect.github.com/avajs/ava)) | [`^3.1.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/ava/3.15.0/6.4.1) |  |  | --- ###...
Fix https://github.com/postcss/postcss-cli/issues/467
When the config file isn't found, it silently fails and does nothing: https://github.com/postcss/postcss-cli/commit/b5a0c4f99b682dcf4b7401a6a5ed6398ed2ce93d Is there a specific reason why this error is ignored @RyanZim ? Would you accept a PR...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [c8](https://togithub.com/bcoe/c8) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/c8/9.1.0/10.1.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uuid](https://togithub.com/uuidjs/uuid) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/uuid/9.0.1/10.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [postcss-load-config](https://redirect.github.com/postcss/postcss-load-config) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/postcss-load-config/5.1.0/6.0.1) |  |  | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.55.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.9.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chokidar](https://redirect.github.com/paulmillr/chokidar) | [`^3.3.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/chokidar/3.6.0/4.0.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [yargs](https://yargs.js.org/) ([source](https://redirect.github.com/yargs/yargs)) | [`^17.0.0` -> `^18.0.0`](https://renovatebot.com/diffs/npm/yargs/17.7.2/18.0.0) |  |  | --- ###...
When running the cli the process hangs indefinitely postcss.config.js ``` export default { plugins: { "@tailwindcss/postcss": {}, } } ``` test.css `@import "tailwindcss";` [package.json](https://github.com/user-attachments/files/19495945/package.json)