Update dependency postcss-import to v16
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
postcss-import | 12.0.1 -> 16.1.0 |
Release Notes
postcss/postcss-import (postcss-import)
v16.1.0
v16.0.1
v16.0.0
- BREAKING: Require Node.js v18+ (#550, #551)
- BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
- Support for
@supports
conditional imports added (#532, #548) - When
skipDuplicates
isfalse
, handles import cycles correctly (#462, #535) - Add
warnOnEmpty
option to allow disabling warnings for empty files (#84, #541) - Use proper
node.error
s (#518, #540)
Huge thanks to @romainmenke
for all the hard work he put into this release.
v15.1.0
- Add
data:
URL support (this is not useful for most consumers) (#515)
v15.0.1
- Preserve layer in ignored
@import
s (#510, #511) - Join media queries in the correct order (#512, #513)
v15.0.0
- BREAKING: Require Node.js v14+ (#497)
-
BREAKING: Require
nameLayer
option for handling anonymous layers (#496) - Fix handling of
@media
queries inside layered imports (#495, #496)
v14.1.0
- Add
@layer
support (#483)
v14.0.2
v14.0.1
v14.0.0
This release should not have breaking changes for the vast majority of users; only those with @charset
statements in their CSS may be affected.
-
BREAKING: Error if multiple incompatible
@charset
statements (#447) -
BREAKING: Warn if
@charset
statements are not at the top of files (#447) - Fix handing of
@charset
(#436, #447)
v13.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.