From c7f3fad69332b28a9d3118a02c369f88f3f31f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:26:54 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-config-recommended from 14.0.1 to 17.0.0 Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 14.0.1 to 17.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/14.0.1...17.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recommended dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac71aac4..95135191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "lint-staged": "^16.1.5", "prettier": "^3.6.2", "stylelint": "^16.23.1", - "stylelint-config-recommended": "^14.0.1", + "stylelint-config-recommended": "^17.0.0", "tsx": "^4.20.5", "typescript": "^5.9.2", "typescript-eslint": "^8.41.0" @@ -6910,9 +6910,9 @@ } }, "node_modules/stylelint-config-recommended": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", - "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz", + "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==", "dev": true, "funding": [ { @@ -6929,7 +6929,7 @@ "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.1.0" + "stylelint": "^16.23.0" } }, "node_modules/stylelint/node_modules/balanced-match": { diff --git a/package.json b/package.json index aed86f9b..a2d99060 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lint-staged": "^16.1.5", "prettier": "^3.6.2", "stylelint": "^16.23.1", - "stylelint-config-recommended": "^14.0.1", + "stylelint-config-recommended": "^17.0.0", "tsx": "^4.20.5", "typescript": "^5.9.2", "typescript-eslint": "^8.41.0"