Merge pull request #3109 from jellyfin/dependabot/npm_and_yarn/stylelint-and-stylelint-order-and-stylelint-scss-14.0.1

This commit is contained in:
Bill Thornton 2021-10-27 12:16:48 -04:00 committed by GitHub
commit 1679f9d2ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 240 additions and 657 deletions

View File

@ -59,7 +59,6 @@
"declaration-colon-space-after": "always-single-line",
"declaration-colon-space-before": "never",
"font-family-no-duplicate-names": true,
"function-calc-no-invalid": true,
"function-calc-no-unspaced-operator": true,
"function-comma-newline-after": "always-multi-line",
"function-comma-space-after": "always-single-line",

View File

@ -1,5 +1,6 @@
{
"extends": [ "./.stylelintrc.json" ],
"customSyntax": "postcss-scss",
"plugins": [ "stylelint-scss" ],
"rules": {
"at-rule-no-unknown": null,

888
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,15 +39,16 @@
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^4.0.1",
"sass": "^1.43.3",
"sass-loader": "^12.2.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"stylelint": "^13.13.1",
"stylelint": "^14.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-no-browser-hacks": "^1.2.1",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.60.0",