From f9a0da33e862d29f264af62fc3d305a2767062db Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 14 Mar 2025 15:00:52 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v16.16.0 --- package-lock.json | 20 ++++++++++++++------ package.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e81d56a..4e5a1d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "nuxt": "3.16.0", "postcss-html": "1.8.0", "sass": "1.85.1", - "stylelint": "16.15.0", + "stylelint": "16.16.0", "stylelint-config-recommended-vue": "1.6.0", "stylelint-config-standard": "37.0.0", "typescript": "5.8.2", @@ -17926,9 +17926,9 @@ } }, "node_modules/stylelint": { - "version": "16.15.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.15.0.tgz", - "integrity": "sha512-OK6Rs7EPdcdmjqiDycadZY4fw3f5/TC1X6/tGjnF3OosbwCeNs7nG+79MCAtjEg7ckwqTJTsku08e0Rmaz5nUw==", + "version": "16.16.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.16.0.tgz", + "integrity": "sha512-40X5UOb/0CEFnZVEHyN260HlSSUxPES+arrUphOumGWgXERHfwCD0kNBVILgQSij8iliYVwlc0V7M5bcLP9vPg==", "devOptional": true, "funding": [ { @@ -17940,6 +17940,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", @@ -17954,7 +17955,7 @@ "debug": "^4.3.7", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^10.0.6", + "file-entry-cache": "^10.0.7", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", @@ -18086,6 +18087,7 @@ "url": "https://opencollective.com/csstools" } ], + "license": "MIT-0", "engines": { "node": ">=18" }, @@ -18097,13 +18099,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", - "devOptional": true + "devOptional": true, + "license": "MIT" }, "node_modules/stylelint/node_modules/file-entry-cache": { "version": "10.0.7", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.7.tgz", "integrity": "sha512-txsf5fu3anp2ff3+gOJJzRImtrtm/oa9tYLN0iTuINZ++EyVR/nRrg2fKYwvG/pXDofcrvvb0scEbX3NyW/COw==", "devOptional": true, + "license": "MIT", "dependencies": { "flat-cache": "^6.1.7" } @@ -18113,6 +18117,7 @@ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.7.tgz", "integrity": "sha512-qwZ4xf1v1m7Rc9XiORly31YaChvKt6oNVHuqqZcoED/7O+ToyNVGobKsIAopY9ODcWpEDKEBAbrSOCBHtNQvew==", "devOptional": true, + "license": "MIT", "dependencies": { "cacheable": "^1.8.9", "flatted": "^3.3.3", @@ -18124,6 +18129,7 @@ "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", "devOptional": true, + "license": "MIT", "engines": { "node": ">=18" }, @@ -18150,6 +18156,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "engines": { "node": ">=18.0" }, @@ -18162,6 +18169,7 @@ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz", "integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==", "devOptional": true, + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" diff --git a/package.json b/package.json index 38ac083..f169a5b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "nuxt": "3.16.0", "postcss-html": "1.8.0", "sass": "1.85.1", - "stylelint": "16.15.0", + "stylelint": "16.16.0", "stylelint-config-recommended-vue": "1.6.0", "stylelint-config-standard": "37.0.0", "typescript": "5.8.2",