chore(dev-deps): bump postcss from 8.5.3 to 8.5.10 in /examples/web-cli#413
chore(dev-deps): bump postcss from 8.5.3 to 8.5.10 in /examples/web-cli#413dependabot[bot] wants to merge 3 commits into
Conversation
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependabot bumped postcss to ^8.5.14 in the lockfile but did not update examples/web-cli/package.json. The subsequent lockfile regeneration commit reset the specifier back to ^8.5.10, breaking the frozen-lockfile CI check. Update the manifest specifier to ^8.5.14 and regenerate the lockfile so they agree. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Dependabot Fix AssessmentPackage: `postcss` `^8.5.10` → `^8.5.14` (patch) What changed upstream
Migration concerns checked
What broke
What was fixed
Verification
Notes for reviewer
|
Dependabot Fix AssessmentPackage: `postcss` `8.5.3` → `8.5.10` (patch) What changed upstream
Migration concerns checked
What broke
What was fixed
Verification
Notes for reviewer
|
Dependabot Fix AssessmentPackage: What changed upstream
Migration concerns checked
What broke
What was fixed
Verification
Notes for reviewer
|
Dependabot Fix AssessmentPackage: `postcss` `8.5.3` → `8.5.10` (patch) — further aligned to `^8.5.14` in a follow-up fix What changed upstream
All changes are bugfixes with no breaking API changes. Migration concerns checked
What was already fixedThe original Dependabot commit bumped the lockfile to postcss 8.5.14 but left `package.json` at `^8.5.10`, breaking the `--frozen-lockfile` check. A previous fix commit (346ed25) aligned `examples/web-cli/package.json` to `^8.5.14` to match the root lockfile. What broke in CI (and why it's unrelated to postcss)The failing check is "Web CLI Prompt Integrity > should reject extra blank prompts" in the Playwright E2E suite. The failure is a WebSocket connection timeout — the terminal hit max reconnection attempts (5/5) trying to reach `wss://web-cli-terminal.ably-dev.com`. This is a network/infrastructure issue, not a CSS build tool issue. postcss processes CSS at build time; it cannot affect runtime WebSocket connectivity. Supporting evidence:
Verification
Notes for reviewerThe CI failure is a flaky E2E test that requires a live connection to `wss://web-cli-terminal.ably-dev.com`. Re-triggering the CI (or waiting for network stability) should resolve it. No code changes are needed for the postcss update itself. |
Bumps postcss from 8.5.3 to 8.5.10.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
33b9790Release 8.5.10 version536c79eEscape </style> in CSS output (#2074)afa96b2Update dependencies (#2073)effe88bTypo (#2072)3ee79a2Thread model (#2071)2e0683dCreate incident response docs (#2070)fe88ac2Release 8.5.9 versionc551632Avoid RegExp when we can use simple JS89a6b74Move SECURITY.txt for docs folder to keep GitHub page cleaner6ceb8a4Create SECURITY.mdDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.