Skip to content

Commit

Permalink
chore(deps): update internal dependencies (#1055)
Browse files Browse the repository at this point in the history
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.8.0` ->
`1.9.0`](https://renovatebot.com/diffs/npm/@canonical%2freact-components/1.8.0/1.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@canonical%2freact-components/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@canonical%2freact-components/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@canonical%2freact-components/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@canonical%2freact-components/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vanilla-framework](https://vanillaframework.io/)
([source](https://redirect.github.com/canonical/vanilla-framework)) |
[`4.18.5` ->
`4.19.0`](https://renovatebot.com/diffs/npm/vanilla-framework/4.18.5/4.19.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vanilla-framework/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vanilla-framework/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vanilla-framework/4.18.5/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vanilla-framework/4.18.5/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Features

- **MultiSelect:** add scrollOverflow prop
([#&#8203;1169](https://redirect.github.com/canonical/react-components/issues/1169))
([c9db9a7](https://redirect.github.com/canonical/react-components/commit/c9db9a7995113f70aa5a88799ee6d91e7e39fdbe))

</details>

<details>
<summary>canonical/vanilla-framework (vanilla-framework)</summary>

###
[`v4.19.0`](https://redirect.github.com/canonical/vanilla-framework/releases/tag/v4.19.0)

[Compare
Source](https://redirect.github.com/canonical/vanilla-framework/compare/v4.18.5...v4.19.0)

#### Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

#### New in Vanilla v4.19.0

#### 🚀 Features

- Add credit card icon by
[@&#8203;bartaz](https://redirect.github.com/bartaz)
([#&#8203;5442](https://redirect.github.com/canonical/vanilla-framework/issues/5442))

#### 🐛 Bug Fixes

- Full width image Hero - Remove margin bottom from H1 only if the
subtitle_text is missing by
[@&#8203;muhammad-ali-pk](https://redirect.github.com/muhammad-ali-pk)
([#&#8203;5443](https://redirect.github.com/canonical/vanilla-framework/issues/5443))

#### 🔨 Maintenance

- chore(deps): update dependency canonicalwebteam.image-template to
v1.4.2 by [@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5441](https://redirect.github.com/canonical/vanilla-framework/issues/5441))
- chore(deps): update all non-major dependencies by
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;5440](https://redirect.github.com/canonical/vanilla-framework/issues/5440))

**Full Changelog**:
canonical/vanilla-framework@v4.18.5...v4.19.0

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
edlerd authored Jan 17, 2025
2 parents 6a4a00f + 3e7c605 commit 01d5804
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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.8.0",
"@canonical/react-components": "1.9.0",
"@monaco-editor/react": "4.6.0",
"@tanstack/react-query": "5.63.0",
"axios": "1.7.9",
Expand All @@ -47,7 +47,7 @@
"react-router-dom": "7.1.1",
"react-useportal": "1.0.19",
"serve": "14.2.4",
"vanilla-framework": "4.18.5",
"vanilla-framework": "4.19.0",
"xterm": "5.3.0",
"xterm-addon-fit": "0.8.0",
"yup": "1.6.1"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@
"@babel/helper-string-parser" "^7.25.9"
"@babel/helper-validator-identifier" "^7.25.9"

"@canonical/react-components@1.8.0":
version "1.8.0"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.8.0.tgz#f8206066d7f846e0eaa2c07c0c6a7b356dc35517"
integrity sha512-TRBx3VuQxbj/cySCzrQQlTu76iqXnRD+9jsQ6Pu4nTBW9MC8mvObw2k604tdTsCs2Hbmo4kVhuRZLgsabU4x8Q==
"@canonical/react-components@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@canonical/react-components/-/react-components-1.9.0.tgz#9337b35e632d7419eddf51823a5243156893185e"
integrity sha512-CB2xHvGs/KFsCAbh79pSsJfg+j5Pxmye1qXCeAoirTWj1WIwRiDVV32R07Xys/bAafzINy6kStqJHkq8XUld/g==
dependencies:
"@types/jest" "29.5.12"
"@types/node" "20.16.3"
Expand Down Expand Up @@ -6559,10 +6559,10 @@ [email protected]:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^2.0.0"

vanilla-framework@4.18.5:
version "4.18.5"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.18.5.tgz#038e3bbeaeca49ae6cf6a074e0ed83901818eae6"
integrity sha512-UuYI6se/IV/u9YfzYPIs2FNJapgi9ld7F3s9IbjeR0yCvfH1HCjfZdDPD23tkQDBHiT6wNT6wugXDqFnunVJfQ==
vanilla-framework@4.19.0:
version "4.19.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.19.0.tgz#36fa67a5434ae3222bb83ca04159e87d45ae49a1"
integrity sha512-LnB6GdSJHBOVZNlkmEid15tbsweBe1E0T5Mh54KhhUf3JsdLPJSqrUROD/YehZLCHyeEZNDpLnEtaU8YSRz54A==

vary@~1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 01d5804

Please sign in to comment.