Skip to content

Commit

Permalink
Update dependency io.jenkins.plugins:design-library to v350 (#10118)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.jenkins.plugins:design-library](https://redirect.github.com/jenkinsci/design-library-plugin)
| `342.v9b_fb_09074f21` -> `350.v5a_69266b_2c7c` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.jenkins.plugins:design-library/350.v5a_69266b_2c7c?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.jenkins.plugins:design-library/350.v5a_69266b_2c7c?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.jenkins.plugins:design-library/342.v9b_fb_09074f21/350.v5a_69266b_2c7c?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.jenkins.plugins:design-library/342.v9b_fb_09074f21/350.v5a_69266b_2c7c?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jenkinsci/design-library-plugin
(io.jenkins.plugins:design-library)</summary>

###
[`v350.v5a_69266b_2c7c`](https://redirect.github.com/jenkinsci/design-library-plugin/releases/tag/350.v5a_69266b_2c7c)

[Compare
Source](https://redirect.github.com/jenkinsci/design-library-plugin/compare/347.vb_f374b_fffe62...350.v5a_69266b_2c7c)

<!-- Optional: add a release summary here -->

#### πŸ‘· Changes for plugin developers

- fix margin-bottom of jenkins-form-item
([#&#8203;385](https://redirect.github.com/jenkinsci/design-library-plugin/issues/385))
[@&#8203;mawinter69](https://redirect.github.com/mawinter69)
- table resizing
([#&#8203;386](https://redirect.github.com/jenkinsci/design-library-plugin/issues/386))
[@&#8203;mawinter69](https://redirect.github.com/mawinter69)

#### ✍ Other changes

- Add 'Build' primary button example
([#&#8203;370](https://redirect.github.com/jenkinsci/design-library-plugin/issues/370))
[@&#8203;janfaracik](https://redirect.github.com/janfaracik)

###
[`v347.vb_f374b_fffe62`](https://redirect.github.com/jenkinsci/design-library-plugin/releases/tag/347.vb_f374b_fffe62)

[Compare
Source](https://redirect.github.com/jenkinsci/design-library-plugin/compare/342.v9b_fb_09074f21...347.vb_f374b_fffe62)

<!-- Optional: add a release summary here -->

#### πŸ› Bug fixes

- minor fixes on dialogs page
([#&#8203;383](https://redirect.github.com/jenkinsci/design-library-plugin/issues/383))
[@&#8203;mawinter69](https://redirect.github.com/mawinter69)

#### πŸ“ Documentation updates

- Fix 'Bottom app bar' sample to not have two 'jenkins-buttons-row'
containers
([#&#8203;382](https://redirect.github.com/jenkinsci/design-library-plugin/issues/382))
[@&#8203;janfaracik](https://redirect.github.com/janfaracik)
- minor fixes on dialogs page
([#&#8203;383](https://redirect.github.com/jenkinsci/design-library-plugin/issues/383))
[@&#8203;mawinter69](https://redirect.github.com/mawinter69)
- Add a link to weekly.ci.jenkins.io
([#&#8203;381](https://redirect.github.com/jenkinsci/design-library-plugin/issues/381))
[@&#8203;uhafner](https://redirect.github.com/uhafner)

#### πŸ‘» Maintenance

- Update pom.xml to match archetype and use `jenkins.baseline` property
to keep bom in sync
([#&#8203;387](https://redirect.github.com/jenkinsci/design-library-plugin/issues/387))
[@&#8203;jonesbusy](https://redirect.github.com/jonesbusy)

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jenkinsci/jenkins).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJza2lwLWNoYW5nZWxvZyJdfQ==-->
  • Loading branch information
krisstern authored Jan 6, 2025
2 parents 8e68fdd + a568323 commit a922f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ THE SOFTWARE.
<artifactItem>
<groupId>io.jenkins.plugins</groupId>
<artifactId>design-library</artifactId>
<version>342.v9b_fb_09074f21</version>
<version>350.v5a_69266b_2c7c</version>
<type>hpi</type>
<outputDirectory>${project.build.outputDirectory}/plugins</outputDirectory>
<destFileName>design-library.jpi</destFileName>
Expand Down

0 comments on commit a922f96

Please sign in to comment.