Commit Graph

5791 Commits

Author SHA1 Message Date
dependabot[bot] ea35bf41cf
Bump io.jenkins.plugins:javax-activation-api from 1.2.0-6 to 1.2.0-7 (#9310)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-24 14:18:00 -07:00
dependabot[bot] 22d89b9dc5
Bump io.jenkins.plugins:javax-mail-api from 1.6.2-9 to 1.6.2-10 (#9309)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-24 14:17:29 -07:00
dependabot[bot] 8315030401
Bump org.jenkins-ci.plugins:matrix-project from 822.824.v14451b_c0fd42 to 830.v7ea_da_561b_a_34 (#9302)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 14:20:30 -07:00
renovate[bot] c721072123
Update dependency globals to v15.3.0 (#9300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-23 08:47:04 -07:00
renovate[bot] 519baea9d1
Update eslint monorepo to v9.3.0 (#9293)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-21 08:40:28 -06:00
Jenkins Release Bot 35e8562d56 [maven-release-plugin] prepare for next development iteration 2024-05-21 13:13:04 +00:00
Jenkins Release Bot 4cb317d870 [maven-release-plugin] prepare release jenkins-2.459 2024-05-21 13:12:34 +00:00
renovate[bot] c31e1f3011
Update dependency sass to v1.77.2 (#9290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-19 20:16:55 -07:00
Zbynek Konecny 35b39593b7
[JENKINS-73166] Fix PKCS#12 certificate save to credentials (#9286)
Call eval indirectly from geval
2024-05-19 05:36:40 -06:00
Markus Winter afaf96ebc3
[JENKINS-73156] handle svg cleanup of symbols via an xml document (#9266)
[JENKINS-71356] handle svg cleanup via a xml document

some attributes and elements where removed via regular expressions.
Additionally `stroke:#000 was replaced with currentColor because there
are some icons that still use that.
This had sideeffects when symbols are used that are not just
black/white, e.g. using svg from jenkins artwork via customizable-header
plugin. There are construct like using class attributes and a style
definition referring to the classes. At other places there where color
definitions with `stroke:#000abc` which were incorrectly modified.

svg cleanup is now implemented with DOM manipulation which is more
robust.
5 icons that still used `stroke:#000` are converted to use
`stroke:currentColor`
2024-05-19 05:35:58 -06:00
dependabot[bot] cf9b638244
Bump org.jenkins-ci.plugins.workflow:workflow-api from 1291.v51fd2a_625da_7 to 1311.v4250456a_e552 (#9285) 2024-05-18 09:41:15 -07:00
James Nord 94f715407c
Ensure `ClassLoader`s have names for debugging (#9277)
* Ensure Classloaders have names for debugging

* update incremental version

* simplify name of UberClassloader and update since TODOs

Co-authored-by: Jesse Glick <jglick@cloudbees.com>

* use released version of remoting

* set the minimum version of remoting

* pick up backward compatable remoting version

* update from remoting incremental version to release version

https://github.com/jenkinsci/remoting/releases/tag/3248.v65ecb_254c298

---------

Co-authored-by: Jesse Glick <jglick@cloudbees.com>
2024-05-18 09:20:56 -06:00
Markus Winter 90a6ac5c38
[JENKINS-73114] avoid conflicts with css classes from bootstrap (#9254)
* [JENKINS-73114] avoid conflict of css classes with bootstrap

jenkins and bootstrap both have definitions for alert and alert-warning,
alert-info, alert-danger. Bootstrap css definitions are included when
e.g. the warning-ng plugin is installed and a job is configured to scan
for warnings. The css classes from bootstrap are then chosen instead of
the ones for Jenkins for things like the admin monitors.
To make things umambiguous, add additional classes prefixed with
`jenkins-` and make use of them in code. Keep the old definitions for
backward compatibility with plugins.
Followup changes are needed in plugins (Mostly those that define admin
monitors) and the design-library

* fix test
2024-05-18 16:40:17 +02:00
Markus Winter 5089ad5e59
[JENKINS-73158] avoid jumping layout due to tooltips (#9263)
* [JENKINS-73158] avoid jumping layout due to tooltips

The fix for JENKINS-72744 made the tooltip get appended to the parent
element. But this can also cause troubles in some cases.
To avoid this one can now decide whether the tooltip should be appended
to the body (the default) or to the parent.
Adjust all locations where a tooltip is displayed inside a widget to
append it to the parent. This works well with those tooltips and avoids
a jumping layout in the custom-folder-icon and potentially other places.

* explicitly append to parent

* fix attribute
2024-05-17 09:16:27 -06:00
renovate[bot] 24572788ce
Update dependency postcss-preset-env to v9.5.13 (#9282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-17 08:03:06 +01:00
renovate[bot] bcb5ed8f22
Update dependency postcss-preset-env to v9.5.12 (#9274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 10:11:54 -06:00
Jenkins Release Bot 6fd81b8a9a [maven-release-plugin] prepare for next development iteration 2024-05-14 13:15:47 +00:00
Jenkins Release Bot f0d4f26bc8 [maven-release-plugin] prepare release jenkins-2.458 2024-05-14 13:15:24 +00:00
renovate[bot] 98103bdccf
Update dependency sass to v1.77.1 (#9273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 21:45:48 -07:00
dependabot[bot] 968f8705ee
Bump io.jenkins.plugins:ionicons-api from 73.vb_f522f227457 to 74.v93d5eb_813d5f (#9270)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 19:53:46 -07:00
renovate[bot] b235abaf14
Update dependency node to v20.13.1 (#9267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 08:18:40 +01:00
renovate[bot] 6130d2f398
Update dependency globals to v15.2.0 (#9264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-12 18:16:30 +01:00
renovate[bot] e6a5d3e404
Update Yarn to v4.2.2 (#9262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
2024-05-12 18:16:19 +01:00
renovate[bot] 144e6b1a98
Update dependency css-minimizer-webpack-plugin to v7 (#9255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-12 15:37:31 +02:00
renovate[bot] a8ceebfa7c
Update dependency node to v20.13.0 (#9261)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-11 07:54:52 +01:00
renovate[bot] fea7c82c96
Update dependency sass to v1.77.0 (#9252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-10 17:56:42 -06:00
Basil Crow 46514cc234
Clean up `executable` package (#9251) 2024-05-10 17:55:28 -06:00
Olivier Lamy 0a5aa0e0f8
remove some Java 8 related parts in war pom (#9249)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2024-05-09 10:37:19 -06:00
renovate[bot] dd73956653
Update dependency postcss-preset-env to v9.5.11 (#9246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-07 18:18:30 -07:00
renovate[bot] dec756a7d1
Update dependency postcss-preset-env to v9.5.10 (#9242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-07 14:41:00 -07:00
Jenkins Release Bot f8e381fb44 [maven-release-plugin] prepare for next development iteration 2024-05-07 14:35:36 +00:00
Jenkins Release Bot db97981293 [maven-release-plugin] prepare release jenkins-2.457 2024-05-07 14:35:14 +00:00
renovate[bot] 0997c093f8
Update dependency @eslint/js to v9.2.0 (#9240)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-07 09:50:11 +01:00
renovate[bot] ef306d17f0
Update dependency eslint to v9.2.0 (#9241)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-06 17:08:27 -07:00
renovate[bot] 2228c35120
Update Yarn to v4.2.1 (#9237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-06 12:15:57 -07:00
renovate[bot] 2afe109d24
Update dependency stylelint to v16.5.0 (#9235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-05 09:13:42 -07:00
Markus Winter 884f7e5077
[JENKINS-72744] remove tooltip when widget is refreshed (#9201)
[JENKINS-72744] remove tooltip in widget refresh

Attach the tooltip to the parent element instead of the document body.
When a widget is refreshed, the elements are deleted. But the tooltip
stays when it is added to the body and thus will never be able to
receive an event when the mouse is moved out.
By attaching it to the parent, when the widget is refreshed and the
content is remobed this will automatically also remove the tooltip html
elements.
2024-05-04 10:11:51 +02:00
renovate[bot] cd5b6967c6
Update dependency sass to v1.76.0 (#9230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-04 10:07:16 +02:00
renovate[bot] 735c139469
Update babel monorepo to v7.24.5 (#9226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-03 16:52:16 -07:00
Daniel Beck b89863cf1f
[JENKINS-73093] Update script-security to 1336.vf33a_a_9863911 (#9224)
Update script-security to 1336.vf33a_a_9863911

Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
2024-05-02 09:38:08 -07:00
dependabot[bot] 4be2526a0f
Bump io.jenkins.plugins:ionicons-api from 70.v2959a_b_74e3cf to 73.vb_f522f227457 (#9220)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 09:36:52 -07:00
dependabot[bot] 05ac98565c
Bump org.jenkins-ci.plugins.workflow:workflow-support from 896.v175a_a_9c5b_78f to 907.v6713a_ed8a_573 (#9218)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 14:35:24 -07:00
renovate[bot] e6195e9800
Update dependency globals to v15.1.0 (#9216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-01 08:18:31 -07:00
Jenkins Release Bot 33858d1c67 [maven-release-plugin] prepare for next development iteration 2024-04-30 13:06:46 +00:00
Jenkins Release Bot 751c09305e [maven-release-plugin] prepare release jenkins-2.456 2024-04-30 13:05:06 +00:00
dependabot[bot] e045122490
Bump org.jenkins-ci.plugins:display-url-api from 2.200.vb_9327d658781 to 2.204.vf6fddd8a_8b_e9 (#9210) 2024-04-30 01:40:05 +00:00
renovate[bot] 0ba5372472
Update dependency stylelint to v16.4.0 (#9200) 2024-04-27 11:03:17 +02:00
dependabot[bot] 29811aea14
Bump org.kohsuke.stapler:json-lib from 2.4-jenkins-3 to 2.4-jenkins-5 (#9195)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 06:26:13 -07:00
Jan Faracik 22e5886986
Update restart banner to align with updated banners (#9191)
* Init

* Update simple-page.scss
2024-04-25 15:18:03 -06:00
renovate[bot] 148a2033f0
Update dependency postcss-preset-env to v9.5.9 (#9193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25 15:05:33 -06:00
Minghao Li 5d05f1efc4
[JENKINS-72845]: Fix status icon animation display on Safari (#9123)
* Jenkins 72845: fix status icons offset

* Update solution
2024-04-25 10:36:54 +02:00
dependabot[bot] 8d1f6af59b
Bump stapler.version from 1849.v2fdf1a_5359b_4 to 1850.v191b_f2fee423 (#9192)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 18:01:17 -07:00
renovate[bot] 2cb47ab9ff
Update dependency postcss-preset-env to v9.5.8 (#9190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-24 11:23:28 -07:00
dependabot[bot] 6760e2d595
Bump org.jenkins-ci.plugins:scm-api from 689.v237b_6d3a_ef7f to 690.vfc8b_54395023 (#9187)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 21:07:31 -07:00
dependabot[bot] 81933df7b5
Bump io.jenkins.plugins:font-awesome-api from 6.5.1-3 to 6.5.2-1 (#9186)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 17:31:59 -07:00
Basil Crow ec59bc522c
Migrate to ESLint 9.1.1 (#9153) 2024-04-23 12:16:30 -07:00
Jenkins Release Bot 42d2d16f78 [maven-release-plugin] prepare for next development iteration 2024-04-23 13:09:51 +00:00
Jenkins Release Bot 9591d2dd20 [maven-release-plugin] prepare release jenkins-2.455 2024-04-23 13:09:32 +00:00
dependabot[bot] dd09dd2815
Bump io.jenkins.plugins:commons-text-api from 1.11.0-95.v22a_d30ee5d36 to 1.11.0-109.vfe16c66636eb_ (#9184)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 12:09:31 -07:00
renovate[bot] 4f12f6547a
Update dependency postcss-preset-env to v9.5.6 (#9183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-21 13:46:39 -06:00
renovate[bot] 2d99fd8829
Update dependency sass-loader to v14.2.1 (#9181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-20 09:19:11 +02:00
renovate[bot] 6a5b53eca1
Update dependency mini-css-extract-plugin to v2.9.0 (#9180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-19 13:08:27 -07:00
Jenkins Release Bot c660d271af [maven-release-plugin] prepare for next development iteration 2024-04-16 13:14:47 +00:00
Jenkins Release Bot e94cea328c [maven-release-plugin] prepare release jenkins-2.454 2024-04-16 13:14:28 +00:00
renovate[bot] e9d9ba6e3c
Update dependency sass-loader to v14.2.0 (#9172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 09:38:03 -07:00
dependabot[bot] 3c6f6e4134
Bump io.jenkins.plugins:asm-api from 9.6-3.v2e1fa_b_338cd7 to 9.7-33.v4d23ef79fcc8 (#9109)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 09:37:18 -07:00
Jan Faracik 77a788e7f6
[JENKINS-73007] Create-item button no longer disabled when duplicate name present (#9167) 2024-04-15 14:05:00 +01:00
renovate[bot] 32586f1f88
Update dependency node to v20.12.2 (#9168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 14:04:36 +01:00
renovate[bot] ba0918895a
Update dependency style-loader to v4 (#9158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 14:01:40 +01:00
renovate[bot] 19d2f5309d
Update dependency postcss-preset-env to v9.5.5 (#9171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 14:01:18 +01:00
renovate[bot] 6e1741a168
Update dependency sass to v1.75.0 (#9173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-15 14:00:32 +01:00
Markus Winter e9adbc9833
[JENKINS-72947] Support symbols in `TopLevelItemDescriptor#getIconClassName()` (#9127)
* [JENKINS-72947] Support symbols in TopLevelItemDescriptor#getIconClassName()

When adding a new Item via `newJob` the corresponding Decriptor can now
make use of symbols

* update icon

* add test
2024-04-14 09:31:32 +02:00
Jan Faracik b59ec5aea9
Fix badges appearance (#9155)
* Init

* Update badge.jelly

* Update _badges.scss

* Update _badges.scss

* Lint
2024-04-14 09:31:23 +02:00
renovate[bot] 6972f57065
Update dependency css-loader to v7.1.1 (#9164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-13 10:42:38 -07:00
dependabot[bot] 416598dc0f
Bump tar from 6.2.0 to 6.2.1 in /war (#9156)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-13 10:40:37 -07:00
renovate[bot] 9451818b65
Update dependency css-loader to v7.1.0 (#9161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12 15:25:47 -07:00
Jan Faracik 16a6575814
Use 'jenkins-button' for tables (#9131)
* Init

* Update Security2780Test.java

* Add comment for increasing SVG size in table

* Restore previous column.jelly

* Fix indentation
2024-04-10 20:07:53 +02:00
Jan Faracik 92e137cbfa
Remove table usage from buildCaption.jelly (#9143)
* Init

* Add nowrap

* mistake: Restore removed animate parameter

---------

Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
2024-04-10 20:07:30 +02:00
dependabot[bot] 7e648ada8c
Bump org.jenkins-ci.plugins:script-security from 1326.vdb_c154de8669 to 1335.vf07d9ce377a_e (#9144) 2024-04-09 14:13:44 +00:00
Jenkins Release Bot decfb50e3b [maven-release-plugin] prepare for next development iteration 2024-04-09 13:03:20 +00:00
Jenkins Release Bot e8b88d4e58 [maven-release-plugin] prepare release jenkins-2.453 2024-04-09 13:02:56 +00:00
A. Regnander b0baebaf88
Updated Swedish translation (#9069)
* Adding first batch of translated .properties files in Swedish

* Added new Swedish .properties files

* Updated existing Swedish .properties files

* Updated existing Swedish .properties files

* Added new Swedish .properties files

* Added more strings and changed some translated terms

* Made changes and added strings in existing files

* Added new Swedish .properties files

* Made changes and added strings in existing files

* Made changes and added strings in existing files

* Added new Swedish .properties files

* Made minor changes in existing files

* Rephrased some lines in existing files

* Added new Swedish .properties and .html files

* Added missing strings and rephrased existing ones in existing files

* Added missing strings and rephrased existing ones in existing files

* Added new Swedish .properties and .html files

* Added missing strings and rephrased existing ones in existing files

* Removed newlines before punctuation marks i html files to avoid any accidental spaces

* Rephrased some strings and made some terms consistant in existing files

* Updated various existing files

* Fixed filename typo

* Added missing punctuation, replaced copy-pasted licenses to avoid miscrediting translators of other languages

* Added missing string

* Reverted one string to keep consistency

* Removed misspelled duplicate file

* Formatted affected HTML files using Prettier

* Ran some linting scripts to format HTML files

* Added a new HTML file

---------

Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
2024-04-08 23:46:09 +02:00
renovate[bot] 27433f19f3
Update dependency css-loader to v7 (#9140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 09:12:34 -07:00
Zbynek Konecny 89c7754341
Remove dead JS code (#9136) 2024-04-08 17:30:01 +02:00
Tim Jacomb 97a44a488a
[JENKINS-70246] Unexpectedly wide sidepanel (#9133)
* [JENKINS-70246] Unexpectedly wide sidepanel

* Simpify breakpoints
2024-04-08 17:29:28 +02:00
renovate[bot] da5f593fb0
Update dependency node to v20.12.1 (#9138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-07 19:18:34 +01:00
renovate[bot] 19ba2e4c27
Update babel monorepo to v7.24.4 (#9134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-07 10:46:20 +02:00
renovate[bot] 4918ce7335
Update dependency css-loader to v6.11.0 (#9135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-07 10:46:12 +02:00
renovate[bot] fd2cb2a2be
Update dependency sass to v1.74.1 (#9139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-07 10:45:10 +02:00
dependabot[bot] 96a66619b5
Bump io.jenkins.plugins:checks-api from 2.0.2 to 2.2.0 (#9130) 2024-04-06 07:51:51 +00:00
renovate[bot] fba751d638
Update dependency postcss-preset-env to v9.5.4 (#9129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-05 23:26:58 +02:00
Jan Faracik 864b2753f8
Refresh the 'New item' page (#9111)
* Init

* Remove br

* Remove unused functions

* Remove div class assertion

* Increase gap between items
2024-04-05 23:26:39 +02:00
Jan Faracik b9fac75ac8
Refresh the style of alerts (#9115)
* Init

* Update _alert.scss

* Update _theme.scss
2024-04-04 18:35:17 +02:00
dependabot[bot] bb45b8722b
Bump io.jenkins.plugins:ionicons-api from 56.v1b_1c8c49374e to 70.v2959a_b_74e3cf (#9107) 2024-04-03 20:33:07 +00:00
renovate[bot] 93c71c1db4
Update dependency postcss-preset-env to v9.5.3 (#9121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-03 22:31:10 +02:00
Jenkins Release Bot c8c1322b14 [maven-release-plugin] prepare for next development iteration 2024-04-02 13:12:03 +00:00
Jenkins Release Bot a8adff8670 [maven-release-plugin] prepare release jenkins-2.452 2024-04-02 13:11:42 +00:00
dependabot[bot] 065cff5655
Bump org.jenkins-ci.plugins.workflow:workflow-support from 881.v7663695646cf to 896.v175a_a_9c5b_78f (#9103)
Bump org.jenkins-ci.plugins.workflow:workflow-support

Bumps [org.jenkins-ci.plugins.workflow:workflow-support](https://github.com/jenkinsci/workflow-support-plugin) from 881.v7663695646cf to 896.v175a_a_9c5b_78f.
- [Release notes](https://github.com/jenkinsci/workflow-support-plugin/releases)
- [Changelog](https://github.com/jenkinsci/workflow-support-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/workflow-support-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins.workflow:workflow-support
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-31 08:06:15 -06:00
renovate[bot] 8c2da85170
Update dependency node to v20.12.0 (#9104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-30 14:13:00 +01:00
Basil Crow feea086a0a
Introduce a property for Mina SSHD API plugin version (#9102) 2024-03-29 11:21:23 -07:00