Skip to content

Commit

Permalink
ci(deps): update dependency react-bootstrap to v2.10.6 (#585)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react-bootstrap](https://react-bootstrap.github.io/)
([source](https://redirect.github.com/react-bootstrap/react-bootstrap))
| [`2.10.5` ->
`2.10.6`](https://renovatebot.com/diffs/npm/react-bootstrap/2.10.5/2.10.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-bootstrap/2.10.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-bootstrap/2.10.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-bootstrap/2.10.5/2.10.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-bootstrap/2.10.5/2.10.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>react-bootstrap/react-bootstrap (react-bootstrap)</summary>

###
[`v2.10.6`](https://redirect.github.com/react-bootstrap/react-bootstrap/blob/HEAD/CHANGELOG.md#2106-2024-11-25)

[Compare
Source](https://redirect.github.com/react-bootstrap/react-bootstrap/compare/v2.10.5...v2.10.6)

##### Bug Fixes

- **AccordionHeader:** apply aria-controls to button
([#&#8203;6868](https://redirect.github.com/react-bootstrap/react-bootstrap/issues/6868))
([8475119](https://redirect.github.com/react-bootstrap/react-bootstrap/commit/8475119a6c8e9606d5e5cc87e19cf91f1670e224))
- fix ref access in React 19
([#&#8203;6869](https://redirect.github.com/react-bootstrap/react-bootstrap/issues/6869))
([2c65f5d](https://redirect.github.com/react-bootstrap/react-bootstrap/commit/2c65f5de1a50d28e4c4e6c4c7d0dc332a68e6bd7))
- **Nav:** remove prop-types-extra import from build
([#&#8203;6854](https://redirect.github.com/react-bootstrap/react-bootstrap/issues/6854))
([ab81d6b](https://redirect.github.com/react-bootstrap/react-bootstrap/commit/ab81d6b1fda1175bc635978a493da49c60db9b25))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/kumojin/extreme-carpaccio).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 7e3e12d commit bd7aa72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bootstrap": "5.3.3",
"chart.js": "4.4.6",
"react": "18.3.1",
"react-bootstrap": "2.10.5",
"react-bootstrap": "2.10.6",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd7aa72

Please sign in to comment.