From 368747990292fbf7dcab324782010b50a7a1bd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 16:18:21 +0200 Subject: [PATCH] Bump stylelint-config-standard from 27.0.0 to 28.0.0 in /dependencies (#3260) Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 27.0.0 to 28.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/27.0.0...28.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 16 ++++++++-------- dependencies/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 36b16295..4362e63b 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -46,7 +46,7 @@ "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-sass-guidelines": "^9.0.1", - "stylelint-config-standard": "^27.0.0", + "stylelint-config-standard": "^28.0.0", "stylelint-config-standard-scss": "^5.0.0", "stylelint-scss": "^4.3.0", "tekton-lint": "^0.6.0", @@ -10036,14 +10036,14 @@ } }, "node_modules/stylelint-config-standard": { - "version": "27.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-27.0.0.tgz", - "integrity": "sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz", + "integrity": "sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==", "dependencies": { "stylelint-config-recommended": "^9.0.0" }, "peerDependencies": { - "stylelint": "^14.10.0" + "stylelint": "^14.11.0" } }, "node_modules/stylelint-config-standard-scss": { @@ -18891,9 +18891,9 @@ } }, "stylelint-config-standard": { - "version": "27.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-27.0.0.tgz", - "integrity": "sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz", + "integrity": "sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==", "requires": { "stylelint-config-recommended": "^9.0.0" } diff --git a/dependencies/package.json b/dependencies/package.json index 6334dbc3..3daa8a0a 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -39,7 +39,7 @@ "stylelint": "^14.12.1", "stylelint-config-recommended-scss": "^7.0.0", "stylelint-config-sass-guidelines": "^9.0.1", - "stylelint-config-standard": "^27.0.0", + "stylelint-config-standard": "^28.0.0", "stylelint-config-standard-scss": "^5.0.0", "stylelint-config-prettier": "^9.0.3", "postcss-less": "^6.0.0",