Skip to content

Commit 9d2d531

Browse files
chore(deps-dev): bump stylelint from 16.11.0 to 16.12.0 in the npm group
Bumps the npm 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: npm ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 512fd70 commit 9d2d531

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.11.0",
8+
"stylelint": "16.12.0",
99
"stylelint-config-recess-order": "5.1.1",
1010
"stylelint-config-recommended-scss": "14.1.0",
1111
"stylelint-scss": "6.10.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,10 @@ [email protected], stylelint-scss@^6.4.0:
706706
postcss-selector-parser "^7.0.0"
707707
postcss-value-parser "^4.2.0"
708708

709-
stylelint@16.11.0:
710-
version "16.11.0"
711-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.11.0.tgz#7eb653b007dc0b4366dc3aa7bfa94ced0c52f087"
712-
integrity sha512-zrl4IrKmjJQ+h9FoMp69UMCq5SxeHk0URhxUBj4d3ISzo/DplOFBJZc7t7Dr6otB+1bfbbKNLOmCDpzKSlW+Nw==
709+
stylelint@16.12.0:
710+
version "16.12.0"
711+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.12.0.tgz#13532dcbaed21348da0e9e0fb9a4e1e7f6dab2b8"
712+
integrity sha512-F8zZ3L/rBpuoBZRvI4JVT20ZanPLXfQLzMOZg1tzPflRVh9mKpOZ8qcSIhh1my3FjAjZWG4T2POwGnmn6a6hbg==
713713
dependencies:
714714
"@csstools/css-parser-algorithms" "^3.0.4"
715715
"@csstools/css-tokenizer" "^3.0.3"
@@ -747,7 +747,7 @@ [email protected]:
747747
string-width "^4.2.3"
748748
supports-hyperlinks "^3.1.0"
749749
svg-tags "^1.0.0"
750-
table "^6.8.2"
750+
table "^6.9.0"
751751
write-file-atomic "^5.0.1"
752752

753753
supports-color@^5.3.0:
@@ -777,10 +777,10 @@ svg-tags@^1.0.0:
777777
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
778778
integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
779779

780-
table@^6.8.2:
781-
version "6.8.2"
782-
resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58"
783-
integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==
780+
table@^6.9.0:
781+
version "6.9.0"
782+
resolved "https://registry.yarnpkg.com/table/-/table-6.9.0.tgz#50040afa6264141c7566b3b81d4d82c47a8668f5"
783+
integrity sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==
784784
dependencies:
785785
ajv "^8.0.1"
786786
lodash.truncate "^4.4.2"

0 commit comments

Comments
 (0)