From 90dec000b02af065f1bf5c9a33aa19cb8655c712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 02:12:26 +0000 Subject: [PATCH] chore(deps): update dependency stylelint-config-standard to v35 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4e1748b5df..46288fc80b 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "stylelint-a11y": "1.2.3", "stylelint-config-prettier": "9.0.3", "stylelint-config-sass-guidelines": "9.0.1", - "stylelint-config-standard": "28.0.0", + "stylelint-config-standard": "35.0.0", "stylelint-no-unsupported-browser-features": "5.0.4", "stylelint-order": "5.0.0", "stylelint-prettier": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 4558764e05..e145cddd19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22381,10 +22381,10 @@ stylelint-config-prettier@9.0.3: resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz#0dccebeff359dcc393c9229184408b08964d561c" integrity sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg== -stylelint-config-recommended@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-9.0.0.tgz#1c9e07536a8cd875405f8ecef7314916d94e7e40" - integrity sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ== +stylelint-config-recommended@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz#b395c7014838d2aaca1755eebd914d0bb5274994" + integrity sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ== stylelint-config-sass-guidelines@9.0.1: version "9.0.1" @@ -22395,12 +22395,12 @@ stylelint-config-sass-guidelines@9.0.1: stylelint-order "^5.0.0" stylelint-scss "^4.0.0" -stylelint-config-standard@28.0.0: - version "28.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz#7e1926c232631a8445eafee7b186d276d42d7b15" - integrity sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q== +stylelint-config-standard@35.0.0: + version "35.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-35.0.0.tgz#f4574670affb72b6c99d2b5ca5ad010a11ee8d19" + integrity sha512-JyQrNZk2BZwVKFauGGxW2U6RuhIfQ4XoHHo+rBzMHcAkLnwI/knpszwXjzxiMgSfcxbZBckM7Vq4LHoANTR85g== dependencies: - stylelint-config-recommended "^9.0.0" + stylelint-config-recommended "^14.0.0" stylelint-no-unsupported-browser-features@5.0.4: version "5.0.4"