hackernews icon indicating copy to clipboard operation
hackernews copied to clipboard

chore(deps): update devdependency postcss-nesting to v12

Open renovate[bot] opened this issue 2 years ago • 1 comments
trafficstars

Mend Renovate

This PR contains the following updates:

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

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[bot] avatar Jul 03 '23 11:07 renovate[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hackernews ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 23, 2024 10:59pm

vercel[bot] avatar Jul 03 '23 11:07 vercel[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Jun 17 '24 15:06 renovate[bot]