Browse Source

Bump stylelint from 15.7.0 to 15.8.0 (#3699)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.7.0 to 15.8.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/15.7.0...15.8.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
b039fac17b
2 changed files with 5 additions and 12 deletions
  1. 4 11
      package-lock.json
  2. 1 1
      package.json

+ 4 - 11
package-lock.json

@@ -39,7 +39,7 @@
 				"prettier-plugin-nginx": "^1.0.3",
 				"prettier-plugin-sh": "^0.12.8",
 				"prettier-plugin-sql": "^0.14.0",
-				"stylelint": "^15.7.0",
+				"stylelint": "^15.8.0",
 				"stylelint-config-standard": "^33.0.0",
 				"typescript": "^5.1.3",
 				"vitepress": "1.0.0-beta.2",
@@ -8184,9 +8184,9 @@
 			}
 		},
 		"node_modules/stylelint": {
-			"version": "15.7.0",
-			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.7.0.tgz",
-			"integrity": "sha512-fQRwHwWuZsDn4ENyE9AsKkOkV9WlD2CmYiVDbdZPdS3iZh0ceypOn1EuwTNuZ8xTrHF+jVeIEzLtFFSlD/nJHg==",
+			"version": "15.8.0",
+			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.8.0.tgz",
+			"integrity": "sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==",
 			"dev": true,
 			"dependencies": {
 				"@csstools/css-parser-algorithms": "^2.2.0",
@@ -8229,7 +8229,6 @@
 				"supports-hyperlinks": "^3.0.0",
 				"svg-tags": "^1.0.0",
 				"table": "^6.8.1",
-				"v8-compile-cache": "^2.3.0",
 				"write-file-atomic": "^5.0.1"
 			},
 			"bin": {
@@ -8700,12 +8699,6 @@
 			"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
 			"dev": true
 		},
-		"node_modules/v8-compile-cache": {
-			"version": "2.3.0",
-			"resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
-			"integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
-			"dev": true
-		},
 		"node_modules/validate-npm-package-license": {
 			"version": "3.0.4",
 			"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",

+ 1 - 1
package.json

@@ -47,7 +47,7 @@
 		"prettier-plugin-nginx": "^1.0.3",
 		"prettier-plugin-sh": "^0.12.8",
 		"prettier-plugin-sql": "^0.14.0",
-		"stylelint": "^15.7.0",
+		"stylelint": "^15.8.0",
 		"stylelint-config-standard": "^33.0.0",
 		"typescript": "^5.1.3",
 		"vitepress": "1.0.0-beta.2",