NIFI-11790 Upgraded stylelint from 14.2.0 to 15.10.1

- Upgraded stylelint-config-standard-scss from 3.0.0 to 10.0.0
- Updated stylelint configuration for Registry to ignore new warnings

This closes #7464

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dependabot[bot] 2023-07-07 22:07:11 +00:00 committed by exceptionfactory
parent 96be7377b3
commit 063ab5cba8
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 786 additions and 536 deletions

View File

@ -25,10 +25,12 @@ module.exports = {
"ignoreAtRules": ["/include/", "/mixin/"] "ignoreAtRules": ["/include/", "/mixin/"]
}], }],
"declaration-empty-line-before": null, "declaration-empty-line-before": null,
"declaration-block-no-redundant-longhand-properties": null,
"function-no-unknown": null,
"import-notation": null,
"selector-type-no-unknown": [true, { "selector-type-no-unknown": [true, {
"ignoreTypes": ["/mat-/", "/flow-designer-/", "/fds-/", "/td-/"] "ignoreTypes": ["/mat-/", "/flow-designer-/", "/fds-/", "/td-/"]
}], }],
"font-family-no-missing-generic-family-keyword": null, "font-family-no-missing-generic-family-keyword": null
"string-quotes": "single"
} }
}; };

View File

@ -108,8 +108,8 @@
"sass": "1.32.0", "sass": "1.32.0",
"sass-loader": "7.1.0", "sass-loader": "7.1.0",
"style-loader": "0.23.1", "style-loader": "0.23.1",
"stylelint": "14.2.0", "stylelint": "15.10.1",
"stylelint-config-standard-scss": "3.0.0", "stylelint-config-standard-scss": "10.0.0",
"terser-webpack-plugin": "1.4.5", "terser-webpack-plugin": "1.4.5",
"ts-loader": "6.0.4", "ts-loader": "6.0.4",
"typescript": "4.5.5", "typescript": "4.5.5",