Skip to content

Commit 07cb2e9

Browse files
Bump the stylelint group with 2 updates
Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines). Updates `stylelint` from 16.6.1 to 16.7.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.6.1...16.7.0) Updates `stylelint-config-sass-guidelines` from 11.1.0 to 12.0.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@v11.1.0...v12.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint - dependency-name: stylelint-config-sass-guidelines dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37e82fc commit 07cb2e9

File tree

2 files changed

+56
-36
lines changed

2 files changed

+56
-36
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
"rimraf": "^5.0.8",
119119
"sass": "^1.77.8",
120120
"sass-loader": "^14.2.1",
121-
"stylelint": "^16.6.1",
122-
"stylelint-config-sass-guidelines": "^11.1.0",
121+
"stylelint": "^16.7.0",
122+
"stylelint-config-sass-guidelines": "^12.0.0",
123123
"stylelint-config-standard": "^36.0.1",
124124
"stylelint-high-performance-animation": "^1.10.0",
125125
"stylelint-use-logical-spec": "^5.0.1",

yarn.lock

+54-34
Original file line numberDiff line numberDiff line change
@@ -1065,20 +1065,20 @@
10651065
"@babel/helper-validator-identifier" "^7.24.7"
10661066
to-fast-properties "^2.0.0"
10671067

1068-
"@csstools/css-parser-algorithms@^2.6.3":
1069-
version "2.6.3"
1070-
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.6.3.tgz#b5e7eb2bd2a42e968ef61484f1490a8a4148a8eb"
1071-
integrity sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA==
1068+
"@csstools/css-parser-algorithms@^2.6.1", "@csstools/css-parser-algorithms@^2.7.1":
1069+
version "2.7.1"
1070+
resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.7.1.tgz#6d93a8f7d8aeb7cd9ed0868f946e46f021b6aa70"
1071+
integrity sha512-2SJS42gxmACHgikc1WGesXLIT8d/q2l0UFM7TaEeIzdFCE/FPMtTiizcPGGJtlPo2xuQzY09OhrLTzRxqJqwGw==
10721072

1073-
"@csstools/css-tokenizer@^2.3.1":
1074-
version "2.3.1"
1075-
resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-2.3.1.tgz#3d47e101ad48d815a4bdce8159fb5764f087f17a"
1076-
integrity sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g==
1073+
"@csstools/css-tokenizer@^2.2.4", "@csstools/css-tokenizer@^2.4.1":
1074+
version "2.4.1"
1075+
resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-2.4.1.tgz#1d8b2e200197cf5f35ceb07ca2dade31f3a00ae8"
1076+
integrity sha512-eQ9DIktFJBhGjioABJRtUucoWR2mwllurfnM8LuNGAqX3ViZXaUchqk+1s7jjtkFiT9ySdACsFEA3etErkALUg==
10771077

1078-
"@csstools/media-query-list-parser@^2.1.11":
1079-
version "2.1.11"
1080-
resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.11.tgz#465aa42f268599729350e305e1ae14a30c1daf51"
1081-
integrity sha512-uox5MVhvNHqitPP+SynrB1o8oPxPMt2JLgp5ghJOWf54WGQ5OKu47efne49r1SWqs3wRP8xSWjnO9MBKxhB1dA==
1078+
"@csstools/media-query-list-parser@^2.1.13", "@csstools/media-query-list-parser@^2.1.9":
1079+
version "2.1.13"
1080+
resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.13.tgz#f00be93f6bede07c14ddf51a168ad2748e4fe9e5"
1081+
integrity sha512-XaHr+16KRU9Gf8XLi3q8kDlI18d5vzKSKCY510Vrtc9iNR0NJzbY9hhTmwhzYZj/ZwGL4VmB3TA9hJW0Um2qFA==
10821082

10831083
"@csstools/selector-specificity@^3.1.1":
10841084
version "3.1.1"
@@ -1543,6 +1543,20 @@
15431543
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz#9cd84cc15bc865a5ca35fcaae198eb899f7b5c90"
15441544
integrity sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==
15451545

1546+
"@stylistic/stylelint-plugin@^2.1.0":
1547+
version "2.1.2"
1548+
resolved "https://registry.yarnpkg.com/@stylistic/stylelint-plugin/-/stylelint-plugin-2.1.2.tgz#d53556d1e9a62d9707028d394cf272f0bd2f0833"
1549+
integrity sha512-JsSqu0Y3vsX+PBl+DwULxC0cIv9C1yIcq1MXkx7pBOGtTqU26a75I8MPYMiEYvrsXgsKLi65xVgy1iLVSZquJA==
1550+
dependencies:
1551+
"@csstools/css-parser-algorithms" "^2.6.1"
1552+
"@csstools/css-tokenizer" "^2.2.4"
1553+
"@csstools/media-query-list-parser" "^2.1.9"
1554+
is-plain-object "^5.0.0"
1555+
postcss-selector-parser "^6.0.16"
1556+
postcss-value-parser "^4.2.0"
1557+
style-search "^0.1.0"
1558+
stylelint "^16.4.0"
1559+
15461560
"@szmarczak/http-timer@^4.0.5":
15471561
version "4.0.6"
15481562
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807"
@@ -3181,10 +3195,10 @@ debug@2.6.9:
31813195
dependencies:
31823196
ms "2.0.0"
31833197

3184-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
3185-
version "4.3.4"
3186-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3187-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3198+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
3199+
version "4.3.5"
3200+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
3201+
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
31883202
dependencies:
31893203
ms "2.1.2"
31903204

@@ -5685,10 +5699,10 @@ known-css-properties@^0.29.0:
56855699
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.29.0.tgz#e8ba024fb03886f23cb882e806929f32d814158f"
56865700
integrity sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==
56875701

5688-
known-css-properties@^0.31.0:
5689-
version "0.31.0"
5690-
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.31.0.tgz#5c8d9d8777b3ca09482b2397f6a241e5d69a1023"
5691-
integrity sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ==
5702+
known-css-properties@^0.34.0:
5703+
version "0.34.0"
5704+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.34.0.tgz#ccd7e9f4388302231b3f174a8b1d5b1f7b576cea"
5705+
integrity sha512-tBECoUqNFbyAY4RrbqsBQqDFpGXAEbdD5QKr8kACx3+rnArmuuR22nKQWKazvp07N9yjTyDZaw/20UIH8tL9DQ==
56925706

56935707
launch-editor@^2.6.1:
56945708
version "2.6.1"
@@ -7962,6 +7976,11 @@ strip-json-comments@^3.1.1:
79627976
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
79637977
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
79647978

7979+
style-search@^0.1.0:
7980+
version "0.1.0"
7981+
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
7982+
integrity sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==
7983+
79657984
stylehacks@^7.0.0:
79667985
version "7.0.0"
79677986
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-7.0.0.tgz#68e8ee54724671c0c698be82e1299c6548c31921"
@@ -7975,11 +7994,12 @@ stylelint-config-recommended@^14.0.1:
79757994
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz#d25e86409aaf79ee6c6085c2c14b33c7e23c90c6"
79767995
integrity sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==
79777996

7978-
stylelint-config-sass-guidelines@^11.1.0:
7979-
version "11.1.0"
7980-
resolved "https://registry.yarnpkg.com/stylelint-config-sass-guidelines/-/stylelint-config-sass-guidelines-11.1.0.tgz#0106f3ec4991a598823b55841bf45fce63268c8c"
7981-
integrity sha512-mVE3UmN8MlshK4Gb3eYk6f8tw9DkQ9yjMF4W9krlmpaNZpSXOdh13AL0sU7l/9l4Pnpt4KMobNNIRI0tJl56Cw==
7997+
stylelint-config-sass-guidelines@^12.0.0:
7998+
version "12.0.0"
7999+
resolved "https://registry.yarnpkg.com/stylelint-config-sass-guidelines/-/stylelint-config-sass-guidelines-12.0.0.tgz#aff9ddc0b24e48eac4c44088cdbdad7166d76af3"
8000+
integrity sha512-lGJml+QEVlU/nqI+awiQieyxXHkmuwhz4XsfUNkQVcNaPXBpLgefOHjZ7ZSmUm4y4YG8JhrvYNjYzUcTfe8cdg==
79828001
dependencies:
8002+
"@stylistic/stylelint-plugin" "^2.1.0"
79838003
postcss-scss "^4.0.9"
79848004
stylelint-scss "^6.2.1"
79858005

@@ -8013,22 +8033,22 @@ stylelint-use-logical-spec@^5.0.1:
80138033
resolved "https://registry.yarnpkg.com/stylelint-use-logical-spec/-/stylelint-use-logical-spec-5.0.1.tgz#d5aa254d615d373f18214297c0b49a03a6ca5980"
80148034
integrity sha512-UfLB4LW6iG4r3cXxjxkiHQrFyhWFqt8FpNNngD+TyvgMWSokk5TYwTvBHS3atUvZhOogllTOe/PUrGE+4z84AA==
80158035

8016-
stylelint@^16.6.1:
8017-
version "16.6.1"
8018-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.6.1.tgz#84735aca2bb5cde535572b7a9b878d2ec983a570"
8019-
integrity sha512-yNgz2PqWLkhH2hw6X9AweV9YvoafbAD5ZsFdKN9BvSDVwGvPh+AUIrn7lYwy1S7IHmtFin75LLfX1m0D2tHu8Q==
8036+
stylelint@^16.4.0, stylelint@^16.7.0:
8037+
version "16.7.0"
8038+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.7.0.tgz#5f6acf516aedecba7a6472ba0cc1ffc20e2be86b"
8039+
integrity sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==
80208040
dependencies:
8021-
"@csstools/css-parser-algorithms" "^2.6.3"
8022-
"@csstools/css-tokenizer" "^2.3.1"
8023-
"@csstools/media-query-list-parser" "^2.1.11"
8041+
"@csstools/css-parser-algorithms" "^2.7.1"
8042+
"@csstools/css-tokenizer" "^2.4.1"
8043+
"@csstools/media-query-list-parser" "^2.1.13"
80248044
"@csstools/selector-specificity" "^3.1.1"
80258045
"@dual-bundle/import-meta-resolve" "^4.1.0"
80268046
balanced-match "^2.0.0"
80278047
colord "^2.9.3"
80288048
cosmiconfig "^9.0.0"
80298049
css-functions-list "^3.2.2"
80308050
css-tree "^2.3.1"
8031-
debug "^4.3.4"
8051+
debug "^4.3.5"
80328052
fast-glob "^3.3.2"
80338053
fastest-levenshtein "^1.0.16"
80348054
file-entry-cache "^9.0.0"
@@ -8039,13 +8059,13 @@ stylelint@^16.6.1:
80398059
ignore "^5.3.1"
80408060
imurmurhash "^0.1.4"
80418061
is-plain-object "^5.0.0"
8042-
known-css-properties "^0.31.0"
8062+
known-css-properties "^0.34.0"
80438063
mathml-tag-names "^2.1.3"
80448064
meow "^13.2.0"
80458065
micromatch "^4.0.7"
80468066
normalize-path "^3.0.0"
80478067
picocolors "^1.0.1"
8048-
postcss "^8.4.38"
8068+
postcss "^8.4.39"
80498069
postcss-resolve-nested-selector "^0.1.1"
80508070
postcss-safe-parser "^7.0.0"
80518071
postcss-selector-parser "^6.1.0"

0 commit comments

Comments
 (0)