Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 256d951

Browse files
committed
Updates
1 parent 63aa150 commit 256d951

File tree

33 files changed

+140
-235
lines changed

33 files changed

+140
-235
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14
1+
v16

packages/eslint-config/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
"@netsells/eslint-plugin-netsells": "^1.2.2",
1414
"@netsells/eslint-plugin-require-jsdoc-except": "^2.0.2",
1515
"eslint": "^8.43.0",
16-
"eslint-plugin-import": "^2.26.0",
16+
"eslint-plugin-import": "^2.27.5",
1717
"eslint-plugin-jquery": "^1.5.1",
1818
"eslint-plugin-jsdoc": "^46.2.6",
1919
"eslint-plugin-nuxt": "^4.0.0",
2020
"eslint-plugin-vue": "^9.15.0",
21-
"eslint-plugin-vuejs-accessibility": "^2.0.0",
22-
"glob": "^10.2.7"
21+
"eslint-plugin-vuejs-accessibility": "^2.1.0",
22+
"glob": "^10.2.7",
23+
"postcss-html": "^1.5.0"
2324
},
2425
"jest": {
2526
"resolver": "<rootDir>/jest-resolver.js"

packages/eslint-config/yarn.lock

+89-2
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,36 @@ doctrine@^3.0.0:
12481248
dependencies:
12491249
esutils "^2.0.2"
12501250

1251+
dom-serializer@^2.0.0:
1252+
version "2.0.0"
1253+
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
1254+
integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
1255+
dependencies:
1256+
domelementtype "^2.3.0"
1257+
domhandler "^5.0.2"
1258+
entities "^4.2.0"
1259+
1260+
domelementtype@^2.3.0:
1261+
version "2.3.0"
1262+
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
1263+
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
1264+
1265+
domhandler@^5.0.2, domhandler@^5.0.3:
1266+
version "5.0.3"
1267+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
1268+
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
1269+
dependencies:
1270+
domelementtype "^2.3.0"
1271+
1272+
domutils@^3.0.1:
1273+
version "3.1.0"
1274+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
1275+
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
1276+
dependencies:
1277+
dom-serializer "^2.0.0"
1278+
domelementtype "^2.3.0"
1279+
domhandler "^5.0.3"
1280+
12511281
eastasianwidth@^0.2.0:
12521282
version "0.2.0"
12531283
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -1278,6 +1308,11 @@ emoji-regex@^9.2.2:
12781308
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
12791309
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
12801310

1311+
entities@^4.2.0, entities@^4.4.0:
1312+
version "4.5.0"
1313+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
1314+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
1315+
12811316
error-ex@^1.3.1:
12821317
version "1.3.2"
12831318
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -1386,7 +1421,7 @@ eslint-module-utils@^2.7.4:
13861421
dependencies:
13871422
debug "^3.2.7"
13881423

1389-
eslint-plugin-import@^2.26.0:
1424+
eslint-plugin-import@^2.27.5:
13901425
version "2.27.5"
13911426
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65"
13921427
integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==
@@ -1449,7 +1484,7 @@ eslint-plugin-vue@^9.15.0, eslint-plugin-vue@^9.4.0:
14491484
vue-eslint-parser "^9.3.0"
14501485
xml-name-validator "^4.0.0"
14511486

1452-
eslint-plugin-vuejs-accessibility@^2.0.0:
1487+
eslint-plugin-vuejs-accessibility@^2.1.0:
14531488
version "2.1.0"
14541489
resolved "https://registry.yarnpkg.com/eslint-plugin-vuejs-accessibility/-/eslint-plugin-vuejs-accessibility-2.1.0.tgz#4ea331d509b84f68f161a66ff03c0dbddd79bd4a"
14551490
integrity sha512-TM0JWrpOUOmka3v83QkH5uYkwUUNWg2RPa6imnBU1El2kRv0Ws1e9N84VPW2HLLTW+Fo+XsdKmiKLXwtIhCqsg==
@@ -1885,6 +1920,16 @@ html-escaper@^2.0.0:
18851920
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
18861921
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
18871922

1923+
htmlparser2@^8.0.0:
1924+
version "8.0.2"
1925+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
1926+
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
1927+
dependencies:
1928+
domelementtype "^2.3.0"
1929+
domhandler "^5.0.3"
1930+
domutils "^3.0.1"
1931+
entities "^4.4.0"
1932+
18881933
human-signals@^2.1.0:
18891934
version "2.1.0"
18901935
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
@@ -2511,6 +2556,11 @@ js-tokens@^4.0.0:
25112556
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
25122557
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
25132558

2559+
js-tokens@^8.0.0:
2560+
version "8.0.1"
2561+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-8.0.1.tgz#f068fde9bd2f9f4a24ad78f3b4fa787216b433e3"
2562+
integrity sha512-3AGrZT6tuMm1ZWWn9mLXh7XMfi2YtiLNPALCVxBCiUVq0LD1OQMxV/AdS/s7rLJU5o9i/jBZw/N4vXXL5dm29A==
2563+
25142564
js-yaml@^3.13.1:
25152565
version "3.14.1"
25162566
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
@@ -2717,6 +2767,11 @@ ms@^2.1.1:
27172767
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
27182768
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
27192769

2770+
nanoid@^3.3.6:
2771+
version "3.3.6"
2772+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
2773+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
2774+
27202775
natural-compare@^1.4.0:
27212776
version "1.4.0"
27222777
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -2906,6 +2961,21 @@ pkg-dir@^4.2.0:
29062961
dependencies:
29072962
find-up "^4.0.0"
29082963

2964+
postcss-html@^1.5.0:
2965+
version "1.5.0"
2966+
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-1.5.0.tgz#57a43bc9e336f516ecc448a37d2e8c2290170a6f"
2967+
integrity sha512-kCMRWJRHKicpA166kc2lAVUGxDZL324bkj/pVOb6RhjB0Z5Krl7mN0AsVkBhVIRZZirY0lyQXG38HCVaoKVNoA==
2968+
dependencies:
2969+
htmlparser2 "^8.0.0"
2970+
js-tokens "^8.0.0"
2971+
postcss "^8.4.0"
2972+
postcss-safe-parser "^6.0.0"
2973+
2974+
postcss-safe-parser@^6.0.0:
2975+
version "6.0.0"
2976+
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz#bb4c29894171a94bc5c996b9a30317ef402adaa1"
2977+
integrity sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==
2978+
29092979
postcss-selector-parser@^6.0.9:
29102980
version "6.0.13"
29112981
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b"
@@ -2914,6 +2984,15 @@ postcss-selector-parser@^6.0.9:
29142984
cssesc "^3.0.0"
29152985
util-deprecate "^1.0.2"
29162986

2987+
postcss@^8.4.0:
2988+
version "8.4.24"
2989+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
2990+
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
2991+
dependencies:
2992+
nanoid "^3.3.6"
2993+
picocolors "^1.0.0"
2994+
source-map-js "^1.0.2"
2995+
29172996
prelude-ls@^1.2.1:
29182997
version "1.2.1"
29192998
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -3082,6 +3161,11 @@ slash@^3.0.0:
30823161
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
30833162
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
30843163

3164+
source-map-js@^1.0.2:
3165+
version "1.0.2"
3166+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
3167+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
3168+
30853169
30863170
version "0.5.13"
30873171
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
@@ -3134,6 +3218,7 @@ string-length@^4.0.1:
31343218
strip-ansi "^6.0.0"
31353219

31363220
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3221+
name string-width-cjs
31373222
version "4.2.3"
31383223
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
31393224
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3179,6 +3264,7 @@ string.prototype.trimstart@^1.0.6:
31793264
es-abstract "^1.20.4"
31803265

31813266
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3267+
name strip-ansi-cjs
31823268
version "6.0.1"
31833269
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
31843270
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3405,6 +3491,7 @@ word-wrap@^1.2.3:
34053491
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
34063492

34073493
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3494+
name wrap-ansi-cjs
34083495
version "7.0.0"
34093496
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
34103497
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

packages/stylelint-config/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"glob": "^9.2.1",
1616
"jest": "^29.0.0",
1717
"postcss-syntax": "^0.36.2",
18-
"stylelint": "^15.0.0"
18+
"stylelint": "^15.0.0",
19+
"stylelint-config-recommended-scss": "^12.0.0",
20+
"stylelint-config-recommended-vue": "^1.4.0"
1921
},
2022
"gitHead": "6f4def5446469c28459507cf5e1f3f33047a513a"
2123
}

packages/stylelint-config/rules/core/color-hex-case/README.md

-1
This file was deleted.

packages/stylelint-config/rules/core/color-hex-case/correct.css

-7
This file was deleted.

packages/stylelint-config/rules/core/color-hex-case/incorrect.css

-7
This file was deleted.

packages/stylelint-config/rules/core/color-hex-case/rule.js

-7
This file was deleted.

packages/stylelint-config/rules/core/indentation/README.md

-1
This file was deleted.

packages/stylelint-config/rules/core/indentation/correct.css

-26
This file was deleted.

packages/stylelint-config/rules/core/indentation/incorrect.css

-26
This file was deleted.

packages/stylelint-config/rules/core/indentation/rule.js

-7
This file was deleted.

packages/stylelint-config/rules/core/max-empty-lines/README.md

-1
This file was deleted.

packages/stylelint-config/rules/core/max-empty-lines/correct.css

-11
This file was deleted.

packages/stylelint-config/rules/core/max-empty-lines/incorrect.css

-16
This file was deleted.

packages/stylelint-config/rules/core/max-empty-lines/rule.js

-7
This file was deleted.

packages/stylelint-config/rules/core/media-feature-colon-space-after/README.md

-1
This file was deleted.

packages/stylelint-config/rules/core/media-feature-colon-space-after/correct.css

-7
This file was deleted.

packages/stylelint-config/rules/core/media-feature-colon-space-after/incorrect.css

-7
This file was deleted.

packages/stylelint-config/rules/core/media-feature-colon-space-after/rule.js

-7
This file was deleted.

packages/stylelint-config/rules/core/no-extra-semicolons/README.md

-1
This file was deleted.

packages/stylelint-config/rules/core/no-extra-semicolons/correct.css

-3
This file was deleted.

packages/stylelint-config/rules/core/no-extra-semicolons/incorrect.css

-12
This file was deleted.

0 commit comments

Comments
 (0)