chore(deps-dev): bump postcss from 8.5.10 to 8.5.18 in /packages/treeshake-frontend - #4942
Conversation
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.10 to 8.5.18. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.10...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5630683635
ℹ️ 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.18", |
There was a problem hiding this comment.
Update pnpm-lock.yaml with the dependency bump
With this change, packages/treeshake-frontend/package.json now requires postcss 8.5.18, but pnpm-lock.yaml:4375-4377 still records this importer's postcss specifier and resolved version as 8.5.10. Per the pnpm install docs, frozen installs fail when the lockfile is out of sync with the manifest, and .github/workflows/e2e-treeshake.yml:32-33 installs with pnpm install --frozen-lockfile before running this package, so CI will stop before tests until the lockfile is regenerated.
Useful? React with 👍 / 👎.
Bumps postcss from 8.5.10 to 8.5.18.
Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
4c0d194Release 8.5.18 version92b4e78Update dependencies95663d3Limit where source map can be loaded for security reasons74e25aeRelease 8.5.17 versiond1518afFix Maximum call stack size exceeded error2421312Fix lintera50352cFix CI33948f0Prevent prototype hijacking in fromJSON2131909Update dependencies93440abFix non-closed\<div align="center">in README (#2110)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
Dependabot 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.