chore(deps): bump postcss from 8.4.38 to 8.5.18 - #21993
Conversation
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 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.4.38...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:production ... 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: bcde96195a
ℹ️ 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".
| risc0-ethereum: | ||
| specifier: github:risc0/risc0-ethereum#v3.0.1 | ||
| version: https://codeload.github.com/risc0/risc0-ethereum/tar.gz/365e7b2db4f620fa256580c27558d2623362b9ae | ||
| solady: | ||
| specifier: github:Vectorized/solady#v0.1.26 | ||
| version: https://codeload.github.com/Vectorized/solady/tar.gz/acd959aa4bd04720d640bf4e6a5c71037510cc4b | ||
| version: https://codeload.github.com/Vectorized/solady/tar.gz/30f9389cd42a405a3536cabc76de2de89d9c6a94 |
There was a problem hiding this comment.
Keep the lockfile scoped to PostCSS
In this PostCSS-only dependency bump, the lockfile also changes the protocol importer from the previously pinned solady tarball to 30f938..., while packages/protocol/package.json is untouched. CI installs with pnpm install --frozen-lockfile (see .github/actions/install-pnpm-dependencies/action.yml), so this commit will silently swap Solidity libraries for @taiko/protocol and may change contract compilation/test output outside the intended frontend PostCSS update; please regenerate the lockfile without unrelated protocol dependency refreshes or make those bumps explicit and verified.
AGENTS.md reference: AGENTS.md:L55-L61
Useful? React with 👍 / 👎.
|
Closing: the regenerated pnpm-lock.yaml in this bump also retargets packages/protocol's git dependencies (forge-std, solady) to newer commits, because they are declared with unpinned refs (e.g. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps postcss from 8.4.38 to 8.5.18.
Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
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.