From 6e6d9316c86a544661ac122f9ef65abf4e483658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 16:22:49 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-config-standard in /frontend Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 39.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/39.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] --- frontend/package-lock.json | 32 ++++++++++++++++---------------- frontend/package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 62d096b7..fc6ce989 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -31,7 +31,7 @@ "prettier-plugin-svelte": "^4.0.1", "stylelint": "^16.26.1", "stylelint-config-html": "^1.1.0", - "stylelint-config-standard": "^39.0.1", + "stylelint-config-standard": "^40.0.0", "svelte": "^5.54.1", "svelte-check": "^4.5.0", "tslib": "^2.8.0", @@ -4617,10 +4617,10 @@ "stylelint": ">=14.0.0" } }, - "node_modules/stylelint-config-recommended": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz", - "integrity": "sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA==", + "node_modules/stylelint-config-standard": { + "version": "40.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-40.0.0.tgz", + "integrity": "sha512-EznGJxOUhtWck2r6dJpbgAdPATIzvpLdK9+i5qPd4Lx70es66TkBPljSg4wN3Qnc6c4h2n+WbUrUynQ3fanjHw==", "dev": true, "funding": [ { @@ -4633,17 +4633,20 @@ } ], "license": "MIT", + "dependencies": { + "stylelint-config-recommended": "^18.0.0" + }, "engines": { - "node": ">=18.12.0" + "node": ">=20.19.0" }, "peerDependencies": { - "stylelint": "^16.23.0" + "stylelint": "^17.0.0" } }, - "node_modules/stylelint-config-standard": { - "version": "39.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz", - "integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==", + "node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-18.0.0.tgz", + "integrity": "sha512-mxgT2XY6YZ3HWWe3Di8umG6aBmWmHTblTgu/f10rqFXnyWxjKWwNdjSWkgkwCtxIKnqjSJzvFmPT5yabVIRxZg==", "dev": true, "funding": [ { @@ -4656,14 +4659,11 @@ } ], "license": "MIT", - "dependencies": { - "stylelint-config-recommended": "^17.0.0" - }, "engines": { - "node": ">=18.12.0" + "node": ">=20.19.0" }, "peerDependencies": { - "stylelint": "^16.23.0" + "stylelint": "^17.0.0" } }, "node_modules/stylelint/node_modules/balanced-match": { diff --git a/frontend/package.json b/frontend/package.json index ec79b19d..c2d29075 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "prettier-plugin-svelte": "^4.0.1", "stylelint": "^16.26.1", "stylelint-config-html": "^1.1.0", - "stylelint-config-standard": "^39.0.1", + "stylelint-config-standard": "^40.0.0", "svelte": "^5.54.1", "svelte-check": "^4.5.0", "tslib": "^2.8.0",