build(deps-dev): bump postcss-cli from 11.0.1 to 12.0.0 in /docs - #7364
build(deps-dev): bump postcss-cli from 11.0.1 to 12.0.0 in /docs#7364dependabot[bot] wants to merge 1 commit into
Conversation
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>
✅ Deploy Preview for pipecd-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
🟡 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
docsdevDependencypostcss-clifrom^11.0.1to^12.0.0. - Refresh
docs/package-lock.jsonto reflect the new transitive dependency set (notablychokidar@5,yargs@18, andpostcss-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.
| "devDependencies": { | ||
| "autoprefixer": "^10.5.4", | ||
| "postcss": "^8.5.26", | ||
| "postcss-cli": "^11.0.1" | ||
| "postcss-cli": "^12.0.0" | ||
| } |
Bumps postcss-cli from 11.0.1 to 12.0.0.
Changelog
Sourced from postcss-cli's changelog.
Commits
03e8cee12.0.0cfb6675Handle multiple config files in watch mode (#536)70d90a0Better config tests (#535)073882eConsistent handling of argv parameters (#534)4959c9eUpdate dependency ava to v8 (#514)b92aa6fRefactor watch tests to avoid using test.cb (#533)864b31cUpdate dependency postcss-import to v17 (#523)5011ebcRemove unused coveralls devDependency193b161Update dependency chokidar to v5 (#501)9656979Refactor/Modernize code (#531)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)