Skip to content

Commit

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

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.2.4` ->
`1.2.5`](https://renovatebot.com/diffs/npm/@canonical%2freact-components/1.2.4/1.2.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@canonical%2freact-components/1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@canonical%2freact-components/1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@canonical%2freact-components/1.2.4/1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@canonical%2freact-components/1.2.4/1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug Fixes

- Update SideNavigationLink component's prop type
([47d1030](https://redirect.github.com/canonical/react-components/commit/47d103096a306bf8f11f0ed451be05966ab01f17))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
edlerd authored Sep 19, 2024
2 parents e9cca8b + ec0ee22 commit 9a7a2c4
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.2.4",
"@canonical/react-components": "1.2.5",
"@monaco-editor/react": "4.6.0",
"@tanstack/react-query": "5.51.23",
"@use-it/event-listener": "0.1.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1249,10 +1249,10 @@
"@babel/helper-validator-identifier" "^7.24.7"
to-fast-properties "^2.0.0"

"@canonical/[email protected].4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.2.4.tgz#48ef3b40397ca99350a83e1b813b96ce482fc23f"
integrity sha512-HnY194SPIcrzG6o8gCtq5Ae0sf7MFEqKjFBA6vPMfbpCX4KPLKSN6xarYWIoZc2xEuJBu2qg3PGgsSgA9nhGUQ==
"@canonical/[email protected].5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.2.5.tgz#d07b4e67a145c7115ec2b674e7dd247151788582"
integrity sha512-gc7mYHaN5S7CHNVedS25y+lou4V1fNlMf8JvzIGvmb7KHK3Ej/K2K34a6Vy5vw8ZSsZPXFIsCHDz2C6zOuqHJg==
dependencies:
"@types/jest" "29.5.12"
"@types/node" "20.16.3"
Expand Down

0 comments on commit 9a7a2c4

Please sign in to comment.