chore(deps-dev): bump postcss from 8.5.23 to 8.5.24 in /apps/next-app-router/next-app-router-4000 - #4955
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ec7c784efe
ℹ️ 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-config-next": "16.0.10", | ||
| "lint-staged": "15.2.2", | ||
| "postcss": "8.5.10", | ||
| "postcss": "8.5.23", |
There was a problem hiding this comment.
Regenerate the pnpm lockfile for the bump
Changing this manifest to require postcss 8.5.23 without updating pnpm-lock.yaml leaves the importer entry for apps/next-app-router/next-app-router-4000 locked to specifier: 8.5.10 / version: 8.5.10. In any fresh install or CI setup that uses the repository’s required pnpm frozen-lockfile flow, pnpm will reject the out-of-date lockfile instead of installing the bumped dependency, so this dependency update cannot pass installation until the lockfile is regenerated.
AGENTS.md reference: AGENTS.md:L24-L32
Useful? React with 👍 / 👎.
ec7c784 to
9de5bc4
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>
9de5bc4 to
d498503
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