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

Update dependency postcss-custom-selectors to v7 #66

Open
wants to merge 1 commit into
base: step-6-inherritable
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

January 28, 2023

  • Improve types declaration in package.json

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

v6.0.3

Compare Source

June 4, 2022

  • Fixed: allow any valid ident in custom selectors (@custom-selector :--🧑🏾‍🎤 .singer)

v6.0.2

Compare Source

June 3, 2022

  • Fixed: prevent duplicate rules when custom selectors are not defined
  • Fixed: selectors not resolving when using with other features like nesting

v6.0.1

Compare Source

June 3, 2022

v6.0.0

Compare Source

January 12, 2021


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from ec9c993 to 8dde01c Compare April 10, 2023 13:19
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 8dde01c to b2bcd67 Compare July 3, 2023 10:05
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from b2bcd67 to 93a8069 Compare September 18, 2023 22:14
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 93a8069 to 317b0b1 Compare October 9, 2023 18:30
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 317b0b1 to 0afb665 Compare February 20, 2024 04:57
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from 0afb665 to a558412 Compare March 13, 2024 19:53
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from a558412 to e1d57a4 Compare May 4, 2024 19:01
@renovate renovate bot force-pushed the renovate/postcss-custom-selectors-7.x branch from e1d57a4 to 928c288 Compare May 4, 2024 22:05
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