Skip to content

Commit

Permalink
Update dependency stylelint to v16 (#8767)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <[email protected]>
  • Loading branch information
renovate[bot] and NotMyFault committed Dec 13, 2023
1 parent 5562c4a commit 6fcfb18
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 349 deletions.
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sass": "1.69.5",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"stylelint": "15.10.2",
"stylelint": "16.0.1",
"stylelint-checkstyle-reporter": "0.2.0",
"stylelint-config-standard": "33.0.0",
"webpack": "5.89.0",
Expand Down
3 changes: 1 addition & 2 deletions war/src/main/scss/components/_row-selection-controller.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
height: 0.85rem;
grid-column-start: 1;
grid-row-start: 1;
justify-self: center;
align-self: center;
place-self: center center;
transition: var(--elastic-transition);
transform: scale(0);
color: var(--text-color);
Expand Down
3 changes: 1 addition & 2 deletions war/src/main/scss/form/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
font-weight: var(--form-label-font-weight);
margin-top: 0;
margin-bottom: 0.5rem;
padding-inline-start: 0;
padding-inline-end: 0;
padding-inline: 0 0;
}

.jenkins-form-description {
Expand Down
6 changes: 2 additions & 4 deletions war/src/main/scss/form/_search-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
max-height: 1.1rem;
grid-column-start: 1;
grid-row-start: 1;
justify-self: center;
align-self: center;
place-self: center center;
transition: var(--standard-transition);
}

Expand All @@ -117,8 +116,7 @@
transition: var(--standard-transition);
grid-column-start: 1;
grid-row-start: 1;
justify-self: center;
align-self: center;
place-self: center center;
opacity: 0;
}

Expand Down
3 changes: 1 addition & 2 deletions war/src/main/scss/pages/_icon-legend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

dt {
display: flex;
align-items: center;
justify-items: center;
place-items: center center;

svg {
width: 2rem;
Expand Down

0 comments on commit 6fcfb18

Please sign in to comment.