Skip to content

Commit

Permalink
Bump stylelint from 16.8.1 to 16.8.2 in the stylelint group
Browse files Browse the repository at this point in the history
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint).

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

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinpitt committed Aug 18, 2024
1 parent 4a84db5 commit f071d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 63 files
+31 −31 .package-lock.json
+1 −1 .package.json
+4 −16 @csstools/css-parser-algorithms/CHANGELOG.md
+2 −2 @csstools/css-parser-algorithms/dist/index.d.ts
+3 −3 @csstools/css-parser-algorithms/package.json
+4 −16 @csstools/css-tokenizer/CHANGELOG.md
+1 −1 @csstools/css-tokenizer/dist/index.cjs
+0 −34 @csstools/css-tokenizer/dist/index.d.ts
+1 −1 @csstools/css-tokenizer/dist/index.mjs
+2 −2 @csstools/css-tokenizer/package.json
+5 −18 @csstools/media-query-list-parser/CHANGELOG.md
+7 −7 @csstools/media-query-list-parser/dist/index.d.ts
+4 −4 @csstools/media-query-list-parser/package.json
+3 −18 @csstools/selector-specificity/CHANGELOG.md
+4 −3 @csstools/selector-specificity/package.json
+1 −0 stylelint/lib/formatters/githubFormatter.cjs
+1 −0 stylelint/lib/formatters/githubFormatter.mjs
+43 −42 stylelint/lib/lintPostcssResult.cjs
+43 −42 stylelint/lib/lintPostcssResult.mjs
+2 −1 stylelint/lib/rules/color-function-notation/index.cjs
+2 −1 stylelint/lib/rules/color-function-notation/index.mjs
+1 −7 stylelint/lib/rules/color-hex-alpha/index.cjs
+1 −7 stylelint/lib/rules/color-hex-alpha/index.mjs
+2 −2 stylelint/lib/rules/color-hex-length/index.cjs
+2 −2 stylelint/lib/rules/color-hex-length/index.mjs
+2 −2 stylelint/lib/rules/color-no-hex/index.cjs
+2 −2 stylelint/lib/rules/color-no-hex/index.mjs
+3 −10 stylelint/lib/rules/custom-property-no-missing-var-function/index.cjs
+3 −10 stylelint/lib/rules/custom-property-no-missing-var-function/index.mjs
+2 −4 stylelint/lib/rules/custom-property-pattern/index.cjs
+2 −4 stylelint/lib/rules/custom-property-pattern/index.mjs
+2 −1 stylelint/lib/rules/declaration-property-unit-disallowed-list/index.cjs
+2 −1 stylelint/lib/rules/declaration-property-unit-disallowed-list/index.mjs
+13 −9 stylelint/lib/rules/keyframe-block-no-duplicate-selectors/index.cjs
+13 −9 stylelint/lib/rules/keyframe-block-no-duplicate-selectors/index.mjs
+2 −1 stylelint/lib/rules/no-duplicate-at-import-rules/index.cjs
+2 −1 stylelint/lib/rules/no-duplicate-at-import-rules/index.mjs
+2 −0 stylelint/lib/rules/no-empty-source/index.cjs
+2 −0 stylelint/lib/rules/no-empty-source/index.mjs
+13 −9 stylelint/lib/rules/no-invalid-double-slash-comments/index.cjs
+13 −9 stylelint/lib/rules/no-invalid-double-slash-comments/index.mjs
+2 −2 stylelint/lib/rules/no-unknown-custom-properties/index.cjs
+2 −2 stylelint/lib/rules/no-unknown-custom-properties/index.mjs
+4 −5 stylelint/lib/rules/selector-max-type/index.cjs
+4 −5 stylelint/lib/rules/selector-max-type/index.mjs
+20 −9 stylelint/lib/rules/selector-type-no-unknown/index.cjs
+20 −9 stylelint/lib/rules/selector-type-no-unknown/index.mjs
+2 −1 stylelint/lib/rules/shorthand-property-no-redundant-values/index.cjs
+2 −1 stylelint/lib/rules/shorthand-property-no-redundant-values/index.mjs
+1 −1 stylelint/lib/standalone.cjs
+1 −1 stylelint/lib/standalone.mjs
+1 −0 stylelint/lib/utils/emitDeprecationWarning.cjs
+1 −0 stylelint/lib/utils/emitDeprecationWarning.mjs
+53 −0 stylelint/lib/utils/getStrippedSelectorSource.cjs
+47 −0 stylelint/lib/utils/getStrippedSelectorSource.mjs
+0 −15 stylelint/lib/utils/isIgnoredFunction.cjs
+0 −9 stylelint/lib/utils/isIgnoredFunction.mjs
+15 −0 stylelint/lib/utils/isUrlFunction.cjs
+9 −0 stylelint/lib/utils/isUrlFunction.mjs
+15 −0 stylelint/lib/utils/isVarFunction.cjs
+9 −0 stylelint/lib/utils/isVarFunction.mjs
+13 −13 stylelint/package.json
+0 −4 stylelint/types/stylelint/index.d.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"qunit-tap": "1.5.1",
"sass": "1.77.8",
"sizzle": "2.3.10",
"stylelint": "16.8.1",
"stylelint": "16.8.2",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
Expand Down

0 comments on commit f071d8c

Please sign in to comment.