From 6349af7183130fac2cd3b9446f1b39d82a1ad8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:03:46 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 17.11.0 to 17.11.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.11.0 to 17.11.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/17.11.0...17.11.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.11.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31f20a089..9a69c8734 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "gettext-parser": "^9.0.2", "happy-dom": "^20.9.0", "sass": "^1.99.0", - "stylelint": "^17.11.0", + "stylelint": "^17.11.1", "tslib": "^2.8.1", "typedoc": "^0.28.19", "typedoc-plugin-missing-exports": "^4.1.3", @@ -8014,6 +8014,7 @@ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -12096,9 +12097,9 @@ } }, "node_modules/stylelint": { - "version": "17.11.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", - "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", + "version": "17.11.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz", + "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==", "dev": true, "funding": [ { @@ -12133,13 +12134,12 @@ "html-tags": "^5.1.0", "ignore": "^7.0.5", "import-meta-resolve": "^4.2.0", - "is-plain-object": "^5.0.0", "mathml-tag-names": "^4.0.0", "meow": "^14.1.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", diff --git a/package.json b/package.json index 4a30a6b2d..79291c3a2 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "gettext-parser": "^9.0.2", "happy-dom": "^20.9.0", "sass": "^1.99.0", - "stylelint": "^17.11.0", + "stylelint": "^17.11.1", "tslib": "^2.8.1", "typedoc": "^0.28.19", "typedoc-plugin-missing-exports": "^4.1.3",