From 747e7ae4080a7f39dbff14f181e65b135c6d628d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 01:36:37 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.18.0 to 16.19.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.18.0 to 16.19.0. - [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/16.18.0...16.19.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++------- package.json | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7f4bc2513c5..693623452d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "replace-in-file": "^8.3.0", "rimraf": "6.0.1", "rxjs": "~7.8.2", - "stylelint": "16.18.0", + "stylelint": "16.19.0", "stylelint-config-sass-guidelines": "12.1.0", "stylelint-config-standard": "^38.0.0", "stylelint-use-logical": "2.1.2", @@ -23025,7 +23025,8 @@ "node_modules/known-css-properties": { "version": "0.35.0", "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.35.0.tgz", - "integrity": "sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==" + "integrity": "sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==", + "dev": true }, "node_modules/language-subtag-registry": { "version": "0.3.23", @@ -33789,9 +33790,9 @@ } }, "node_modules/stylelint": { - "version": "16.18.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.18.0.tgz", - "integrity": "sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA==", + "version": "16.19.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.0.tgz", + "integrity": "sha512-BJzc5mo/ez0H/ZSl3UbxGdkK/s0kFGsF5/k6IGu4z8wJ1qp49WrOS9RxswvcN6HMirt0g/iiJqOwLHTbWv49IQ==", "funding": [ { "type": "opencollective", @@ -33817,7 +33818,7 @@ "debug": "^4.3.7", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^10.0.7", + "file-entry-cache": "^10.0.8", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", @@ -33825,7 +33826,7 @@ "ignore": "^7.0.3", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", - "known-css-properties": "^0.35.0", + "known-css-properties": "^0.36.0", "mathml-tag-names": "^2.1.3", "meow": "^13.2.0", "micromatch": "^4.0.8", @@ -34173,6 +34174,12 @@ "node": ">=8" } }, + "node_modules/stylelint/node_modules/known-css-properties": { + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.36.0.tgz", + "integrity": "sha512-A+9jP+IUmuQsNdsLdcg6Yt7voiMF/D4K83ew0OpJtpu+l34ef7LaohWV0Rc6KNvzw6ZDizkqfyB5JznZnzuKQA==", + "license": "MIT" + }, "node_modules/stylelint/node_modules/meow": { "version": "13.2.0", "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", diff --git a/package.json b/package.json index 464a913ce7bb..e8e1592b3fbb 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "replace-in-file": "^8.3.0", "rimraf": "6.0.1", "rxjs": "~7.8.2", - "stylelint": "16.18.0", + "stylelint": "16.19.0", "stylelint-config-sass-guidelines": "12.1.0", "stylelint-config-standard": "^38.0.0", "stylelint-use-logical": "2.1.2",