From 981d21b3fe3c871b45715d23619a1c1c7f0ee78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:49:49 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-config-standard from 30.0.1 to 40.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 30.0.1 to 40.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/30.0.1...40.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-version: 40.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b3388b8..47b3468 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "postcss-styled-syntax": "^0.7.1", "postcss-syntax": "^0.36.2", "stylelint": "^15.2.0", - "stylelint-config-standard": "^30.0.1", + "stylelint-config-standard": "^40.0.0", "stylelint-order": "^6.0.3", "terser": "^5.48.0", "tinymce": "^8.6.0", diff --git a/yarn.lock b/yarn.lock index 0f776e7..855d963 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7298,17 +7298,17 @@ styled-jsx@5.1.6: dependencies: client-only "0.0.1" -stylelint-config-recommended@^10.0.1: - version "10.0.1" - resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-10.0.1.tgz" - integrity sha512-TQ4xQ48tW4QSlODcti7pgSRqBZcUaBzuh0jPpfiMhwJKBPkqzTIAU+IrSWL/7BgXlOM90DjB7YaNgFpx8QWhuA== +stylelint-config-recommended@^18.0.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz#1d86be73565c3cd5e6babb8abcc932012a86bd76" + integrity sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg== -stylelint-config-standard@^30.0.1: - version "30.0.1" - resolved "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-30.0.1.tgz" - integrity sha512-NbeHOmpRQhjZh5XB1B/S4MLRWvz4xxAxeDBjzl0tY2xEcayNhLbaRGF0ZQzq+DQZLCcPpOHeS2Ru1ydbkhkmLg== +stylelint-config-standard@^40.0.0: + version "40.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz#6bb72b94f8be434cdf2902ba26b2167d572c5414" + integrity sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw== dependencies: - stylelint-config-recommended "^10.0.1" + stylelint-config-recommended "^18.0.0" stylelint-order@^6.0.3: version "6.0.3"