Skip to content

Commit 03e8cee

Browse files
committed
12.0.0
1 parent cfb6675 commit 03e8cee

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 12.0.0 / 2026-09-04
2+
3+
- If using a YAML config, the `yaml` package must be installed separately ([#478](https://github.com/postcss/postcss-cli/pull/478))
4+
- Requires Node.js v22+ ([#525](https://github.com/postcss/postcss-cli/pull/525))
5+
- Errors if `--config` is passed, but no config is found ([#467](https://github.com/postcss/postcss-cli/issues/467), [#522](https://github.com/postcss/postcss-cli/pull/522))
6+
- Now properly exits with an error if invalid options/configuration are passed in watch mode ([#527](https://github.com/postcss/postcss-cli/pull/527))
7+
- Upgrade to chokidar v5; which results in slightly different handling of `dir-dependency` messages in watch mode ([#501](https://github.com/postcss/postcss-cli/pull/501))
8+
- Properly watchs all config files if there are multiple config files ([#536](https://github.com/postcss/postcss-cli/pull/536))
9+
- Minimized dependencies by removing fs-extra ([#510](https://github.com/postcss/postcss-cli/pull/510))
10+
- Internal refactoring
11+
112
# 11.0.1 / 2025-03-12
213

314
- Update and minimize dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cli",
3-
"version": "11.0.1",
3+
"version": "12.0.0",
44
"description": "CLI for PostCSS",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)