chore(deps-dev): bump postcss from 8.5.23 to 8.5.24 in /packages/treeshake-frontend - #4966
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5b46254449
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "eslint-plugin-react-refresh": "^0.4.14", | ||
| "globals": "^15.12.0", | ||
| "postcss": "8.5.10", | ||
| "postcss": "8.5.23", |
There was a problem hiding this comment.
Update the pnpm lockfile with the PostCSS bump
Because this exact dependency specifier changed only in package.json, pnpm-lock.yaml still records the packages/treeshake-frontend importer with postcss specifier/version 8.5.10, so any workflow that runs pnpm install --frozen-lockfile will reject the manifest/lockfile mismatch before tests or builds run. Please regenerate and commit the lockfile entry for 8.5.23.
AGENTS.md reference: AGENTS.md:L22-L32
Useful? React with 👍 / 👎.
5b46254 to
bf1703c
Compare
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.23 to 8.5.24. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.23...8.5.24) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
bf1703c to
f46a898
Compare
Bumps postcss from 8.5.23 to 8.5.24.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
0ebe8adRelease 8.5.24 version73218c6Update dependencies9a114f6Preserve the BOM when stringifying (#2119)9069261Fix types check