build(deps): bump postcss, grunt-stylelint, stylelint, stylelint-config-sass-guidelines and stylelint-scss
Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, grunt-stylelint, stylelint, stylelint-config-sass-guidelines and stylelint-scss. These dependencies need to be updated together.
Updates postcss from 7.0.36 to 8.4.31
Release notes
Sourced from postcss's releases.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by
@romainmenke).8.4.29
8.4.28
- Fixed
Root.source.endfor better source map (by@romainmenke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by
@romainmenke).- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by@remcohaszing).8.4.21
- Fixed
Input#errortypes (by@hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.8.4.19
- Fixed whitespace preserving after AST transformations (by
@romainmenke).8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by@KingSora).8.4.17
- Fixed
Node.before()unexpected behavior (by@romainmenke).- Added TOC to docs (by
@muddv).8.4.16
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.31
- Fixed
\rparsing to fix CVE-2023-44270.8.4.30
- Improved source map performance (by Romain Menke).
8.4.29
- Fixed
Node#source.offset(by Ido Rosenthal).- Fixed docs (by Christian Oliff).
8.4.28
- Fixed
Root.source.endfor better source map (by Romain Menke).- Fixed
Result.roottypes whenprocess()has no parser.8.4.27
- Fixed
Containerclone methods types.8.4.26
- Fixed clone methods types.
8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by
@vikaskaliramna07).8.4.24
- Fixed
Plugintypes.8.4.23
- Fixed warnings in TypeDoc.
8.4.22
- Fixed TypeScript support with
node16(by Remco Haszing).8.4.21
- Fixed
Input#errortypes (by Aleks Hudochenkov).8.4.20
- Fixed source map generation for childless at-rules like
@layer.8.4.19
- Fixed whitespace preserving after AST transformations (by Romain Menke).
8.4.18
- Fixed an error on
absolute: truewith emptysourceContent(by Rene Haas).8.4.17
- Fixed
Node.before()unexpected behavior (by Romain Menke).- Added TOC to docs (by Mikhail Dedov).
8.4.16
... (truncated)
Commits
90208deRelease 8.4.31 version58cc860Fix carrier return parsing4fff8e4Improve pnpm test outputcd43ed1Update dependenciescaa916bUpdate dependencies8972f76Typo11a5286Typo45c5501Release 8.4.30 versionbc3c341Update linterb2be58aMerge pull request #1881 from romainmenke/improve-sourcemap-performance--phil...- Additional commits viewable in compare view
Updates grunt-stylelint from 0.16.0 to 0.19.0
Release notes
Sourced from grunt-stylelint's releases.
v0.19.0 / 2023-07-12
- Raise stylelint requirement from 14.x to 15.x (James D. Forrester)
- build: Drop Node.js version 12.x and 14.x, update to '16.x, 18.x' (James D. Forrester)
v0.18.0 / 2022-03-29
- Update stylelint to 14.5.0 (Виктор Виктор)
- build: Bump stylelint-less from ^1.0.3 to ^1.0.5 (James D. Forrester)
- build: Add codeql code scanning tool to CI (James D. Forrester)
v0.17.0 / 2021-10-22
- Drop Node 10 support (James D. Forrester)
- Require stylelint 14.0.0, up from 13.8.0 (James D. Forrester)
- build: Bump various devDependencies to latest (James D. Forrester)
Changelog
Sourced from grunt-stylelint's changelog.
v0.19.0 / 2023-07-12
- Raise stylelint requirement from 14.x to 15.x (James D. Forrester)
- build: Drop Node.js version 12.x and 14.x, update to '16.x, 18.x' (James D. Forrester)
v0.18.0 / 2022-03-29
- Update stylelint to 14.5.0 (Виктор Виктор)
- build: Bump stylelint-less from ^1.0.3 to ^1.0.5 (James D. Forrester)
- build: Add codeql code scanning tool to CI (James D. Forrester)
v0.17.0 / 2021-10-21
- Drop Node 10 support (James D. Forrester)
- Require stylelint 14.0.0, up from 13.8.0 (James D. Forrester)
- build: Bump various devDependencies to latest (James D. Forrester)
Commits
35b9a04Release v0.19.0 (#122)b85b0e3Raise stylelint requirement from 14.x to 15.x (#121)a014f2bbuild: Drop Node.js version 12.x and 14.x, update to '16.x, 18.x' (#120)de0b7b3build(deps): Bump minimatch from 3.0.4 to 3.0.5 (#117)1ef1d2ebuild(deps): Bump json5 from 2.2.0 to 2.2.3 (#115)a2bcad1Bump async from 2.6.3 to 2.6.4 (#114)5334c2dBump ejs from 3.1.6 to 3.1.8 (#113)78df89aBump grunt from 1.5.2 to 1.5.3 (#112)fc3dd5fBump grunt from 1.4.1 to 1.5.2 (#111)fc9f743Release v0.18.0 (#110)- Additional commits viewable in compare view
Updates stylelint from 13.13.1 to 15.10.3
Release notes
Sourced from stylelint's releases.
15.10.3
- Fixed:
declaration-property-value-no-unknownfalse negatives for typed custom properties (#7078) (@romainmenke).- Fixed:
property-no-unknownfalse positives for scroll-driven animations (#7090) (@renato-bohler).15.10.2
- Fixed:
declaration-property-value-no-unknownfalse negatives for nested declarations (#7079) (@romainmenke).- Fixed:
selector-pseudo-element-no-unknownfalse positives forview-transitionpseudo-elements (#7070) (@danielroe).15.10.1
- Security: fix for
semvervulnerability (#7043) (@romainmenke).- Fixed: invalid option regression on Windows 10 (#7043) (
@romainmenke).15.10.0
- Added:
media-query-no-invalid(#6963) (@romainmenke).- Added: support for JS objects with
extendsconfig option (#6998) (@fpetrakov).- Fixed: inconsistent
erroredproperties instylelint.lint()return value (#6983) (@ybiquitous).- Fixed:
{selector,value}-no-vendor-prefixperformance (#7016) (@jeddy3).- Fixed:
custom-property-patternperformance (#7009) (@jeddy3).- Fixed:
function-linear-gradient-no-nonstandard-directionfalse positives for<color-interpolation-method>(#6987) (@romainmenke).- Fixed:
function-name-caseperformance (#7010) (@jeddy3).- Fixed:
function-no-unknownperformance (#7004) (@jeddy3).- Fixed:
function-url-quotesperformance (#7011) (@jeddy3).- Fixed:
hue-degree-notationfalse negatives foroklch(#7015) (@romainmenke).- Fixed:
hue-degree-notationperformance (#7012) (@jeddy3).- Fixed:
media-feature-name-no-unknownfalse positives forenvironment-blending,nav-controls,prefers-reduced-data, andvideo-color-gamut(#6978) (@romainmenke).- Fixed:
media-feature-name-no-vendor-prefixpositions for*-device-pixel-ratio(#6977) (@romainmenke).- Fixed:
no-descending-specificityperformance (#7026) (@romainmenke).- Fixed:
no-duplicate-at-import-rulesfalse negatives for imports withsupportsandlayerconditions (#7001) (@romainmenke).- Fixed:
selector-anb-no-unmatchableperformance (#7042) (@romainmenke).- Fixed:
selector-id-patternperformance (#7013) (@jeddy3).- Fixed:
selector-pseudo-class-no-unknownfalse negatives for pseudo-elements with matching names (#6964) (@Mouvedia).- Fixed:
selector-pseudo-element-no-unknownperformance (#7007) (@jeddy3).- Fixed:
selector-type-caseperformance (#7041) (@romainmenke).- Fixed:
selector-type-no-unknownperformance (#7027) (@romainmenke).- Fixed:
unit-disallowed-listfalse negatives with percentages (#7018) (@romainmenke).15.9.0
- Added:
insideFunctions: {"function": int}tonumber-max-precision(#6932) (@romainmenke).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forborder-radiusshorthand (#6958) (@mattxwang).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forborder-widthshorthand (#6956) (@mattxwang).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forgrid-columnandgrid-row(#6957) (@mattxwang).15.8.0
- Added:
media-feature-name-value-no-unknown(#6906) (@romainmenke).- Added: support for
.mjsconfiguration files (#6910) (@ybiquitous).- Fixed:
--print-configdescription in CLI help (#6914) (@ybiquitous).- Fixed:
allowEmptyInputoption in configuration files (#6929) (@ybiquitous).- Fixed:
custom-property-no-missing-var-functionperformance (#6922) (@romainmenke).- Fixed:
function-calc-no-unspaced-operatorperformance (#6923) (@romainmenke).- Fixed:
function-linear-gradient-no-nonstandard-directionperformance (#6924) (@romainmenke).
... (truncated)
Changelog
Sourced from stylelint's changelog.
15.10.3
- Fixed:
declaration-property-value-no-unknownfalse negatives for typed custom properties (#7078) (@romainmenke).- Fixed:
property-no-unknownfalse positives for scroll-driven animations (#7090) (@renato-bohler).15.10.2
- Fixed:
declaration-property-value-no-unknownfalse negatives for nested declarations (#7079) (@romainmenke).- Fixed:
selector-pseudo-element-no-unknownfalse positives forview-transitionpseudo-elements (#7070) (@danielroe).15.10.1
- Security: fix for
semvervulnerability (#7043) (@romainmenke).- Fixed: invalid option regression on Windows 10 (#7043) (
@romainmenke).15.10.0
- Added:
media-query-no-invalid(#6963) (@romainmenke).- Added: support for JS objects with
extendsconfig option (#6998) (@fpetrakov).- Fixed: inconsistent
erroredproperties instylelint.lint()return value (#6983) (@ybiquitous).- Fixed:
{selector,value}-no-vendor-prefixperformance (#7016) (@jeddy3).- Fixed:
custom-property-patternperformance (#7009) (@jeddy3).- Fixed:
function-linear-gradient-no-nonstandard-directionfalse positives for<color-interpolation-method>(#6987) (@romainmenke).- Fixed:
function-name-caseperformance (#7010) (@jeddy3).- Fixed:
function-no-unknownperformance (#7004) (@jeddy3).- Fixed:
function-url-quotesperformance (#7011) (@jeddy3).- Fixed:
hue-degree-notationfalse negatives foroklch(#7015) (@romainmenke).- Fixed:
hue-degree-notationperformance (#7012) (@jeddy3).- Fixed:
media-feature-name-no-unknownfalse positives forenvironment-blending,nav-controls,prefers-reduced-data, andvideo-color-gamut(#6978) (@romainmenke).- Fixed:
media-feature-name-no-vendor-prefixpositions for*-device-pixel-ratio(#6977) (@romainmenke).- Fixed:
no-descending-specificityperformance (#7026) (@romainmenke).- Fixed:
no-duplicate-at-import-rulesfalse negatives for imports withsupportsandlayerconditions (#7001) (@romainmenke).- Fixed:
selector-anb-no-unmatchableperformance (#7042) (@romainmenke).- Fixed:
selector-id-patternperformance (#7013) (@jeddy3).- Fixed:
selector-pseudo-class-no-unknownfalse negatives for pseudo-elements with matching names (#6964) (@Mouvedia).- Fixed:
selector-pseudo-element-no-unknownperformance (#7007) (@jeddy3).- Fixed:
selector-type-caseperformance (#7041) (@romainmenke).- Fixed:
selector-type-no-unknownperformance (#7027) (@romainmenke).- Fixed:
unit-disallowed-listfalse negatives with percentages (#7018) (@romainmenke).15.9.0
- Added:
insideFunctions: {"function": int}tonumber-max-precision(#6932) (@romainmenke).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forborder-radiusshorthand (#6958) (@mattxwang).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forborder-widthshorthand (#6956) (@mattxwang).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix forgrid-columnandgrid-row(#6957) (@mattxwang).15.8.0
- Added:
media-feature-name-value-no-unknown(#6906) (@romainmenke).
... (truncated)
Commits
9e7319d15.10.30520c84Prepare 15.10.3 (#7089)97e5f89Bump lint-staged from 13.2.3 to 14.0.0 (#7133)e0651fdBump the eslint group with 1 update (#7132)83a3e2bUse newtestRuleConfigsfunction ofjest-preset-stylelint(#7124)a6df588Bump the csstools-parser group with 1 update (#7117)48a28b4Bump patch-package from 7.0.2 to 8.0.0 (#7115)d159011Bump the jest group with 2 updates (#7114)2f324b6Bump the eslint group with 2 updates (#7113)247c94cRefactor to replacechangelog-to-github-releasescript with GitHub Action (...- Additional commits viewable in compare view
Updates stylelint-config-sass-guidelines from 7.1.0 to 10.0.0
Release notes
Sourced from stylelint-config-sass-guidelines's releases.
v9.0.1
Changed
- Add postcss ^8.3.3 as a peerDependency. Mitigates bjankord/stylelint-config-sass-guidelines#203
v9.0.0
Changed
- Updated repo to be compatible with stylelint v14. Updated stylelint peerDependency range from
^13.0.0to^14.0.0PR- Renamed tests files extension from
.jsto.spec.js- Moved manually tested passing and failing SCSS examples into
__tests__/manual-test-casesAdded
- Added node 16 to automated test matrix
Removed
- Dropped official support for Node 10 PR
- Removed node 10 from automated test matrix PR
- Removed babel as a dev dependency, resolves issue with security vuln in glob-parent CVE-2020-28469
- Removed
src/.stylelint.jsonv8.0.0
Added
- Set Node engine minimum to version 10.0.0
- Added Node 14 to automated test matrix
Removed
- Dropped official support for Node 8
- Removed Node 8 from automated test matrix
Changelog
Sourced from stylelint-config-sass-guidelines's changelog.
[10.0.0]
Changed
- Updated package to be compatible with stylelint v15
Added
- Added node 18 to automated test matrix
- Added scss/no-global-function-names rule. Resolves #268
Removed
- Dropped official support for Node 12
- Removed node 12 from automated test matrix
- Removed stylelint-order plugin. Resolves #214 and #231
- Removed tests for deprecated stylelint rules
- Removed deprecated stylelint rules
- "block-opening-brace-space-before": "always"
- "color-hex-case": "lower"
- "declaration-bang-space-after": "never"
- "declaration-bang-space-before": "always"
- "declaration-block-semicolon-newline-after": "always"
- "declaration-block-semicolon-space-before": "never"
- "declaration-block-trailing-semicolon": "always"
- "declaration-colon-space-after": "always-single-line"
- "declaration-colon-space-before": "never"
- "function-comma-space-after": "always-single-line"
- "function-parentheses-space-inside": "never"
- "indentation": 2
- "media-feature-parentheses-space-inside": "never"
- "no-missing-end-of-source-newline": true
- "number-leading-zero": "always"
- "number-no-trailing-zeros": true
- "selector-list-comma-newline-after": "always"
- "string-quotes": "single"
- Removed scss/at-mixin-pattern rule. Resolves #181 and #191
[9.0.1]
Changed
- Add postcss ^8.3.3 as a peerDependency. Mitigates bjankord/stylelint-config-sass-guidelines#203
[9.0.0]
Changed
- Updated repo to be compatible with stylelint v14. Updated stylelint peerDependency range from
^13.0.0to^14.0.0PR- Renamed tests files extension from
.jsto.spec.js- Moved manually tested passing and failing SCSS examples into
__tests__/manual-test-casesAdded
- Added node 16 to automated test matrix
Removed
... (truncated)
Commits
ca13b6fReleased version 10.0.04441071Add scss/no-global-function-names rule (#280)45b3fa0Remove scss/at-mixin-pattern rule (#279)bf4d9cdRemove stylelint order plugin (#278)93314b8Update tape to latest versionb07865bUpdate README.mdb7be213Update CHANGELOG.mdb463824Bump minimatch from 3.0.4 to 3.1.2 (#277)35395a6Bump tape from 5.5.3 to 5.6.3 (#269)a742dc1Stylelint v15 update (#276)- Additional commits viewable in compare view
Updates stylelint-scss from 3.19.0 to 5.2.1
Release notes
Sourced from stylelint-scss's releases.
5.2.1
- Fixed: add missing
known-css-propertiesdependency (#857).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.0...v5.2.1
5.2.0
- Added:
at-root-no-redundantrule to ban unnecessary@at-rootrule (#846).- Added:
property-no-unknownrule to disallow unknown properties. (#847).- Added:
at-use-no-redundant-aliasrule to disallow redundant namespace aliases (#848).- Added:
function-calculation-no-interpolationrule to forbid interpolation in calc functions (#849).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.1.0...v5.2.0
5.1.0
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.1...v5.1.0
5.0.1
- Fixed:
function-no-unknownignore empty function names (#826).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.0...v5.0.1
5.0.0
- Removed:
babeldependency to remove an extra build step and reduce complexityFull Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v4.7.0...v5.0.0
4.7.0
- Fixed: docs - small formatting fixes
- Removed:
dlvdependencyFull Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v4.6.0...v4.7.0
4.6.0
- Fixed: docs - fix broken links and wording tweaks
- Removed: Lodash dependency
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v4.5.0...v4.6.0
4.5.0
- Fixed:
operator-no-unspacedmake data uri regex less strict (#767).- Changed:
operator-no-unspacedadd support for:has(#768).- Changed:
function-no-unknownadd support for@use(#773).4.4.0
- Added: support for Stylelint version 15.
- Added:
at-rule-no-unknownandat-each-key-value-single-linerules support for end positions (#655, #689).- Fixed:
at-function-patternandat-mixin-pattern, fix warnings to range only one line (#639).- Fixed:
at-import-partial-extensionautofix incorrectly replacing the filename (#643).
... (truncated)
Changelog
Sourced from stylelint-scss's changelog.
5.2.1
- Fixed: add missing
known-css-propertiesdependency (#857).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.0...v5.2.1
5.2.0
- Added:
at-root-no-redundantrule to ban unnecessary@at-rootrule (#846).- Added:
property-no-unknownrule to disallow unknown properties. (#847).- Added:
at-use-no-redundant-aliasrule to disallow redundant namespace aliases (#848).- Added:
function-calculation-no-interpolationrule to forbid interpolation in calc functions (#849).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.1.0...v5.2.0
5.1.0
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.1...v5.1.0
5.0.1
- Fixed:
function-no-unknownignore empty function names (#826).Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.0...v5.0.1
5.0.0
- Removed:
Babeldependency to remove an extra build step and reduce complexity4.7.0
- Fixed: docs - small formatting fixes
- Removed:
dlvdependencyFull Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v4.6.0...v4.7.0
4.6.0
- Fixed: docs - fix broken links and wording tweaks
- Removed: Lodash dependency
Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v4.5.0...v4.6.0
4.5.0
... (truncated)
Commits
2ea12be5.2.1363af89Prepare version 5.2.1aae44b4fix: add missingknown-css-propertiesdependency (#857)ab3a6075.2.0b920475Update contributors list9fd4b6bFix readme63922c6Fix changelogb9c1a65Add at-root-no-redundant rule (#846)286c34fAdd property-no-unknown rule (#847)5ca4ba2Add at-use-no-redundant-alias rule (#848)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.