hackernews
hackernews copied to clipboard
chore(deps): update devdependency postcss-nesting to v12
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| postcss-nesting (source) | ^11.2.2 -> ^12.1.5 |
Release Notes
csstools/postcss-plugins (postcss-nesting)
v12.1.5
May 23, 2024
- Fix nested rules within
@scope
v12.1.4
May 13, 2024
- Updated
@csstools/selector-specificityto3.1.1(patch)
v12.1.3
May 11, 2024
- Updated
@csstools/selector-specificityto3.1.0(minor)
v12.1.2
April 21, 2024
- Edition
2024-02:- Do not rewrite selectors for declarations in conditional rules to a form with
:is()
- Do not rewrite selectors for declarations in conditional rules to a form with
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
March 31, 2024
- Updated
@csstools/selector-specificityto3.0.3(patch)
v12.1.0
March 6, 2024
- Add the
editionplugin option to control which CSS nesting specification version should be used. The default is2021but you can also set it to the newer2024-02edition to have more modern behavior.
v12.0.4
February 26, 2024
- Fix order of final CSS with complex usage of both nesting and mixins, by @pciarach
v12.0.3
February 19, 2024
- Updated
@csstools/selector-specificityto3.0.2(patch)
v12.0.2
December 15, 2023
- Fix type definitions
- Updated
@csstools/selector-specificityto3.0.1(patch)
v12.0.1
August 5, 2023
- Fix nesting of
@starting-stylerules
v12.0.0
July 3, 2023
- Change license to
MIT-0(read more about this change in the blog post) - Updated
@csstools/selector-specificityto3.0.0(major)
v11.3.0
June 14, 2023
- Add support for nested selectors that that begin with a letter
- Add warning when using the deprecated
@nestrule- you can silence this warning with a new
silenceAtNestWarningplugin option - you can migrate your code to the latest syntax with our Stylelint Plugin
- you can silence this warning with a new
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.
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 |
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.