Просмотр исходного кода

chore(deps): update dependency stylelint-config-standard to v38 (#4932)

* chore(deps): update dependency stylelint-config-standard to v38

* Replace invalid CSS

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alec Rust <me@alecrust.com>
renovate[bot] 11 месяцев назад
Родитель
Сommit
0eb5ad8231
3 измененных файлов с 12 добавлено и 12 удалено
  1. 10 10
      package-lock.json
  2. 1 1
      package.json
  3. 1 1
      web/css/src/themes/default.css

+ 10 - 10
package-lock.json

@@ -39,7 +39,7 @@
 				"prettier-plugin-sh": "^0.15.0",
 				"prettier-plugin-sql": "^0.18.1",
 				"stylelint": "^16.18.0",
-				"stylelint-config-standard": "^36.0.1",
+				"stylelint-config-standard": "^38.0.0",
 				"vitepress": "^1.6.3",
 				"vitest": "^2.1.9",
 				"vue": "^3.5.13"
@@ -7900,9 +7900,9 @@
 			}
 		},
 		"node_modules/stylelint-config-recommended": {
-			"version": "14.0.1",
-			"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz",
-			"integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==",
+			"version": "16.0.0",
+			"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz",
+			"integrity": "sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA==",
 			"dev": true,
 			"funding": [
 				{
@@ -7919,13 +7919,13 @@
 				"node": ">=18.12.0"
 			},
 			"peerDependencies": {
-				"stylelint": "^16.1.0"
+				"stylelint": "^16.16.0"
 			}
 		},
 		"node_modules/stylelint-config-standard": {
-			"version": "36.0.1",
-			"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz",
-			"integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==",
+			"version": "38.0.0",
+			"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-38.0.0.tgz",
+			"integrity": "sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag==",
 			"dev": true,
 			"funding": [
 				{
@@ -7939,13 +7939,13 @@
 			],
 			"license": "MIT",
 			"dependencies": {
-				"stylelint-config-recommended": "^14.0.1"
+				"stylelint-config-recommended": "^16.0.0"
 			},
 			"engines": {
 				"node": ">=18.12.0"
 			},
 			"peerDependencies": {
-				"stylelint": "^16.1.0"
+				"stylelint": "^16.18.0"
 			}
 		},
 		"node_modules/stylelint/node_modules/balanced-match": {

+ 1 - 1
package.json

@@ -48,7 +48,7 @@
 		"prettier-plugin-sh": "^0.15.0",
 		"prettier-plugin-sql": "^0.18.1",
 		"stylelint": "^16.18.0",
-		"stylelint-config-standard": "^36.0.1",
+		"stylelint-config-standard": "^38.0.0",
 		"vitepress": "^1.6.3",
 		"vitest": "^2.1.9",
 		"vue": "^3.5.13"

+ 1 - 1
web/css/src/themes/default.css

@@ -267,7 +267,7 @@
 }
 
 .top-bar-notification-content {
-	word-break: break-word;
+	overflow-wrap: break-word;
 
 	& p {
 		margin-bottom: 15px;