Skip to content

Commit

Permalink
Update dependency stylelint-config-standard to v36 (#8805)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 8aa6276 commit 3e83c64
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion war/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"style-loader": "3.3.4",
"stylelint": "16.2.0",
"stylelint-checkstyle-reporter": "0.2.0",
"stylelint-config-standard": "33.0.0",
"stylelint-config-standard": "36.0.0",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-remove-empty-scripts": "1.0.4"
Expand Down
1 change: 1 addition & 0 deletions war/src/main/scss/abstracts/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ $semantics: (
--form-item-max-width--medium: min(50vw, 1400px);
--form-item-max-width--small: min(35vw, 1200px);

/* stylelint-disable-next-line media-query-no-invalid */
@media screen and (max-width: breakpoints.$tablet-breakpoint) {
--section-padding: 1.25rem;
--form-item-max-width: 100%;
Expand Down
2 changes: 2 additions & 0 deletions war/src/main/scss/base/_layout-commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}

.app-page-body__sidebar {
/* stylelint-disable-next-line media-query-no-invalid */
@media (min-width: breakpoints.$tablet-breakpoint) {
&--sticky {
position: sticky;
Expand Down Expand Up @@ -96,6 +97,7 @@ body.full-screen #main-panel {
padding: 0;
}

/* stylelint-disable-next-line media-query-no-invalid */
@media (max-width: breakpoints.$tablet-breakpoint) {
body.two-column #page-body {
flex-wrap: wrap;
Expand Down
1 change: 1 addition & 0 deletions war/src/main/scss/components/_side-panel-tasks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $background-outset: 0.7rem;
margin: var(--section-padding);
gap: 5px;

/* stylelint-disable-next-line media-query-no-invalid */
@media (min-width: breakpoints.$tablet-breakpoint) {
margin-right: calc($background-outset);
}
Expand Down
24 changes: 12 additions & 12 deletions war/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4453,7 +4453,7 @@ __metadata:
style-loader: "npm:3.3.4"
stylelint: "npm:16.2.0"
stylelint-checkstyle-reporter: "npm:0.2.0"
stylelint-config-standard: "npm:33.0.0"
stylelint-config-standard: "npm:36.0.0"
tippy.js: "npm:6.3.7"
webpack: "npm:5.89.0"
webpack-cli: "npm:5.1.4"
Expand Down Expand Up @@ -6743,23 +6743,23 @@ __metadata:
languageName: node
linkType: hard

"stylelint-config-recommended@npm:^12.0.0":
version: 12.0.0
resolution: "stylelint-config-recommended@npm:12.0.0"
"stylelint-config-recommended@npm:^14.0.0":
version: 14.0.0
resolution: "stylelint-config-recommended@npm:14.0.0"
peerDependencies:
stylelint: ^15.5.0
checksum: 907d93bf99e072f6964bff5e1b7a86ea9712521e8979639b29ec5a55ef09789eecb7fcdeafa688324f1a69e38c462a8f87de973b8b1fcc53058c2ca177b4f426
stylelint: ^16.0.0
checksum: 4ad15c36e8c03291aa7bbe4b672ebfb0f46ab698e7580a0da8d29644046d102d7f31dbf00a2a6eab94b565c390c6fb0d5d528737b83ac3acf6dc2ef085a90b11
languageName: node
linkType: hard

"stylelint-config-standard@npm:33.0.0":
version: 33.0.0
resolution: "stylelint-config-standard@npm:33.0.0"
"stylelint-config-standard@npm:36.0.0":
version: 36.0.0
resolution: "stylelint-config-standard@npm:36.0.0"
dependencies:
stylelint-config-recommended: "npm:^12.0.0"
stylelint-config-recommended: "npm:^14.0.0"
peerDependencies:
stylelint: ^15.5.0
checksum: d84629f691f8d04ff2ae31c8f5ec9a4a30ec23b97b945b8a8c3e62dca3c35e00d226e47a5d56385341c6328c18bf235545bb67468ceffaeb41ff67fa4ff0c575
stylelint: ^16.1.0
checksum: 1fc9adddfc5cf0a1d7a443182a0731712a3950ace72a24081b4ede2b0bb6fc1eebd003c009f1d8d06c3a64ba9b31b0ed12512db2f91c8fa549238d8341580e4b
languageName: node
linkType: hard

Expand Down

0 comments on commit 3e83c64

Please sign in to comment.