From 3d4ccc60d6f9fa1d15b324ad40d7d2e5c386cab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 04:36:16 +0000 Subject: [PATCH] chore: Bump stylelint-config-standard from 39.0.1 to 40.0.0 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 | 37 ++++++++++++++++++++++++++++++------- frontend/package.json | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cc9be61b..b6e5f622 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "postcss-html": "^1.8.1", "stylelint": "^16.26.1", "stylelint-config-recommended-vue": "^1.6.1", - "stylelint-config-standard": "^39.0.1", + "stylelint-config-standard": "^40.0.0", "vite": "^7.3.1", "vite-plugin-vuetify": "^2.1.3", "vitest": "^4.0.15", @@ -9457,9 +9457,9 @@ } }, "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==", + "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": [ { @@ -9473,13 +9473,36 @@ ], "license": "MIT", "dependencies": { - "stylelint-config-recommended": "^17.0.0" + "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/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": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], + "license": "MIT", + "engines": { + "node": ">=20.19.0" + }, + "peerDependencies": { + "stylelint": "^17.0.0" } }, "node_modules/stylelint/node_modules/@csstools/selector-specificity": { diff --git a/frontend/package.json b/frontend/package.json index ca5f415a..7046a516 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "postcss-html": "^1.8.1", "stylelint": "^16.26.1", "stylelint-config-recommended-vue": "^1.6.1", - "stylelint-config-standard": "^39.0.1", + "stylelint-config-standard": "^40.0.0", "vite": "^7.3.1", "vite-plugin-vuetify": "^2.1.3", "vitest": "^4.0.15",