-
Task
-
Resolution: Fixed
-
Minor
-
-
2.397
Stylelint 15.x deprecated various rules: https://stylelint.io/migration-guide/to-15/
If you run yarn run lint in the war/ directory, stylelint highlights all deprecated rules used:
Deprecation warnings: - The "declaration-colon-newline-after" rule is deprecated. - The "linebreaks" rule is deprecated. - The "max-line-length" rule is deprecated. - The "selector-list-comma-newline-after" rule is deprecated. - The "selector-list-comma-space-after" rule is deprecated. - The "string-quotes" rule is deprecated. - The "value-list-comma-newline-after" rule is deprecated. - The "indentation" rule is deprecated.
The deprecations should be addressed, to ensure updating to stylelint 16.x runs smoothly.
[JENKINS-70779] Address stylelint 15.x deprecations
Issue Type | Original: Improvement [ 4 ] | New: Task [ 3 ] |
Assignee | New: Sujal [ heysujal ] |
Description |
Original:
Stylelint 15.x deprecated various rules: https://stylelint.io/migration-guide/to-15/
If you run `yarn run lint` in the `war/` directory, Stylelint highlights all deprecated rules used: {code} Deprecation warnings: - The "declaration-colon-newline-after" rule is deprecated. - The "linebreaks" rule is deprecated. - The "max-line-length" rule is deprecated. - The "selector-list-comma-newline-after" rule is deprecated. - The "selector-list-comma-space-after" rule is deprecated. - The "string-quotes" rule is deprecated. - The "value-list-comma-newline-after" rule is deprecated. - The "indentation" rule is deprecated. {code} The deprecations should be addressed, to ensure updating to stylelint 16.x runs smoothly. |
New:
Stylelint 15.x deprecated various rules: [https://stylelint.io/migration-guide/to-15/]
If you run {{yarn run lint}} in the {{war/}} directory, stylelint highlights all deprecated rules used: {code:java} Deprecation warnings: - The "declaration-colon-newline-after" rule is deprecated. - The "linebreaks" rule is deprecated. - The "max-line-length" rule is deprecated. - The "selector-list-comma-newline-after" rule is deprecated. - The "selector-list-comma-space-after" rule is deprecated. - The "string-quotes" rule is deprecated. - The "value-list-comma-newline-after" rule is deprecated. - The "indentation" rule is deprecated. {code} The deprecations should be addressed, to ensure updating to stylelint 16.x runs smoothly. |
Assignee | Original: Sujal [ heysujal ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "https://github.com/jenkinsci/jenkins/pull/7769 (Web Link)" [ 28554 ] |
Comment | [ I want to work on this issue if no one has already started working on it. Can anyone please point me to the repository on which I need to work? I am quite new to Jira ] |
Released As | New: 2.397 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Closed [ 6 ] |