From 0493117622fb502db7806fe1e79772399b392d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 02:33:24 +0000 Subject: [PATCH] npm-dev(deps-dev): bump the linting group across 1 directory with 2 updates Bumps the linting group with 2 updates in the / directory: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss). Updates `stylelint` from 15.11.0 to 16.21.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.21.1) Updates `stylelint-config-standard-scss` from 11.1.0 to 15.0.1 - [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/v11.1.0...v15.0.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.21.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linting - dependency-name: stylelint-config-standard-scss dependency-version: 15.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linting ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97c7f50..fa9f7bc 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "homepage": "https://cybermonkey.net.au", "devDependencies": { "prettier": "^3.0.3", - "stylelint": "^15.11.0", - "stylelint-config-standard-scss": "^11.0.0" + "stylelint": "^16.21.1", + "stylelint-config-standard-scss": "^15.0.1" }, "prettier": { "semi": true,