Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency postcss-nesting to v12.1.5 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2023

This PR contains the following updates:

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

Release Notes

csstools/postcss-plugins (postcss-nesting)

v12.1.5

Compare Source

May 23, 2024

  • Fix nested rules within @scope

v12.1.4

Compare Source

May 13, 2024

v12.1.3

Compare Source

May 11, 2024

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; }
}

v12.1.1

Compare Source

March 31, 2024

v12.1.0

Compare Source

March 6, 2024

  • Add the edition plugin option to control which CSS nesting specification version should be used. The default is 2021 but you can also set it to the newer 2024-02 edition to have more modern behavior.

v12.0.4

Compare Source

February 26, 2024

  • Fix order of final CSS with complex usage of both nesting and mixins, by @​pciarach

v12.0.3

Compare Source

February 19, 2024

v12.0.2

Compare Source

December 15, 2023


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Dec 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
david-duefrene-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 23, 2024 11:07pm

@renovate renovate bot changed the title Update dependency postcss-nesting to v12.0.2 Update dependency postcss-nesting to v12.0.3 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 25445b6 to 86bc12b Compare February 19, 2024 09:52
@renovate renovate bot changed the title Update dependency postcss-nesting to v12.0.3 Update dependency postcss-nesting to v12.0.4 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 86bc12b to 0587ad8 Compare February 26, 2024 21:52
@renovate renovate bot changed the title Update dependency postcss-nesting to v12.0.4 Update dependency postcss-nesting to v12.1.0 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 0587ad8 to a8b94b5 Compare March 6, 2024 18:38
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from a8b94b5 to a644ad7 Compare March 31, 2024 14:21
@renovate renovate bot changed the title Update dependency postcss-nesting to v12.1.0 Update dependency postcss-nesting to v12.1.1 Mar 31, 2024
@renovate renovate bot changed the title Update dependency postcss-nesting to v12.1.1 Update dependency postcss-nesting to v12.1.2 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from a644ad7 to d7651e8 Compare April 21, 2024 15:06
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from d7651e8 to 6781f3a Compare May 11, 2024 13:37
@renovate renovate bot changed the title Update dependency postcss-nesting to v12.1.2 Update dependency postcss-nesting to v12.1.3 May 11, 2024
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 6781f3a to cd74591 Compare May 13, 2024 22:08
@renovate renovate bot changed the title Update dependency postcss-nesting to v12.1.3 Update dependency postcss-nesting to v12.1.4 May 13, 2024
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from cd74591 to 869c744 Compare May 23, 2024 23:07
@renovate renovate bot changed the title Update dependency postcss-nesting to v12.1.4 Update dependency postcss-nesting to v12.1.5 May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants