Skip to content

Commit

Permalink
chore(deps): update dependency @canonical/react-components to v1.7.3 (#…
Browse files Browse the repository at this point in the history
…1029)

This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>canonical/react-components
(@&#8203;canonical/react-components)</summary>

###
[`v1.7.3`](https://redirect.github.com/canonical/react-components/releases/tag/v1.7.3)

[Compare
Source](https://redirect.github.com/canonical/react-components/compare/v1.7.2...v1.7.3)

##### Bug Fixes

- make multiselect dropdown spacing consistent
([#&#8203;1165](https://redirect.github.com/canonical/react-components/issues/1165))
([960cc42](https://redirect.github.com/canonical/react-components/commit/960cc42342904f748471e4b7e6b8bb18ea61f3e9))

</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/canonical/lxd-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
edlerd authored Dec 13, 2024
2 parents 6e88058 + 20d226f commit 04c281e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test-report-coverage": "cp coverage/unit/coverage-final.json coverage/playwright/ ; nyc report --reporter html --reporter cobertura --reporter text-summary --temp-dir coverage/playwright --report-dir coverage/playwright-report --exclude 'src/lib/**' --exclude 'src/types/**'"
},
"dependencies": {
"@canonical/react-components": "1.7.2",
"@canonical/react-components": "1.7.3",
"@monaco-editor/react": "4.6.0",
"@tanstack/react-query": "5.51.23",
"axios": "1.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1037,10 +1037,10 @@
"@babel/helper-string-parser" "^7.25.9"
"@babel/helper-validator-identifier" "^7.25.9"

"@canonical/[email protected].2":
version "1.7.2"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.7.2.tgz#545323385fcf9aced5c22e3b59d39e62cf6580c2"
integrity sha512-w2eTePgJ/xH48MPeIaM1YRsUSPSzcD2fq2nGS3D7IiW68MrLl0rZGx5UQGpvICKLwUUQoGktryS68ns3h4QuVg==
"@canonical/[email protected].3":
version "1.7.3"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.7.3.tgz#1a5529d0c71a5362edfeee6971324e6feefc1454"
integrity sha512-+MxpZdLhHacZzbyN4CJ3YrTtLBD/grcgkhedC6Xp7+xuwwXOJivnIbNxqRbml2k+nEhPRkKpNa1y8e17nlD+nA==
dependencies:
"@types/jest" "29.5.12"
"@types/node" "20.16.3"
Expand Down

0 comments on commit 04c281e

Please sign in to comment.