From 38e75667329573df9a334ab872c8fb34a768ae15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 00:11:12 -0800 Subject: [PATCH] Bump stylelint-config-standard-scss from 6.0.0 to 6.1.0 (#1038) Bumps [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: stylelint-config-standard-scss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a64577b..fb90aeb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "prettier": "^2.7.1", "stylelint": "^14.15.0", "stylelint-config-prettier-scss": "0.0.1", - "stylelint-config-standard-scss": "^6.0.0", + "stylelint-config-standard-scss": "^6.1.0", "stylelint-prettier": "^2.0.0" } }, @@ -1809,16 +1809,22 @@ } }, "node_modules/stylelint-config-standard-scss": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.0.0.tgz", - "integrity": "sha512-aAWcQgiqsXg6Jyhq/Q/HPbVB7PHf4v/wdyFSDun/qlL/SPxtEcVeGMvJLzRVRaNf3tp3D93QP6N9QKwJa1L0Kw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.1.0.tgz", + "integrity": "sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q==", "dev": true, "dependencies": { "stylelint-config-recommended-scss": "^8.0.0", "stylelint-config-standard": "^29.0.0" }, "peerDependencies": { + "postcss": "^8.3.3", "stylelint": "^14.14.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } } }, "node_modules/stylelint-prettier": { @@ -3364,9 +3370,9 @@ } }, "stylelint-config-standard-scss": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.0.0.tgz", - "integrity": "sha512-aAWcQgiqsXg6Jyhq/Q/HPbVB7PHf4v/wdyFSDun/qlL/SPxtEcVeGMvJLzRVRaNf3tp3D93QP6N9QKwJa1L0Kw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.1.0.tgz", + "integrity": "sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q==", "dev": true, "requires": { "stylelint-config-recommended-scss": "^8.0.0", diff --git a/package.json b/package.json index 9abf2406..c4087cdd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "prettier": "^2.7.1", "stylelint": "^14.15.0", "stylelint-config-prettier-scss": "0.0.1", - "stylelint-config-standard-scss": "^6.0.0", + "stylelint-config-standard-scss": "^6.1.0", "stylelint-prettier": "^2.0.0" }, "scripts": { -- GitLab