From e908e2dea89426707f380280c789f32ec8c841a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:40:51 +0000 Subject: [PATCH 1/3] chore(dev-deps): bump postcss from 8.5.3 to 8.5.10 in /examples/web-cli 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](https://github.com/postcss/postcss/compare/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] --- examples/web-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web-cli/package.json b/examples/web-cli/package.json index 8afcf6c7..17e2fdbf 100644 --- a/examples/web-cli/package.json +++ b/examples/web-cli/package.json @@ -30,7 +30,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", - "postcss": "^8.5.14", + "postcss": "^8.5.10", "tailwindcss": "^4.2.4", "typescript": "~5.9.3", "typescript-eslint": "^8.59.2", From 56691f10ad67b0d46363eb90df8de3ea4a8a71f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:41:18 +0000 Subject: [PATCH 2/3] fix(deps): regenerate pnpm-lock.yaml --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b521c18e..deae02c9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -294,7 +294,7 @@ importers: specifier: ^17.6.0 version: 17.6.0 postcss: - specifier: ^8.5.14 + specifier: ^8.5.10 version: 8.5.14 tailwindcss: specifier: ^4.2.4 From 346ed256c90d5a49e5e5cb1b4b8532968264d329 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:43:10 +0000 Subject: [PATCH 3/3] fix(deps): align postcss specifier in package.json with lockfile 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 --- examples/web-cli/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/web-cli/package.json b/examples/web-cli/package.json index 17e2fdbf..8afcf6c7 100644 --- a/examples/web-cli/package.json +++ b/examples/web-cli/package.json @@ -30,7 +30,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.6.0", - "postcss": "^8.5.10", + "postcss": "^8.5.14", "tailwindcss": "^4.2.4", "typescript": "~5.9.3", "typescript-eslint": "^8.59.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index deae02c9..b521c18e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -294,7 +294,7 @@ importers: specifier: ^17.6.0 version: 17.6.0 postcss: - specifier: ^8.5.10 + specifier: ^8.5.14 version: 8.5.14 tailwindcss: specifier: ^4.2.4