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 #4

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

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 - "on the first day of the month" (UTC), 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.

@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 b787429 to 1d35e5c Compare February 19, 2024 10:16
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 1d35e5c to 537df84 Compare February 26, 2024 22:05
@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 537df84 to fe2f139 Compare March 6, 2024 19:59
@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 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 force-pushed the renovate/postcss-nesting-12.x-lockfile branch from fe2f139 to 6ca14da Compare March 31, 2024 13:56
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 6ca14da to fd2349c Compare April 21, 2024 15:35
@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 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 fd2349c to 029f4e9 Compare May 11, 2024 12:47
@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 029f4e9 to 7a0b5ad Compare May 13, 2024 22:30
@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
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 7a0b5ad to c68dd15 Compare May 23, 2024 22:46
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from c68dd15 to 9bf623d Compare July 21, 2024 11:35
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x-lockfile branch from 9bf623d to 5b171e3 Compare August 28, 2024 08:51
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