build(deps): bump postcss from 8.5.23 to 8.5.25 - #857
Conversation
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.23 to 8.5.25. - [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.25) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.25 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for fresco-answer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d5dfff8666
ℹ️ 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".
| postcss: | ||
| specifier: ^8.5.23 | ||
| version: 8.5.23 | ||
| version: 8.5.25 |
There was a problem hiding this comment.
Keep the lockfile specifier in sync with package.json
With this bump, package.json now requires postcss as ^8.5.25, but this importer entry still records the direct dependency specifier as ^8.5.23 while only changing the resolved version. In frozen installs (Dockerfile runs pnpm i --frozen-lockfile --prefer-offline, and pnpm documents that frozen installs fail when the lockfile is out of sync with the manifest: https://pnpm.io/cli/install#--frozen-lockfile), pnpm compares the manifest specifier against this entry and raises ERR_PNPM_OUTDATED_LOCKFILE before installing. Regenerate/update the lockfile so the importer specifier is ^8.5.25 too.
Useful? React with 👍 / 👎.
Bumps postcss from 8.5.23 to 8.5.25.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
08c989cRelease 8.5.25 version24f6814Fix 8.5.17 visitor regressionf2fa53fAdd supply chain security requirement to PostCSS plugin guide10edf0bfix: return empty array for empty string in list.split (#2121)0ebe8adRelease 8.5.24 version73218c6Update dependencies9a114f6Preserve the BOM when stringifying (#2119)9069261Fix types checkDependabot 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)