Skip to content

Commit 6ddd260

Browse files
build(deps-dev): bump stylelint from 14.13.0 to 14.14.0 (#142)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.13.0 to 14.14.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@14.13.0...14.14.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5485c5 commit 6ddd260

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"stylelint-order": "^5.0.0"
2121
},
2222
"peerDependencies": {
23-
"stylelint": "^14.13.0"
23+
"stylelint": "^14.14.0"
2424
},
2525
"devDependencies": {
2626
"@commitlint/cli": "^17.1.2",
@@ -30,7 +30,7 @@
3030
"lint-staged": "^13.0.3",
3131
"prettier": "^2.7.1",
3232
"release-it": "^15.5.0",
33-
"stylelint": "^14.13.0"
33+
"stylelint": "^14.14.0"
3434
},
3535
"description": "A stylelint config we use for our projects",
3636
"repository": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,7 +2809,7 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
28092809
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
28102810
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
28112811

2812-
postcss@^8.3.11, postcss@^8.4.0, postcss@^8.4.16, postcss@^8.4.17:
2812+
postcss@^8.3.11, postcss@^8.4.0, postcss@^8.4.17:
28132813
version "8.4.17"
28142814
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.17.tgz#f87863ec7cd353f81f7ab2dec5d67d861bbb1be5"
28152815
integrity sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==
@@ -3485,10 +3485,10 @@ stylelint-scss@^4.0.0:
34853485
postcss-selector-parser "^6.0.6"
34863486
postcss-value-parser "^4.1.0"
34873487

3488-
stylelint@^14.13.0:
3489-
version "14.13.0"
3490-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.13.0.tgz#0c0b8ba8c5cf39522a50c9928f5e44897c678538"
3491-
integrity sha512-NJSAdloiAB/jgVJKxMR90mWlctvmeBFGFVUvyKngi9+j/qPSJ5ZB+u8jOmGbLTnS7OHrII9NFGehPRyar8U5vg==
3488+
stylelint@^14.14.0:
3489+
version "14.14.0"
3490+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.14.0.tgz#1acb52497c9a921f23f9c4014d4e0ee6eba768d0"
3491+
integrity sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==
34923492
dependencies:
34933493
"@csstools/selector-specificity" "^2.0.2"
34943494
balanced-match "^2.0.0"
@@ -3513,7 +3513,7 @@ stylelint@^14.13.0:
35133513
micromatch "^4.0.5"
35143514
normalize-path "^3.0.0"
35153515
picocolors "^1.0.0"
3516-
postcss "^8.4.16"
3516+
postcss "^8.4.17"
35173517
postcss-media-query-parser "^0.2.3"
35183518
postcss-resolve-nested-selector "^0.1.1"
35193519
postcss-safe-parser "^6.0.0"

0 commit comments

Comments
 (0)