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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
postcss-nesting (source) 10.1.10 -> 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

v12.0.1

Compare Source

August 5, 2023

  • Fix nesting of @starting-style rules

v12.0.0

Compare Source

July 3, 2023

v11.3.0

Compare Source

June 14, 2023

  • Add support for nested selectors that that begin with a letter
  • Add warning when using the deprecated @nest rule
    • you can silence this warning with a new silenceAtNestWarning plugin option
    • you can migrate your code to the latest syntax with our Stylelint Plugin

v11.2.2

Compare Source

March 25, 2023

  • Improved: support for mixins

v11.2.1

Compare Source

February 16, 2023

  • Skip nested rules that have a selector that begins with a letter
  • Better warning when nested rules have a selector that begins with a letter

v11.2.0

Compare Source

February 13, 2023

  • Added: support for & at the root
  • Improved: support for mixins

v11.1.0

Compare Source

January 31, 2023

  • Implement latest specification
    • relative selector syntax
    • @nest is obsolete, all selectors can be written without it (sometimes you will need :is())
    • allow declarations after nested rules.

⚠️ We advice everyone to migrate their codebase now to nested CSS without @nest.
Future versions of this plugin will warn and then error on @nest.

v11.0.1

Compare Source

January 28, 2023

  • Improve types declaration in package.json

v11.0.0

Compare Source

January 24, 2023

  • Updated: Support for Node v14+ (major).
  • Fix: Do not throw when a selector is invalid, show a warning instead.
  • Removed: Support for Deno (breaking)

v10.2.0

Compare Source

September 14, 2022

  • Added: TypeScript typings

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-nesting-12.x branch from cb03f9a to c2515d1 Compare August 5, 2023 13:02
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch from c2515d1 to 0d712e0 Compare December 16, 2023 00:43
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch from 0d712e0 to 6f66840 Compare February 19, 2024 10:28
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch from 6f66840 to da8d968 Compare February 26, 2024 22:38
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch from da8d968 to 08a2904 Compare March 6, 2024 17:03
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch from 08a2904 to cec90b7 Compare March 31, 2024 15:46
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch from cec90b7 to e8eed8a Compare April 21, 2024 16:58
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch 2 times, most recently from 1fffa09 to c3fa4c7 Compare May 13, 2024 22:10
@renovate renovate bot force-pushed the renovate/postcss-nesting-12.x branch from c3fa4c7 to 8774075 Compare May 23, 2024 22:49
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.

None yet

0 participants