Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump postcss, grunt-stylelint, stylelint, stylelint-config-sass-guidelines and stylelint-scss #2496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps postcss to 8.4.47 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.39 to 8.4.47

Release notes

Sourced from postcss's releases.

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 function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

... (truncated)

Changelog

Sourced from postcss's changelog.

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 function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

... (truncated)

Commits

Updates grunt-stylelint from 0.16.0 to 0.20.1

Release notes

Sourced from grunt-stylelint's releases.

v0.20.0 / 2024-05-03

  • Drop Node.js 16 support (James D. Forrester)
  • Switch to stylelint 16.x (in CommonJS mode) (James D. Forrester)
  • build: Upgrade eslint-config-wikimedia to 0.27.0 (James D. Forrester)
  • build: Upgrade grunt-contrib-nodeunit to d73c0771a pre-release for security issues (James D. Forrester)

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.

grunt-stylelint Release History

v0.20.0 / 2024-05-03

  • Drop Node.js 16 support (James D. Forrester)
  • Switch to stylelint 16.x (in CommonJS mode) (James D. Forrester)
  • build: Upgrade eslint-config-wikimedia to 0.27.0 (James D. Forrester)
  • build: Upgrade grunt-contrib-nodeunit to d73c0771a pre-release for security issues (James D. Forrester)

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

Updates stylelint from 13.13.1 to 16.10.0

Release notes

Sourced from stylelint's releases.

16.10.0

  • Changed: shorthand-property-no-redundant-values reported ranges (#8008) (@​Mouvedia).
  • Added: formatter configuration property (#7826) (@​emmacharp).
  • Added: validate option to Node.js API and --validate CLI flag (#8009) (@​Mouvedia).
  • Added: fixed section to the output of the verbose formatter (#7985) (@​Mouvedia).
  • Added: support for string | RegExp to ignoreValues option of value-no-vendor-prefix (#7969) (@​Mouvedia).
  • Added: support for string to ignoreLonghands option of declaration-block-no-redundant-longhand-properties (#7971) (@​Mouvedia).
  • Fixed: at-rule-no-unknown false positives for @position-try (#7968) (@​yelizsevinc).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column/grid-row (#8023) (@​ryo-manba).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via [email protected] (#7993) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (#8003) (@​romainmenke).
  • Fixed: keyframe-selector-notation reported ranges (#7992) (@​romainmenke).
  • Fixed: length-zero-no-unit false positives for Sass variables (#8035) (@​ryo-manba).
  • Fixed: no-descending-specificity reported ranges (#7996) (@​romainmenke).
  • Fixed: selector-anb-no-unmatchable reported ranges and message (#8001) (@​romainmenke).
  • Fixed: string formatter handling of log symbols for non-Unicode terminals (#7981) (@​Mouvedia).
  • Fixed: built .cjs files to address Rollup vulnerability (#8010) (@​ybiquitous).
  • Fixed: incorrect config option for Node.js API with extends and overrides (#8030) (@​ybiquitous).
  • Fixed: stricter validation for the options of declaration-property-max-values, declaration-property-value-no-unknown and number-max-precision (#7975) (@​Mouvedia).

16.9.0

  • Changed: secondaryOptions argument type of the Rule function (#7950) (@​Mouvedia).
  • Fixed: color-function-notation reporting functions with less than 3 arguments (#7948) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown false positives/negatives (#7944 & #7957 & #7956) (@​Mouvedia & @​sidverma32).
    • false positives: overflow, word-break, width
    • false negatives: anchor-name, field-sizing, text-box-edge, text-box-trim, text-spacing-trim, text-wrap, text-wrap-mode, text-wrap-style, view-timeline, view-timeline-axis, view-timeline-inset, view-timeline-name, view-transition-name
  • Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@​Mouvedia).
  • Fixed: no-duplicate-selectors reported ranges (#7938) (@​romainmenke).
  • Fixed: property-no-vendor-prefix report for -webkit-background-size (#7940) (@​Mouvedia).
  • Fixed: selector-class-pattern reported ranges (#7959) (@​Mouvedia).
  • Fixed: selector-no-qualifying-type reported ranges (#7937) (@​romainmenke).
  • Fixed: honour Node.js --no-deprecation flag for rule deprecation warnings (#7943) (@​Mouvedia).

16.8.2

16.8.1

16.8.0

  • Deprecated: github formatter (#7865) (@​marcalexiei).
  • Fixed: function-url-quotes false positives for SCSS variables and #/? characters (#7874) (@​vimalloc).
  • Fixed: keyframe-selector-notation false positives for entry-crossing and exit-crossing (#7859) (@​romainmenke).
  • Fixed: no-descending-specificity false positives for nested rules without declarations (#7850) (@​romainmenke).

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.10.0

  • Changed: shorthand-property-no-redundant-values reported ranges (#8008) (@​Mouvedia).
  • Added: formatter configuration property (#7826) (@​emmacharp).
  • Added: validate option to Node.js API and --validate CLI flag (#8009) (@​Mouvedia).
  • Added: fixed section to the output of the verbose formatter (#7985) (@​Mouvedia).
  • Added: support for string | RegExp to ignoreValues option of value-no-vendor-prefix (#7969) (@​Mouvedia).
  • Added: support for string to ignoreLonghands option of declaration-block-no-redundant-longhand-properties (#7971) (@​Mouvedia).
  • Fixed: at-rule-no-unknown false positives for @position-try (#7968) (@​yelizsevinc).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column/grid-row (#8023) (@​ryo-manba).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via [email protected] (#7993) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (#8003) (@​romainmenke).
  • Fixed: keyframe-selector-notation reported ranges (#7992) (@​romainmenke).
  • Fixed: length-zero-no-unit false positives for Sass variables (#8035) (@​ryo-manba).
  • Fixed: no-descending-specificity reported ranges (#7996) (@​romainmenke).
  • Fixed: selector-anb-no-unmatchable reported ranges and message (#8001) (@​romainmenke).
  • Fixed: string formatter handling of log symbols for non-Unicode terminals (#7981) (@​Mouvedia).
  • Fixed: built .cjs files to address Rollup vulnerability (#8010) (@​ybiquitous).
  • Fixed: incorrect config option for Node.js API with extends and overrides (#8030) (@​ybiquitous).
  • Fixed: stricter validation for the options of declaration-property-max-values, declaration-property-value-no-unknown and number-max-precision (#7975) (@​Mouvedia).

16.9.0

  • Changed: secondaryOptions argument type of the Rule function (#7950) (@​Mouvedia).
  • Fixed: color-function-notation reporting functions with less than 3 arguments (#7948) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown false positives/negatives (#7944 & #7957 & #7956) (@​Mouvedia & @​sidverma32).
    • false positives: overflow, word-break, width
    • false negatives: anchor-name, field-sizing, text-box-edge, text-box-trim, text-spacing-trim, text-wrap, text-wrap-mode, text-wrap-style, view-timeline, view-timeline-axis, view-timeline-inset, view-timeline-name, view-transition-name
  • Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@​Mouvedia).
  • Fixed: no-duplicate-selectors reported ranges (#7938) (@​romainmenke).
  • Fixed: property-no-vendor-prefix report for -webkit-background-size (#7940) (@​Mouvedia).
  • Fixed: selector-class-pattern reported ranges (#7959) (@​Mouvedia).
  • Fixed: selector-no-qualifying-type reported ranges (#7937) (@​romainmenke).
  • Fixed: honour Node.js --no-deprecation flag for rule deprecation warnings (#7943) (@​Mouvedia).

16.8.2

16.8.1

16.8.0

... (truncated)

Commits
  • c360343 16.10.0
  • a8bb7ab Prepare 16.10.0 (#7970)
  • 8eb19d0 Document issue types for maintainers (#8036)
  • f5e83b1 Fix length-zero-no-unit false positives for Sass variables (#8035)
  • 99030ac Fix declaration-block-no-redundant-longhand-properties autofix for `grid-co...
  • 3fca687 Bump typescript from 5.6.2 to 5.6.3 in the typescript group (#8031)
  • 530f0ee Bump css-functions-list from 3.2.2 to 3.2.3 (#8033)
  • edaa508 Bump rollup from 4.22.5 to 4.24.0 (#8032)
  • ab2141e Fix incorrect config option for Node.js API with extends and overrides ...
  • baf7c0e Bump postcss-safe-parser from 7.0.0 to 7.0.1 in the postcss group (#8021)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ybiquitous, a new releaser for stylelint since your current version.


Updates stylelint-config-sass-guidelines from 7.1.0 to 12.1.0

Release notes

Sourced from stylelint-config-sass-guidelines's releases.

v12.1.0

Changed

  • Bumped @​stylistic/stylelint-plugin from 2.1.2 to 3.0.1
  • Bumped stylelint from 16.6.1 to 16.9.0
  • Bumped postcss from 8.4.39 to 8.4.45
  • Bumped stylelint-scss from 6.4.1 to 6.6.0

v12.0.0

Full list of changes can be viewed here

Added

  • Added the following stylistic rules back that were removed in v10 thanks to the @​stylistic/stylelint-plugin
    • @stylistic/block-opening-brace-space-before
    • @stylistic/color-hex-case
    • @stylistic/declaration-bang-space-after
    • @stylistic/declaration-bang-space-before
    • @stylistic/declaration-block-semicolon-newline-after
    • @stylistic/declaration-block-semicolon-space-before
    • @stylistic/declaration-block-trailing-semicolon
    • @stylistic/declaration-colon-space-after
    • @stylistic/declaration-colon-space-before
    • @stylistic/function-comma-space-after
    • @stylistic/function-parentheses-space-inside
    • @stylistic/indentation
    • @stylistic/media-feature-parentheses-space-inside
    • @stylistic/no-missing-end-of-source-newline
    • @stylistic/number-leading-zero
    • @stylistic/number-no-trailing-zeros
    • @stylistic/selector-list-comma-newline-after
    • @stylistic/string-quotes

v11.1.0

Changed

  • Replaced deprecated scss/at-import-partial-extension-blacklist with scss/at-import-partial-extension-disallowed-list rule. PR
  • Modernized unit test to use node:test. PR
  • Minor depedency updates

Full list of changes: bjankord/stylelint-config-sass-guidelines@v11.0.0...v11.1.0

v11.0.0

Changed

  • Updated package to be compatible with stylelint v16
  • Replaced deprecated "scss/at-import-no-partial-leading-underscore": true rule with new "scss/load-no-partial-leading-underscore": true rule

Removed

  • Removed Node.js less than 18.12.0 support

v10.0.0

Changed

  • Updated package to be compatible with stylelint v15

... (truncated)

Changelog

Sourced from stylelint-config-sass-guidelines's changelog.

[12.1.0]

Full list of changes can be viewed here

Changed

  • Bumped @​stylistic/stylelint-plugin from 2.1.2 to 3.0.1
  • Bumped stylelint from 16.6.1 to 16.9.0
  • Bumped postcss from 8.4.39 to 8.4.45
  • Bumped stylelint-scss from 6.4.1 to 6.6.0

[12.0.0]

Full list of changes can be viewed here

Added

  • Added the following stylistic rules back that were removed in v10 thanks to the @​stylistic/stylelint-plugin
    • @stylistic/block-opening-brace-space-before
    • @stylistic/color-hex-case
    • @stylistic/declaration-bang-space-after
    • @stylistic/declaration-bang-space-before
    • @stylistic/declaration-block-semicolon-newline-after
    • @stylistic/declaration-block-semicolon-space-before
    • @stylistic/declaration-block-trailing-semicolon
    • @stylistic/declaration-colon-space-after
    • @stylistic/declaration-colon-space-before
    • @stylistic/function-comma-space-after
    • @stylistic/function-parentheses-space-inside
    • @stylistic/indentation
    • @stylistic/media-feature-parentheses-space-inside
    • @stylistic/no-missing-end-of-source-newline
    • @stylistic/number-leading-zero
    • @stylistic/number-no-trailing-zeros
    • @stylistic/selector-list-comma-newline-after
    • @stylistic/string-quotes

[11.1.0]

Full list of changes can be viewed here

Changed

  • Replaced deprecated scss/at-import-partial-extension-blacklist with scss/at-import-partial-extension-disallowed-list rule. PR
  • Modernized unit test to use node:test. PR
  • Minor dependency updates

[11.0.0]

Changed

  • Updated package to be compatible with stylelint v16
  • Replaced deprecated "scss/at-import-no-partial-leading-underscore": true rule with new "scss/load-no-partial-leading-underscore": true rule

Removed

  • Removed Node.js less than 18.12.0 support

[10.0.0]

Changed

  • Updated package to be compatible with stylelint v15

... (truncated)

Commits

Updates stylelint-scss from 3.21.0 to 6.8.1

Release notes

Sourced from stylelint-scss's releases.

6.8.1

  • Fixed: declaration-property-value-no-unknown fix false positives for nested properties in nested declarations (#1068).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.0...v6.8.1

6.8.0

  • Added: function-color-channel rule (#1060).
  • Added: selector-no-redundant-nesting-selector support for Dart Sass deprecation (#1022).
  • Fixed: declaration-property-value-no-unknown include explicit namespace variables in isDollarVar() (#1062).
  • Fixed: declaration-property-value-no-unknown fix false positives for imported custom functions (#1061).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (stylelint/stylelint#8003, #1066).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via [email protected] (stylelint/stylelint#7993, #1065).

Full Changelog: stylelint-scss/stylelint-scss@v6.7.0...v6.8.0

6.7.0

  • Added: function-no-unknown: add support for Sass v1.78 color.channel function (#1052).

Full Changelog: stylelint-scss/stylelint-scss@v6.6.0...v6.7.0

6.6.0

  • Added: declaration-property-value-no-unknown: add support for first-class operators (#1042).
  • Added: declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#1042).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.1...v6.6.0

6.5.1

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

6.5.0

  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0

6.4.1

  • Fixed: false positive for mixins in load-partial-extension (#1021).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.0...v6.4.1

6.4.0

  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#998).
  • Fixed: partial-no-import message to include more accurate rule name (#1019).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.2...v6.4.0

6.3.2

... (truncated)

Changelog

Sourced from stylelint-scss's changelog.

6.8.1

  • Fixed: declaration-property-value-no-unknown fix false positives for nested properties in nested declarations (#1068).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.0...v6.8.1

6.8.0

  • Added: function-color-channel rule (#1060).
  • Added: selector-no-redundant-nesting-selector support for Dart Sass deprecation (#1022).
  • Fixed: declaration-property-value-no-unknown include explicit namespace variables in isDollarVar() (#1062).
  • Fixed: declaration-property-value-no-unknown fix false positives for imported custom functions (#1061).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (stylelint/stylelint#8003, #1066).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via [email protected] (stylelint/stylelint#7993, #1065).

Full Changelog: stylelint-scss/stylelint-scss@v6.7.0...v6.8.0

6.7.0

  • Added: function-no-unknown: add support for Sass v1.78 color.channel function (#1052).

Full Changelog: stylelint-scss/stylelint-scss@v6.6.0...v6.7.0

6.6.0

  • Added: declaration-property-value-no-unknown: add support for first-class operators (#1042).
  • Added: declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#1042).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.1...v6.6.0

6.5.1

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

6.5.0

  • Added: property-no-unknown add support for nested declarations (#1024).
  • Added: declaration-property-value-no-unknown rule (#1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#1037).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0

6.4.1

  • Fixed: false positive for mixins in load-partial-extension (#1021).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.0...v6.4.1

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

…ig-sass-guidelines and stylelint-scss

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.47 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [grunt-stylelint](https://github.com/wikimedia/grunt-stylelint), [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies need to be updated together.


Updates `postcss` from 7.0.39 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.39...8.4.47)

Updates `grunt-stylelint` from 0.16.0 to 0.20.1
- [Release notes](https://github.com/wikimedia/grunt-stylelint/releases)
- [Changelog](https://github.com/wikimedia/grunt-stylelint/blob/main/History.md)
- [Commits](https://github.com/wikimedia/grunt-stylelint/commits)

Updates `stylelint` from 13.13.1 to 16.10.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@13.13.1...16.10.0)

Updates `stylelint-config-sass-guidelines` from 7.1.0 to 12.1.0
- [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases)
- [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md)
- [Commits](bjankord/stylelint-config-sass-guidelines@v7.1.0...v12.1.0)

Updates `stylelint-scss` from 3.21.0 to 6.8.1
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@3.21.0...v6.8.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: grunt-stylelint
  dependency-type: direct:development
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: stylelint-config-sass-guidelines
  dependency-type: direct:development
- dependency-name: stylelint-scss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants