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-custom-properties to v12.1.11 #57

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 11, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-custom-properties (source) 12.1.7 -> 12.1.11 age adoption passing confidence

Release Notes

csstools/postcss-plugins (postcss-custom-properties)

v12.1.11

Compare Source

December 1, 2022

  • Improve plugin performance

v12.1.10

Compare Source

October 20, 2022

  • Fix how preserve: false interacts with logic around duplicate code (see 12.1.9).
:root {
	--my-order: 1;
}

.foo {
	order: 1;
	order: var(--my-order);
}

/* With `preserve: false` : */

.foo {
	order: 1;
}

v12.1.9

Compare Source

September 14, 2022

  • Prevent duplicate code generation.
.foo {
	order: 1;
	order: var(--my-order, 1);
}

/* becomes */

.foo {
	order: 1;
- 	order: 1;
	order: var(--my-order, 1);
}

v12.1.8

Compare Source

June 10, 2022

  • Remove some unneeded regular expressions.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/postcss-custom-properties-12.x branch from 7abed24 to f8fa4b0 Compare March 19, 2022 21:15
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.4 Update dependency postcss-custom-properties to v12.1.5 Mar 19, 2022
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.5 Update dependency postcss-custom-properties to v12.1.7 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/postcss-custom-properties-12.x branch from f8fa4b0 to c260629 Compare April 24, 2022 21:49
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.7 Update dependency postcss-custom-properties to v12.1.7 - autoclosed Jun 6, 2022
@renovate renovate bot closed this Jun 6, 2022
@renovate renovate bot deleted the renovate/postcss-custom-properties-12.x branch June 6, 2022 02:18
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.7 - autoclosed Update dependency postcss-custom-properties to v12.1.7 Jun 10, 2022
@renovate renovate bot restored the renovate/postcss-custom-properties-12.x branch June 10, 2022 11:49
@renovate renovate bot reopened this Jun 10, 2022
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.7 Update dependency postcss-custom-properties to v12.1.8 Jun 10, 2022
@renovate renovate bot force-pushed the renovate/postcss-custom-properties-12.x branch from c260629 to 10eef5e Compare June 10, 2022 11:49
@renovate renovate bot force-pushed the renovate/postcss-custom-properties-12.x branch from 10eef5e to 02e3c15 Compare September 25, 2022 16:14
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.8 Update dependency postcss-custom-properties to v12.1.9 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/postcss-custom-properties-12.x branch from 02e3c15 to 1cc5a5e Compare November 20, 2022 19:11
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.9 Update dependency postcss-custom-properties to v12.1.10 Nov 20, 2022
@renovate renovate bot changed the title Update dependency postcss-custom-properties to v12.1.10 Update dependency postcss-custom-properties to v12.1.11 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/postcss-custom-properties-12.x branch from 1cc5a5e to 860931b Compare March 16, 2023 08:10
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