mirror of https://github.com/jenkinsci/jenkins.git
Update dependency stylelint-config-standard-scss to v16 (#11068)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
6ec55c327f
commit
69d5a54239
|
@ -47,7 +47,7 @@
|
||||||
"style-loader": "4.0.0",
|
"style-loader": "4.0.0",
|
||||||
"stylelint": "16.24.0",
|
"stylelint": "16.24.0",
|
||||||
"stylelint-checkstyle-reporter": "1.1.1",
|
"stylelint-checkstyle-reporter": "1.1.1",
|
||||||
"stylelint-config-standard-scss": "15.0.1",
|
"stylelint-config-standard-scss": "16.0.0",
|
||||||
"webpack": "5.102.0",
|
"webpack": "5.102.0",
|
||||||
"webpack-cli": "6.0.1",
|
"webpack-cli": "6.0.1",
|
||||||
"webpack-remove-empty-scripts": "1.1.1"
|
"webpack-remove-empty-scripts": "1.1.1"
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-contrast: more) {
|
@media (prefers-contrast: more) {
|
||||||
text-decoration: underline;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration-thickness: 3px;
|
text-decoration-thickness: 3px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -157,7 +157,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0 0 0 0);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
max-width: min(600px, #{string.unquote("calc(100vw - 2.4rem)")});
|
max-width: min(600px, #{string.unquote("calc(100vw - 2.4rem)")});
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto 1fr;
|
grid-template-columns: auto 1fr;
|
||||||
grid-gap: 1.5ch;
|
gap: 1.5ch;
|
||||||
padding: 0.8rem;
|
padding: 0.8rem;
|
||||||
border-radius: var(--form-input-border-radius);
|
border-radius: var(--form-input-border-radius);
|
||||||
font-weight: var(--font-bold-weight);
|
font-weight: var(--font-bold-weight);
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
.jenkins-section__items {
|
.jenkins-section__items {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-gap: var(--section-padding);
|
gap: var(--section-padding);
|
||||||
|
|
||||||
@media screen and (width >= 800px) {
|
@media screen and (width >= 800px) {
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0 0 0 0);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
|
|
||||||
&:not(:disabled) {
|
&:not(:disabled) {
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0 0 0 0);
|
|
||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
|
|
||||||
&:checked + label::before {
|
&:checked + label::before {
|
||||||
|
|
66
yarn.lock
66
yarn.lock
|
@ -4429,7 +4429,7 @@ __metadata:
|
||||||
style-loader: "npm:4.0.0"
|
style-loader: "npm:4.0.0"
|
||||||
stylelint: "npm:16.24.0"
|
stylelint: "npm:16.24.0"
|
||||||
stylelint-checkstyle-reporter: "npm:1.1.1"
|
stylelint-checkstyle-reporter: "npm:1.1.1"
|
||||||
stylelint-config-standard-scss: "npm:15.0.1"
|
stylelint-config-standard-scss: "npm:16.0.0"
|
||||||
tippy.js: "npm:6.3.7"
|
tippy.js: "npm:6.3.7"
|
||||||
webpack: "npm:5.102.0"
|
webpack: "npm:5.102.0"
|
||||||
webpack-cli: "npm:6.0.1"
|
webpack-cli: "npm:6.0.1"
|
||||||
|
@ -6681,62 +6681,62 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"stylelint-config-recommended-scss@npm:^15.0.1":
|
"stylelint-config-recommended-scss@npm:^16.0.1":
|
||||||
version: 15.0.1
|
version: 16.0.1
|
||||||
resolution: "stylelint-config-recommended-scss@npm:15.0.1"
|
resolution: "stylelint-config-recommended-scss@npm:16.0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss-scss: "npm:^4.0.9"
|
postcss-scss: "npm:^4.0.9"
|
||||||
stylelint-config-recommended: "npm:^16.0.0"
|
stylelint-config-recommended: "npm:^17.0.0"
|
||||||
stylelint-scss: "npm:^6.12.0"
|
stylelint-scss: "npm:^6.12.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
postcss: ^8.3.3
|
postcss: ^8.3.3
|
||||||
stylelint: ^16.16.0
|
stylelint: ^16.23.1
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
postcss:
|
postcss:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/8c5854e143145241dbff3d921298eb59e837aa695c0e6d7f08acf75de81f3f8307d39a931781bf8ac7cbe6bf9079a402fee89566206e9cfb1d728ef6b6486890
|
checksum: 10c0/340aa85fa964ebac7efdbef4c51bab8e0ef62716e2826fe1156a0087b700c02d92b4dfd7ef5e60d86171f9b28c93dafc0a117d4548df51b3096583d1618acc9d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"stylelint-config-recommended@npm:^16.0.0":
|
"stylelint-config-recommended@npm:^17.0.0":
|
||||||
|
version: 17.0.0
|
||||||
|
resolution: "stylelint-config-recommended@npm:17.0.0"
|
||||||
|
peerDependencies:
|
||||||
|
stylelint: ^16.23.0
|
||||||
|
checksum: 10c0/49e5d1c0f58197b2c5585b85fad814fed9bdec44c9870368c46a762664c5ff158c1145b6337456ae194409d692992b5b87421d62880422f71d8a3360417f5ad1
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"stylelint-config-standard-scss@npm:16.0.0":
|
||||||
version: 16.0.0
|
version: 16.0.0
|
||||||
resolution: "stylelint-config-recommended@npm:16.0.0"
|
resolution: "stylelint-config-standard-scss@npm:16.0.0"
|
||||||
peerDependencies:
|
|
||||||
stylelint: ^16.16.0
|
|
||||||
checksum: 10c0/b2b4ea2633a606a0f686521aa5e8908810c9dd21fd4525c86b34213de1e362b445fd5472b6e5ff251d46f999e2ca2c6c704f2efc1c08d5a532084427f4e1c9d8
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"stylelint-config-standard-scss@npm:15.0.1":
|
|
||||||
version: 15.0.1
|
|
||||||
resolution: "stylelint-config-standard-scss@npm:15.0.1"
|
|
||||||
dependencies:
|
dependencies:
|
||||||
stylelint-config-recommended-scss: "npm:^15.0.1"
|
stylelint-config-recommended-scss: "npm:^16.0.1"
|
||||||
stylelint-config-standard: "npm:^38.0.0"
|
stylelint-config-standard: "npm:^39.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
postcss: ^8.3.3
|
postcss: ^8.3.3
|
||||||
stylelint: ^16.18.0
|
stylelint: ^16.23.1
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
postcss:
|
postcss:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/85b4c85a9ecd97176ac104fb4590cd48047b6253b830d08749c024752b9bc8871bbf69eca592769d69cd4c6e3f90005960630f1c2cdaf85dbfabdb5621ecc55f
|
checksum: 10c0/eb77f23824c5d649b193cb71d7f9b538b32b8cc1769451b2993270361127243d4011baf891ec265711b8e34e69ce28acb57ab6c3947b51fa3713ac26f4276439
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"stylelint-config-standard@npm:^38.0.0":
|
"stylelint-config-standard@npm:^39.0.0":
|
||||||
version: 38.0.0
|
version: 39.0.0
|
||||||
resolution: "stylelint-config-standard@npm:38.0.0"
|
resolution: "stylelint-config-standard@npm:39.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
stylelint-config-recommended: "npm:^16.0.0"
|
stylelint-config-recommended: "npm:^17.0.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
stylelint: ^16.18.0
|
stylelint: ^16.23.0
|
||||||
checksum: 10c0/8b52c7b7d6287c7495a8fe3a681e07ea9478374e7e66b28d61779072d46cd5b845530b2410df7496a008a8efafe834fb46cf07792f4cf57f996e39f24a801b90
|
checksum: 10c0/b965f2708b0a506beebbe75ce6533ea56c58988e6b473c4789fb5a33f9911a4e163c0d27553d080fda6905cffefc7b7c34794a6d396207606478551ffa662efa
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"stylelint-scss@npm:^6.12.0":
|
"stylelint-scss@npm:^6.12.1":
|
||||||
version: 6.12.0
|
version: 6.12.1
|
||||||
resolution: "stylelint-scss@npm:6.12.0"
|
resolution: "stylelint-scss@npm:6.12.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
css-tree: "npm:^3.0.1"
|
css-tree: "npm:^3.0.1"
|
||||||
is-plain-object: "npm:^5.0.0"
|
is-plain-object: "npm:^5.0.0"
|
||||||
|
@ -6748,7 +6748,7 @@ __metadata:
|
||||||
postcss-value-parser: "npm:^4.2.0"
|
postcss-value-parser: "npm:^4.2.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
stylelint: ^16.0.2
|
stylelint: ^16.0.2
|
||||||
checksum: 10c0/c0ba314badd22118047e374febf8dabac56bd351d612ed9c9fc2da5dc760996c2768605aa8d4e483cf0b0fe649c35ae5a003c8a872ee5bec1bbc2d8d45673ff5
|
checksum: 10c0/9a0903d34be3c75a72bef32402899db5f6b94c0823c5944fdf1acb2c3dc61c1f70fbb322558f8cb7e42dd01ed5e0dec22ed298f03b7bacc9f467c28330acae71
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue