Bump postcss and stylelint in /src/resources/ckeditor
Bumps postcss and stylelint. These dependencies needed to be updated together.
Updates postcss from 7.0.39 to 8.5.3
Release notes
Sourced from postcss's releases.
8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenkeduring his work on Stylelint addedInput#documentin additional toInput#css.root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }"Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.3
- Added more details to
Unknown worderror (by@hiepxanh).- Fixed types (by
@romainmenke).- Fixed docs (by
@catnipan).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke).8.5 “Duke Alloces”
- Added
Input#documentfor sources like CSS-in-JS or HTML (by@romainmenke).8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).
... (truncated)
Commits
22c309dRelease 8.5.3 versiona2b594fUpdate ESLint config8232ba0Fix tests5082831Fix text4fdb54bupdate: parser.js to clarify error message06006ecAtRule can be empty755f08ffix typo: them -> then (#2016)692fcdeRelease 8.5.2 versionb70e98fUpdate dependenciesba587e3Fix end position of rules withownSemicon(#2012)- Additional commits viewable in compare view
Updates stylelint from 13.13.1 to 16.16.0
Release notes
Sourced from stylelint's releases.
16.16.0
- Added:
at-rule-empty-line-beforesupport for computingEditInfo(#8425) (@pamelalozano16).- Added:
at-rule-no-deprecatedsupport for computingEditInfo(#8426) (@pamelalozano16).- Added:
at-rule-no-vendor-prefixsupport for computingEditInfo(#8427) (@pamelalozano16).- Added:
color-function-notationsupport for computingEditInfo(#8437) (@pamelalozano16).- Added:
declaration-empty-line-beforesupport for computingEditInfo(#8443) (@pamelalozano16).- Added:
declaration-property-value-keyword-no-deprecatedsupport for computingEditInfo. (#8439) (@pamelalozano16).- Added:
font-family-name-quotessupport for computingEditInfo(#8419) (@ryo-manba).- Added:
font-weight-notationsupport for computingEditInfo(#8420) (@ryo-manba).- Added:
function-calc-no-unspaced-operatorsupport for computingEditInfo(#8440) (@pamelalozano16).- Added:
function-name-casesupport for support for computingEditInfo." (#8442) (@pamelalozano16).- Added:
hue-degree-notationsupport for computingEditInfo(#8444) (@pamelalozano16).- Added:
import-notationsupport for computingEditInfo. (#8445) (@pamelalozano16).- Added:
keyframe-selector-notationsupport for computingEditInfo(#8457) (@pamelalozano16).- Added:
length-zero-no-unitsupport for computingEditInfo(#8459) (@pamelalozano16).- Added:
lightness-notationsupport for computingEditInfo(#8458) (@pamelalozano16).- Added:
media-feature-name-no-vendor-prefixsupport for computingEditInfo(#8456) (@pamelalozano16).- Added:
media-feature-range-notationsupport for computingEditInfo(#8455) (@pamelalozano16).- Added:
property-no-vendor-prefixsupport for computingEditInfo(#8461) (@pamelalozano16).- Added:
rule-empty-line-beforesupport for computingEditInfo(#8460) (@pamelalozano16).- Added:
selector-no-vendor-prefixsupport forEditInfo(#8462) (@pamelalozano16).- Added:
selector-not-notationsupport for computingEditInfo(#8463) (@pamelalozano16).- Added:
selector-pseudo-element-colon-notationsupport forEditInfo(#8464) (@pamelalozano16).- Added:
selector-type-casesupport for computingEditInfo(#8467) (@pamelalozano16).- Added:
shorthand-property-no-redundant-valuessupport for computingEditInfo(#8466) (@pamelalozano16).- Added:
value-keyword-casesupport for computingEditInfo(#8469) (@pamelalozano16).- Added:
value-no-vendor-prefixsupport for computingEditInfo(#8470) (@pamelalozano16).- Fixed:
Could not find a declaration file for module 'css-tree'type error (#8452) (@danielrentz).16.15.0
- Added:
syntax-string-no-invalidrule (#8331) (@ryo-manba).- Added:
languageOptionsconfiguration property (#8297) (@ryo-manba).- Added: regex support to
ignoreAtRulesoption ofat-rule-empty-line-before(#8385) (@ryo-manba).- Added:
alpha-value-notationsupport for computingEditInfo(#8369) (@pamelalozano16).- Added:
color-hex-lengthsupport for computingEditInfo(#8415) (@ryo-manba).- Added:
comment-empty-line-beforesupport for computingEditInfo(#8416) (@ryo-manba).- Added:
comment-whitespace-insidesupport for computingEditInfo(#8417) (@ryo-manba).- Added:
custom-property-empty-line-beforesupport for computingEditInfo(#8418) (@ryo-manba).- Added:
declaration-block-no-duplicate-propertiessupport for computingEditInfo(#8363) (@romainmenke).- Fixed:
tapformatter not escaping#and\in its test point descriptions (#8334) (@Mouvedia).- Fixed:
tapformatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (#8334) (@Mouvedia).- Fixed:
declaration-block-no-redundant-longhand-propertiesfalse positives for properties with!important(#8366) (@immitsu).- Fixed:
EditInfomissing semicolon intextfield (#8370) (@pamelalozano16).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse negatives fortext-decoration: blink(#8351) (@Mouvedia).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse positives for styled components interpolated functions (#8392) (@Mouvedia).- Fixed:
font-family-name-quotesfalse positives due to vendor-prefixed font-size values (#8393) (@Mouvedia).- Fixed:
font-family-no-missing-generic-family-keywordfalse positives formath,emojiandfangsong(#8395) (@ViachaslauIhnatsiuk).- Fixed:
selector-type-no-unknownfalse positives forselectmenuandpopup(#8376) (@Mouvedia).16.14.1
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.16.0 - 2025-03-14
It adds support for computing
EditInfoto 22 more rules and reverts a change that addedcontext.lexerto our public API in the previous release.
- Added:
at-rule-empty-line-beforesupport for computingEditInfo(#8425) (@pamelalozano16).- Added:
at-rule-no-deprecatedsupport for computingEditInfo(#8426) (@pamelalozano16).- Added:
at-rule-no-vendor-prefixsupport for computingEditInfo(#8427) (@pamelalozano16).- Added:
color-function-notationsupport for computingEditInfo(#8437) (@pamelalozano16).- Added:
declaration-empty-line-beforesupport for computingEditInfo(#8443) (@pamelalozano16).- Added:
declaration-property-value-keyword-no-deprecatedsupport for computingEditInfo. (#8439) (@pamelalozano16).- Added:
font-family-name-quotessupport for computingEditInfo(#8419) (@ryo-manba).- Added:
font-weight-notationsupport for computingEditInfo(#8420) (@ryo-manba).- Added:
function-calc-no-unspaced-operatorsupport for computingEditInfo(#8440) (@pamelalozano16).- Added:
function-name-casesupport for support for computingEditInfo." (#8442) (@pamelalozano16).- Added:
hue-degree-notationsupport for computingEditInfo(#8444) (@pamelalozano16).- Added:
import-notationsupport for computingEditInfo. (#8445) (@pamelalozano16).- Added:
keyframe-selector-notationsupport for computingEditInfo(#8457) (@pamelalozano16).- Added:
length-zero-no-unitsupport for computingEditInfo(#8459) (@pamelalozano16).- Added:
lightness-notationsupport for computingEditInfo(#8458) (@pamelalozano16).- Added:
media-feature-name-no-vendor-prefixsupport for computingEditInfo(#8456) (@pamelalozano16).- Added:
media-feature-range-notationsupport for computingEditInfo(#8455) (@pamelalozano16).- Added:
property-no-vendor-prefixsupport for computingEditInfo(#8461) (@pamelalozano16).- Added:
rule-empty-line-beforesupport for computingEditInfo(#8460) (@pamelalozano16).- Added:
selector-no-vendor-prefixsupport forEditInfo(#8462) (@pamelalozano16).- Added:
selector-not-notationsupport for computingEditInfo(#8463) (@pamelalozano16).- Added:
selector-pseudo-element-colon-notationsupport forEditInfo(#8464) (@pamelalozano16).- Added:
selector-type-casesupport for computingEditInfo(#8467) (@pamelalozano16).- Added:
shorthand-property-no-redundant-valuessupport for computingEditInfo(#8466) (@pamelalozano16).- Added:
value-keyword-casesupport for computingEditInfo(#8469) (@pamelalozano16).- Added:
value-no-vendor-prefixsupport for computingEditInfo(#8470) (@pamelalozano16).- Fixed:
Could not find a declaration file for module 'css-tree'type error (#8452) (@danielrentz).16.15.0 - 2025-02-28
It adds 1 new rule, a
languageOptionsconfiguration property for configuring some of the new rules added in16.13.0, regex support to 1 option and support for computingEditInfoto 6 rules. It fixes 9 bugs, including 2 with thetapreporter.
- Added:
syntax-string-no-invalidrule (#8331) (@ryo-manba).- Added:
languageOptionsconfiguration property (#8297) (@ryo-manba).- Added: regex support to
ignoreAtRulesoption ofat-rule-empty-line-before(#8385) (@ryo-manba).- Added:
alpha-value-notationsupport for computingEditInfo(#8369) (@pamelalozano16).- Added:
color-hex-lengthsupport for computingEditInfo(#8415) (@ryo-manba).- Added:
comment-empty-line-beforesupport for computingEditInfo(#8416) (@ryo-manba).- Added:
comment-whitespace-insidesupport for computingEditInfo(#8417) (@ryo-manba).- Added:
custom-property-empty-line-beforesupport for computingEditInfo(#8418) (@ryo-manba).- Added:
declaration-block-no-duplicate-propertiessupport for computingEditInfo(#8363) (@romainmenke).- Fixed:
tapformatter not escaping#and\in its test point descriptions (#8334) (@Mouvedia).- Fixed:
tapformatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (#8334) (@Mouvedia).- Fixed:
declaration-block-no-redundant-longhand-propertiesfalse positives for properties with!important(#8366) (@immitsu).- Fixed:
EditInfomissing semicolon intextfield (#8370) (@pamelalozano16).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse negatives fortext-decoration: blink(#8351) (@Mouvedia).
... (truncated)
Commits
e35e3b916.16.03bbbea3Prepare 16.16.0 (#8438)2642237Addedvalue-no-vendor-prefixsupport for computingEditInfo(#8470)974d4ffAddedvalue-keyword-casesupport for computingEditInfo(#8469)6a0b08dFixCould not find a declaration file for module 'css-tree'type error (#8452)42108adAddedmedia-feature-range-notationsupport for computingEditInfo(#8455)1e68bb8Addedmedia-feature-name-no-vendor-prefixsupport for computingEditInfo...d7500b1Addedkeyframe-selector-notationsupport for computingEditInfo(#8457)9f15d9dAddedlightness-notationsupport for computingEditInfo(#8458)9be82ddAddedlength-zero-no-unitsupport for computingEditInfo. (#8459)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.