Skip to content

Commit 56d9b89

Browse files
chore(deps-dev): bump stylelint from 16.21.1 to 16.22.0 in the npm group (#915)
Bumps the npm group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.21.1 to 16.22.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.21.1...16.22.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.22.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3af9fcf commit 56d9b89

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lintfix": "stylelint --fix assets/**/*.scss"
66
},
77
"devDependencies": {
8-
"stylelint": "16.21.1",
8+
"stylelint": "16.22.0",
99
"stylelint-config-recess-order": "7.1.0",
1010
"stylelint-config-recommended-scss": "15.0.1",
1111
"stylelint-scss": "6.12.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -735,10 +735,10 @@ stylelint-scss@6.12.1, stylelint-scss@^6.12.0:
735735
postcss-selector-parser "^7.1.0"
736736
postcss-value-parser "^4.2.0"
737737

738-
stylelint@16.21.1:
739-
version "16.21.1"
740-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.21.1.tgz#1887cbea53c40ff2a0b3ff3912852ff16e1b696c"
741-
integrity sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==
738+
stylelint@16.22.0:
739+
version "16.22.0"
740+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.22.0.tgz#00020f4390a8625cf7f707820c1b6b538e4b0fa3"
741+
integrity sha512-SVEMTdjKNV4ollUrIY9ordZ36zHv2/PHzPjfPMau370MlL2VYXeLgSNMMiEbLGRO8RmD2R8/BVUeF2DfnfkC0w==
742742
dependencies:
743743
"@csstools/css-parser-algorithms" "^3.0.5"
744744
"@csstools/css-tokenizer" "^3.0.4"

0 commit comments

Comments
 (0)