Skip to content

Commit fd8ca81

Browse files
authored
Merge branch 'master' into pending-item-lost-executor
2 parents 6e696e8 + 6a6714a commit fd8ca81

File tree

9 files changed

+58
-46
lines changed

9 files changed

+58
-46
lines changed

.github/workflows/require-changelog-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- uses: mheap/github-action-required-labels@fb29a14a076b0f74099f6198f77750e8fc236016 # v5
14+
- uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5
1515
with:
1616
mode: minimum
1717
count: 1

ath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o xtrace
66
cd "$(dirname "$0")"
77

88
# https://github.com/jenkinsci/acceptance-test-harness/releases
9-
export ATH_VERSION=6260.v68784c012c0e
9+
export ATH_VERSION=6266.v0ffc0a_a_9f5f1
1010

1111
if [[ $# -eq 0 ]]; then
1212
export JDK=17

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ THE SOFTWARE.
5757
<dependency>
5858
<groupId>org.xmlunit</groupId>
5959
<artifactId>xmlunit-bom</artifactId>
60-
<version>2.10.2</version>
60+
<version>2.10.3</version>
6161
<type>pom</type>
6262
<scope>import</scope>
6363
</dependency>

core/src/main/resources/hudson/security/SecurityRealm/loginLink.jelly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ THE SOFTWARE.
2727
<j:jelly xmlns:j="jelly:core">
2828
<a class="jenkins-button"
2929
data-type="header-action"
30+
data-testid="login"
3031
href="${rootURL}/${app.securityRealm.loginUrl}?from=${app.securityRealm.from}"
3132
style="aspect-ratio: unset; padding: 0.5rem 1rem"
3233
tooltip="${%signInTooltip}">

core/src/main/resources/lib/layout/skeleton/skeleton.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ body:has(.jenkins-form-skeleton) {
8383
section,
8484
.jenkins-form-item,
8585
#bottom-sticker {
86-
display: none !important;
86+
visibility: hidden !important;
87+
height: 0 !important;
88+
overflow: hidden !important;
89+
padding: 0 !important;
90+
margin: 0 !important;
8791
}
8892
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"sass": "1.89.2",
4646
"sass-loader": "16.0.5",
4747
"style-loader": "4.0.0",
48-
"stylelint": "16.20.0",
48+
"stylelint": "16.21.0",
4949
"stylelint-checkstyle-reporter": "1.0.0",
5050
"stylelint-config-standard-scss": "15.0.1",
5151
"webpack": "5.99.9",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ THE SOFTWARE.
281281
<dependency>
282282
<groupId>com.puppycrawl.tools</groupId>
283283
<artifactId>checkstyle</artifactId>
284-
<version>10.25.0</version>
284+
<version>10.25.1</version>
285285
</dependency>
286286
</dependencies>
287287
<executions>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ THE SOFTWARE.
223223
<dependency>
224224
<groupId>org.jenkins-ci.plugins</groupId>
225225
<artifactId>cloudbees-folder</artifactId>
226-
<version>6.1023.v4fcb_72152519</version>
226+
<version>6.1026.ve06dfa_cf31c3</version>
227227
<scope>test</scope>
228228
</dependency>
229229
<dependency>

yarn.lock

Lines changed: 46 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ __metadata:
11581158
languageName: node
11591159
linkType: hard
11601160

1161-
"@csstools/css-parser-algorithms@npm:^3.0.4, @csstools/css-parser-algorithms@npm:^3.0.5":
1161+
"@csstools/css-parser-algorithms@npm:^3.0.5":
11621162
version: 3.0.5
11631163
resolution: "@csstools/css-parser-algorithms@npm:3.0.5"
11641164
peerDependencies:
@@ -1167,14 +1167,14 @@ __metadata:
11671167
languageName: node
11681168
linkType: hard
11691169

1170-
"@csstools/css-tokenizer@npm:^3.0.3, @csstools/css-tokenizer@npm:^3.0.4":
1170+
"@csstools/css-tokenizer@npm:^3.0.4":
11711171
version: 3.0.4
11721172
resolution: "@csstools/css-tokenizer@npm:3.0.4"
11731173
checksum: 10c0/3b589f8e9942075a642213b389bab75a2d50d05d203727fcdac6827648a5572674caff07907eff3f9a2389d86a4ee47308fafe4f8588f4a77b7167c588d2559f
11741174
languageName: node
11751175
linkType: hard
11761176

1177-
"@csstools/media-query-list-parser@npm:^4.0.2, @csstools/media-query-list-parser@npm:^4.0.3":
1177+
"@csstools/media-query-list-parser@npm:^4.0.3":
11781178
version: 4.0.3
11791179
resolution: "@csstools/media-query-list-parser@npm:4.0.3"
11801180
peerDependencies:
@@ -2800,13 +2800,13 @@ __metadata:
28002800
languageName: node
28012801
linkType: hard
28022802

2803-
"cacheable@npm:^1.9.0":
2804-
version: 1.9.0
2805-
resolution: "cacheable@npm:1.9.0"
2803+
"cacheable@npm:^1.10.0":
2804+
version: 1.10.0
2805+
resolution: "cacheable@npm:1.10.0"
28062806
dependencies:
28072807
hookified: "npm:^1.8.2"
28082808
keyv: "npm:^5.3.3"
2809-
checksum: 10c0/1ca171dd2f7c3a929d84b3f94e712cb8fbbfb7c636f19ba01657cf89c6ea4316f21f2beb6c696fa5c87d42f52620f4a7c2dfecb41bf71ee3b249d539895256c4
2809+
checksum: 10c0/3e1c4448baf939c004ba40b830aa79d85d1ff41bbf7e4e59c2f56f3e58d4cf162c7599b40b2ead27b0f96219892b2a8fc2e0026baf8e9c5a49196118385675ac
28102810
languageName: node
28112811
linkType: hard
28122812

@@ -3708,12 +3708,12 @@ __metadata:
37083708
languageName: node
37093709
linkType: hard
37103710

3711-
"file-entry-cache@npm:^10.1.0":
3712-
version: 10.1.0
3713-
resolution: "file-entry-cache@npm:10.1.0"
3711+
"file-entry-cache@npm:^10.1.1":
3712+
version: 10.1.1
3713+
resolution: "file-entry-cache@npm:10.1.1"
37143714
dependencies:
3715-
flat-cache: "npm:^6.1.9"
3716-
checksum: 10c0/9464848577f68809237ffdf11c09a285d930ed4cda8cf392ee44ac8fa70658e41bbe60d08d883285d6af798a26f008dd8dfa94a31d42ecf1ba5a7bcd6dd8b07d
3715+
flat-cache: "npm:^6.1.10"
3716+
checksum: 10c0/5b16d26d1a76099cc2540f7dae9a93b692609d129ac883436a57fc013166e2fbd3b4f0cd40b01dc0e38cb3fcbc31d4b0d07059811ae32175aab2732a18644ef0
37173717
languageName: node
37183718
linkType: hard
37193719

@@ -3765,14 +3765,14 @@ __metadata:
37653765
languageName: node
37663766
linkType: hard
37673767

3768-
"flat-cache@npm:^6.1.9":
3769-
version: 6.1.9
3770-
resolution: "flat-cache@npm:6.1.9"
3768+
"flat-cache@npm:^6.1.10":
3769+
version: 6.1.10
3770+
resolution: "flat-cache@npm:6.1.10"
37713771
dependencies:
3772-
cacheable: "npm:^1.9.0"
3772+
cacheable: "npm:^1.10.0"
37733773
flatted: "npm:^3.3.3"
3774-
hookified: "npm:^1.8.2"
3775-
checksum: 10c0/ca9241fab68154e9a4efe8875beff43cb7b2de65628d15dcf8488dc69bca3f8e98085a707c3395d03b1022f586364b0f37aa5dd5cc085a8cf7481516757ac864
3774+
hookified: "npm:^1.9.1"
3775+
checksum: 10c0/8965fd2a4cc322b58f848942c93b9429bff7a27a03a98dd5377635615239ff1254f0e25a9a2bd1a66ab36dcaab4f6bb525e841e31a4721a3fd6c83ffe7e5c3fa
37763776
languageName: node
37773777
linkType: hard
37783778

@@ -4057,10 +4057,10 @@ __metadata:
40574057
languageName: node
40584058
linkType: hard
40594059

4060-
"hookified@npm:^1.8.2":
4061-
version: 1.9.0
4062-
resolution: "hookified@npm:1.9.0"
4063-
checksum: 10c0/28145882504e40ef58f328554966520c56dc2aaca92457996a5cd68fda6f92e38d3ca283e7ebbf3d71f36cda887234ce580abfa6532ade906be7810a812f15fa
4060+
"hookified@npm:^1.8.2, hookified@npm:^1.9.1":
4061+
version: 1.9.1
4062+
resolution: "hookified@npm:1.9.1"
4063+
checksum: 10c0/345e4e28bedb00e2a733627f84374480c20833ca1b64b7aba07e61fbe793cee524e1e37312af7014f12ad572a8b6ab9d5d7b1804095779c45caf10bf6a2a0754
40644064
languageName: node
40654065
linkType: hard
40664066

@@ -4137,10 +4137,10 @@ __metadata:
41374137
languageName: node
41384138
linkType: hard
41394139

4140-
"ignore@npm:^7.0.4":
4141-
version: 7.0.4
4142-
resolution: "ignore@npm:7.0.4"
4143-
checksum: 10c0/90e1f69ce352b9555caecd9cbfd07abe7626d312a6f90efbbb52c7edca6ea8df065d66303863b30154ab1502afb2da8bc59d5b04e1719a52ef75bbf675c488eb
4140+
"ignore@npm:^7.0.5":
4141+
version: 7.0.5
4142+
resolution: "ignore@npm:7.0.5"
4143+
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
41444144
languageName: node
41454145
linkType: hard
41464146

@@ -4382,7 +4382,7 @@ __metadata:
43824382
sass-loader: "npm:16.0.5"
43834383
sortablejs: "npm:1.15.6"
43844384
style-loader: "npm:4.0.0"
4385-
stylelint: "npm:16.20.0"
4385+
stylelint: "npm:16.21.0"
43864386
stylelint-checkstyle-reporter: "npm:1.0.0"
43874387
stylelint-config-standard-scss: "npm:15.0.1"
43884388
tippy.js: "npm:6.3.7"
@@ -4588,6 +4588,13 @@ __metadata:
45884588
languageName: node
45894589
linkType: hard
45904590

4591+
"known-css-properties@npm:^0.37.0":
4592+
version: 0.37.0
4593+
resolution: "known-css-properties@npm:0.37.0"
4594+
checksum: 10c0/e0ec08cae580e8833254b690971f73ec6f78ac461820a3c755b4a0b62c5b871501753b4aa60b30576a0f621ba44b231235cf9f35ab89e2e7de5448dfe0600241
4595+
languageName: node
4596+
linkType: hard
4597+
45914598
"levn@npm:^0.4.1":
45924599
version: 0.4.1
45934600
resolution: "levn@npm:0.4.1"
@@ -6061,7 +6068,7 @@ __metadata:
60616068
languageName: node
60626069
linkType: hard
60636070

6064-
"postcss@npm:8.5.6, postcss@npm:^8.4.33, postcss@npm:^8.4.40, postcss@npm:^8.5.3":
6071+
"postcss@npm:8.5.6, postcss@npm:^8.4.33, postcss@npm:^8.4.40, postcss@npm:^8.5.5":
60656072
version: 8.5.6
60666073
resolution: "postcss@npm:8.5.6"
60676074
dependencies:
@@ -6697,13 +6704,13 @@ __metadata:
66976704
languageName: node
66986705
linkType: hard
66996706

6700-
"stylelint@npm:16.20.0":
6701-
version: 16.20.0
6702-
resolution: "stylelint@npm:16.20.0"
6707+
"stylelint@npm:16.21.0":
6708+
version: 16.21.0
6709+
resolution: "stylelint@npm:16.21.0"
67036710
dependencies:
6704-
"@csstools/css-parser-algorithms": "npm:^3.0.4"
6705-
"@csstools/css-tokenizer": "npm:^3.0.3"
6706-
"@csstools/media-query-list-parser": "npm:^4.0.2"
6711+
"@csstools/css-parser-algorithms": "npm:^3.0.5"
6712+
"@csstools/css-tokenizer": "npm:^3.0.4"
6713+
"@csstools/media-query-list-parser": "npm:^4.0.3"
67076714
"@csstools/selector-specificity": "npm:^5.0.0"
67086715
"@dual-bundle/import-meta-resolve": "npm:^4.1.0"
67096716
balanced-match: "npm:^2.0.0"
@@ -6714,21 +6721,21 @@ __metadata:
67146721
debug: "npm:^4.4.1"
67156722
fast-glob: "npm:^3.3.3"
67166723
fastest-levenshtein: "npm:^1.0.16"
6717-
file-entry-cache: "npm:^10.1.0"
6724+
file-entry-cache: "npm:^10.1.1"
67186725
global-modules: "npm:^2.0.0"
67196726
globby: "npm:^11.1.0"
67206727
globjoin: "npm:^0.1.4"
67216728
html-tags: "npm:^3.3.1"
6722-
ignore: "npm:^7.0.4"
6729+
ignore: "npm:^7.0.5"
67236730
imurmurhash: "npm:^0.1.4"
67246731
is-plain-object: "npm:^5.0.0"
6725-
known-css-properties: "npm:^0.36.0"
6732+
known-css-properties: "npm:^0.37.0"
67266733
mathml-tag-names: "npm:^2.1.3"
67276734
meow: "npm:^13.2.0"
67286735
micromatch: "npm:^4.0.8"
67296736
normalize-path: "npm:^3.0.0"
67306737
picocolors: "npm:^1.1.1"
6731-
postcss: "npm:^8.5.3"
6738+
postcss: "npm:^8.5.5"
67326739
postcss-resolve-nested-selector: "npm:^0.1.6"
67336740
postcss-safe-parser: "npm:^7.0.1"
67346741
postcss-selector-parser: "npm:^7.1.0"
@@ -6741,7 +6748,7 @@ __metadata:
67416748
write-file-atomic: "npm:^5.0.1"
67426749
bin:
67436750
stylelint: bin/stylelint.mjs
6744-
checksum: 10c0/9094424554666aae2bf88773ff0ae9873343c7a9bc29a529665396f1f24b460e037023bd07fe4fe8f18b587369d88afda0452e91e0a9d1e97a6c09803f3c862d
6751+
checksum: 10c0/5af89f0815c1200c5427040b0d9f11567e08856a3b403fff4e578819a440fe982677bc8c829ebcb855c7dbaa0d57749d541a9a52c4e3aed64d28053a369fbe96
67456752
languageName: node
67466753
linkType: hard
67476754

0 commit comments

Comments
 (0)