yamanoku / reading

@yamanoku Reading News List Page (PWA)
1 stars 0 forks source link

chore(deps): update dependency postcss-nesting to v10.1.10 #937

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-nesting 10.1.9 -> 10.1.10 age adoption passing confidence

Release Notes

csstools/postcss-plugins ### [`v10.1.10`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-nesting/CHANGELOG.md#​10110-June-30-2022) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/4926ae05bf14b345f809794aeced925bcf846cfb...8c8aa5695eca7e5be4e3ccb679679abb067297dc) - Partially revert the changes to pseudo element selectors from 10.1.9. ```diff .anything::before { @​nest .something_else > & { order: 1; } } /* becomes */ - .something_else > :is(.anything:::before) { /* 10.1.9 */ + .something_else > .anything::before { /* previous and restored behavior */ order: 1; } ``` The exact behavior of this pattern is unspecified and might change in the future. We are reverting to the previous behavior until the specification is clarified.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.