Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Update dependency postcss-custom-selectors to v7 - autoclosed #140

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-custom-selectors (source) 6.0.3 -> 7.1.12 age adoption passing confidence

Release Notes

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

v7.1.12

Compare Source

July 6, 2024

v7.1.11

Compare Source

June 29, 2024

v7.1.10

Compare Source

May 4, 2024

v7.1.9

Compare Source

May 4, 2024

v7.1.8

Compare Source

March 13, 2024

v7.1.7

Compare Source

February 19, 2024

v7.1.6

Compare Source

October 9, 2023

v7.1.5

Compare Source

September 18, 2023

v7.1.4

Compare Source

July 3, 2023

v7.1.3

Compare Source

April 10, 2023

  • Updated @csstools/css-tokenizer to 2.1.1 (patch)
  • Updated @csstools/css-parser-algorithms to 2.1.1 (patch)
  • Updated @csstools/cascade-layer-name-parser to 1.0.2 (patch)

v7.1.2

Compare Source

February 8, 2023

  • Reduce the amount of duplicate fallback CSS.

v7.1.1

Compare Source

May 4, 2024

v7.1.0

Compare Source

January 24, 2023

  • Added: Support for Cascade Layers.

v7.0.0

Compare Source

November 14, 2022

  • Updated: Support for Node v14+ (major).
  • Removed: importFrom feature (breaking).
  • Removed: exportTo feature (breaking).
  • Fixed: follow the specification and use :is() in transformed selectors (breaking).
  • Added: Support for @scope and @container as parent rules of @custom-selector.
  • Fixed: Do not throw when a selector is invalid, show a warning instead.
@​custom-selector :--heading h1, h2, h3;

article :--heading + p {
	margin-top: 0;
}

/* becomes */

- article h1 + p,article h2 + p,article h3 + p {
+ article :is(h1, h2, h3) + p {
	margin-top: 0;
}

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.

@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 609935b to 833d8b3 Compare March 12, 2023 06:15
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 833d8b3 to 7c10a39 Compare June 1, 2023 20:42
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 7c10a39 to 2ac42c7 Compare July 3, 2023 10:39
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 2ac42c7 to f941017 Compare September 18, 2023 23:16
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from f941017 to 64607c6 Compare October 9, 2023 18:29
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 64607c6 to 4eab597 Compare February 20, 2024 01:45
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 4eab597 to 3ccddde Compare March 13, 2024 20:26
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch 2 times, most recently from c252ffd to 16c1be5 Compare May 5, 2024 00:25
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 16c1be5 to 2a8c5b4 Compare June 29, 2024 22:39
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 2a8c5b4 to 5bfc39a Compare July 6, 2024 10:16
@renovate renovate bot changed the title Update dependency postcss-custom-selectors to v7 Update dependency postcss-custom-selectors to v7 - autoclosed Aug 3, 2024
@renovate renovate bot closed this Aug 3, 2024
@renovate renovate bot deleted the renovate/postcss-custom-selectors-7.x branch August 3, 2024 22:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants