Skip to content

Commit b9ee128

Browse files
authored
chore: bump Stylelint, allow newlines between custom properties (#9832)
1 parent 13a1dc6 commit b9ee128

File tree

3 files changed

+39
-46
lines changed

3 files changed

+39
-46
lines changed

.stylelintrc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,11 @@
1212
"custom-rules/no-shorthand-with-unresolved-longhand": true,
1313
"custom-rules/license-header": true
1414
}
15-
},
16-
{
17-
"files": ["packages/vaadin-lumo-styles/components/*.css"],
18-
"rules": {
19-
"custom-property-empty-line-before": null
20-
}
2115
}
2216
],
2317
"rules": {
2418
"color-function-notation": "legacy",
19+
"custom-property-empty-line-before": ["never", { "ignore": ["after-custom-property"] }],
2520
"length-zero-no-unit": [true, { "ignore": ["custom-properties"] }],
2621
"no-duplicate-selectors": true
2722
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"replace-in-file": "^8.3.0",
7272
"rimraf": "^6.0.1",
7373
"rollup": "^4.4.0",
74-
"stylelint": "^16.21.0",
74+
"stylelint": "^16.23.0",
7575
"stylelint-config-html": "^1.1.0",
7676
"stylelint-config-vaadin": "^1.0.0-alpha.2",
7777
"typescript": "^5.8.3"

yarn.lock

Lines changed: 37 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,10 @@
521521
"@jridgewell/resolve-uri" "^3.1.0"
522522
"@jridgewell/sourcemap-codec" "^1.4.14"
523523

524-
"@keyv/serialize@^1.0.3":
525-
version "1.0.3"
526-
resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.0.3.tgz#e0fe3710e2a379cb0490cd41e5a5ffa2bab58bf6"
527-
integrity sha512-qnEovoOp5Np2JDGonIDL6Ayihw0RhnRh6vxPuHo4RDn1UOzwEo4AeIfpL6UGIrsceWrCMiVPgwRjbHu4vYFc3g==
528-
dependencies:
529-
buffer "^6.0.3"
524+
"@keyv/serialize@^1.1.0":
525+
version "1.1.0"
526+
resolved "https://registry.yarnpkg.com/@keyv/serialize/-/serialize-1.1.0.tgz#08f5d89096110fdcf778e5337362e1cd5afad70a"
527+
integrity sha512-RlDgexML7Z63Q8BSaqhXdCYNBy/JQnqYIwxofUrNLGCblOMHp+xux2Q8nLMLlPpgHQPoU0Do8Z6btCpRBEqZ8g==
530528

531529
"@lerna/create@8.2.2":
532530
version "8.2.2"
@@ -3118,13 +3116,13 @@ cacheable-request@^7.0.2:
31183116
normalize-url "^6.0.1"
31193117
responselike "^2.0.0"
31203118

3121-
cacheable@^1.10.0:
3122-
version "1.10.0"
3123-
resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-1.10.0.tgz#844dc3bc299344af373b728d9f4f0906ee67c1c9"
3124-
integrity sha512-SSgQTAnhd7WlJXnGlIi4jJJOiHzgnM5wRMEPaXAU4kECTAMpBoYKoZ9i5zHmclIEZbxcu3j7yY/CF8DTmwIsHg==
3119+
cacheable@^1.10.3:
3120+
version "1.10.3"
3121+
resolved "https://registry.yarnpkg.com/cacheable/-/cacheable-1.10.3.tgz#8dcb02081a10c4819a8d70e1251bcce0ee5afdd4"
3122+
integrity sha512-M6p10iJ/VT0wT7TLIGUnm958oVrU2cUK8pQAVU21Zu7h8rbk/PeRtRWrvHJBql97Bhzk3g1N6+2VKC+Rjxna9Q==
31253123
dependencies:
3126-
hookified "^1.8.2"
3127-
keyv "^5.3.3"
3124+
hookified "^1.10.0"
3125+
keyv "^5.4.0"
31283126

31293127
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
31303128
version "1.0.2"
@@ -5210,12 +5208,12 @@ figures@3.2.0, figures@^3.0.0:
52105208
dependencies:
52115209
escape-string-regexp "^1.0.5"
52125210

5213-
file-entry-cache@^10.1.1:
5214-
version "10.1.1"
5215-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.1.1.tgz#ca46f5c4eb22cc37e4ac30214452a59c297d2119"
5216-
integrity sha512-zcmsHjg2B2zjuBgjdnB+9q0+cWcgWfykIcsDkWDB4GTPtl1eXUA+gTI6sO0u01AqK3cliHryTU55/b2Ow1hfZg==
5211+
file-entry-cache@^10.1.3:
5212+
version "10.1.3"
5213+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-10.1.3.tgz#4b2eec07e37025434f9a99428a6923948da4dc12"
5214+
integrity sha512-D+w75Ub8T55yor7fPgN06rkCAUbAYw2vpxJmmjv/GDAcvCnv9g7IvHhIZoxzRZThrXPFI2maeY24pPbtyYU7Lg==
52175215
dependencies:
5218-
flat-cache "^6.1.10"
5216+
flat-cache "^6.1.12"
52195217

52205218
file-entry-cache@^8.0.0:
52215219
version "8.0.0"
@@ -5329,14 +5327,14 @@ flat-cache@^4.0.0:
53295327
flatted "^3.2.9"
53305328
keyv "^4.5.4"
53315329

5332-
flat-cache@^6.1.10:
5333-
version "6.1.10"
5334-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.10.tgz#bf388abca92c213ac55086d678b08362867d6213"
5335-
integrity sha512-B6/v1f0NwjxzmeOhzfXPGWpKBVA207LS7lehaVKQnFrVktcFRfkzjZZ2gwj2i1TkEUMQht7ZMJbABUT5N+V1Nw==
5330+
flat-cache@^6.1.12:
5331+
version "6.1.12"
5332+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-6.1.12.tgz#385c73844b82171da8d98995b756ba84e6caa452"
5333+
integrity sha512-U+HqqpZPPXP5d24bWuRzjGqVqUcw64k4nZAbruniDwdRg0H10tvN7H6ku1tjhA4rg5B9GS3siEvwO2qjJJ6f8Q==
53365334
dependencies:
5337-
cacheable "^1.10.0"
5335+
cacheable "^1.10.3"
53385336
flatted "^3.3.3"
5339-
hookified "^1.9.1"
5337+
hookified "^1.10.0"
53405338

53415339
flat@^5.0.2:
53425340
version "5.0.2"
@@ -6143,10 +6141,10 @@ homedir-polyfill@^1.0.1:
61436141
dependencies:
61446142
parse-passwd "^1.0.0"
61456143

6146-
hookified@^1.8.2, hookified@^1.9.1:
6147-
version "1.9.1"
6148-
resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.9.1.tgz#d30cb77590672a05029b7ea9adf25b71c406121d"
6149-
integrity sha512-u3pxtGhKjcSXnGm1CX6aXS9xew535j3lkOCegbA6jdyh0BaAjTbXI4aslKstCr6zUNtoCxFGFKwjbSHdGrMB8g==
6144+
hookified@^1.10.0:
6145+
version "1.11.0"
6146+
resolved "https://registry.yarnpkg.com/hookified/-/hookified-1.11.0.tgz#085a8f1e196ffe31905d5122b40a8e547c69e660"
6147+
integrity sha512-aDdIN3GyU5I6wextPplYdfmWCo+aLmjjVbntmX6HLD5RCi/xKsivYEBhnRD+d9224zFf008ZpLMPlWF0ZodYZw==
61506148

61516149
hosted-git-info@^2.1.4:
61526150
version "2.8.9"
@@ -7192,12 +7190,12 @@ keyv@*, keyv@^4.0.0, keyv@^4.5.4:
71927190
dependencies:
71937191
json-buffer "3.0.1"
71947192

7195-
keyv@^5.3.3:
7196-
version "5.3.3"
7197-
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.3.3.tgz#ec2d723fbd7b908de5ee7f56b769d46dbbeaf8ba"
7198-
integrity sha512-Rwu4+nXI9fqcxiEHtbkvoes2X+QfkTRo1TMkPfwzipGsJlJO/z69vqB4FNl9xJ3xCpAcbkvmEabZfPzrwN3+gQ==
7193+
keyv@^5.4.0:
7194+
version "5.4.0"
7195+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-5.4.0.tgz#64895135d5b63e8bde6889d2b53a8e4af8e387b9"
7196+
integrity sha512-TMckyVjEoacG5IteUpUrOBsFORtheqziVyyY2dLUwg1jwTb8u48LX4TgmtogkNl9Y9unaEJ1luj10fGyjMGFOQ==
71997197
dependencies:
7200-
"@keyv/serialize" "^1.0.3"
7198+
"@keyv/serialize" "^1.1.0"
72017199

72027200
kind-of@^6.0.2, kind-of@^6.0.3:
72037201
version "6.0.3"
@@ -9254,7 +9252,7 @@ postcss-value-parser@^4.2.0:
92549252
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
92559253
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
92569254

9257-
postcss@^8.5.0, postcss@^8.5.5:
9255+
postcss@^8.5.0, postcss@^8.5.6:
92589256
version "8.5.6"
92599257
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
92609258
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
@@ -10641,10 +10639,10 @@ stylelint-config-vaadin@^1.0.0-alpha.2:
1064110639
resolved "https://registry.yarnpkg.com/stylelint-config-vaadin/-/stylelint-config-vaadin-1.0.0-alpha.2.tgz#995372f0d31b8b941c8320414cbeb9f2737e616c"
1064210640
integrity sha512-LO8BI2HHzT8H+DP1y5QxgWQNmlPvu/JXic1IuSpVeukzi2t+f/Cjp5p7gdlAogVRPv2HuG+mYhRQFX3vj5KePg==
1064310641

10644-
stylelint@^16.21.0:
10645-
version "16.21.0"
10646-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.21.0.tgz#c24050d8e67621fa2c2269c082966e2c0f6a1883"
10647-
integrity sha512-ki3PpJGG7xhm3WtINoWGnlvqAmbqSexoRMbEMJzlwewSIOqPRKPlq452c22xAdEJISVi80r+I7KL9GPUiwFgbg==
10642+
stylelint@^16.23.0:
10643+
version "16.23.0"
10644+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.23.0.tgz#a50c3340b5ba3ed4e05f7e89d8ec5e3350092dd0"
10645+
integrity sha512-69T5aS2LUY306ekt1Q1oaSPwz/jaG9HjyMix3UMrai1iEbuOafBe2Dh8xlyczrxFAy89qcKyZWWtc42XLx3Bbw==
1064810646
dependencies:
1064910647
"@csstools/css-parser-algorithms" "^3.0.5"
1065010648
"@csstools/css-tokenizer" "^3.0.4"
@@ -10659,7 +10657,7 @@ stylelint@^16.21.0:
1065910657
debug "^4.4.1"
1066010658
fast-glob "^3.3.3"
1066110659
fastest-levenshtein "^1.0.16"
10662-
file-entry-cache "^10.1.1"
10660+
file-entry-cache "^10.1.3"
1066310661
global-modules "^2.0.0"
1066410662
globby "^11.1.0"
1066510663
globjoin "^0.1.4"
@@ -10673,7 +10671,7 @@ stylelint@^16.21.0:
1067310671
micromatch "^4.0.8"
1067410672
normalize-path "^3.0.0"
1067510673
picocolors "^1.1.1"
10676-
postcss "^8.5.5"
10674+
postcss "^8.5.6"
1067710675
postcss-resolve-nested-selector "^0.1.6"
1067810676
postcss-safe-parser "^7.0.1"
1067910677
postcss-selector-parser "^7.1.0"

0 commit comments

Comments
 (0)