build(deps): bump postcss from 8.5.6 to 8.5.21 - #549
Conversation
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.21. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.21) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the postcss dependency to version 8.5.21. This update is critical as it addresses several security vulnerabilities, including cross-site scripting (XSS), prototype hijacking, and unauthorized file access issues. Additionally, it incorporates fixes for CSS parsing regressions, such as childless at-rules losing semicolons when followed by comments. Codacy analysis indicates that the changes meet project standards, and no new quality issues or logic flaws were identified. Merging is recommended following the completion of the provided test plan.
Test suggestions
- Verify successful application build and CSS compilation using postcss 8.5.21.\n- [ ] Verify childless at-rules retain semicolons when followed by a comment (fix for regression in 8.5.21).\n- [ ] Verify source map loading is restricted to the folder specified in opts.from (security restriction in 8.5.18).
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify successful application build and CSS compilation using postcss 8.5.21.\n- [ ] Verify childless at-rules retain semicolons when followed by a comment (fix for regression in 8.5.21).\n- [ ] Verify source map loading is restricted to the folder specified in opts.from (security restriction in 8.5.18).
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
|
Superseded by #553. |
Bumps postcss from 8.5.6 to 8.5.21.
Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
28e0dafRelease 8.5.21 version3d2b4e4Update dependenciesd197327Fix childless at-rule losing its semicolon before a comment (#2115)0e360b7Fix mismatched JSDoc comments on Position (#2114)c4ac725Release 8.5.20 versionc30586dFix missing space when AtRule#params is set after parsing (#2113)5bfc3b9Update dependencies24733fdMove back to latest 11 pnpm728127cUpdate pnpm to check that CI is fixed806fe21Rebuild nodes from another PostCSS copy in Warning (#2112)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)