Skip to content

Update dependency postcss-nesting to v12.1.2 - autoclosed

renovate requested to merge renovate/postcss-nesting-12.x-lockfile into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-nesting (source) 12.1.1 -> 12.1.2 age adoption passing confidence

Release Notes

csstools/postcss-plugins (postcss-nesting)

v12.1.2

Compare Source

April 21, 2024

  • Edition 2024-02:
    • Do not rewrite selectors for declarations in conditional rules to a form with :is()

This will work:

::before, ::after {
	color: blue;

	@​media screen { color: cyan; }
}

This still wont work:

::before, ::after {
	color: blue;

	&:hover { color: cyan; }
}

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports