Skip to content

Commit

Permalink
Bump stylelint from 16.11.0 to 16.12.0 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.11.0 to 16.12.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.11.0...16.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinpitt committed Dec 22, 2024
1 parent fa926c6 commit fc16e60
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 25 files
+4 −4 .package-lock.json
+1 −1 .package.json
+94 −18 stylelint/lib/reference/keywords.cjs
+94 −18 stylelint/lib/reference/keywords.mjs
+23 −1 stylelint/lib/reference/selectors.cjs
+23 −1 stylelint/lib/reference/selectors.mjs
+3 −1 stylelint/lib/rules/at-rule-property-required-list/index.cjs
+3 −1 stylelint/lib/rules/at-rule-property-required-list/index.mjs
+44 −18 stylelint/lib/rules/custom-property-no-missing-var-function/index.cjs
+44 −18 stylelint/lib/rules/custom-property-no-missing-var-function/index.mjs
+1 −1 stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.cjs
+1 −1 stylelint/lib/rules/declaration-block-no-redundant-longhand-properties/index.mjs
+5 −4 stylelint/lib/rules/function-no-unknown/index.cjs
+5 −4 stylelint/lib/rules/function-no-unknown/index.mjs
+1 −1 stylelint/lib/rules/selector-max-specificity/index.cjs
+1 −1 stylelint/lib/rules/selector-max-specificity/index.mjs
+40 −29 stylelint/lib/rules/selector-pseudo-class-allowed-list/index.cjs
+40 −29 stylelint/lib/rules/selector-pseudo-class-allowed-list/index.mjs
+48 −26 stylelint/lib/rules/selector-pseudo-class-disallowed-list/index.cjs
+48 −26 stylelint/lib/rules/selector-pseudo-class-disallowed-list/index.mjs
+18 −1 stylelint/lib/rules/selector-type-no-unknown/index.cjs
+18 −1 stylelint/lib/rules/selector-type-no-unknown/index.mjs
+2 −2 stylelint/lib/standalone.cjs
+2 −2 stylelint/lib/standalone.mjs
+7 −6 stylelint/package.json
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.79.6",
"sizzle": "2.3.10",
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "14.0.0",
Expand Down

0 comments on commit fc16e60

Please sign in to comment.