Skip to content

build(deps-dev): bump postcss-cli from 11.0.1 to 12.0.0 in /docs - #7364

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/postcss-cli-12.0.0
Open

build(deps-dev): bump postcss-cli from 11.0.1 to 12.0.0 in /docs#7364
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/docs/postcss-cli-12.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps postcss-cli from 11.0.1 to 12.0.0.

Changelog

Sourced from postcss-cli's changelog.

12.0.0 / 2026-09-04

  • If using a YAML config, the yaml package must be installed separately (#478)
  • Requires Node.js v22+ (#525)
  • Errors if --config is passed, but no config is found (#467, #522)
  • Now properly exits with an error if invalid options/configuration are passed in watch mode (#527)
  • Upgrade to chokidar v5; which results in slightly different handling of dir-dependency messages in watch mode (#501)
  • Properly watchs all config files if there are multiple config files (#536)
  • Minimized dependencies by removing fs-extra (#510)
  • Internal refactoring
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 11.0.1 to 12.0.0.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-cli@11.0.1...12.0.0)

---
updated-dependencies:
- dependency-name: postcss-cli
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2026
Copilot AI lite review requested due to automatic review settings September 10, 2026 13:37
@dependabot
dependabot Bot requested review from a team as code owners September 10, 2026 13:37
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 10, 2026
@dependabot
dependabot Bot requested a review from eeshaanSA September 10, 2026 13:37
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Sep 10, 2026
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for pipecd-site ready!

Name Link
🔨 Latest commit ac2c04b
🔍 Latest deploy log https://app.netlify.com/projects/pipecd-site/deploys/6aa2b2a171c2a70008af036d
😎 Deploy Preview https://deploy-preview-7364--pipecd-site.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The new postcss-cli@12 dependency introduces a higher effective minimum Node version, and the docs package should declare a matching engines.node constraint to avoid install-time failures for contributors.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates the docs site’s npm dev dependency graph by bumping postcss-cli to the latest major version, aligning the docs build tooling with upstream changes in postcss-cli and its transitive dependencies.

Changes:

  • Bump docs devDependency postcss-cli from ^11.0.1 to ^12.0.0.
  • Refresh docs/package-lock.json to reflect the new transitive dependency set (notably chokidar@5, yargs@18, and postcss-load-config@6).
File summaries
File Description
docs/package.json Updates the postcss-cli devDependency to ^12.0.0.
docs/package-lock.json Regenerates the lockfile to capture new transitive dependencies and engine constraints from postcss-cli@12.
Review details

Files not reviewed (1)

  • docs/package-lock.json: Generated file
  • Files reviewed: 1/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread docs/package.json
Comment on lines 19 to 23
"devDependencies": {
"autoprefixer": "^10.5.4",
"postcss": "^8.5.26",
"postcss-cli": "^11.0.1"
"postcss-cli": "^12.0.0"
}
@mohammedfirdouss
mohammedfirdouss enabled auto-merge (squash) September 10, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant